[Pkg-ocaml-maint-commits] [menhir] branch master updated (6711997 -> f74e5a6)

Stéphane Glondu glondu at moszumanska.debian.org
Tue Aug 16 08:12:52 UTC 2016


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

glondu pushed a change to branch master
in repository menhir.

      from  6711997   Update changelog and prepare upload to unstable
       new  5fc34d1   Imported Upstream version 20160808+dfsg
       new  a077905   Merge tag 'upstream/20160808+dfsg'
       new  27ec572   New upstream release
       new  ecbe585   Update debian/watch
       new  f74e5a6   Prepare upload to unstable

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                              |  13 +++
 INSTALLATION                         |  55 +++++++-----
 Makefile                             |  11 ++-
 debian/changelog                     |   7 ++
 debian/watch                         |   2 +-
 src/META                             |   2 +-
 src/StaticVersion.ml                 |   2 +-
 src/StaticVersion.mli                |   2 +-
 src/codeBackend.ml                   |   9 +-
 src/codePieces.ml                    |  27 +++++-
 src/codePieces.mli                   |  14 ++-
 src/fancy-parser.mly                 |   3 +-
 src/grammarFunctor.ml                |  61 ++++++++++++-
 src/grammarFunctor.mli               |  23 +++--
 src/lr1.ml                           | 106 ++++++++++++----------
 src/menhirLib.mlpack                 |   2 +-
 src/misc.ml                          |  27 ++++++
 src/misc.mli                         |   5 ++
 src/myocamlbuild.ml                  |   4 +-
 src/nonTerminalDefinitionInlining.ml |  35 +++++---
 src/parameterizedGrammar.ml          | 165 +++++++++++++++++++----------------
 src/parserAux.ml                     |   5 ++
 src/parserAux.mli                    |   5 ++
 src/partialGrammar.ml                |  41 +++++----
 src/reachability.ml                  |   7 +-
 src/syntax.mli                       |  13 ++-
 src/tableBackend.ml                  |  15 +---
 src/unparameterizedSyntax.ml         |   3 +-
 src/version.ml                       |   2 +-
 src/yacc-parser.mly                  |   3 +-
 30 files changed, 440 insertions(+), 229 deletions(-)

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



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