]> git.kaiwu.me - quickjs.git/shortlog
quickjs.git
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
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
next