about summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update monouchabptato2024-08-091-0/+0
* Update monouchabptato2024-08-091-0/+0
* Update Chagashibptato2024-08-011-0/+0
* Update submodulesbptato2024-07-283-0/+0
* Update monouchabptato2024-07-181-0/+0
* Update monouchabptato2024-07-171-0/+0
* Update monouchabptato2024-06-221-0/+0
* buffer: decoding fixesbptato2024-06-141-0/+0
* Update Chame, Chagashibptato2024-06-132-0/+0
* Move JS wrapper into Monouchabptato2024-06-0317-77220/+0
* js: fix runtime cleanupbptato2024-06-032-0/+11
* regexp: fix non greedy quantizers with zero length matchesFabrice Bellard2024-05-301-8/+6
* Add `js_resolve_proxy` (#293)Charlie Gordon2024-05-301-20/+35
* Add `JS_StrictEq()`, `JS_SameValue()`, and `JS_SameValueZero()` (#264)Kasper Isager Dalsgarð2024-05-302-5/+26
* Expose `JS_SetUncatchableError()` (#262)Kasper Isager Dalsgarð2024-05-302-1/+1
* Add `JS_HasException()` (#265)Kasper Isager Dalsgarð2024-05-302-0/+6
* Add `JS_NewTypedArray()` (#272)Dmitry Volyntsev2024-05-302-0/+27
* quickjs: revert SetUncatchableError patchbptato2024-05-301-1/+0
* libunicode: fix compilationbptato2024-05-071-1/+1
* Improve class parser (#289)Charlie Gordon2024-05-071-3/+9
* fix class method with name get (#258)Richard Davison2024-05-071-1/+2
* Improve libunicode and libregexp headers (#288)Charlie Gordon2024-05-075-128/+237
* Improve unicode table handling (#286)Charlie Gordon2024-05-072-49/+148
* client: make quit() actually quit, misc fixesbptato2024-05-041-0/+1
* sandbox: seccomp support on Linuxbptato2024-04-181-0/+6
* quickjs: fix member accesses for non-decimal number literalsbptato2024-04-141-1/+2
* Fix endianness handling in `js_dataview_getValue` / `js_dataview_setValue`Charlie Gordon2024-04-141-8/+8
* Improve error handlingCharlie Gordon2024-04-141-8/+17
* Improve `JSON.stringify`Charlie Gordon2024-04-141-39/+43
* Use more explicit magic values for array methodsCharlie Gordon2024-04-141-26/+24
* Simplify redundant initializers for `JS_NewBool()`Charlie Gordon2024-04-141-18/+17
* Fix compilation with -DCONFIG_BIGNUMCharlie Gordon2024-04-142-32/+43
* Improve Date.parse, small fixesCharlie Gordon2024-04-143-58/+81
* Revert bignum build fixesbptato2024-04-142-10/+0
* Update Chamebptato2024-04-091-0/+0
* quickjs: fix OpenBSD compilationbptato2024-04-021-1/+1
* Prevent UB on memcpy and floating point conversionsCharlie Gordon2024-03-135-18/+26
* Improve Date.parseCharlie Gordon2024-03-131-31/+106
* man: rewrite in Nimbptato2024-03-131-0/+4
* Update chamebptato2024-03-031-0/+0
* quickjs: fix build without CONFIG_BIGNUMbptato2024-03-021-0/+8
* Improve Number.prototype.toString for radix other than 10Charlie Gordon2024-03-021-9/+98
* Improve Date.parseCharlie Gordon2024-03-021-224/+305
* Fix Map hash bugCharlie Gordon2024-03-021-2/+2
* Rewrite `set_date_fields` to match the ECMA specificationCharlie Gordon2024-03-021-28/+52
* Add C API function JS_GetClassID()Tyler Rockwood2024-03-022-0/+12
* Improve surrogate handling readabilityCharlie Gordon2024-03-023-124/+150
* Rename regex flag and field utf16 -> unicodeCharlie Gordon2024-03-023-61/+62
* Fix big endian serializationCharlie Gordon2024-03-022-61/+58
* Fix UB signed integer overflow in js_math_imulCharlie Gordon2024-03-021-5/+7