ocaml-augeas.git
2019-12-07 Richard W.M... caml_named_value returns const value pointer in OCaml... master
2019-08-20 Richard W.M... Use ocamlopt -g option.
2019-08-20 Richard W.M... Version 0.6. v0.6
2019-05-29 Pino Toscanobuild: build with CAML_NAME_SPACE
2019-05-29 Pino ToscanoSwitch away from non-namespaced OCaml symbols
2019-05-29 Pino ToscanoAdd error message to Augeas.Error
2019-05-29 Pino ToscanoAdd Augeas.label
2019-05-29 Pino ToscanoAdd Augeas.setm
2019-05-29 Pino ToscanoAdd Augeas.mv
2019-05-29 Pino ToscanoAdd Augeas.defnode
2019-05-29 Pino ToscanoAdd Augeas.defvar
2019-05-29 Pino ToscanoSplit the Optstring_val helper
2019-05-29 Pino ToscanoImprove error reporting on init
2019-05-29 Pino ToscanoEnhance raise_error to be able to close handle
2019-05-29 Pino ToscanoAdd more init flags
2019-05-29 Pino ToscanoBump requirement to 1.2.0
2017-10-09 Pino ToscanoMark ocaml_augeas_source w/o aug_source as noreturn
2017-10-09 Pino ToscanoAdd function prototypes for OCaml APIs
2017-10-09 Pino ToscanoFully initialize the custom_operations struct
2017-10-06 Richard W.M... configure: When overriding LIBS, include old $LIBS...
2017-10-05 Richard W.M... lib: Allow compilation with Augeas < 1.8.0 which lacked...
2017-10-05 Richard W.M... lib: Use caml_failwith instead of compat wrapper failwith.
2017-09-15 Pino ToscanoAdd Augeas.source
2017-09-15 Pino ToscanoAdd Augeas.transform
2017-09-15 Pino Toscanotest_augeas: print also the values of nodes
2017-09-15 Pino ToscanoDo not crash with NULL values from aug_get
2017-09-15 Pino ToscanoMore constness in C variables
2017-09-15 Pino ToscanoAdd Augeas.set
2017-09-13 Pino ToscanoEnhance the Augeas.Error exception
2017-09-13 Pino ToscanoRaise Out_of_memory when Augeas fails with AUG_ENOMEM
2017-09-13 Pino ToscanoPass the augeas_t to raise_error
2017-09-13 Pino ToscanoCreate a separate raise_init_error function
2017-06-06 Richard W.M... Implement Augeas.load API.
2017-06-06 Richard W.M... Implement AugNoStdinc, AugSaveNoop and AugNoLoad flags.
2017-06-06 Richard W.M... Path parameter did not work in Augeas.rm and Augeas...
2017-06-06 Richard W.M... Fix a few GCC warnings.
2017-06-06 Richard W.M... Regenerate dependencies with newer OCaml.
2017-06-06 Richard W.M... Rename augeas_c.c -> augeas-c.c
2015-07-21 Richard W.M... Add autoconf ocaml macros.
2012-06-11 Richard W.M... Version 0.5.
2012-06-11 Richard W.M... Fix 'make dist' rule.
2012-06-11 Richard W.M... Update dependencies.
2012-06-11 Richard W.M... Add 'make check' rule.
2012-06-11 Richard W.M... Augeas.matches: Fix silly typo in binding.
2012-06-11 Richard W.M... Use pkg-config to detect Augeas and libxml2.
2012-06-11 Richard W.M... Remove generated files from the repository.
2009-11-16 Richard JonesAdd .gitignore file.
2009-11-16 Richard W.M... Install *.so files.
2008-05-07 Richard W.M... Updated MANIFEST for release 0.4.
2008-05-07 Richard W.M... Make 'check-manifest' work with HG.
2008-05-07 Richard W.M... Added this file.
2008-05-07 Richard W.M... Added Augeas.count_matches
2008-05-07 Richard W.M... Compile with -Wall -Werror
2008-05-07 Richard W.M... Version number to 0.4
2008-05-07 Richard W.M... Ignore a few more files.
2008-05-07 Richard W.M... Fix test program to work with /etc/hosts and display...
2008-05-07 Richard W.M... Imported version 0.3 from old CVS repository.