summaryrefslogtreecommitdiffstats
path: root/ocaml/guestfs-c.c
Commit message (Collapse)AuthorAgeFilesLines
* ocaml: Get rid of CAMLprim.Richard W.M. Jones2012-10-301-8/+8
| | | | | | It's wrong to use it, and in any case it doesn't do anything on Linux. (cherry picked from commit 3d46f7dc038f87e00a27e9f294d4115436f1ff23)
* build: Rename most C files that contain underscore with dash.Richard W.M. Jones2012-08-051-0/+423
This is just code motion. Some files cannot be renamed. Notably rpcgen input and output files must not contain dash characters, else rpcgen breaks. Cherry picked from commit 2e4089f30007e79bc157c775cfd3b326d22f2992 and modified so that conflicts in the following files: po-docs/ja.po po-docs/libguestfs-docs.pot po-docs/uk.po were resolved by simply copying the files from the master branch.