about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* local CGI improvements, move data: to cgi-binbptato2023-12-128-61/+163
* twtstr: import functions from gopher2htmlbptato2023-12-122-32/+12
* cha-finger: use MAPPED_URI_*bptato2023-12-121-25/+15
* local CGI: add mapped URI env vars; move about: to adaptersbptato2023-12-127-42/+68
* layout: rounding error correction fixesbptato2023-12-111-2/+6
* Makefile: clean up libexecdir on uninstallbptato2023-12-111-2/+8
* doc/localcgi: reword/clarifybptato2023-12-111-1/+5
* bonus: add magnet.cgibptato2023-12-112-0/+78
* css: add case-insensitive matchingbptato2023-12-114-25/+103
* css: add text-transformbptato2023-12-115-11/+321
* layout: do not resolve floats if grandparent position is resolvedbptato2023-12-101-2/+2
* layout: fix rounding error correctionbptato2023-12-101-11/+8
* Add support for gemini by default, update readmebptato2023-12-1010-37/+44
* mailcap: add $MAILCAP_URLbptato2023-12-103-5/+26
* Separate gopher conversion from main binarybptato2023-12-107-135/+224
* Enable finger protocol by defaultbptato2023-12-107-12/+47
* config: better path handling; fix array parsing bugbptato2023-12-109-35/+386
* config: disable w3m-cgi-compat by defaultbptato2023-12-101-1/+1
* Update todobptato2023-12-091-2/+0
* Makefile: also remove QJSOBJbptato2023-12-091-0/+1
* Makefile: only remove target's objdir on cleanbptato2023-12-091-2/+1
* Makefile: properly list QJS object file dependenciesbptato2023-12-091-0/+13
* remove mistakenly included patch filebptato2023-12-091-69/+0
* Reapply "reworked set property and fixed corner cases of typed array set prop...bptato2023-12-092-169/+113
* Revert "reworked set property and fixed corner cases of typed array set prope...bptato2023-12-092-113/+169
* Update QJS versionbptato2023-12-091-1/+1
* added Array.prototype.findLast{Index} and TypeArray.prototype.findLast{index}...Fabrice Bellard2023-12-091-16/+61
* fixed duplicate static private setter/getter testFabrice Bellard2023-12-091-7/+12
* fixed delete super.x errorFabrice Bellard2023-12-091-12/+4
* reworked set property and fixed corner cases of typed array set propertyFabrice Bellard2023-12-092-169/+113
* Retrieve RegExp 'g' flag in spec conformant way (original patch by bnoordhuis)Fabrice Bellard2023-12-092-17/+41
* fixed lexical scope of 'this' with eval (github issue #192)Fabrice Bellard2023-12-091-6/+7
* fixed negative zero dateFabrice Bellard2023-12-091-12/+14
* Revert "add_eval_variables: do not close over `this' twice"bptato2023-12-091-2/+1
* pager: add marksbptato2023-12-099-16/+293
* pager: add precnum to [, ]bptato2023-12-093-15/+29
* pager: add `{', `}'; document externIntobptato2023-12-095-1/+55
* sheet: fix overflow in addAtRulebptato2023-12-091-1/+1
* cascade: simplifybptato2023-12-091-2/+1
* cascade: fix regressionbptato2023-12-091-18/+23
* selectorparser: enum-ize relbptato2023-12-092-25/+35
* sheet: fix a correctness issue, misc refactoringsbptato2023-12-092-51/+63
* cascade: refactor & optimizebptato2023-12-091-153/+192
* fixed private field setters (github issue #194)Fabrice Bellard2023-12-082-2/+3
* added missing bignum error tests (github issue #159)Fabrice Bellard2023-12-081-12/+64
* 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
* Makefile: disable CONFIG_BIGNUM for QJSbptato2023-12-051-2/+1
* quickjs/libbf: add missing ifdefbptato2023-12-051-0/+2