generator: Add Pointer parameter type to the generator.
[libguestfs.git] / generator / generator_c.ml
2010-11-10 Richard Jonesgenerator: Add Pointer parameter type to the generator.
2010-11-05 Richard W.M. Jonesgenerator: Don't die if an API call isn't listed in...
2010-11-05 Richard W.M. JonesDon't print out key material in trace output.
2010-11-04 Richard W.M. Jonesdocs: Which API calls were first supported in which...
2010-11-03 Richard W.M. Jonesdocs: Indent *_va and *_argv functions correctly.
2010-11-03 Richard W.M. Jonesgenerator: Properly lay out and indent multi-line C...
2010-11-03 Richard W.M. Joneslib: Expose errno through new API guestfs_last_errno.
2010-11-03 Richard W.M. Jonesdaemon: Send back the errno as a string.
2010-10-26 Matthew BoothDon't include control characters in BufferIn trace...
2010-10-22 Richard W.M. Jonesgenerator: Optional arguments, add-drive-opts (RHBZ...
2010-10-20 Richard W.M. Jonesgenerator: Remove unused parameter.
2010-09-24 Richard W.M. JonesAllow $TMPDIR to override most temporary directory...
2010-09-11 Richard JonesSplit generator into separate source files.