about summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* added String.prototype.at, Array.prototype.at and TypedArray.prototype.atFabrice Bellard2023-12-081-3/+72
* Revert "quickjs: add Array.prototype.at"bptato2023-12-081-30/+0
* updated to unicode 15.0.0Fabrice Bellard2023-12-081-1198/+1237
* quickjs/libbf: add missing ifdefbptato2023-12-051-0/+2
* the BigInt support is now always includedbellard2023-12-054-846/+509
* bf_set_ui() fix (github issue #133)bellard2023-12-051-16/+16
* Revert "fix undefined behavior: shift 32 bits for uint32_t in bf_set_ui"bptato2023-12-051-6/+1
* quickjs: improve can_destroy hookbptato2023-12-051-19/+40
* Update chamebptato2023-12-031-0/+0
* qjs: fix a warningbptato2023-12-021-1/+1
* js: simplify toJSP0bptato2023-11-302-0/+8
* fix chakasu submodule refbptato2023-11-201-0/+0
* Update chakasubptato2023-11-171-0/+0
* Add innerHTML setterbptato2023-10-231-0/+0
* update chakasubptato2023-10-221-0/+0
* base64: reduce pointless re-coding using JSStringbptato2023-10-212-1/+35
* javascript: add TextEncoder, TextDecoderbptato2023-10-211-0/+0
* add_eval_variables: do not close over `this' twicebptato2023-10-131-1/+2
* Update chamebptato2023-09-301-0/+0
* update chamebptato2023-09-241-0/+0
* update chakasubptato2023-09-241-0/+0
* Fix stack overflow in CVE-2023-31922Nick Vatamaniuc2023-09-231-0/+6
* fix undefined behavior: shift 32 bits for uint32_t in bf_set_uiBo Yao2023-09-231-1/+6
* update chamebptato2023-09-191-0/+0
* Update submodulesbptato2023-09-142-0/+0
* quickjs: add Array.prototype.atbptato2023-09-031-0/+30
* Move HTML parsing into Chamebptato2023-08-151-0/+0
* Update chakasubptato2023-08-151-0/+0
* Move charsets into chakasubptato2023-08-141-0/+0
* Fixes & workarounds to compile on Nim 2.0.0bptato2023-08-011-0/+211
* Add utf-8 support to libregexpbptato2023-07-041-6/+14
* Remove getClassID hackbptato2023-06-272-0/+10
* Working Nim-QuickJS GC integrationbptato2023-06-242-2/+60
* Include QuickJS sources in the repositorybptato2023-06-2216-0/+74804
* Add indexed color, other png improvementsbptato2023-06-091-186/+0
* Add support for canvas and multipartbptato2023-06-051-0/+186