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

glondu pushed a change to branch upstream
in repository cppo.

      from  10c7f02   Imported Upstream version 1.1.2
       new  6f86be1   Imported Upstream version 1.2.0
       new  e0454ff   Imported Upstream version 1.2.1
       new  553831e   Imported Upstream version 1.2.2
       new  9ed803e   Imported Upstream version 1.3.0
       new  1283a0a   Imported Upstream version 1.3.1

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:
 INSTALL.md                           | 23 ++++++++++
 Makefile                             |  6 +--
 README.md                            | 11 ++++-
 cppo_eval.ml                         |  4 +-
 cppo_lexer.mll                       | 27 +++++++++++-
 cppo_main.ml                         |  6 +--
 cppo_parser.mly                      | 82 +++++++++++++++++++++++-------------
 cppo_types.ml                        |  8 ++++
 ocamlbuild_plugin/ocamlbuild_cppo.ml | 24 ++++++-----
 test.cppo                            |  8 ++--
 test/Makefile                        | 16 ++++++-
 test/cond.ref                        | 17 ++++++++
 test/loc.cppo                        |  8 ++++
 test/loc.ref                         | 21 +++++++++
 test/paren_arg.cppo                  |  3 ++
 test/paren_arg.ref                   |  4 ++
 test/tuple.ref                       | 20 +++++++++
 test/unmatched.cppo                  | 14 ++++++
 test/unmatched.ref                   | 15 +++++++
 19 files changed, 260 insertions(+), 57 deletions(-)
 create mode 100644 INSTALL.md
 create mode 100644 test/cond.ref
 create mode 100644 test/loc.cppo
 create mode 100644 test/loc.ref
 create mode 100644 test/paren_arg.cppo
 create mode 100644 test/paren_arg.ref
 create mode 100644 test/tuple.ref
 create mode 100644 test/unmatched.cppo
 create mode 100644 test/unmatched.ref

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/cppo.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