]> git.kaiwu.me - quickjs.git/shortlog
quickjs.git
2025-09-27 Fabrice Bellardadded Map and WeakMap upsert methods (bnoordhuis)
2025-09-22 Fabrice Bellard- added Atomics.pause (bnoordhuis)
2025-09-22 Fabrice Bellard- added resizable array buffers (bnoordhuis)
2025-09-22 Fabrice Bellardfixed parsing of computed property name
2025-09-21 Fabrice Bellard- added ArrayBuffer.prototype.transfer (Divy Srivastava)
2025-09-20 Fabrice BellardIterator functions:
2025-09-20 Fabrice BellardIterator is an abstract class (bnoordhuis)
2025-09-20 Fabrice Bellardfix Iterator.prototype.constructor (initial patch by...
2025-09-20 Fabrice Bellardadded Iterator.prototype.[drop,filter,flatMap,map,take...
2025-09-20 Fabrice Bellardadded Iterator.prototype.toArray and Iterator.from...
2025-09-20 Fabrice Bellardadded the Iterator object
2025-09-20 Fabrice Bellardremoved uninitialized values - removed useless init
2025-09-20 Fabrice Bellardset methods: removed memory leaks - fixed ordering...
2025-09-20 Fabrice Bellardadded set methods (bnoordhuis)
2025-09-18 Fabrice Bellardremoved memory leak (#441)
2025-09-18 Fabrice Bellardupdated release.sh
2025-09-13 Fabrice Bellardnew release
2025-09-13 Fabrice BellardFix crash on failure to read bytecode (penneryu)
2025-09-10 Fabrice Bellardmore efficient handling of strings in JSON.stringify()
2025-09-10 Fabrice Bellardbetter pretty printing of strings - removed String...
2025-08-27 Fabrice Bellardqjsc: handle C name conflicts between scripts and modul...
2025-08-27 Fabrice Bellardrun-test262: added --count_skipped_features option
2025-08-27 Fabrice Bellardremoved function cast warnings (initial patch by saghul)
2025-08-25 Fabrice Bellardfixed handling of 8 bit unicode strings in RegExp ...
2025-08-25 Fabrice BellardAdjust lastIndex to leading surrogate when inside a...
2025-08-25 Fabrice Bellardlimit function and regexp bytecode to 1G to avoid buffe...
2025-08-25 Fabrice Bellardavoid side effects in JS_PrintValue() which may lead...
2025-08-25 Fabrice Bellardfixed buffer overflow in TypedArray.prototype.lastIndexOf()
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()
next