summaryrefslogtreecommitdiff
path: root/libezxml/src/ezxml.c
AgeCommit message (Collapse)AuthorFilesLines
2010-12-26Better directory layoutLars-Dominik Braun1-715/+0
Removed useless AUTHORS, COPYING and README files. Move manpage to contrib (it's not exactly source code).
2010-07-11Fixing a warning in ezxml.Patrick Reynolds1-1/+3
Assignment as used in the prefix ++ results in undefined behavior when the variable is used in a function call later in the while loop condition. Most of the time this works, but the behavior is technically undefined.
2009-09-08C99 conformanceLars-Dominik Braun1-0/+2
2009-08-04Use "static" keyword for functionsLars-Dominik Braun1-91/+90
2009-07-11ezxml: Slightly modified version of ezxml addedLars-Dominik Braun1-0/+712
ezxml is a light xml parser, homepage: http://ezxml.sourceforge.net/ Removed xml write and modify functions, added cmake build system