This is an automated email from the git hooks/post-receive script.

ecc-guest pushed a change to branch upstream
in repository approx.

      from  4992e9c   increment version number
       new  81ee687   remove unused code
       new  a1b2ac9   simplify build using findlib
       new  3dafd6d   use OUnit for tests
       new  38422ed   add $curl_path configuration parameter
       new  cce432a   cache unknown file types for $interval
       new  ffe35d2   change String.create to Bytes.create
       new  f289e79   relax check for Invalid_argument exception
       new  330c969   increment version number

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile                   |  15 +--
 _tags                      |  23 ++---
 approx.ml                  |   9 +-
 config.ml                  |  32 +++++--
 config.mli                 |   5 +-
 config_file.ml             |   4 +-
 config_file.mli            |   6 +-
 doc/approx.conf.5          |   3 +
 etc/approx.conf            |   1 +
 myocamlbuild.ml            |  28 ------
 tests/_tags                |  14 ---
 tests/config_file_test.ml  |  89 ++++++++++++++++++
 tests/config_test.ml       |  52 +++++++++--
 tests/control_file_test.ml | 180 ++++++++++++++++++++++++++++--------
 tests/dir_test.ml          |  28 ------
 tests/metadata_test.ml     |  33 -------
 tests/patch_test.ml        |  21 -----
 tests/runtests.ml          |  13 +++
 tests/sha1_test.ml         |  18 ----
 tests/testlib.ml           |  30 ++++++
 tests/util_test.ml         | 226 +++++++++++++++++++++++++++++++++++++++++++++
 url.ml                     |   6 +-
 util.ml                    |  36 +++++---
 util.mli                   |  21 ++++-
 24 files changed, 647 insertions(+), 246 deletions(-)
 delete mode 100644 myocamlbuild.ml
 delete mode 100644 tests/_tags
 create mode 100644 tests/config_file_test.ml
 delete mode 100644 tests/dir_test.ml
 delete mode 100644 tests/metadata_test.ml
 delete mode 100644 tests/patch_test.ml
 create mode 100644 tests/runtests.ml
 delete mode 100644 tests/sha1_test.ml
 create mode 100644 tests/testlib.ml
 create mode 100644 tests/util_test.ml

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/approx.git

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to