summaryrefslogtreecommitdiffstats
path: root/examples/to-xml.c
Commit message (Expand)AuthorAgeFilesLines
* maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exitJim Meyering2009-11-201-3/+3
* examples: Don't use STREQ etc in the to-xml.c example.Richard Jones2009-11-101-8/+8
* use STREQ, not strcmp: part 1Jim Meyering2009-11-091-3/+3
* change strncmp() == 0 to STREQLEN()Jim Meyering2009-11-091-4/+4
* change strncmp(...) != 0 to STRNEQLEN(...)Jim Meyering2009-11-091-1/+1
* examples/to-xml.c: Don't depend on Gnulib function.Richard Jones2009-11-021-2/+2
* avoid use of all ctype macrosJim Meyering2009-09-241-2/+2
* Remove guestfs_wait_ready (turn it into a no-op).Richard Jones2009-09-211-1/+0
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-8/+8
* Guard #inclusion of config.h in examples.Jim Meyering2009-08-031-1/+3
* always include <config.h>Jim Meyering2009-08-031-0/+1
* Add support for ext4 to examples/to-xml.cRichard Jones2009-04-241-5/+7
* Fix infinite loop encountered when reading Windows disk in example program.Richard Jones2009-04-221-7/+11
* Show byte sizes in example.Richard Jones2009-04-151-3/+11
* Display ext2/3 details, and some bug fixes.Richard Jones2009-04-151-4/+34
* Added to-xml program.Richard Jones2009-04-151-0/+158