]> git.kaiwu.me - quickjs.git/shortlog
quickjs.git
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)
2025-03-20 Fabrice Bellardprotect against printf errors (#319)
2025-03-19 Fabrice Bellardadded new dtoa library to print and parse float64 numbe...
2025-03-19 Fabrice Bellardmsan fix (#389)
2025-03-19 Fabrice Bellardsimplified js_bigint_from_float64()
2025-03-19 Fabrice Bellardfixed examples/hello_module compilation (#240)
2025-03-19 Fabrice Bellardfixed BigInt hashing - removed -fno-bigint in qjsc...
2025-03-19 Fabrice Bellardfixed JS_DumpValue() for BigInt
2025-03-19 Fabrice Bellardmore bignum cleanup
2025-03-19 Fabrice Bellardremoved the ability to do simultaneous 64 and 32 bit...
2025-03-19 bellardMerge pull request #391 from nickva/try-to-fix-multipla...
2025-03-18 Nick VatamaniucFix multiarch CI builds
2025-03-18 Fabrice Bellardcompilation fix
2025-03-18 Fabrice Bellardadded missing variable
2025-03-18 Fabrice Bellardremoved bignum support and qjscalc - added optimized...
2025-03-13 Fabrice Bellardregexp: allow [\-] in unicode mode (#373)
2025-03-13 Fabrice Bellardfixed CONFIG_ALL_UNICODE compilation
2025-03-13 Fabrice Bellardsimplified the handling of closures
2025-03-13 Fabrice Bellardadded missing stack overflow check in JSON.stringify()
2025-03-13 Fabrice Bellardallow regexp interruption (e.g. with Ctrl-C in the...
2025-03-13 Fabrice Bellardfix crash when add_property() fails on build arguments...
2025-03-13 Fabrice Bellardmicrobench: use toFixed()
2025-03-13 Fabrice BellardJS_SetPropertyInternal(): avoid recursing thru the...
2025-03-13 Fabrice Bellardfixed date parsing in case there is more than nine...
2024-07-27 Akos KissFix termination in Worker test
2024-07-21 Pino ToscanoDefine a fallback PATH_MAX if not available
2024-07-21 Pino ToscanoUse ftello() & fseeko() on any OS based on GNU libc
2024-07-21 Pino ToscanoUse malloc_usable_size() on any OS based on GNU libc
2024-07-17 Kasper Isager... Fix `JS_HasException()` when `null` is thrown (#313)
2024-07-14 Dmitry VolyntsevFix GC leak in `js_proxy_get()` (#302)
2024-05-30 Fabrice Bellardregexp: fix non greedy quantizers with zero length...
2024-05-30 Fabrice Bellardupdated test262.patch
2024-05-30 Fabrice Bellardfixed test of test262 directory
2024-05-09 Charlie GordonImprove `js_os_exec` (#295)
2024-05-09 Charlie GordonAdd `js_resolve_proxy` (#293)
2024-05-09 Kasper Isager... Add `JS_StrictEq()`, `JS_SameValue()`, and `JS_SameValu...
2024-05-09 Kasper Isager... Expose `JS_SetUncatchableError()` (#262)
2024-05-09 Renáta HodovánAdd the missing fuzz_common.c (#292)
2024-05-08 Kasper Isager... Add `JS_HasException()` (#265)
2024-05-08 Dmitry VolyntsevAdd `JS_NewTypedArray()` (#272)
2024-05-08 Renáta HodovánOSS-Fuzz targets improvements (#267)
2024-05-05 Charlie GordonImprove class parser (#289)
next