Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the test0* functions, used to test language bindings. | Richard W.M. Jones | 2009-05-28 | 1 | -0/+1 |
| | |||||
* | Gettextize the source, make library strings translatable. | Richard Jones | 2009-05-21 | 1 | -1/+2 |
| | |||||
* | build: don't tell "make clean" to remove my '~' backup files | Jim Meyering | 2009-04-30 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Separate out the high-level API actions. | Richard Jones | 2009-04-18 | 1 | -6/+3 |
| | | | | | | - 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. | ||||
* | Need to package generator.ml -- oops. | Richard Jones | 2009-04-13 | 1 | -0/+2 |
| | |||||
* | Remove *~ files when doing 'make clean'. | Richard Jones | 2009-04-09 | 1 | -1/+3 |
| | |||||
* | Added framework for the language bindings. | Richard Jones | 2009-04-07 | 1 | -1/+1 |
| | |||||
* | pvs/vgs/lvs commands working now. | Richard Jones | 2009-04-07 | 1 | -1/+1 |
| | |||||
* | LIBGUESTFS_PATH implementation. | Richard Jones | 2009-04-04 | 1 | -1/+3 |
| | |||||
* | Mostly working spec file. | Richard Jones | 2009-04-04 | 1 | -2/+7 |
| | |||||
* | Daemon and library are mostly talking to each other now. | Richard Jones | 2009-04-03 | 1 | -2/+24 |
| | |||||
* | Guest boots, and basic select/callbacks work. | Richard Jones | 2009-04-02 | 1 | -0/+1 |
| | |||||
* | Running qemu as a subprocess. | rjones | 2009-03-03 | 1 | -0/+20 |