jcs
/detritus
/amendments
Amendments on October 30, 2025
jcs made amendment
69
4 months ago
Amendments on March 4, 2025
jcs made amendment
68
about 1 year ago
Amendments on December 27, 2024
util: Add strcaseidx
When trying to case-insensitively match a string to a list of char
pointers, having to call into strcasecmp for every list entry and
start the indexing into the string over again every time is quite
expensive.
strcaseidx takes a string and a pointer to an array of char pointers
and walks the list and indexes the string only once, advancing
through the list as each next character matches or not. This
requires the list to be sorted.
jcs made amendment
66
about 1 year ago
Amendments on December 23, 2024
html_tokenize: Implement remaining character reference states
NUMERIC_CHARACTER_REFERENCE_END does not consume a character, so
although the spec doesn't say to reconsume to get there, do that in
states that switch to that state so we don't consume one character
too many.
Amendments on December 22, 2024
jcs made amendment
64
about 1 year ago
Amendments on December 21, 2024
jcs made amendment
63
about 1 year ago
Amendments on December 20, 2024
jcs made amendment
62
about 1 year ago
Amendments on December 14, 2024
html_output: Honor <center> and <p align="center">
Support for this was added to TextView
browser: Reorganize go functions, use http:// fallback from URL bar
This is 2024, after all.
Amendments on December 12, 2024
jcs made amendment
59
about 1 year ago
jcs made amendment
58
about 1 year ago
jcs made amendment
57
about 1 year ago
jcs made amendment
56
about 1 year ago
jcs made amendment
55
about 1 year ago
jcs made amendment
54
about 1 year ago
jcs made amendment
53
about 1 year ago
Amendments on November 21, 2024
jcs made amendment
52
about 1 year ago
jcs made amendment
51
about 1 year ago
jcs made amendment
50
about 1 year ago