|
|
|
|
|
|
|
|
|
|
xen-api
[Xen-API] [PATCH 00 of 17] Patches for stdext, camldm and mlvm
stdext/listext.ml | 4 +
stdext/listext.mli | 1 +
stdext/Makefile | 2 +-
stdext/os.ml | 30 +++++++
stdext/os.mli | 3 +
stdext/stringext.ml | 2 +-
stdext/listext.ml | 4 +
stdext/listext.mli | 3 +
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 | 4 +-
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 | 30 ++++---
mlvm/redo.ml | 2 +-
mlvm/Makefile | 4 +-
mlvm/test_fragment.ml | 222
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
27 files changed, 458 insertions(+), 59 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, camldm and mlvm,
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 02 of 17] stdext/Os: A simple module for running stuff on the command line, Matthias Goergens
- [Xen-API] [PATCH 07 of 17] camldm/Makefile: OCAMLOPTFLAGS are now used, Matthias Goergens
- [Xen-API] [PATCH 04 of 17] stdext/Listext got a function make_assoc to build Lisp-like assoc lists, Matthias Goergens
- [Xen-API] [PATCH 03 of 17] Extended a comment in stdext/stringext.ml, Matthias Goergens
- [Xen-API] [PATCH 05 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 09 of 17] camldm/camldm_stubs.c: Tests have confirmed that camldm_ls does not leak memory, Matthias Goergens
- [Xen-API] [PATCH 08 of 17] camldm/camldm.ml: camldm_ls is an analogue to dmsetup ls, Matthias Goergens
- [Xen-API] [PATCH 06 of 17] stdext/Either: A module for type ('a, 'b) t = Left of 'a | Right of 'b, Matthias Goergens
- [Xen-API] [PATCH 10 of 17] commit 4dbf952c5841150c6028210fb013128c0b45f7df, Matthias Goergens
|
|
|
|
|