[Pkg-ocaml-maint-commits] [coccinelle] 02/07: Merge tag 'upstream/1.0.0_rc21.deb'

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


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

eugen pushed a commit to branch master
in repository coccinelle.

commit 2558ef08391937788125028fb0968ae8c8a4479d
Merge: a62d1ba 3ea6f66
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Tue Apr 15 19:51:23 2014 +0200

    Merge tag 'upstream/1.0.0_rc21.deb'
    
    Upstream version 1.0.0~rc21.deb

 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/boolr.res                       |   3 +
 tests/ifreturn.c                      |  31 ++++
 tests/ifreturn.cocci                  |   8 +
 tests/ifreturn.res                    |  46 +++++
 tests/ifreturn3.c                     |  17 ++
 tests/ifreturn3.cocci                 |   7 +
 tests/ifreturn3.res                   |  22 +++
 tests/ifreturn4.c                     |  11 ++
 tests/ifreturn4.cocci                 |   7 +
 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/ktype2.c                        |  13 ++
 tests/ktype2.cocci                    |  12 ++
 tests/ktype2.res                      |  10 +
 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, 1717 insertions(+), 509 deletions(-)

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