summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-04Move ch>0 check to the top of yxml_parse()Yorhel2-2/+6
2013-09-04bench: No need to remake yxml.c when that is the only known dependencyYorhel1-1/+0
2013-09-03Add benchmark codeYorhel4-0/+280
2013-09-02Add '_' as allowed character in a NameYorhel2-2/+2
2013-09-02COPYING: Fix copyright yearYorhel1-1/+1
2013-09-02Minor typo fix in yxml-gen.plYorhel2-2/+3
2013-09-02Add special string-consuming stateYorhel5-393/+145
2013-09-02Add support for <![CDATA[ sections ]]>Yorhel2-24/+108
2013-09-02Allow absent XMLDecl, support PI and element contents, +hack for DTDYorhel3-106/+267
2013-09-02Initial commitYorhel8-0/+1518