[Pkg-ocaml-maint-commits] [ocaml-re] 08/15: Merge tag 'upstream/1.6.1'

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


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

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

commit 7937046c93421eb196e05797b9fe6cfd28c8c773
Merge: 5db784f 93bd06d
Author: Stephane Glondu <steph at glondu.net>
Date:   Fri Aug 5 12:50:22 2016 +0200

    Merge tag 'upstream/1.6.1'
    
    Upstream version 1.6.1

 .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(-)

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