about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* pager: decrement numload on redirectbptato2024-03-121-0/+1
* io: add dynstreambptato2024-03-126-57/+95
* loader: unregister input streams on EOFbptato2024-03-121-2/+2
* mailcap: better error messages, accept \ as newline escapebptato2024-03-111-6/+18
* pager: do not eat error alerts on startupbptato2024-03-112-2/+1
* loader: rework process modelbptato2024-03-1129-1443/+1648
* client: fix thumb button confusionbptato2024-03-111-18/+18
* mancha: fix query for 7zbptato2024-03-111-1/+7
* css: fix {} macros on older Nim versionsbptato2024-03-111-6/+9
* client: bind middle button to discardBuffer, use button5/6 as scrollbptato2024-03-112-5/+14
* client: only accept "press" input type for scroll wheelbptato2024-03-111-2/+6
* term: fix alt-screen = true without ti/tebptato2024-03-081-10/+11
* cgi: do not eat first word of the error messagebptato2024-03-071-1/+1
* cgi: pass system error message after execl failurebptato2024-03-071-1/+2
* man: use /usr/bin/env perl shebangbptato2024-03-071-1/+1
* buffer: fix bug of eating chars before invalid UTF-8bptato2024-03-051-2/+2
* Fix typobptato2024-03-041-1/+1
* Update todobptato2024-03-041-10/+2
* pager: clear status message when opening external viewersbptato2024-03-041-0/+2
* css: simplify property & value definitionsbptato2024-03-041-266/+272
* catom: merge TagType with AttrTypebptato2024-03-046-112/+133
* dom: use relList for stylesheet checksbptato2024-03-042-10/+17
* Update doc/protocolsbptato2024-03-041-10/+29
* dom: misc fixesbptato2024-03-042-6/+41
* loader: fix crash on cha </dev/nullbptato2024-03-031-1/+3
* strwidth, renderdocument: small refactoringbptato2024-03-037-256/+545
* Update chamebptato2024-03-032-1/+1
* buffer: improve/fix onload return valuesbptato2024-03-033-20/+30
* 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
* Fix UB left shift of negative numberBen Noordhuis2024-03-021-1/+1
* Remove unnecessary ssize_t posix-ismBen Noordhuis2024-03-021-1/+1
* Improve string concatenation hackCharlie Gordon2024-03-022-78/+96
* Reverse e140122202cc24728b394f8f90fa2f4a2d7c397eCharlie Gordon2024-03-021-2/+0
* Fix test262 errorCharlie Gordon2024-03-021-2/+8
* Fix sloppy mode arguments uninitialized value useBen Noordhuis2024-03-021-0/+2
* Remove unsafe sprintf() and strcat() callsBen Noordhuis2024-03-021-22/+24
* Fix undefined behavior (UBSAN)Charlie Gordon2024-03-021-2/+4
* Fix UB in js_dtoa1Saúl Ibarra Corretgé2024-03-021-1/+3
* Fix runtime bugsCharlie Gordon2024-03-021-13/+9
* Strip trailing spacesCharlie Gordon2024-03-0214-760/+760
* avoid using INT64_MAX in double comparisons because it cannot be exactly repr...Fabrice Bellard2024-03-021-2/+3