[Pkg-ocaml-maint-commits] [menhir] branch upstream updated (478a43e -> f3abd71)

Mehdi Dogguy mehdi at moszumanska.debian.org
Mon Mar 24 21:41:07 UTC 2014


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

mehdi pushed a change to branch upstream
in repository menhir.

      from  478a43e   Imported Upstream version 20130116.dfsg
       new  f3abd71   Imported Upstream version 20130911.dfsg

The 1 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:
 AUTHORS                                       |   1 +
 CHANGES                                       |   8 +
 INSTALLATION                                  |   4 +-
 Makefile                                      |  42 +-
 Makefile.arch                                 |  10 -
 demos/calc/.omakedb                           | Bin 4347 -> 0 bytes
 demos/calc/.omakedb.lock                      |   1 -
 demos/calc/OMakefile.omc                      | Bin 9720 -> 0 bytes
 demos/calc/OMakeroot.omc                      | Bin 9370 -> 0 bytes
 demos/calc/stratified.ml                      | 627 --------------------------
 demos/calc/stratified.mli                     |  28 --
 src/IO.ml                                     |   3 +
 src/META                                      |   2 +-
 src/Makefile                                  | 303 +++----------
 src/_tags                                     |  27 ++
 src/codeBackend.ml                            |  51 +--
 src/coqBackend.ml                             |  12 +-
 src/front.ml                                  |   2 +
 src/grammar.ml                                |   3 +-
 src/grammar.mli                               |   5 +
 src/{compressedBitSet.mli => installation.ml} |   3 +-
 src/interface.ml                              |   2 +-
 src/invariant.ml                              |   2 +-
 src/kmp.ml                                    | 304 -------------
 src/lr1.ml                                    |   2 +-
 src/{stringSet.mli => menhir.ml}              |   6 +-
 src/menhirLib.mlpack                          |  10 +
 src/myocamlbuild.ml                           |  62 +++
 src/patricia.ml                               |  42 +-
 src/printer.ml                                |  19 +-
 src/reductionGraphs.ml                        |  48 +-
 src/settings.ml                               |   7 +
 src/settings.mli                              |   8 +
 src/tokenType.mli                             |   2 -
 src/version.ml                                |   2 +-
 src/{parser.mly => yacc-parser.mly}           |   0
 36 files changed, 321 insertions(+), 1327 deletions(-)
 delete mode 100644 Makefile.arch
 delete mode 100644 demos/calc/.omakedb
 delete mode 100644 demos/calc/.omakedb.lock
 delete mode 100644 demos/calc/OMakefile.omc
 delete mode 100644 demos/calc/OMakeroot.omc
 delete mode 100644 demos/calc/stratified.ml
 delete mode 100644 demos/calc/stratified.mli
 create mode 100644 src/_tags
 copy src/{compressedBitSet.mli => installation.ml} (93%)
 delete mode 100644 src/kmp.ml
 copy src/{stringSet.mli => menhir.ml} (93%)
 create mode 100644 src/menhirLib.mlpack
 create mode 100644 src/myocamlbuild.ml
 rename src/{parser.mly => yacc-parser.mly} (100%)

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