|
|
|
|
|
|
|
|
|
|
xen-api
[Xen-API] [PATCH 00 of 17] Patches for Stdext, Mlvm and Camldm -- Resend
Here is a re-send of the re-send of my patches for Stdext, Camldm, and
Mlvm. The subject lines for some patches were something like "commit
<hex-digits>", now we have proper subjects for all.
I fixed some bugs in Camldm, and Mlvm. Stdext just got extended, by
refactoring out standard functions.
stdext/listext.ml | 4 +
stdext/listext.mli | 1 +
stdext/listext.mli | 248 +++++++++++++++++++++++++-------------------------
stdext/Makefile | 2 +-
stdext/os.ml | 27 +++++
stdext/os.mli | 3 +
stdext/stringext.ml | 2 +-
stdext/listext.ml | 4 +
stdext/listext.mli | 2 +
stdext/opt.ml | 2 +-
stdext/opt.mli | 2 +-
stdext/Makefile | 2 +-
stdext/either.ml | 24 ++++
stdext/either.mli | 18 +++
camldm/Makefile | 6 +-
camldm/camldm.ml | 2 +
camldm/camldm.mli | 3 +
camldm/camldm_stubs.c | 69 +++++++++++++
camldm/camldm_stubs.c | 10 +-
camldm/camldm_stubs.c | 56 ++++++-----
camldm/camldm_stubs.c | 2 -
camldm/camldm_stubs.c | 2 +-
camldm/camldm_stubs.c | 9 +-
mlvm/constants.ml | 1 +
mlvm/vg.ml | 77 +++++++-------
mlvm/redo.ml | 2 +-
26 files changed, 375 insertions(+), 205 deletions(-)
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-API] [PATCH 00 of 17] Patches for Stdext, Mlvm and Camldm -- Resend, now with better subjects,
Matthias Goergens <=
- [Xen-API] [PATCH 05 of 17] stdext/Listext got a function make_assoc to build Lisp-like assoc lists, Matthias Goergens
- [Xen-API] [PATCH 04 of 17] Extended a comment in stdext/stringext.ml, Matthias Goergens
- [Xen-API] [PATCH 01 of 17] The module stdext/Listext got a safe_head function that wraps hd in an option type, Matthias Goergens
- [Xen-API] [PATCH 03 of 17] stdext/Os: A simple module for running stuff on the command line, Matthias Goergens
- [Xen-API] [PATCH 06 of 17] in stdext/Opt: Renamed cat_options to cat_some, to be more in line with the coming either module, Matthias Goergens
- [Xen-API] [PATCH 08 of 17] camldm/Makefile: OCAMLOPTFLAGS are now used, Matthias Goergens
- [Xen-API] [PATCH 07 of 17] stdext/Either: A module for type ('a, 'b) t = Left of 'a | Right of 'b, Matthias Goergens
- [Xen-API] [PATCH 09 of 17] camldm/camldm.ml: camldm_ls is an analogue to dmsetup ls, Matthias Goergens
- [Xen-API] [PATCH 02 of 17] Fix indentation in stdext/listext.mli, Matthias Goergens
- [Xen-API] [PATCH 17 of 17] mlvm/redo.ml was rid of a warning, Matthias Goergens
|
|
|
|
|