]> git.kaiwu.me - quickjs.git/shortlog
quickjs.git
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
2025-04-07 Fabrice Bellardfixed break statement in the presence of labels (bnoord...
2025-04-07 Fabrice Bellardadded JS_GetAnyOpaque() (oleavr)
2025-04-07 Fabrice Bellardfixed buffer overflow in BJSON String and BigInt reader...
2025-04-07 Fabrice Bellardfixed and improved Map/Set hashing
2025-04-07 Fabrice Bellardqjs: added performance.now()
2025-04-07 Fabrice Bellardremoved unused slack in hash_map_resize() (saghul)
2025-04-07 Fabrice BellardFix UB in BigInt left shift (saghul)
2025-04-07 Fabrice BellardFix leak in BigInt unary plus (saghul)
2025-04-07 Fabrice Bellardqjs: allow SI suffixes in memory sizes - set default...
2025-04-07 Fabrice Bellardfixed weakmap gc (#398)
2025-04-07 Fabrice Bellardupdated Changelog
2025-04-05 Fabrice Bellardflush stdout in console.log() (#309)
2025-04-05 Fabrice Bellardfixed module cyclic imports (#329)
2025-04-05 Fabrice Bellardworkaround for overflow test in JS_GetOwnPropertyNamesI...
2025-04-05 Fabrice Bellard'undefined' is a valid let/const variable name. It...
2025-04-05 Fabrice Bellardadded forgotten js_weakref_is_live() tests
2025-04-05 Fabrice Bellardavoid freeing an object structure in js_weakref_free...
2025-04-05 Fabrice Bellardreworked weak references so that cycles are (hopefully...
2025-03-31 Fabrice Bellardfixed eval with empty argument scope (#249)
2025-03-31 Fabrice Bellardremoved useless printf() (#257)
2025-03-31 Fabrice Bellardensure that JS_IteratorNext() returns JS_UNDEFINED...
2025-03-28 Fabrice Bellardremoved invalid tests
2025-03-28 Fabrice Bellardfixed exception handling in AsyncFromSyncIterator and...
2025-03-27 Fabrice Bellardfixed typed array set operation when obj != receiver
2025-03-27 Fabrice Bellardfixed set_date_field()
2025-03-27 Fabrice Bellarddisable rejection tracker in the repl - repl cleanup
2025-03-27 Fabrice Bellardremoved memory leak in string padding (issue #274)
2025-03-27 Fabrice Bellardexit by default on unhandled promise rejections (issue...
2025-03-25 Fabrice Bellardupdate test262_errors.txt
2025-03-25 Fabrice Bellardupdated to unicode 16.0.0 (bnoordhuis) - updated test262
2025-03-25 Fabrice Bellardadded missing header
2025-03-25 Fabrice Bellardadded -Wno-infinite-recursion
2025-03-25 Fabrice Bellardmore use of js_new_string8 - inlined JS_NewString(...
2025-03-25 Fabrice Bellardadded string ropes for faster concatenation of long...
2025-03-22 Fabrice Bellardmore dtoa bench (Charlie Gordon)
2025-03-22 Fabrice Bellardenable dtoa tests on win32
2025-03-22 Fabrice Bellardreduced memory usage of Map hash table
2025-03-22 Fabrice Bellardfixed hash_map_resize() - added Map/WeakMap in microbench
2025-03-20 Fabrice Bellardsimplified and fixed backtrace_barrier (#306)
next