about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* nim.cfg: disable threadsbptato2024-02-062-1/+2
* fix bug in prev commitbptato2024-02-051-1/+1
* regex: fix 8-bit narrow strings in JSbptato2024-02-052-26/+40
* md2html: add support for strikethroughbptato2024-02-051-1/+7
* pager: display precnum *and* inputBuffer when precnum != 0bptato2024-02-011-3/+1
* Makefile: fix about.nim depsbptato2024-02-011-1/+2
* about:license: fix typobptato2024-02-011-1/+1
* md2html: improved underscore ignoring rulesbptato2024-02-011-2/+4
* md2html: skip space after list item startbptato2024-02-011-2/+2
* md2html: detect lists starting with dashbptato2024-02-011-1/+1
* toml: misc refactoringsbptato2024-01-301-71/+40
* toml: allow EOF in values with laxnamesbptato2024-01-301-0/+2
* config: append */* rule instead of prependingbptato2024-01-302-11/+3
* Update todobptato2024-01-301-0/+2
* Add default md2html converterbptato2024-01-305-16/+413
* doc/config: add missing backtickbptato2024-01-301-1/+1
* doc: do not emphasize th text, mention pager.locationbptato2024-01-301-33/+38
* Add command to yank link under cursor (yc)bptato2024-01-294-5/+34
* js: always use var destructorbptato2024-01-291-8/+2
* layout: more consistent namingbptato2024-01-291-79/+41
* layout: consider inline positioning for absolute blocksbptato2024-01-293-78/+102
* forkserver: clean upbptato2024-01-295-30/+24
* client: stop entire process group on suspend()bptato2024-01-292-3/+4
* man: fix man -kbptato2024-01-271-20/+37
* mimetypes: simplify parseMimeTypesbptato2024-01-272-16/+15
* loader: clean up error handlingbptato2024-01-265-82/+71
* cgi: fix broken libexec path env variablebptato2024-01-264-9/+10
* Add mancha man page viewerbptato2024-01-2610-11/+434
* js: update pragma docsbptato2024-01-241-3/+9
* js: define toStringTag properlybptato2024-01-243-3/+13
* js: allow specifying static function name, small refactoringbptato2024-01-243-63/+62
* Remove newFormatbptato2024-01-235-20/+16
* color: remove Premul typebptato2024-01-231-18/+10
* rendertext: add support for backspace overstrike, misc fixesbptato2024-01-232-47/+125
* md2manpreproc: fix non-portable behaviorbptato2024-01-221-6/+6
* doc: fix cookie sharing examplebptato2024-01-221-4/+4
* container: fix b/e unnecessarily switching linesbptato2024-01-201-3/+8
* Fix form action when submitter has a "form" attrbptato2024-01-192-20/+30
* charwidth: use ptint in controls calculationbptato2024-01-192-19/+19
* buffer: fix clone on *BSDbptato2024-01-191-1/+8
* about:chawan: fix some descriptionsbptato2024-01-191-2/+2
* Re-design word handling, add e, E, W, B, etc.bptato2024-01-197-59/+266
* utils/map: remove unused special casebptato2024-01-171-3/+0
* Remove std/terminal dependencybptato2024-01-174-55/+66
* js: small improvementsbptato2024-01-173-22/+54
* dom: fix innerHTML tag name regressionbptato2024-01-171-2/+8
* dom: fix invalid object conversion defectbptato2024-01-171-1/+1
* quickjs: patch libunicode.h to use LRE_BOOLbptato2024-01-151-2/+2
* dom: standard-compliant innerHTML/outerHTMLbptato2024-01-122-5/+73
* cha-http-libfetch: fix incorrect usage of strncatbptato2024-01-111-14/+3