]> git.kaiwu.me - quickjs.git/shortlog
quickjs.git
2025-08-25 Fabrice Bellardfixed buffer overflow in js_bigint_to_string1()
2025-08-25 Fabrice Bellardfixed crash in OP_add_loc if the variable is modified...
2025-08-25 Fabrice Bellardfixed buffer overflow in js_bigint_from_string()
2025-08-25 Fabrice BellardTypedArray.prototype.subarray: fixed the step at which...
2025-08-25 Fabrice Bellardtest262 update
2025-07-09 Fabrice Bellardremoved module leak in js_std_eval_binary() (#425)
2025-06-28 Fabrice Bellardfixed GC logic so that a module can live after a JSCont...
2025-06-28 Fabrice Bellardfixed module async evaluation logic - added DUMP_MODULE...
2025-06-28 Fabrice Bellardupdate test262
2025-06-14 Fabrice Bellardupdate Changelog
2025-06-14 Fabrice Bellardadded Error.isError() (bnoordhuis)
2025-06-14 bellardMerge pull request #418 from nickva/fix-byteoffset...
2025-06-07 Nick VatamaniucFix Windows MinGW CI Build
2025-06-07 Nick VatamaniucRead byteOffset for detached buffers
2025-05-29 Fabrice Bellardfixed js_bigint_to_string1() (#412)
2025-05-24 Fabrice Bellardupdate tests
2025-05-24 Fabrice Bellardadded missing 'Unknown' unicode Script
2025-05-24 Fabrice Bellardupdate tests
2025-05-24 Fabrice Bellardnew keyword cannot be used with an optional chain
2025-05-24 Fabrice Bellardfixed parsing of function definition
2025-05-24 Fabrice Bellardmore robust out of memory handling (#406)
2025-05-24 Fabrice Bellardavoid win32 crash in getTimezoneOffset() if time is...
2025-05-24 Fabrice Bellardsupport JSON modules in qjsc - added support of JSON5...
2025-05-24 Fabrice Bellardimproved compatibility of std.parseExtJSON() with JSON5
2025-05-24 Fabrice Bellardfixed Regexp.prototype[Symbol.match]
2025-05-24 Fabrice Bellarduse Object.is() in tests
2025-05-20 Fabrice Bellardadded JSON modules and import attributes
2025-05-20 Fabrice Bellardadded JS_AtomToCStringLen()
2025-05-20 Fabrice Bellardexport JS_FreePropertyEnum()
2025-05-19 Fabrice Bellardimproved JSON parser conformity (chqrlie) (#250)
2025-05-19 Fabrice BellardProxy: fixed prototype comparison in setPrototypeOf...
2025-05-16 Fabrice Bellardcompilation fix
2025-05-16 Fabrice Bellardupdate test results
2025-05-16 Fabrice Bellardadded regexp modifiers
2025-05-16 Fabrice Bellardadded Promise.try (saghul)
2025-05-16 Fabrice Bellardbetter promise rejection tracker heuristics (#112)
2025-05-16 Fabrice Bellardregexp: added v flag support - fixed corner cases of...
2025-05-05 Fabrice Bellardadded Float16Array (bnoordhuis) - optimized float16...
2025-05-05 Fabrice Bellardadded RegExp.escape (bnoordhuis)
2025-05-05 Fabrice Bellardavoid relying on 'FILE *' in JS_PrintValue() API
2025-04-30 Fabrice Bellardadded get_array_el3 opcode - removed to_propkey2 opcode
2025-04-30 Fabrice Bellardfixed use of JS_DumpValue()
2025-04-30 Fabrice Bellardadded JS_PrintValue() and use it in console.log(),...
2025-04-29 Fabrice BellardObject.prototype has an immutable prototype
2025-04-29 Fabrice Bellardsimplified uncatchable exception handling
2025-04-29 Fabrice Bellardhandle strings as module import and export names
2025-04-28 Fabrice Bellardupdate tests
2025-04-28 Fabrice Bellardfixed operation order in js_obj_to_desc()
2025-04-28 Fabrice Bellardfixed the delete operator with global variables
2025-04-28 Fabrice Bellardfixed js_std_await() so that it behaves the same way...
2025-04-26 Fabrice Bellardnew release
2025-04-26 Fabrice Bellardadded more C callbacks for exotic objects (#324)
2025-04-26 Fabrice Bellardmore precise error location reporting
2025-04-22 bellardMerge pull request #393 from nickva/more-ci-targets...
2025-04-22 Fabrice Bellardupdate tests
2025-04-22 Fabrice Bellardrun-test262: added $262.gc()
2025-04-22 Fabrice Bellardfixed TypedArray.prototype.slice() when the buffers...
2025-04-22 Fabrice Bellardfixed TypedArray.prototype.with with detached ArrayBuffer
2025-04-22 Fabrice Bellardfixed GeneratorFunction prototype
2025-04-22 Fabrice Bellardfixed RegExp.prototype[Symbol.split]
2025-04-22 Fabrice Bellardfixed operation order in Object.prototype.propertyIsEnu...
2025-04-22 Fabrice Bellardfix property ordering in the object returned by RegExp...
2025-04-22 Fabrice Bellardsetters cannot have rest arguments
2025-04-22 Fabrice Bellardfuture reserved keywords are forbidden in function...
2025-04-22 Nick VatamaniucMore CI tragets: Linux 32bit, LTO, Windows and Cosmopolitan
2025-04-21 Fabrice Bellardadded staging test262 tests
2025-04-21 Fabrice Bellardfixed detached TypedArray handling in Atomics operations
2025-04-21 Fabrice Bellardfixed iterator close in Map/Set constructor
2025-04-21 Fabrice Bellarddtoa fix for minus zero
2025-04-21 Fabrice Bellardfixed build_arg_list()
2025-04-21 Fabrice Bellardfixed checks in Proxy defineProperty
2025-04-21 Fabrice Bellardfixed Array.from() and TypedArray.from()
2025-04-21 Fabrice Bellardthe %TypedArray% Intrinsic Object should be a constructor
2025-04-16 Fabrice Bellardfixed memory leak in String constructor
2025-04-16 Fabrice Bellardfixed Proxy getOwnPropertyDescriptor with getters and...
2025-04-16 Fabrice Bellardremoved atom leak introduced in commit 83530ac9
2025-04-16 Fabrice Bellardadded 'at' in Array.prototype[Symbol.unscopables]
2025-04-16 Fabrice Bellardoptimized and fixed JS_AtomIsNumericIndex1(): 'NaN...
2025-04-16 Fabrice Bellardfixed 'with' access by adding HasPropery() calls -...
2025-04-16 Fabrice Bellardfixed destructuring operation order when defining varia...
2025-04-16 Fabrice Bellardfixed destructuring parsing: do it only in assignment...
2025-04-15 Fabrice Bellardmore ToPropertyKey ordering changes
2025-04-15 Fabrice Bellardspec update: ToPropertyKey() is now done after the...
2025-04-14 Fabrice Bellardenabled os.Worker on Windows (bnoordhuis)
2025-04-14 bellardMerge pull request #400 from renatahodovan/fix-regexp
2025-04-14 Renata HodovanDefine lre_check_timeout in fuzz_regexp
2025-04-14 Fabrice BellardString.prototype.localeCompare is added in JS_AddIntrin...
2025-04-14 Fabrice Bellardqjsc: added missing -fno-weakref
2025-04-14 Fabrice Bellardadded column number in error messages - simplified...
2025-04-12 Fabrice Bellardoptimized js_parse_class_default_ctor() (bnoordhuis)
2025-04-12 Fabrice Bellardfixed DUMP_BYTECODE
2025-04-12 Fabrice Bellardfixed HTML comments (chqrlie)
2025-04-12 Fabrice Bellard- removed the 'use strip' extension
2025-04-10 Fabrice Bellardindent fix
2025-04-10 Fabrice Bellardworkaround for #282
2025-04-10 Fabrice BellardFix exporting destructured variables (saghul) (#382)
2025-04-10 Fabrice Bellardfixed class field named get or set
2025-04-10 Fabrice Bellardchanged js_throw_type_error ES5 workaround to be more...
2025-04-10 Fabrice Bellardfixed JS_IsString() with ropes
2025-04-10 Fabrice Bellardfixed the handling of unicode identifiers
next