Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't export STREQ and friends in <guestfs.h> | Richard Jones | 2009-11-10 | 1 | -0/+3 |
| | | | | | Move these to private header file(s) and other places as required since these aren't part of the public API. | ||||
* | use STREQ, not strcmp: part 1 | Jim Meyering | 2009-11-09 | 1 | -11/+11 |
| | | | | | git grep -l 'strcmp *([^=]*== *0'|xargs \ perl -pi -e 's/\bstrcmp( *\(.*?\)) *== *0/STREQ$1/g' | ||||
* | always include <config.h> | Jim Meyering | 2009-08-03 | 1 | -0/+1 |
| | | | | | | * ocaml/guestfs_c.c: Include <config.h>. * examples/to-xml.c: Likewise. * examples/hello.c: Likewise. | ||||
* | Move C API tests out of root build dir into 'capitests' subdir. | Richard W.M. Jones | 2009-05-28 | 1 | -0/+64 |