Version 1.5.26.
[libguestfs.git] / examples / to-xml.c
2010-10-22 Richard W.M. Jonesgenerator: Optional arguments, add-drive-opts (RHBZ...
2009-11-20 Jim Meyeringmaint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and...
2009-11-10 Richard Jonesexamples: Don't use STREQ etc in the to-xml.c example.
2009-11-09 Jim Meyeringuse STREQ, not strcmp: part 1
2009-11-09 Jim Meyeringchange strncmp() == 0 to STREQLEN()
2009-11-09 Jim Meyeringchange strncmp(...) != 0 to STRNEQLEN(...)
2009-11-02 Richard Jonesexamples/to-xml.c: Don't depend on Gnulib function.
2009-09-24 Jim Meyeringavoid use of all ctype macros
2009-09-21 Richard JonesRemove guestfs_wait_ready (turn it into a no-op).
2009-08-03 Jim MeyeringConvert all TABs-as-indentation to spaces.
2009-08-03 Jim MeyeringGuard #inclusion of config.h in examples.
2009-08-03 Jim Meyeringalways include <config.h>
2009-04-24 Richard JonesAdd support for ext4 to examples/to-xml.c
2009-04-22 Richard JonesFix infinite loop encountered when reading Windows...
2009-04-15 Richard JonesShow byte sizes in example.
2009-04-15 Richard JonesDisplay ext2/3 details, and some bug fixes.
2009-04-15 Richard JonesAdded to-xml program.