[Pkg-ocaml-maint-commits] [ocaml-batteries] branch upstream updated (7055d90 -> a3a863b)

Stéphane Glondu glondu at moszumanska.debian.org
Wed Jul 19 18:54:27 UTC 2017


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

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

      from  7055d90   Imported Upstream version 2.4
       new  199d754   New upstream version 2.5.0
       new  a3a863b   New upstream version 2.5.3

The 2 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:
 ChangeLog                                   |   40 +
 META.in                                     |    2 +-
 Makefile                                    |   15 +-
 _oasis                                      |    4 +-
 _tags                                       |    3 +-
 howto/release.md                            |    4 +-
 myocamlbuild.ml                             |   17 +-
 opam                                        |   15 +-
 qtest/_tags                                 |   13 +-
 setup.ml                                    | 6649 ++++++++++++++-------------
 src/batArray.mliv                           |   16 +-
 src/batArray.mlv                            |   10 +-
 src/batBig_int.ml                           |   15 +
 src/{batBig_int.mli => batBig_int.mliv}     |    9 +
 src/batBigarray.mliv                        |   42 +
 src/batBigarray.mlv                         |   60 +-
 src/batBytes.mliv                           |   54 +-
 src/batBytes.mlv                            |   34 +
 src/batChar.mli                             |   10 +
 src/{batChar.ml => batChar.mlv}             |   18 +
 src/batConcreteQueue_402.ml                 |   66 +
 src/batConcreteQueue_402.mli                |    6 +
 src/batConcreteQueue_403.ml                 |   44 +
 src/batConcreteQueue_403.mli                |    6 +
 src/batDigest.mli                           |    6 +-
 src/batDigest.mlv                           |    9 +
 src/batGc.ml                                |   40 +-
 src/{batGc.mli => batGc.mliv}               |   54 +
 src/batHashcons.ml                          |    1 -
 src/batHashtbl.mlv                          |    2 +-
 src/batIO.ml                                |   10 +-
 src/batInnerWeaktbl.ml                      |   12 +
 src/batInt.ml                               |   30 +-
 src/{batInt32.mli => batInt32.mliv}         |    4 +
 src/{batInt32.ml => batInt32.mlv}           |    4 +
 src/{batInt64.mli => batInt64.mliv}         |    4 +
 src/{batInt64.ml => batInt64.mlv}           |    4 +
 src/batList.mlv                             |    6 +-
 src/{batNativeint.mli => batNativeint.mliv} |    2 +
 src/{batNativeint.ml => batNativeint.mlv}   |    2 +
 src/batNumber.ml                            |    7 +-
 src/batNumber.mli                           |    2 +-
 src/batOpaqueInnerSys.ml                    |    2 +
 src/batPervasives.mliv                      |    2 +-
 src/batPrintexc.mliv                        |   16 +
 src/batQueue.ml                             |  123 +-
 src/batRef.ml                               |    4 +-
 src/batSeq.ml                               |   22 +-
 src/batSet.mli                              |    5 +
 src/{batString.mli => batString.mliv}       |   41 +-
 src/{batString.ml => batString.mlv}         |   52 +-
 src/batSys.mliv                             |  102 +-
 src/{batSys.ml => batSys.mlv}               |   11 +
 src/batTuple.ml                             |    8 +
 src/batTuple.mli                            |   11 +
 src/batUnix.mliv                            |   61 +-
 src/batteries.mllib                         |    2 +
 src/{batteries.ml => batteries.mlv}         |   18 +-
 src/batteriesHelp.ml                        |    4 +-
 testsuite/test_container.ml                 |   34 +-
 60 files changed, 4482 insertions(+), 3387 deletions(-)
 rename src/{batBig_int.mli => batBig_int.mliv} (96%)
 rename src/{batChar.ml => batChar.mlv} (88%)
 create mode 100644 src/batConcreteQueue_402.ml
 create mode 100644 src/batConcreteQueue_402.mli
 create mode 100644 src/batConcreteQueue_403.ml
 create mode 100644 src/batConcreteQueue_403.mli
 rename src/{batGc.mli => batGc.mliv} (81%)
 rename src/{batInt32.mli => batInt32.mliv} (97%)
 rename src/{batInt32.ml => batInt32.mlv} (95%)
 rename src/{batInt64.mli => batInt64.mliv} (97%)
 rename src/{batInt64.ml => batInt64.mlv} (91%)
 rename src/{batNativeint.mli => batNativeint.mliv} (98%)
 rename src/{batNativeint.ml => batNativeint.mlv} (95%)
 create mode 100644 src/batOpaqueInnerSys.ml
 rename src/{batString.mli => batString.mliv} (96%)
 rename src/{batString.ml => batString.mlv} (95%)
 rename src/{batSys.ml => batSys.mlv} (78%)
 rename src/{batteries.ml => batteries.mlv} (84%)

-- 
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