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

treinen pushed a change to branch master
in repository menhir.

      from  ce2a1ab   tests: add dependency ocamlbuild
       new  c275369   New upstream version 20171206
       new  9c677a9   Update upstream source from tag 'upstream/20171206'
       new  ca064cb   new upstream
       new  0060d0c   stndrds-version 4.1.2
       new  67ca31f   drop debian/source/local-options

The 5 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:
 CHANGES.md                                         |  13 +
 debian/changelog                                   |   8 +
 debian/control                                     |   2 +-
 debian/source/local-options                        |   2 -
 doc/main.tex                                       |  38 +-
 doc/version.tex                                    |   2 +-
 manual.pdf                                         | Bin 433419 -> 433383 bytes
 src/CheckSafeParameterizedGrammar.ml               | 184 +++++
 ...oolean.ml => CheckSafeParameterizedGrammar.mli} |  21 +-
 src/Drop.ml                                        | 146 ++++
 src/{Boolean.ml => Drop.mli}                       |  21 +-
 src/{codeBackend.mli => GroundSort.ml}             |  13 +-
 src/{Boolean.ml => GroundSort.mli}                 |  20 +-
 src/META                                           |   2 +-
 src/Memoize.ml                                     |  63 ++
 src/{option.ml => Memoize.mli}                     |  45 +-
 src/SelectiveExpansion.ml                          | 523 ++++++++++++++
 src/SelectiveExpansion.mli                         |  38 +
 src/SortInference.ml                               | 269 +++++++
 src/{partialGrammar.mli => SortInference.mli}      |  10 +-
 src/SortUnification.ml                             | 142 ++++
 src/SortUnification.mli                            |  64 ++
 src/StaticVersion.ml                               |   2 +-
 src/StaticVersion.mli                              |   2 +-
 src/Unifier.ml                                     | 195 +++++
 src/Unifier.mli                                    |  75 ++
 src/front.ml                                       |  41 +-
 src/invariant.ml                                   |   6 +-
 src/misc.ml                                        | 108 +--
 src/misc.mli                                       |  69 +-
 src/option.ml                                      |  16 +
 src/option.mli                                     |   2 +
 src/parameterizedGrammar.ml                        | 784 ---------------------
 src/parameterizedGrammar.mli                       |  26 -
 src/parameters.ml                                  |  45 +-
 src/partialGrammar.ml                              |  27 +-
 src/{syntax.mli => syntax.ml}                      |   0
 src/unionFind.ml                                   |  65 +-
 src/unionFind.mli                                  |  21 +-
 src/unparameterizedSyntax.ml                       |   2 +-
 src/version.ml                                     |   2 +-
 41 files changed, 2035 insertions(+), 1079 deletions(-)
 delete mode 100644 debian/source/local-options
 create mode 100644 src/CheckSafeParameterizedGrammar.ml
 copy src/{Boolean.ml => CheckSafeParameterizedGrammar.mli} (73%)
 create mode 100644 src/Drop.ml
 copy src/{Boolean.ml => Drop.mli} (77%)
 copy src/{codeBackend.mli => GroundSort.ml} (89%)
 copy src/{Boolean.ml => GroundSort.mli} (80%)
 create mode 100644 src/Memoize.ml
 copy src/{option.ml => Memoize.mli} (60%)
 create mode 100644 src/SelectiveExpansion.ml
 create mode 100644 src/SelectiveExpansion.mli
 create mode 100644 src/SortInference.ml
 copy src/{partialGrammar.mli => SortInference.mli} (78%)
 create mode 100644 src/SortUnification.ml
 create mode 100644 src/SortUnification.mli
 create mode 100644 src/Unifier.ml
 create mode 100644 src/Unifier.mli
 delete mode 100644 src/parameterizedGrammar.ml
 delete mode 100644 src/parameterizedGrammar.mli
 rename src/{syntax.mli => syntax.ml} (100%)

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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to