2024-06-30 08:20 | bump LICENSE year | Hiltjo Posthuma | 1 | +1 | -1 |
2024-06-30 08:19 | xml.c: sync some of the improvements to this modified version | Hiltjo Posthuma | 2 | +15 | -13 |
2024-06-30 08:10 | sync from xml.c: improve parsing whitespace after end tag names | Hiltjo Posthuma | 1 | +2 | -0 |
2021-04-22 18:20 | xml.h: add underscore for #ifdef guard | Hiltjo Posthuma | 2 | +3 | -3 |
2021-04-22 18:19 | do not convert UTF-16 surrogate pairs to an invalid sequence | Hiltjo Posthuma | 1 | +3 | -2 |
2021-04-22 18:18 | bump LICENSE year | Hiltjo Posthuma | 1 | +1 | -1 |
2020-06-05 19:53 | revert commit fix bug in ignoring character in <script> / <style> | Hiltjo Posthuma | 1 | +1 | -1 |
2020-05-30 11:44 | cleanup header includes | Hiltjo Posthuma | 3 | +2 | -5 |
2020-05-30 11:39 | add subset of named entities (sync from webdump) | Hiltjo Posthuma | 1 | +44 | -0 |
2020-05-30 11:36 | sync xml.{c,h} | Hiltjo Posthuma | 2 | +55 | -63 |
2020-05-30 11:33 | Makefile: respect ${CC} | Hiltjo Posthuma | 1 | +1 | -1 |
2019-09-22 17:50 | remove unneeded code, handle | Hiltjo Posthuma | 2 | +18 | -137 |
2019-09-22 17:49 | fix bug in ignoring character in <script> / <style> | Hiltjo Posthuma | 1 | +1 | -1 |
2018-12-18 17:11 | rename getchar_ignore to getnext_ignore | Hiltjo Posthuma | 1 | +3 | -3 |
2018-12-12 18:04 | check the returned length of xml_entitytostr() properly | Hiltjo Posthuma | 1 | +1 | -1 |
2018-12-11 20:28 | main: no command-line arguments, add comment about the web | Hiltjo Posthuma | 1 | +3 | -2 |
2018-12-10 18:06 | add README and LICENSE | Hiltjo Posthuma | 2 | +16 | -0 |
2018-12-10 18:05 | enable pledge on OpenBSD now | Hiltjo Posthuma | 1 | +1 | -1 |
2018-12-10 18:03 | Makefile: respect system CFLAGS, LDFLAGS | Hiltjo Posthuma | 1 | +2 | -2 |
2018-12-10 18:03 | XML tag parse improvements for PI and end tags | Hiltjo Posthuma | 1 | +29 | -23 |
2018-12-10 18:01 | ignore incorrect unescaped HTML in <style> or <script> in a better way | Hiltjo Posthuma | 1 | +44 | -27 |
2018-12-09 10:33 | replace control characters (including newline and tab), simplify dataentity handler | Hiltjo Posthuma | 1 | +12 | -3 |
2018-11-13 17:06 | ignore <title> tags in <style> or <script> | Hiltjo Posthuma | 1 | +8 | -2 |
2018-08-26 13:27 | xml: sync many XML parser improvements | Hiltjo Posthuma | 3 | +95 | -78 |
2018-03-31 14:35 | support infinite length titles, no buffering | Hiltjo Posthuma | 1 | +8 | -17 |
2018-03-31 14:32 | rename title to grabtitle | Hiltjo Posthuma | 4 | +4 | -4 |
2018-03-31 14:31 | rename run.sh to example, use required argument | Hiltjo Posthuma | 2 | +15 | -10 |
2018-03-31 11:43 | use string length from xml_entitytostr, save a few lines | Hiltjo Posthuma | 1 | +4 | -5 |
2018-03-31 11:34 | hide error output | Hiltjo Posthuma | 1 | +1 | -1 |
2018-03-31 11:01 | fix: don't use entity data for all tags | Hiltjo Posthuma | 1 | +3 | -0 |
2018-03-31 10:59 | initial insertion | Hiltjo Posthuma | 6 | +594 | -0 |