]> git.kaiwu.me - quickjs.git/shortlog
quickjs.git
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)
2024-05-05 Richard Davisonfix class method with name get (#258)
2024-05-05 Charlie GordonImprove libunicode and libregexp headers (#288)
2024-05-05 Charlie GordonImprove unicode table handling (#286)
2024-03-23 Charlie GordonFix endianness handling in `js_dataview_getValue` ...
2024-03-23 Charlie GordonImprove error handling
2024-03-23 Charlie GordonImprove `JSON.stringify`
2024-03-23 Charlie GordonUse more explicit magic values for array methods
2024-03-23 Charlie GordonSimplify redundant initializers for `JS_NewBool()`
2024-03-22 Charlie GordonFix compilation with -DCONFIG_BIGNUM
2024-03-21 Charlie GordonImprove Date.parse, small fixes
2024-03-03 Charlie GordonAdd CI targets, fix test_std.js (#247)
2024-03-03 Kanstantsin... Fix build: use LRE_BOOL in libunicode.h (#244)
2024-03-03 Charlie Gordonprevent 0 length allocation in `js_worker_postMessage`
2024-03-03 Ben NoordhuisAdd github CI tests
2024-03-03 Charlie GordonPrevent UB on memcpy and floating point conversions
2024-03-03 Charlie Gordonfix microbench when microbench.txt is missing (#246)
2024-03-03 Charlie GordonImprove Date.parse
next