summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* removed unused slack in hash_map_resize() (saghul)Fabrice Bellard2025-04-07
|
* Fix UB in BigInt left shift (saghul)Fabrice Bellard2025-04-07
|
* Fix leak in BigInt unary plus (saghul)Fabrice Bellard2025-04-07
|
* qjs: allow SI suffixes in memory sizes - set default stack size to 1 MBFabrice Bellard2025-04-07
|
* fixed weakmap gc (#398)Fabrice Bellard2025-04-07
|
* updated ChangelogFabrice Bellard2025-04-07
|
* flush stdout in console.log() (#309)Fabrice Bellard2025-04-05
|
* fixed module cyclic imports (#329)Fabrice Bellard2025-04-05
|
* workaround for overflow test in JS_GetOwnPropertyNamesInternal() (#111)Fabrice Bellard2025-04-05
|
* 'undefined' is a valid let/const variable name. It gives a SyntaxError at ↵Fabrice Bellard2025-04-05
| | | | top level because it is already defined (#370)
* added forgotten js_weakref_is_live() testsFabrice Bellard2025-04-05
|
* avoid freeing an object structure in js_weakref_free() if it is about to be ↵Fabrice Bellard2025-04-05
| | | | freed in free_zero_refcount()
* reworked weak references so that cycles are (hopefully) correctly handled - ↵Fabrice Bellard2025-04-05
| | | | added Symbol as WeakMap key, WeakRef and FinalizationRegistry
* fixed eval with empty argument scope (#249)Fabrice Bellard2025-03-31
|
* removed useless printf() (#257)Fabrice Bellard2025-03-31
|
* ensure that JS_IteratorNext() returns JS_UNDEFINED when done = TRUE (#394)Fabrice Bellard2025-03-31
|
* removed invalid testsFabrice Bellard2025-03-28
|
* fixed exception handling in AsyncFromSyncIterator and async for ofFabrice Bellard2025-03-28
|
* fixed typed array set operation when obj != receiverFabrice Bellard2025-03-27
|
* fixed set_date_field()Fabrice Bellard2025-03-27
|
* disable rejection tracker in the repl - repl cleanupFabrice Bellard2025-03-27
|
* removed memory leak in string padding (issue #274)Fabrice Bellard2025-03-27
|
* exit by default on unhandled promise rejections (issue #305)Fabrice Bellard2025-03-27
|
* update test262_errors.txtFabrice Bellard2025-03-25
|
* updated to unicode 16.0.0 (bnoordhuis) - updated test262Fabrice Bellard2025-03-25
|
* added missing headerFabrice Bellard2025-03-25
|
* added -Wno-infinite-recursionFabrice Bellard2025-03-25
|
* more use of js_new_string8 - inlined JS_NewString() (initial patch by ↵Fabrice Bellard2025-03-25
| | | | Charlie Gordon)
* added string ropes for faster concatenation of long strings (issue #67)Fabrice Bellard2025-03-25
|
* more dtoa bench (Charlie Gordon)Fabrice Bellard2025-03-22
|
* enable dtoa tests on win32Fabrice Bellard2025-03-22
|
* reduced memory usage of Map hash tableFabrice Bellard2025-03-22
|
* fixed hash_map_resize() - added Map/WeakMap in microbenchFabrice Bellard2025-03-22
|
* simplified and fixed backtrace_barrier (#306)Fabrice Bellard2025-03-20
|
* protect against printf errors (#319)Fabrice Bellard2025-03-20
|
* added new dtoa library to print and parse float64 numbers. It is necessary ↵Fabrice Bellard2025-03-19
| | | | to fix corner cases (e.g. radix != 10) and to have correct behavior regardless of the libc implementation.
* msan fix (#389)Fabrice Bellard2025-03-19
|
* simplified js_bigint_from_float64()Fabrice Bellard2025-03-19
|
* fixed examples/hello_module compilation (#240)Fabrice Bellard2025-03-19
|
* fixed BigInt hashing - removed -fno-bigint in qjsc and ↵Fabrice Bellard2025-03-19
| | | | JS_AddIntrinsicBigInt() (BigInt is now considered as a base object)
* fixed JS_DumpValue() for BigIntFabrice Bellard2025-03-19
|
* more bignum cleanupFabrice Bellard2025-03-19
|
* removed the ability to do simultaneous 64 and 32 bit x86 builds in order to ↵Fabrice Bellard2025-03-19
| | | | simplify the Makefile
* Merge pull request #391 from nickva/try-to-fix-multiplatform-buildsbellard2025-03-19
|\ | | | | Fix multiarch CI builds
| * Fix multiarch CI buildsNick Vatamaniuc2025-03-18
|/ | | | Fix: https://github.com/bellard/quickjs/issues/390
* compilation fixFabrice Bellard2025-03-18
|
* added missing variableFabrice Bellard2025-03-18
|
* removed bignum support and qjscalc - added optimized BigInt implementationFabrice Bellard2025-03-18
|
* regexp: allow [\-] in unicode mode (#373)Fabrice Bellard2025-03-13
|
* fixed CONFIG_ALL_UNICODE compilationFabrice Bellard2025-03-13
|