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

mehdi pushed a change to branch upstream
in repository ocaml-batteries.

      from  d852cbb   Imported Upstream version 2.3
       new  7055d90   Imported Upstream version 2.4

The 1 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:
 .gitignore                            |    1 +
 ChangeLog                             |   62 ++
 META.in                               |    2 +-
 Makefile                              |   77 +-
 _oasis                                |    2 +-
 _tags                                 |    4 +-
 build/_tags                           |    1 +
 build/prefilter.ml                    |   65 +-
 howto/release.md                      |    5 +-
 myocamlbuild.ml                       |   18 +-
 setup.ml                              | 1947 +++++++++++++++++++++++++--------
 src/batArray.mlv                      |    4 +-
 src/batBase64.ml                      |    2 +-
 src/batBig_int.ml                     |    8 +-
 src/batBigarray.mliv                  |   12 +-
 src/batBitSet.ml                      |   62 +-
 src/batBytes.mlv                      |   29 +
 src/batCache.ml                       |   26 +-
 src/batDigest.mlv                     |    8 +-
 src/batEnum.ml                        |   60 +-
 src/batEnum.mli                       |   25 +-
 src/batFile.ml                        |    2 +-
 src/{batFormat.mli => batFormat.mliv} |   26 +
 src/{batFormat.ml => batFormat.mlv}   |   34 +
 src/batGenlex.ml                      |    6 +-
 src/batHashtbl.mlv                    |  128 ++-
 src/batIMap.ml                        |    4 +-
 src/batIO.ml                          |   22 +-
 src/batInnerIO.ml                     |    6 +-
 src/batInnerPervasives.mlv            |    4 +-
 src/batInt.ml                         |    4 +-
 src/batInt32.ml                       |   16 +-
 src/batLazyList.mli                   |    6 +-
 src/batList.mlv                       |   28 +-
 src/batMap.ml                         |  114 ++
 src/batMap.mli                        |   65 ++
 src/batOption.ml                      |    2 +
 src/batOption.mli                     |    3 +
 src/batPervasives.ml                  |    6 +-
 src/batPervasives.mliv                |    4 +-
 src/batPrintf.mlv                     |    2 +-
 src/batQueue.ml                       |   83 +-
 src/batQueue.mli                      |   26 +-
 src/batSet.ml                         |  228 +++-
 src/batSet.mli                        |  176 +++
 src/batSplay.ml                       |  308 ++++--
 src/batString.ml                      |   42 +-
 src/batSubstring.ml                   |    4 +-
 src/batText.ml                        |   67 +-
 src/batText.mli                       |    8 +-
 src/batUTF8.ml                        |   26 +
 src/batUTF8.mli                       |    2 +
 src/batUnix.mliv                      |    7 +
 src/batUnix.mlv                       |   32 +
 src/batteries.ml                      |    2 +-
 testsuite/main.ml                     |    1 +
 testsuite/test_hashtbl.ml             |   30 +
 57 files changed, 3104 insertions(+), 840 deletions(-)
 create mode 100644 build/_tags
 rename src/{batFormat.mli => batFormat.mliv} (97%)
 rename src/{batFormat.ml => batFormat.mlv} (72%)
 create mode 100644 testsuite/test_hashtbl.ml

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml-batteries.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