Use AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE in C files any more.
[libguestfs.git] / perl /
2009-04-23 Richard W.M. JonesGenerated code for debug command.
2009-04-22 Richard JonesGenerated code for new mount_* commands.
2009-04-22 Richard JonesAllow qemu binary to be overridden at runtime.
2009-04-20 Richard JonesFixes for CDPATH being set.
2009-04-20 Richard JonesAdded tar-in, tar-out, tgz-in, tgz-out commands.
2009-04-20 Richard JonesGenerated code for 'checksum' command.
2009-04-19 Richard JonesImplement upload and download commands.
2009-04-18 Richard JonesBegin to add the upload and download commands.
2009-04-18 Richard JonesSeparate out the high-level API actions.
2009-04-18 Richard JonesRewrite of main loop impl, start of FileIn/FileOut...
2009-04-15 Richard JonesGenerated code for blockdev_* calls, RInt64, enhanced...
2009-04-15 Richard JonesGenerated code for tune2fs-l command and RHashtable...
2009-04-15 Richard JonesGenerated code for stat/lstat/statvfs changes.
2009-04-14 Richard JonesTypos and documentation updates.
2009-04-14 Richard JonesGenerated changes to perl XS bindings.
2009-04-14 Richard JonesAdd 'command' and 'command-lines'. Fix args freeing...
2009-04-13 Richard JonesGenerated files for file(1) command.
2009-04-13 Richard JonesAdditional test programs for Perl, Python, OCaml bindings.
2009-04-13 Richard JonesLots, mainly Python bindings.
2009-04-11 Richard JonesMinor adjustments for 0.8 release. 0.8
2009-04-11 Richard JonesAdded test suite.
2009-04-10 Richard JonesNeed to set LD_LIBRARY_PATH so we pick up the right...
2009-04-10 Richard JonesGenerated files for previous commands.
2009-04-10 Richard JonesCorrection in the aug-ls documentation.
2009-04-09 Richard JonesRemove *~ files when doing 'make clean'.
2009-04-09 Richard JonesAdded aug-ls (generated code).
2009-04-09 Richard JonesGenerate webpages.
2009-04-09 Richard JonesAdded Augeas support.
2009-04-08 Richard JonesGenerated code for new guestfs_read_lines API call.
2009-04-08 Richard JonesMany non-daemon functions are now auto-generated.
2009-04-08 Richard JonesVersion 0.5: Numerous small fixes to make rpmbuild... 0.5
2009-04-08 Richard JonesAdded more Perl bindings tests.
2009-04-08 Richard JonesFixed Perl bindings, they now work properly.
2009-04-08 Richard JonesFirst version of Perl bindings, compiled but not tested.
2009-04-07 Richard JonesAdded framework for the language bindings.