]> git.kaiwu.me - quickjs.git/shortlog
quickjs.git
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()
2024-01-10 Fabrice Bellardregexp: fixed the zero advance logic in quantifiers...
2024-01-09 Fabrice Bellardoptional chaining fixes (github issue #103)
2024-01-08 Fabrice Bellardfixed Date.toLocaleString() (kuzmas)
2024-01-08 Fabrice Bellardfixed regexp case insensitive flag
2024-01-08 Fabrice Bellardfix worker termination in example (github issue #98)
2024-01-08 Fabrice Bellardfixed next token parsing after a function definition...
2024-01-08 Fabrice Bellardfixed class name init in static initializers
2024-01-08 Fabrice Bellardavoid potentially undefined behavior and make valgrind...
2024-01-06 Fabrice Bellardfixed run_test262_harness_test() with modules
2024-01-06 Fabrice Bellardmake for in faster and spec compliant (github issue...
2024-01-06 Fabrice Bellardfixed test262: derived-this-uninitialized-realm.js
2024-01-06 Fabrice Bellardadded a comment for non-initialized warning in Valgrind...
2024-01-02 Fabrice Bellardadded 'in' operator for private fields
2024-01-02 Fabrice Bellardclass static block (initial patch by bnoordhuis)
2024-01-02 Fabrice Bellardadded note about atomic operations
2024-01-02 Fabrice Bellardfixed crash in JS_DumpMemoryUsage (github issue #65)
2024-01-02 Fabrice Bellardallow 'await' in the REPL and added os.sleepAsync()
2024-01-02 Fabrice Bellardmake JS_NewClassID thread safe
2024-01-02 Fabrice Bellardadded Error cause
2023-12-27 Fabrice Bellardadded os.now()
2023-12-27 Fabrice Bellarddefine the same atoms with or without CONFIG_ATOMICS...
2023-12-27 Fabrice Bellardfixed JS module autodetection with shebang (github...
2023-12-27 Fabrice Bellardfixed crash when resizing property shapes in case of...
2023-12-27 Fabrice Bellardfixed the garbage collection of async functions with...
2023-12-27 Fabrice Bellardremoved memory leak
2023-12-27 Fabrice Bellardadded RegExp 'd' flag (bnoordhuis)
2023-12-27 Fabrice Bellardadded Promise.withResolvers
2023-12-27 Fabrice Bellardadded Array.prototype.{with,toReversed,toSpliced,toSort...
2023-12-27 Fabrice Bellardadded Object.groupBy and Map.groupBy (initial patch...
2023-12-27 Fabrice Bellardadded String.prototype.isWellFormed and String.prototyp...
next