]> git.kaiwu.me - quickjs.git/shortlog
quickjs.git
2025-11-05 Fabrice BellardRestore a mistakenly removed goto on error in js_build_...
2025-11-05 Fabrice Bellardfixed JS_PROP_AUTOINIT handling in js_closure_define_gl...
2025-11-05 Fabrice Bellardfixed exception handling in put_var operation (regressi...
2025-11-03 Fabrice BellardMore informative "not a constructor" error message...
2025-11-03 Fabrice BellardFix length check in ArrayBuffer.prototype.slice (bnoord...
2025-11-03 Fabrice Bellardfixed DataView resizing
2025-11-03 Fabrice BellardFix use-after-free in ArrayBuffer.prototype.transfer...
2025-11-03 Fabrice Bellardqjs: added --strict option - don't consider included...
2025-11-03 Fabrice Bellardremoved duplicate test
2025-11-03 Fabrice BellardMuch faster destructuring at the expense of a slight...
2025-11-03 Fabrice Bellardoptimized global variable access
2025-10-18 Fabrice Bellardremoved uninitialized variable
2025-10-18 Fabrice Bellardupdated test results
2025-10-18 Fabrice Bellardfixed operation order in Regexp constructor
2025-10-18 Fabrice Bellardchanged module rejection order according to spec change
2025-10-16 Fabrice Bellardoptimized Array.prototype.push
2025-10-16 Fabrice Bellardinlined the get_length operation
2025-10-16 Fabrice Bellardadded js_string_eq()
2025-10-13 Fabrice Bellardstricter year parsing in Date
2025-10-13 Fabrice Bellardfixed argument evaluation order in Date constructor...
2025-10-13 Fabrice Bellardfaster and safer dbuf functions (#443)
2025-10-12 Fabrice Bellardtest262 update
2025-10-12 Fabrice Bellardfixed regression in error message display introduced...
2025-10-11 Fabrice Bellardcompilation fix for clang
2025-10-11 Fabrice BellardFaster context creation and exception checks in JS_NewC...
2025-10-08 Fabrice Bellardupdate
2025-10-08 Fabrice Bellardfaster appending of elements in arrays
2025-10-08 Fabrice Bellardoptimized string_buffer_putc()
2025-10-07 Fabrice Bellardoptimized post_inc and post_dec
2025-10-04 Fabrice Bellardoptimized array access by inlining get_array_el, get_ar...
2025-10-03 Fabrice Bellardremoved JS_PROP_NO_ADD
2025-10-03 Fabrice Bellardinlined fast path for get_field, get_field2 and put_field
2025-10-03 Fabrice Bellard- optimized global variable access
2025-10-03 Fabrice Bellardoptimize the create of arrays - optimized the rest...
2025-10-03 Fabrice BellardImprove error handling in Promise.withResolvers (bnoord...
2025-10-03 Fabrice Bellardupdated test262
2025-09-30 bellardMerge pull request #408 from nickva/run-test262-in-ci
2025-09-29 Nick VatamaniucRun test262 tests in CI
2025-09-29 Fabrice Bellardsimplified math.sumPrecise()
2025-09-29 Fabrice Bellardfixed Date parsing: "1997-03-08 11:19:10-0700" is a...
2025-09-29 Fabrice Bellardfixed Atomics.pause() in the NaN boxing case (32 bit...
2025-09-27 Fabrice Bellardadded Math.sumPrecise()
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)
next