[Pkg-ocaml-maint-commits] [ocaml-re] branch master updated (9910f35 -> 36e5e53)

Stéphane Glondu glondu at moszumanska.debian.org
Fri Aug 5 11:15:32 UTC 2016


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

glondu pushed a change to branch master
in repository ocaml-re.

      from  9910f35   Update changelog and prepare upload to unstable
       new  5db784f   Update debian/watch
       new  a815339   Imported Upstream version 1.3.2
       new  83a2bd9   Imported Upstream version 1.4.0
       new  7f45c59   Imported Upstream version 1.4.1
       new  97eac74   Imported Upstream version 1.5.0
       new  3f30730   Imported Upstream version 1.6.0
       new  93bd06d   Imported Upstream version 1.6.1
       new  7937046   Merge tag 'upstream/1.6.1'
       new  9469100   New upstream release
       new  3e62af4   Add debian/gbp.conf
       new  3051904   Update packaging
       new  18a5a91   Update Vcs-*
       new  3f9ec18   Bump Standards-Version to 3.9.8
       new  f7aeaf1   Fix debian/copyright
       new  36e5e53   Update changelog and prepare upload to unstable

The 15 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                            |   2 +-
 .merlin                               |   5 +
 .travis.yml                           |  12 +
 CHANGES                               |  50 ++
 Makefile                              |  59 ++-
 README.md                             |   1 +
 _oasis                                | 114 ++++-
 _tags                                 |  62 ++-
 configure                             |  27 +
 debian/changelog                      |  10 +
 debian/control                        |   7 +-
 debian/copyright                      |  13 +-
 debian/gbp.conf                       |   2 +
 debian/watch                          |   2 +-
 lib/META                              |  17 +-
 lib/re.ml                             | 526 +++++++++++++++-----
 lib/re.mldylib                        |   7 +-
 lib/re.mli                            | 405 ++++++++++++---
 lib/re.mllib                          |   7 +-
 lib/{automata.ml => re_automata.ml}   | 149 ++++--
 lib/{automata.mli => re_automata.mli} |  35 +-
 lib/{cset.ml => re_cset.ml}           |  23 +-
 lib/{cset.mli => re_cset.mli}         |   3 +-
 lib/re_emacs.mli                      |  12 +-
 lib/re_fmt.ml                         |  25 +
 lib/re_glob.ml                        | 318 ++++++++----
 lib/re_glob.mli                       |  73 ++-
 lib/re_pcre.ml                        |  70 ++-
 lib/re_pcre.mli                       |  45 ++
 lib/re_perl.ml                        |  73 ++-
 lib/re_perl.mli                       |  12 +-
 lib/re_posix.mli                      |  41 +-
 lib/re_str.ml                         |  33 +-
 lib/re_str.mli                        | 219 +++++----
 lib_test/META                         |  12 +
 lib_test/env.ml                       |  20 -
 lib_test/fort_unit.ml                 |  53 ++
 lib_test/fort_unit.mldylib            |   4 +
 lib_test/fort_unit.mllib              |   4 +
 lib_test/glob.ml                      |   6 +-
 lib_test/pcre_scan.ml                 |   2 +-
 lib_test/re_match.ml                  |   6 +-
 lib_test/re_scan.ml                   |   2 +-
 lib_test/scan.ml                      |   2 +-
 lib_test/test_easy.ml                 |  99 ++++
 lib_test/test_emacs.ml                | 154 +++---
 lib_test/test_exec_iter.ml            |  20 +
 lib_test/test_glob.ml                 |  88 ++++
 lib_test/test_pcre.ml                 |  53 ++
 lib_test/test_perl.ml                 | 304 ++++++------
 lib_test/test_re.ml                   | 753 ++++++++++++++--------------
 lib_test/test_str.ml                  | 312 ++++++------
 myocamlbuild.ml                       | 277 +++++++++--
 opam                                  |  34 ++
 setup.ml                              | 898 ++++++++++++++++++++++++++++------
 55 files changed, 3993 insertions(+), 1569 deletions(-)
 create mode 100644 .merlin
 create mode 100644 .travis.yml
 create mode 100755 configure
 create mode 100644 debian/gbp.conf
 rename lib/{automata.ml => re_automata.ml} (82%)
 rename lib/{automata.mli => re_automata.mli} (75%)
 rename lib/{cset.ml => re_cset.ml} (84%)
 rename lib/{cset.mli => re_cset.mli} (93%)
 create mode 100644 lib/re_fmt.ml
 create mode 100644 lib/re_pcre.mli
 create mode 100644 lib_test/META
 delete mode 100644 lib_test/env.ml
 create mode 100644 lib_test/fort_unit.ml
 create mode 100644 lib_test/fort_unit.mldylib
 create mode 100644 lib_test/fort_unit.mllib
 create mode 100644 lib_test/test_easy.ml
 create mode 100755 lib_test/test_exec_iter.ml
 create mode 100644 lib_test/test_glob.ml
 create mode 100644 lib_test/test_pcre.ml
 create mode 100644 opam

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



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