[Pkg-ocaml-maint-commits] [ocaml-batteries] branch master updated (2b157da -> f4d3589)

Mehdi Dogguy mehdi at moszumanska.debian.org
Tue Dec 22 23:33:36 UTC 2015


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

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

      from  2b157da   Release to unstable
       new  7055d90   Imported Upstream version 2.4
       new  91ef69e   Merge tag 'upstream/2.4'
       new  303a0a4   New upstream release.
       new  49b2a10   Refresh patches
       new  f4d3589   Release to unstable

The 5 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 +-
 debian/changelog                                   |   10 +
 .../0001-Do-not-enforce-sanity-check-rules.patch   |    6 +-
 .../patches/0002-Disable-qtest-based-tests.patch   |   26 +-
 ...able-test-compat-broken-with-OCaml-4.01.0.patch |   22 -
 debian/patches/series                              |    1 -
 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 +
 62 files changed, 3127 insertions(+), 882 deletions(-)
 create mode 100644 build/_tags
 delete mode 100644 debian/patches/0003-Disable-test-compat-broken-with-OCaml-4.01.0.patch
 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



More information about the Pkg-ocaml-maint-commits mailing list