[Pkg-ocaml-maint-commits] [pcre-ocaml] branch upstream updated (61b7df8 -> ab09858)

Stéphane Glondu glondu at moszumanska.debian.org
Wed Aug 3 11:58:39 UTC 2016


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

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

      from  61b7df8   Imported Upstream version 7.0.4
       new  1d79113   Imported Upstream version 7.1.1
       new  ec46984   Imported Upstream version 7.1.2
       new  01687ca   Imported Upstream version 7.1.3
       new  63b8609   Imported Upstream version 7.1.4
       new  4092411   Imported Upstream version 7.1.5
       new  e50fde3   Imported Upstream version 7.1.6
       new  0d0b646   Imported Upstream version 7.2.0
       new  b1a3040   Imported Upstream version 7.2.1
       new  166590b   Imported Upstream version 7.2.2
       new  ab09858   Imported Upstream version 7.2.3

The 10 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                    |   8 +
 .hg_archival.txt              |   4 -
 .hgignore                     |   5 -
 .hgtags                       |  24 --
 AUTHORS.txt                   |  14 +-
 CHANGES.txt                   |  37 +++
 INSTALL.txt                   |  11 +-
 Makefile                      |   5 +-
 README.md                     |  55 ++--
 _oasis                        |  32 +-
 _opam                         |   3 +
 _tags                         |  25 +-
 examples/cloc/cloc.ml         |  12 +-
 examples/pcregrep/pcregrep.ml |   4 +-
 lib/META                      |   5 +-
 lib/pcre.ml                   | 174 +++++-----
 lib/pcre.mldylib              |   4 +
 lib/pcre.mli                  |  25 +-
 lib/pcre.mllib                |   3 +-
 lib/pcre_compat.ml            |   2 +
 lib/pcre_compat312.ml         |   2 +
 lib/pcre_compat402.ml         |   2 +
 lib/pcre_stubs.c              | 174 +++++-----
 myocamlbuild.ml               | 220 ++++++++-----
 setup.ml                      | 715 ++++++++++++++++++++++++++----------------
 25 files changed, 952 insertions(+), 613 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 .hg_archival.txt
 delete mode 100644 .hgignore
 delete mode 100644 .hgtags
 create mode 100644 _opam
 create mode 100644 lib/pcre_compat.ml
 create mode 100644 lib/pcre_compat312.ml
 create mode 100644 lib/pcre_compat402.ml

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



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