about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove unnecessary getNamespace callsbptato2023-12-301-4/+2
| * Pass all tree construction testsbptato2023-12-306-191/+383
| * tests21bptato2023-12-283-15/+17
| * tests 18 .. 20bptato2023-12-285-23/+61
| * Fix tests 10 .. 17, add todobptato2023-12-285-48/+139
| * htmltokenizer: refactor peek_str, peek_str_nocasebptato2023-12-281-41/+33
| * htmltokenizer: use static assertionsbptato2023-12-281-8/+11
| * Update readmebptato2023-12-281-6/+4
| * htmltokenizer: null -> \0bptato2023-12-281-28/+26
| * Comment out function overload for testingbptato2023-12-281-0/+3
| * Fixes for test9.datbptato2023-12-289-175/+419
| * Add string interning for attribute namesbptato2023-12-279-132/+249
| * Add string interning supportbptato2023-12-2712-484/+694
| * htmltokenizer: refactor EOF handlingbptato2023-12-261-267/+303
| * tests/tokenizer: remove unused parambptato2023-12-261-5/+5
| * Re-add chakasu for testsbptato2023-12-261-0/+2
| * Remove chakasu from nimble filebptato2023-12-201-1/+0
| * add missing tests/shared folderbptato2023-12-201-0/+262
| * htmlparser: fix bug in reconstructActiveFormattingbptato2023-12-201-1/+1
| * Separate out character encoding support from htmlparserbptato2023-12-2014-730/+584
| * htmlparser: add getDocument getter to DOMBuilderbptato2023-12-202-17/+29
| * htmlparser: add callbacks for rewinding the input streambptato2023-12-181-5/+27
| * htmlparser: remove superflous setPosition callsbptato2023-12-181-2/+0
| * Fix typosbptato2023-12-051-6/+6
| * htmlparser: take Option[Handle] for `before' in insertTextbptato2023-12-042-4/+5
| * Update readmebptato2023-12-031-7/+11
| * htmlparser: take Option[Handle] for `before' in insertBeforebptato2023-12-032-14/+15
| * Version 0.13.0bptato2023-12-032-2/+2
| * tests/tree: add tests 4-8bptato2023-12-031-17/+73
| * Various fixes & improvements in all modulesbptato2023-12-033-58/+136
| * entity: use pre-generated filebptato2023-11-204-13/+1087
| * tests/tree: add tests2, tests3bptato2023-11-191-3/+9
| * minidom: fix insertText if before is first in parentbptato2023-11-191-1/+5
| * htmlparser, tests: make tests1.dat run without errorsbptato2023-11-193-99/+147
| * tests/tree: fix comment handling, log databptato2023-11-181-26/+16
| * htmltokenizer: formatbptato2023-11-181-2/+2
| * htmlparser: adoption agency algorithm fixesbptato2023-11-181-13/+20
| * tests: incomplete support for tree builder testsbptato2023-11-181-0/+275
| * Update chakasubptato2023-11-181-1/+1
| * tokenizer: move flush_chars into a procbptato2023-10-271-28/+28
| * Add null character token typebptato2023-10-273-47/+42
| * Version 0.12.0bptato2023-10-232-3/+3
| * Add pushInTemplate for fragment parsingbptato2023-10-231-0/+5
| * Reduce nil usage for Handlesbptato2023-10-231-9/+13
| * htmlparser: add openElementsInit, formInit to optsbptato2023-10-231-1/+12
| * parser: add initial tokenizer state option; tokenizer: allow any kind of streambptato2023-10-224-27/+61
| * update chakasubptato2023-10-221-1/+1
| * Version 0.11.2bptato2023-09-302-2/+2
| * Fix potential OOB seq access in peek_charbptato2023-09-301-1/+2
| * tolower -> toLowerAsciibptato2023-09-241-1/+1