[Pkg-ocaml-maint-commits] [ocaml-re] branch upstream updated (921f1f5 -> 93bd06d)

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


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

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

      from  921f1f5   Imported Upstream version 1.2.2
       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

The 6 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 +
 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 ++++++++++++++++++++++++++++------
 50 files changed, 3970 insertions(+), 1558 deletions(-)
 create mode 100644 .merlin
 create mode 100644 .travis.yml
 create mode 100755 configure
 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