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

Eugeniy Meshcheryakov eugen at moszumanska.debian.org
Wed Mar 4 15:47:28 UTC 2015


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

eugen pushed a commit to branch master
in repository coccinelle.

commit 811bae873c34f66b87a04c222a9c5d4cab4b114b
Merge: e96ed71 bf03263
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Wed Mar 4 15:58:30 2015 +0100

    Merge tag 'upstream/1.0.0_rc24.deb'
    
    Upstream version 1.0.0~rc24.deb

 Makefile                                |   14 +-
 Makefile.libs                           |    9 +
 changes.txt                             |    9 +
 cocci.ml                                |    9 +
 cocci.mli                               |    1 +
 commons/Makefile                        |    2 +-
 commons/common.ml                       |   13 +
 commons/common.mli                      |    3 +
 configure                               |   20 +-
 docs/manual/cocci_syntax.tex            |   13 +-
 docs/manual/spatch_options.tex          |   20 +
 engine/asttoctl2.ml                     |    4 +-
 engine/asttomember.ml                   |    6 +-
 engine/check_exhaustive_pattern.ml      |    5 +-
 engine/cocci_vs_c.ml                    |  162 ++--
 main.ml                                 |   71 +-
 myocamlbuild.ml                         |  297 -------
 ocaml/Makefile                          |    5 +
 ocaml/yes_prepare_ocamlcocci.ml         |    3 +-
 parsing_c/ast_c.ml                      |   59 +-
 parsing_c/lexer_c.mll                   |   17 +-
 parsing_c/parser_c.mly                  |   18 +-
 parsing_c/parsing_hacks.ml              |   12 +-
 parsing_c/token_c.ml                    |    2 -
 parsing_c/token_helpers.ml              |   10 +-
 parsing_c/unparse_c.ml                  |   78 +-
 parsing_c/unparse_cocci.ml              |   43 +-
 parsing_c/unparse_hrule.ml              |    3 +
 parsing_cocci/adjust_pragmas.ml         |   50 +-
 parsing_cocci/arity.ml                  |   35 +-
 parsing_cocci/ast0_cocci.ml             |   15 +-
 parsing_cocci/ast0_cocci.mli            |   13 +-
 parsing_cocci/ast0toast.ml              |   50 +-
 parsing_cocci/ast_cocci.ml              |   19 +-
 parsing_cocci/ast_cocci.mli             |   15 +-
 parsing_cocci/check_meta.ml             |    9 +-
 parsing_cocci/compute_lines.ml          |   98 +--
 parsing_cocci/context_neg.ml            |   44 +-
 parsing_cocci/data.ml                   |   71 +-
 parsing_cocci/data.mli                  |    4 +
 parsing_cocci/disjdistr.ml              |   21 +-
 parsing_cocci/free_vars.ml              |    2 +-
 parsing_cocci/function_prototypes.ml    |  242 +++---
 parsing_cocci/get_constants2.ml         |    4 +-
 parsing_cocci/get_metas.ml              |   42 +-
 parsing_cocci/index.ml                  |    5 +-
 parsing_cocci/insert_plus.ml            |    6 +-
 parsing_cocci/iso_pattern.ml            |   51 +-
 parsing_cocci/lexer_cocci.mll           |   11 +-
 parsing_cocci/obsolete/parser_cocci.mly | 1339 -------------------------------
 parsing_cocci/parse_cocci.ml            |   29 +-
 parsing_cocci/parser_cocci_menhir.mly   |  212 ++++-
 parsing_cocci/pretty_print_cocci.ml     |   30 +-
 parsing_cocci/safe_for_multi_decls.ml   |    2 +-
 parsing_cocci/single_statement.ml       |   10 +-
 parsing_cocci/top_level.ml              |    2 +-
 parsing_cocci/type_infer.ml             |    3 +-
 parsing_cocci/unify_ast.ml              |   27 +-
 parsing_cocci/unparse_ast0.ml           |   25 +-
 parsing_cocci/visitor_ast.ml            |   56 +-
 parsing_cocci/visitor_ast0.ml           |   49 +-
 popl09/popltoctl.ml                     |    2 +-
 python/coccipython.a                    |  Bin 32158 -> 29758 bytes
 python/coccipython.cmxa                 |  Bin 2679 -> 2679 bytes
 python/yes_pycocci.ml                   |    2 +-
 standard.iso                            |    8 +-
 testing.ml                              |  502 ------------
 tests/SCORE_expected.sexp               |  Bin 15339 -> 15283 bytes
 tests/SCORE_expected_orig.sexp          |  Bin 15339 -> 15283 bytes
 tests/fortype.cocci                     |    3 +-
 tests/isotest2.cocci                    |    3 +-
 tests/localglobal.c                     |    7 +
 tests/localglobal.cocci                 |   14 +
 tests/localglobal.res                   |    7 +
 tests/varargs2.c                        |    3 +
 tests/varargs2.cocci                    |    9 +
 tests/varargs2.res                      |    4 +
 tools/gitgrep.ml                        |   10 +-
 tools/sgen/source/generator_types.ml    |   10 +-
 tools/sgen/source/position_generator.ml |   13 +-
 version                                 |    2 +-
 81 files changed, 1251 insertions(+), 2847 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