about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* added Array.prototype.{with,toReversed,toSpliced,toSorted} and TypedArray.pro...Fabrice Bellard2023-12-281-0/+379
* added Object.groupBy and Map.groupBy (initial patch by bnoordhuis)Fabrice Bellard2023-12-281-0/+121
* added String.prototype.isWellFormed and String.prototype.toWellFormedFabrice Bellard2023-12-281-0/+80
* fixed detached TypedArray in sort()Fabrice Bellard2023-12-281-40/+47
* quickjs: remove unnecessary forward declarationbptato2023-12-281-4/+0
* top-level-await support - follow the spec in the implementation of the module...Fabrice Bellard2023-12-282-89/+635
* Revert TLA support patchbptato2023-12-282-126/+19
* Compile with styleCheck:usagesbptato2023-12-2825-67/+69
* Remove outdated readme in adapter/bptato2023-12-251-7/+0
* dom: export import maps allowedbptato2023-12-251-1/+1
* dom: use JS_EvalFunction; add module fetching stubsbptato2023-12-256-51/+164
* Fix warnings on Nim 2.0.2bptato2023-12-242-3/+3
* bindings/quickjs: cint -> csize_tbptato2023-12-232-3/+5
* dom: use std/ in importsbptato2023-12-221-8/+8
* dom: simplify fetch classic scriptbptato2023-12-221-22/+21
* fix broken linkbptato2023-12-221-1/+1
* update doc/protocolsbptato2023-12-221-3/+3
* reduced JS_MAX_LOCAL_VARS (github issue #123)Fabrice Bellard2023-12-221-1/+1
* removed unused JSContext fieldFabrice Bellard2023-12-221-1/+0
* use Unicode normalization in String.prototype.localeCompareFabrice Bellard2023-12-221-31/+100
* 'for of' expression cannot start with 'async'Fabrice Bellard2023-12-221-0/+3
* removed incorrect await in async yield*Fabrice Bellard2023-12-221-1/+0
* fixed define own property with writable=false on module namespaceFabrice Bellard2023-12-221-3/+7
* added container_of macroFabrice Bellard2023-12-223-3/+5
* safer typed array finalizerFabrice Bellard2023-12-221-2/+17
* fixed js_strtod with large integers (github issue #206)Fabrice Bellard2023-12-221-2/+6
* test 128 bit integer support (github issue #125)Fabrice Bellard2023-12-221-1/+1
* quickjs: avoid an unnecessary null check for can_destroybptato2023-12-221-4/+4
* buffer: prevent crash in reshape before document is parsedbptato2023-12-221-0/+2
* gmi2html: rewritebptato2023-12-223-246/+74
* gopher2html: do not use streamsbptato2023-12-211-4/+2
* buffer: clean up ssock on being killedbptato2023-12-213-21/+40
* cgi: return ConnectionError when script is not executablebptato2023-12-213-6/+8
* loader: refactor onRead/onErrorbptato2023-12-211-19/+22
* container: fix gotoMarkYbptato2023-12-212-3/+3
* file: remove symlink codebptato2023-12-211-19/+4
* file: do not use streamsbptato2023-12-211-23/+19
* js: fix nil deref in jsgetpropbptato2023-12-201-4/+9
* ua.css: add plaintextbptato2023-12-201-1/+1
* html/dom: do not submit implicitly if there is a submit buttonbptato2023-12-181-8/+10
* socketstream: get rid of emitsbptato2023-12-183-50/+75
* strwidth & url fixesbptato2023-12-163-7/+7
* Fix compilation on Nim 1.6.14bptato2023-12-165-5/+16
* container: fix multi-byte selections, do not append newlinebptato2023-12-161-7/+11
* config/toml: fix consumeComment overriding nodesbptato2023-12-151-1/+2
* about: actually error out on errorbptato2023-12-151-5/+8
* Fix for sourcehut markdown parsing, small doc improvementsbptato2023-12-158-63/+31
* Add doc/protocolsbptato2023-12-153-2/+154
* config: allow overriding default prepended schemebptato2023-12-154-5/+19
* Implement local CGI error message handlingbptato2023-12-157-8/+44