[Pkg-ocaml-maint-commits] [coccinelle] branch upstream updated (b53a7c4 -> 3ea6f66)

Eugeniy Meshcheryakov eugen at moszumanska.debian.org
Tue Apr 15 19:05:35 UTC 2014


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

eugen pushed a change to branch upstream
in repository coccinelle.

      from  b53a7c4   Imported Upstream version 1.0.0~rc20.deb
       new  3ea6f66   Imported Upstream version 1.0.0~rc21.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                              |   1 +
 Makefile.dev                          |  29 +--
 Makefile.release                      |   2 +-
 changes.txt                           |  19 ++
 commons/common.ml                     |   2 -
 configure                             |  20 +-
 demos/ctr_unit_test.cocci             |   4 +-
 demos/first.cocci                     |   2 +-
 demos/initial_final.cocci             |   2 +
 demos/iteration.cocci                 |   1 +
 demos/ocaml1.cocci                    |   2 +
 demos/orgmode.cocci                   |   1 +
 demos/python_regexp.cocci             |   1 +
 docs/manual/Makefile                  |  34 ++--
 docs/manual/spatch_options.tex        |   5 +
 engine/asttoctl2.ml                   |  63 ++++---
 engine/check_exhaustive_pattern.ml    |   1 +
 engine/check_reachability.ml          |   2 +-
 engine/cocci_vs_c.ml                  |  73 +++++++-
 engine/cocci_vs_c.mli                 |  12 +-
 engine/ctlcocci_integration.ml        |   8 +-
 engine/ctltotex.ml                    |   1 +
 engine/lib_engine.ml                  |   4 +-
 engine/pattern_c.ml                   |   1 +
 engine/pretty_print_engine.ml         |   1 +
 engine/transformation_c.ml            |  10 +-
 main.ml                               |  19 +-
 ocaml/yes_prepare_ocamlcocci.ml       |   5 +-
 parsing_c/ast_c.ml                    |   8 +-
 parsing_c/control_flow_c.ml           |  23 ++-
 parsing_c/control_flow_c.mli          |  15 +-
 parsing_c/control_flow_c_build.ml     | 140 ++++++++++----
 parsing_c/lexer_c.mll                 |   1 +
 parsing_c/lib_parsing_c.ml            |   2 +
 parsing_c/parse_c.ml                  |  36 +++-
 parsing_c/parser_c.mly                |  78 +++++++-
 parsing_c/parsing_consistency_c.ml    |   2 +-
 parsing_c/parsing_hacks.ml            |   2 +-
 parsing_c/pretty_print_c.ml           |  16 +-
 parsing_c/token_helpers.ml            |   2 +
 parsing_c/type_annoter_c.ml           |   3 +-
 parsing_c/unparse_c.ml                | 340 ++++++++++++----------------------
 parsing_c/unparse_cocci.ml            |  15 +-
 parsing_c/visitor_c.ml                |  32 +++-
 parsing_c/visitor_c.mli               |   7 +
 parsing_cocci/adjust_pragmas.ml       |   3 +
 parsing_cocci/arity.ml                |  29 +++
 parsing_cocci/ast0_cocci.ml           |  11 ++
 parsing_cocci/ast0_cocci.mli          |  11 ++
 parsing_cocci/ast0toast.ml            |  16 +-
 parsing_cocci/ast0toast.mli           |   1 +
 parsing_cocci/ast_cocci.ml            |  11 ++
 parsing_cocci/ast_cocci.mli           |  10 +
 parsing_cocci/check_meta.ml           |  12 +-
 parsing_cocci/compute_lines.ml        |  43 ++++-
 parsing_cocci/context_neg.ml          |  18 +-
 parsing_cocci/disjdistr.ml            |   1 +
 parsing_cocci/flag_parsing_cocci.ml   |   4 +
 parsing_cocci/function_prototypes.ml  |   4 +-
 parsing_cocci/get_constants2.ml       |  21 ++-
 parsing_cocci/get_metas.ml            |  21 +++
 parsing_cocci/index.ml                |  10 +-
 parsing_cocci/index.mli               |   1 +
 parsing_cocci/insert_plus.ml          |  19 +-
 parsing_cocci/iso_compile.ml          |   2 +-
 parsing_cocci/iso_pattern.ml          |  19 +-
 parsing_cocci/lexer_cocci.mll         |   3 +
 parsing_cocci/parse_aux.ml            | 138 +++++++++++---
 parsing_cocci/parse_cocci.ml          |  52 ++++--
 parsing_cocci/parser_cocci_menhir.mly | 100 +++++++++-
 parsing_cocci/pretty_print_cocci.ml   |  12 ++
 parsing_cocci/pretty_print_cocci.mli  |   2 +
 parsing_cocci/single_statement.ml     |   5 +-
 parsing_cocci/unify_ast.ml            |  18 ++
 parsing_cocci/unparse_ast0.ml         |  12 ++
 parsing_cocci/visitor_ast.ml          |  30 +++
 parsing_cocci/visitor_ast0.ml         |  52 +++++-
 parsing_cocci/visitor_ast0.mli        |   2 +
 parsing_cocci/visitor_ast0_types.ml   |   6 +
 python/coccilib/xml_firehose.py       |   2 +-
 python/coccipython.a                  | Bin 25316 -> 25068 bytes
 python/coccipython.cmxa               | Bin 2577 -> 2652 bytes
 tests/SCORE_expected.sexp             | Bin 15571 -> 15788 bytes
 tests/SCORE_expected_orig.sexp        | Bin 15571 -> 15788 bytes
 tests/addtrace.res                    |  25 +++
 tests/boolr.c                         |   4 +
 tests/boolr.cocci                     |   5 +
 tests/{comments.c => boolr.res}       |   4 +-
 tests/ifreturn.c                      |  31 ++++
 tests/ifreturn.cocci                  |   8 +
 tests/ifreturn.res                    |  46 +++++
 tests/ifreturn3.c                     |  17 ++
 tests/{ip.cocci => ifreturn3.cocci}   |   2 +-
 tests/ifreturn3.res                   |  22 +++
 tests/ifreturn4.c                     |  11 ++
 tests/{ip.cocci => ifreturn4.cocci}   |   2 +-
 tests/ifreturn4.res                   |  17 ++
 tests/ifreturn6.c                     |  11 ++
 tests/ifreturn6.cocci                 |   9 +
 tests/ifreturn6.res                   |  12 ++
 tests/introbrace.c                    |   8 +
 tests/introbrace.cocci                |   6 +
 tests/introbrace.res                  |  12 ++
 tests/{ktype.c => ktype2.c}           |   5 +-
 tests/{ktype.cocci => ktype2.cocci}   |   2 +-
 tests/{ktype.res => ktype2.res}       |   4 +-
 tests/noa.c                           |   7 +
 tests/noa.cocci                       |   9 +
 tests/noa.res                         |   7 +
 tests/test_exec.c                     |  10 +
 tests/test_exec.cocci                 |  64 +++++++
 tools/distributed/cleanup.ml          |   5 +-
 tools/splitpatch.ml                   |  78 +++++---
 version                               |   2 +-
 114 files changed, 1676 insertions(+), 517 deletions(-)
 create mode 100644 tests/addtrace.res
 create mode 100644 tests/boolr.c
 create mode 100644 tests/boolr.cocci
 copy tests/{comments.c => boolr.res} (50%)
 create mode 100644 tests/ifreturn.c
 create mode 100644 tests/ifreturn.cocci
 create mode 100644 tests/ifreturn.res
 create mode 100644 tests/ifreturn3.c
 copy tests/{ip.cocci => ifreturn3.cocci} (73%)
 create mode 100644 tests/ifreturn3.res
 create mode 100644 tests/ifreturn4.c
 copy tests/{ip.cocci => ifreturn4.cocci} (73%)
 create mode 100644 tests/ifreturn4.res
 create mode 100644 tests/ifreturn6.c
 create mode 100644 tests/ifreturn6.cocci
 create mode 100644 tests/ifreturn6.res
 create mode 100644 tests/introbrace.c
 create mode 100644 tests/introbrace.cocci
 create mode 100644 tests/introbrace.res
 copy tests/{ktype.c => ktype2.c} (73%)
 copy tests/{ktype.cocci => ktype2.cocci} (97%)
 copy tests/{ktype.res => ktype2.res} (83%)
 create mode 100644 tests/noa.c
 create mode 100644 tests/noa.cocci
 create mode 100644 tests/noa.res
 create mode 100644 tests/test_exec.c
 create mode 100644 tests/test_exec.cocci

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