aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix sparse warnings in c2xml: mark globals static and remove unused globalsJosh Triplett2007-07-141-5/+3
| | | | Signed-off-by: Josh Triplett <josh@freedesktop.org>
* Fix GCC warnings in c2xmlJosh Triplett2007-07-141-26/+22
| | | | | | | Deal with xmlChar versus char issues by using BAD_CAST and helper functions. Remove unused variables. Include expression.h for struct position. Signed-off-by: Josh Triplett <josh@freedesktop.org>
* add c2xml programRob Taylor2007-07-131-0/+324
Adds new c2xml program which dumps out the parse tree for a given file as well-formed xml. A DTD for the format is included as parse.dtd. Signed-off-by: Rob Taylor <rob.taylor@codethink.co.uk> [Josh: DTD fixes] Signed-off-by: Josh Triplett <josh@freedesktop.org>