[Pkg-ocaml-maint-commits] [cppo] branch upstream updated (5b28627 -> 10c7f02)

Stéphane Glondu glondu at moszumanska.debian.org
Thu Sep 3 12:38:59 UTC 2015


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

glondu pushed a change to branch upstream
in repository cppo.

      from  5b28627   Imported Upstream version 0.9.4
       new  887514d   Imported Upstream version 1.0.0
       new  d41800a   Imported Upstream version 1.0.1
       new  4c9b4f2   Imported Upstream version 1.1.0
       new  1bdb8f4   Imported Upstream version 1.1.1
       new  10c7f02   Imported Upstream version 1.1.2

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:
 .gitignore                           |  18 +
 .ocp-indent                          |  22 ++
 Makefile                             |  17 +-
 README.md                            |  81 +++--
 cppo_command.ml                      |   2 -
 cppo_eval.ml                         | 659 +++++++++++++++++++----------------
 cppo_lexer.mll                       | 500 +++++++++++++-------------
 cppo_main.ml                         | 156 ++++++---
 cppo_parser.mly                      | 131 +++----
 cppo_types.ml                        |  15 +-
 examples/french.ml                   |   4 +-
 examples/lexer.mll                   |   2 +-
 ocamlbuild_plugin/ocamlbuild_cppo.ml |   6 +-
 test.cppo                            |   1 -
 test/Makefile                        |  26 ++
 test/comments.cppo                   |   7 +
 test/comments.ref                    |   8 +
 test/cond.cppo                       |  47 +++
 {testdata => test}/ext.cppo          |   0
 {testdata => test}/ext.ref           |   0
 {testdata => test}/incl.cppo         |   0
 {testdata => test}/incl2.cppo        |   0
 {testdata => test}/source.sh         |   0
 test/tuple.cppo                      |  38 ++
 test/version.cppo                    |  30 ++
 testdata/Makefile                    |   7 -
 26 files changed, 1079 insertions(+), 698 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .ocp-indent
 create mode 100644 test/Makefile
 create mode 100644 test/comments.cppo
 create mode 100644 test/comments.ref
 create mode 100644 test/cond.cppo
 rename {testdata => test}/ext.cppo (100%)
 rename {testdata => test}/ext.ref (100%)
 rename {testdata => test}/incl.cppo (100%)
 rename {testdata => test}/incl2.cppo (100%)
 rename {testdata => test}/source.sh (100%)
 create mode 100644 test/tuple.cppo
 create mode 100644 test/version.cppo
 delete mode 100644 testdata/Makefile

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



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