xmlparser

XML parser
git clone git://git.codemadness.org/xmlparser
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-08-15 17:12improve wording and fix small typosHiltjo Posthuma2+3-3
2023-05-14 21:59xml.h: _XML_H_: macro name with an underscore is a reserved identifierHiltjo Posthuma1+2-2
2023-04-28 10:26bump LICENSE yearHiltjo Posthuma1+1-1
2022-08-26 19:57improve comment: uppercase cdata -> CDATAHiltjo Posthuma2+2-2
2022-07-20 18:37pedantic typoHiltjo Posthuma1+1-1
2022-06-21 09:05README: fix some typosHiltjo Posthuma1+2-2
2022-03-29 08:57do not depend on the C locale and ctype functionsHiltjo Posthuma1+11-9
2022-03-29 08:57bump LICENSE yearHiltjo Posthuma1+1-1
2021-07-01 21:21bump LICENSE year, remove newline before EOF in READMEHiltjo Posthuma2+1-2
2021-01-28 18:41fix small typoHiltjo Posthuma1+1-1
2021-01-22 21:51xml.c: fix typo in checking surrogate rangeHiltjo Posthuma1+1-1
2021-01-22 12:37xml.c: do not convert UTF-16 surrogate pairs to an invalid sequenceHiltjo Posthuma1+2-1
2020-10-16 09:23README: some small changesHiltjo Posthuma1+2-2
2020-10-06 17:00xml.h: add underscore for #ifdef guardHiltjo Posthuma1+2-2
2020-06-01 10:16fix typoHiltjo Posthuma1+1-1
2020-02-04 21:50skeleton: add stub for translating entities (#if 0'd)Hiltjo Posthuma1+22-0
2020-01-28 20:56cleanup some includesHiltjo Posthuma3+2-5
2020-01-19 15:18improve XML entity conversionHiltjo Posthuma1+8-8
2020-01-03 23:36bump LICENSE yearHiltjo Posthuma1+1-1
2020-01-03 16:06README: document white-space handlingHiltjo Posthuma1+3-0
2019-11-23 12:24xml.c: upper-case named-entities are invalid in XMLHiltjo Posthuma1+0-5
2019-09-12 17:51skeleton.c: remove #ifndef GETNEXT hereHiltjo Posthuma1+0-2
2019-08-23 10:13update README, bump LICENSE yearHiltjo Posthuma2+5-3
2019-06-21 11:57README: add comment about parser limitation/restrictionHiltjo Posthuma1+1-0
2019-06-16 20:19sync XML improvements (from sfeed)Hiltjo Posthuma4+76-68
2018-12-12 18:14style fixHiltjo Posthuma1+1-1
2018-12-07 18:50whitespace fixesHiltjo Posthuma1+7-7
2018-11-02 16:48make separate repo for shared XML code "library"Hiltjo Posthuma5+711-0