]> git.kaiwu.me - quickjs.git/shortlog
quickjs.git
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...
2023-12-27 Fabrice Bellardfixed detached TypedArray in sort()
2023-12-27 Fabrice Bellardtypos
2023-12-27 Fabrice Bellardtop-level-await support - follow the spec in the implem...
2023-12-22 Fabrice Bellardcall js_std_free_handlers() in the code generated by...
2023-12-22 Fabrice Bellardreduced JS_MAX_LOCAL_VARS (github issue #123)
2023-12-22 Fabrice Bellardremoved unused JSContext field
2023-12-22 Fabrice Bellarduse Unicode normalization in String.prototype.localeCompare
2023-12-22 Fabrice Bellard'for of' expression cannot start with 'async'
2023-12-22 Fabrice Bellardremoved incorrect await in async yield*
2023-12-22 Fabrice Bellardfixed define own property with writable=false on module...
2023-12-22 Fabrice Bellardadded container_of macro
2023-12-22 Fabrice Bellardsafer typed array finalizer
2023-12-22 Fabrice Bellardfixed js_strtod with large integers (github issue ...
2023-12-22 Fabrice Bellardtest 128 bit integer support (github issue #125)
2023-12-13 Fabrice Bellardfixed 'return' handling with 'yield' in 'for of' or...
2023-12-13 Fabrice Bellardfixed async generator in case of exception in the impli...
2023-12-13 Fabrice BellardFix AsyncGenerator.prototype.return error handling...
2023-12-13 Fabrice Bellardadded -fwrapv to CFLAGS to ensure that signed overflows...
2023-12-13 Fabrice Bellardraise an error if a private method is added twice to...
next