summaryrefslogtreecommitdiffstats
path: root/ocaml
Commit message (Collapse)AuthorAgeFilesLines
* Backport CAMLreturnT for OCaml <= 3.10Richard Jones2009-05-061-0/+9
|
* Generated code for 'equal' command.Richard W.M. Jones2009-05-013-0/+28
|
* Generated code for ping-daemon command.Richard W.M. Jones2009-05-013-0/+26
|
* Generated code for dmesg command.Richard W.M. Jones2009-05-013-0/+27
|
* Generated code for drop-caches command.Richard W.M. Jones2009-05-013-0/+27
|
* Generated code for cp, cp-a and mv commands.Richard W.M. Jones2009-05-013-0/+84
|
* Generated code for grub-install command.Richard Jones2009-04-303-0/+28
|
* Added 'zero' command to wipe partition tables and superblocks.Richard Jones2009-04-303-0/+27
|
* Add generated code for 'fsck' command.Richard Jones2009-04-303-0/+28
|
* build: don't tell "make clean" to remove my '~' backup filesJim Meyering2009-04-302-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi Rich, automake's policy on what to remove via "make clean" is reasonable: if running build rules creates it, then "make clean" can and should remove it. However, even if build rules happen to create backup files, please remove only the specific ones they can create, not all of the ones in a directory. Just in case someone relies on those and expect them to hang around... >From 1e8be391ac17b4ddcf9671e8413d2660844e6993 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering@redhat.com> Date: Thu, 30 Apr 2009 15:47:52 +0200 Subject: [PATCH] build: don't tell "make clean" to remove my '~' backup files * Makefile.am (CLEANFILES): Don't remove '~' backup files. * daemon/Makefile.am: Ditto. * examples/Makefile.am: Ditto. * fish/Makefile.am: Ditto. * images/Makefile.am: Ditto. * inspector/Makefile.am: Ditto. * java/Makefile.am: Ditto. * ocaml/Makefile.am: Ditto. * ocaml/examples/Makefile.am: Ditto. * perl/Makefile.am: Ditto. * python/Makefile.am: Ditto. * ruby/Makefile.am: Ditto. * src/Makefile.am: Ditto.
* Use safe_malloc and/or check returns from malloc (Jim Meyering).Richard Jones2009-04-303-9/+13
|
* Generated code for ext2 UUID and label functions.Richard Jones2009-04-273-0/+112
|
* Generated code for lvremove, vgremove, pvremove.Richard Jones2009-04-253-1/+82
|
* Generated code for debug command.Richard W.M. Jones2009-04-233-0/+30
|
* Generated code for new mount_* commands.Richard Jones2009-04-223-0/+87
|
* Allow qemu binary to be overridden at runtime.Richard Jones2009-04-223-0/+53
|
* Added tar-in, tar-out, tgz-in, tgz-out commands.Richard Jones2009-04-203-0/+112
|
* Generated code for 'checksum' command.Richard Jones2009-04-203-0/+29
|
* Implement upload and download commands.Richard Jones2009-04-203-0/+52
|
* Begin to add the upload and download commands.Richard Jones2009-04-183-0/+56
|
* Separate out the high-level API actions.Richard Jones2009-04-183-0/+130
| | | | | | - Split out the high-level API actions so that they are in a separate file, and use the defined guestfs C API, instead of fiddling around with internal structures.
* Generated code for blockdev_* calls, RInt64, enhanced tests.Richard Jones2009-04-153-0/+271
|
* Correctly free memory in RHashtable binding for OCaml & Python.Richard Jones2009-04-151-0/+2
|
* Generated code for tune2fs-l command and RHashtable return type.Richard Jones2009-04-153-0/+55
|
* Generated code for stat/lstat/statvfs changes.Richard Jones2009-04-153-0/+212
|
* Add 'command' and 'command-lines'. Fix args freeing in Perl bindings.Richard Jones2009-04-143-0/+60
|
* Generated files for file(1) command.Richard Jones2009-04-133-0/+28
|
* Missing dependency.Richard Jones2009-04-131-3/+3
|
* Extra CLEANFILES.Richard Jones2009-04-131-1/+1
|
* Additional test programs for Perl, Python, OCaml bindings.Richard Jones2009-04-134-1/+115
|
* Lots, mainly Python bindings.Richard Jones2009-04-131-17/+8
|
* Stricter checks on short descriptions.Richard Jones2009-04-131-1/+1
|
* OCaml bindings build using the installed, not built, library.Richard Jones2009-04-131-3/+3
|
* Added test suite.Richard Jones2009-04-115-0/+398
|
* Generated files for previous commands.Richard Jones2009-04-103-0/+192
|
* Remove *~ files when doing 'make clean'.Richard Jones2009-04-091-0/+2
|
* Added aug-ls (generated code).Richard Jones2009-04-093-0/+30
|
* Added Augeas support.Richard Jones2009-04-093-2/+339
|
* Generated code for new guestfs_read_lines API call.Richard Jones2009-04-083-0/+30
|
* Added OCaml examples.Richard Jones2009-04-085-0/+49
|
* OCaml bindings compile.Richard Jones2009-04-086-133/+819
|
* Many non-daemon functions are now auto-generated.Richard Jones2009-04-083-65/+182
|
* Version 0.5: Numerous small fixes to make rpmbuild work again.0.5Richard Jones2009-04-081-4/+7
|
* File was removed, updated dependencies.Richard Jones2009-04-081-2/+0
|
* Need to distribute OCaml bits even if OCaml not found.Richard Jones2009-04-081-2/+2
|
* Outline OCaml bindings.Richard Jones2009-04-078-0/+531
|
* Added framework for the language bindings.Richard Jones2009-04-071-0/+16