[Pkg-ocaml-maint-commits] [coccinelle] branch upstream updated (fce84b6 -> d874c05)

Eugeniy Meshcheryakov eugen at moszumanska.debian.org
Thu Nov 5 21:42:07 UTC 2015


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

eugen pushed a change to branch upstream
in repository coccinelle.

      from  fce84b6   Imported Upstream version 1.0.3.deb
       new  d874c05   Imported Upstream version 1.0.4.deb

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:
 Makefile                                           |  34 +-
 changes.txt                                        |   6 +
 commons/Makefile                                   |  37 -
 commons/backtrace.ml                               |  42 --
 commons/backtrace_c.c                              |   9 -
 commons/features.ml.cpp                            |  65 --
 configure                                          |  25 +-
 configure.ac                                       |   4 +
 engine/asttoctl2.ml                                |   8 +-
 engine/cocci_vs_c.ml                               |  53 +-
 parsing_c/unparse_cocci.ml                         |   2 +-
 parsing_c/unparse_hrule.ml                         |  14 +-
 parsing_cocci/adjust_pragmas.ml                    |   4 +-
 parsing_cocci/arity.ml                             |   4 +-
 parsing_cocci/ast0_cocci.ml                        |   3 +-
 parsing_cocci/ast0_cocci.mli                       |   2 +-
 parsing_cocci/ast0toast.ml                         |   5 +-
 parsing_cocci/ast_cocci.ml                         |   6 +-
 parsing_cocci/ast_cocci.mli                        |   4 +-
 parsing_cocci/check_meta.ml                        |   5 +-
 parsing_cocci/compute_lines.ml                     |   4 +-
 parsing_cocci/context_neg.ml                       |   2 +-
 parsing_cocci/data.ml                              |   3 +-
 parsing_cocci/data.mli                             |   3 +-
 parsing_cocci/disjdistr.ml                         |   2 +-
 parsing_cocci/free_vars.ml                         |  29 +-
 parsing_cocci/get_constants2.ml                    |   2 +-
 parsing_cocci/index.ml                             |   2 +-
 parsing_cocci/iso_pattern.ml                       |  18 +-
 parsing_cocci/lexer_cocci.mll                      |   4 +-
 parsing_cocci/parse_aux.ml                         |  19 +-
 parsing_cocci/parse_cocci.ml                       |  14 +-
 parsing_cocci/parser_cocci_menhir.mly              |  24 +-
 parsing_cocci/pretty_print_cocci.ml                |   7 +-
 parsing_cocci/single_statement.ml                  |   6 +-
 parsing_cocci/stmtlist.ml                          |   9 +-
 parsing_cocci/unify_ast.ml                         |   4 +-
 parsing_cocci/unitary_ast0.ml                      |   6 +-
 parsing_cocci/unparse_ast0.ml                      |   2 +-
 parsing_cocci/visitor_ast.ml                       |   6 +-
 parsing_cocci/visitor_ast0.ml                      |   4 +-
 python/coccipython.cmxa                            | Bin 2653 -> 2653 bytes
 read_options.ml                                    |  20 +-
 tests/SCORE_expected.sexp                          | Bin 16641 -> 16740 bytes
 tests/SCORE_expected_orig.sexp                     | Bin 16641 -> 16740 bytes
 tests/slen.c                                       |  18 +
 tests/slen.cocci                                   |  35 +
 tests/slen.res                                     |  12 +
 tools/spgen/documentation/documentation.aux        |  38 --
 .../spgen/documentation/documentation.fdb_latexmk  | 103 ---
 tools/spgen/documentation/documentation.fls        | 149 -----
 tools/spgen/documentation/documentation.log        | 743 ---------------------
 tools/spgen/documentation/documentation.out        |  13 -
 tools/spgen/documentation/documentation.pdf        | Bin 316169 -> 0 bytes
 tools/spgen/documentation/documentation.toc        |  14 -
 version                                            |   2 +-
 56 files changed, 275 insertions(+), 1374 deletions(-)
 delete mode 100644 commons/backtrace.ml
 delete mode 100644 commons/backtrace_c.c
 delete mode 100644 commons/features.ml.cpp
 create mode 100644 tests/slen.c
 create mode 100644 tests/slen.cocci
 create mode 100644 tests/slen.res
 delete mode 100644 tools/spgen/documentation/documentation.aux
 delete mode 100644 tools/spgen/documentation/documentation.fdb_latexmk
 delete mode 100644 tools/spgen/documentation/documentation.fls
 delete mode 100644 tools/spgen/documentation/documentation.log
 delete mode 100644 tools/spgen/documentation/documentation.out
 delete mode 100644 tools/spgen/documentation/documentation.pdf
 delete mode 100644 tools/spgen/documentation/documentation.toc

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



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