]> git.kaiwu.me - quickjs.git/shortlog
quickjs.git
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
2024-03-02 Charlie GordonImprove Number.prototype.toString for radix other than 10
2024-03-02 Charlie GordonImprove repl regexp handling
2024-02-25 Charlie GordonImprove microbench.js
2024-02-25 Charlie GordonImprove Date.parse
2024-02-25 Charlie Gordonshow readable representation of Date objects in repl
2024-02-22 Charlie GordonFix Map hash bug
2024-02-21 Charlie GordonRewrite `set_date_fields` to match the ECMA specification
2024-02-21 Tyler RockwoodAdd C API function JS_GetClassID()
2024-02-19 Charlie GordonImprove surrogate handling readability
2024-02-19 Charlie GordonRename regex flag and field utf16 -> unicode
2024-02-19 Charlie GordonAdd benchmarks target
2024-02-18 Charlie GordonImprove run-test262
2024-02-18 Charlie GordonFix big endian serialization
2024-02-17 Charlie Gordonhandle missing test262 gracefully
2024-02-17 Charlie Gordonhandle missing test262 gracefully
2024-02-17 Charlie GordonImprove tests
2024-02-17 Charlie GordonFix UB signed integer overflow in js_math_imul
2024-02-17 Ben NoordhuisFix UB left shift of negative number
2024-02-16 Ben NoordhuisRemove unnecessary ssize_t posix-ism
2024-02-15 Charlie GordonImprove string concatenation hack
2024-02-15 Charlie Gordonpass node-js command line arguments to microbench
2024-02-13 Charlie GordonReverse e140122202cc24728b394f8f90fa2f4a2d7c397e
2024-02-12 Charlie GordonFix test262 error
2024-02-12 Charlie GordonFix compiler warnings
2024-02-12 Charlie GordonSimplify and clarify URL quoting js_std_urlGet
2024-02-12 Nick VatamaniucFreeBSD QuickJS Patch (#203)
2024-02-12 Felix SFix shell injection bug in std.urlGet (#61)
2024-02-12 Samadd gitignore for build objects (#84)
2024-02-11 Ben NoordhuisFix sloppy mode arguments uninitialized value use
2024-02-11 Ben NoordhuisRemove unsafe sprintf() and strcat() calls
2024-02-11 Charlie GordonFix undefined behavior (UBSAN)
2024-02-11 Saúl Ibarra... Fix UB in js_dtoa1
2024-02-11 Ben NoordhuisAdd UndefinedBehaviorSanitizer support
2024-02-11 Ben NoordhuisAdd MemorySanitizer support
2024-02-11 Ben NoordhuisUnbroke tests/test_test_bjson.js
2024-02-11 Ben NoordhuisAdd more tests
2024-02-11 Charlie GordonFix runtime bugs
2024-02-11 Charlie GordonImprove microbench
2024-02-10 Charlie GordonFix test262o error
2024-02-10 Charlie GordonStrip trailing spaces
2024-02-03 Fabrice Bellardavoid using INT64_MAX in double comparisons because...
2024-02-03 Fabrice Bellardfixed MingW64 install on Windows (absop) (github issue...
2024-02-03 Fabrice Bellardfixed Promise return in the REPL by using a wrapper...
2024-01-27 Fabrice Bellardexport JS_GetModuleNamespace (github issue #34)
2024-01-27 Fabrice Bellardsimplified and fixed arrow function parsing (github...
2024-01-27 Fabrice Bellardupdate test results
2024-01-22 Fabrice Bellardfixed js_std_await() in case 'obj' is not a promise...
2024-01-19 Fabrice Bellardfixed and simplified setTimeout() by using an integer...
2024-01-19 Fabrice Bellardadded js_std_await() and use it to wait for the evaluat...
2024-01-19 Fabrice Bellardupdate Changelog
2024-01-13 Fabrice Bellardnew release
2024-01-13 Fabrice Bellardallow override of PREFIX, CROSS_PREFIX, CFLAGS and...
2024-01-13 Fabrice Bellardfixed JS_GetScriptOrModuleName() in direct or indirect...
2024-01-11 Fabrice Bellardnative cosmopolitan build
2024-01-11 Fabrice Bellardfixed uninitialized harnessbuf
2024-01-11 Fabrice Bellardupdate test results
2024-01-11 Fabrice Bellardmore portable and Windows version for getTimezoneOffset...
2024-01-11 Fabrice Bellardadded os.getpid()
next