change strncmp() == 0 to STREQLEN()
[libguestfs.git] / examples / to-xml.c
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.