about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* fixed 'return' handling with 'yield' in 'for of' or with finally blocks (gihu...Fabrice Bellard2023-12-142-73/+121
* fixed async generator in case of exception in the implicit await in the 'retu...Fabrice Bellard2023-12-141-9/+20
* Fix AsyncGenerator.prototype.return error handling (bnoordhuis)Fabrice Bellard2023-12-141-4/+13
* raise an error if a private method is added twice to an objectFabrice Bellard2023-12-141-0/+6
* Makefile: add fwrapv to QJS buildbptato2023-12-141-1/+1
* file: complain about hostnamebptato2023-12-141-0/+5
* chapath: add missing returnbptato2023-12-141-1/+2
* update todobptato2023-12-141-5/+7
* doc/config: finish path handling documentationbptato2023-12-141-1/+5
* Update doc/localcgibptato2023-12-141-3/+4
* loaderhandle: fix ConversionDefect in getFdbptato2023-12-131-2/+7
* Various fixesbptato2023-12-1314-102/+145
* http: use CURLU for URLsbptato2023-12-134-4/+103
* break up twtstr somewhatbptato2023-12-1320-382/+402
* Move http out of main binarybptato2023-12-1325-358/+433
* Move gopher to adapter/bptato2023-12-128-181/+154
* Move out ftp: protocol; fix some local CGI bugsbptato2023-12-125-84/+86
* Move out file: protocol handling to adapter/bptato2023-12-125-51/+39
* adapter/: re-structurebptato2023-12-127-12/+12
* 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