Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-21 | README.xml: add comment about parser limitation/restriction | Hiltjo Posthuma | |
2019-02-17 | update README.xml | Hiltjo Posthuma | |
2018-11-04 | README.xml: remove mention of variable that is not used anymore | Hiltjo Posthuma | |
2018-08-26 | xml: use ANSI types and struct initialization | Hiltjo Posthuma | |
long is atleast 32-bits, codepointtoutf8() works with >= 32-bit types. Valid codepoint ranges are not larger than this. unsigned char is not needed because converted unicode bytes don't use this range. tested all valid codepoints and output on amd64, i386 and SPARC64. | |||
2018-08-21 | README.xml: improve | Hiltjo Posthuma | |
2016-02-26 | mention ISC in README.xml, not MIT | Hiltjo Posthuma | |
2015-08-23 | README.xml: remove example, just check examples listed | Hiltjo Posthuma | |
2015-08-22 | xml: simplify XML reader | Hiltjo Posthuma | |
2015-08-22 | README.xml: update example | Hiltjo Posthuma | |
2015-08-14 | xml: separate reader context from parser | Hiltjo Posthuma | |
also: - rename xmlparser_ prefix to xml_. - make xml_parse public, this allows a custom reader like a direct mmap, see: XMLParser.getnext and (optionall) XMLParser.getnext_data. - improve the README text. | |||
2015-05-16 | update README | Hiltjo Posthuma | |
2015-01-05 | README.xml: reword some things, reference files (to always have working ↵ | Hiltjo Posthuma | |
examples) | |||
2015-01-02 | README.xml: code-style | Hiltjo Posthuma | |
2014-06-27 | improve wording | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-06-27 | add initial README for xml parser | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> |