[Pkg-ocaml-maint-commits] [camlp4] 02/04: Merge tag 'upstream/4.02.1+3'

Stéphane Glondu glondu at moszumanska.debian.org
Mon Mar 2 06:45:58 UTC 2015


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

glondu pushed a commit to branch master
in repository camlp4.

commit b1590be18db39333acfce30531d87b44e9f2b951
Merge: eb3965a 323fef0
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Mar 1 06:21:24 2015 +0100

    Merge tag 'upstream/4.02.1+3'
    
    Upstream version 4.02.1+3

 _tags                                              | 28 ++++++++++++----------
 build/camlp4-bootstrap-recipe.txt                  | 24 ++++++++++---------
 build/camlp4-bootstrap.sh                          | 24 ++++++++++---------
 build/camlp4-byte-only.sh                          | 24 ++++++++++---------
 build/camlp4-mkCamlp4Ast.sh                        | 24 ++++++++++---------
 build/camlp4-native-only.sh                        | 24 ++++++++++---------
 build/camlp4-targets.sh                            | 24 ++++++++++---------
 build/install.sh                                   | 24 ++++++++++---------
 camlp4/Camlp4/Camlp4Ast.partial.ml                 |  2 +-
 camlp4/Camlp4/Debug.ml                             |  2 +-
 camlp4/Camlp4/Debug.mli                            |  2 +-
 camlp4/Camlp4/ErrorHandler.ml                      |  2 +-
 camlp4/Camlp4/ErrorHandler.mli                     |  2 +-
 camlp4/Camlp4/OCamlInitSyntax.ml                   |  2 +-
 camlp4/Camlp4/Options.ml                           |  2 +-
 camlp4/Camlp4/Options.mli                          |  2 +-
 camlp4/Camlp4/PreCast.ml                           |  2 +-
 camlp4/Camlp4/PreCast.mli                          |  2 +-
 camlp4/Camlp4/Printers/DumpCamlp4Ast.ml            |  2 +-
 camlp4/Camlp4/Printers/DumpCamlp4Ast.mli           |  2 +-
 camlp4/Camlp4/Printers/DumpOCamlAst.ml             |  2 +-
 camlp4/Camlp4/Printers/DumpOCamlAst.mli            |  2 +-
 camlp4/Camlp4/Printers/Null.ml                     |  2 +-
 camlp4/Camlp4/Printers/Null.mli                    |  2 +-
 camlp4/Camlp4/Printers/OCaml.ml                    |  2 +-
 camlp4/Camlp4/Printers/OCaml.mli                   |  2 +-
 camlp4/Camlp4/Printers/OCamlr.ml                   |  2 +-
 camlp4/Camlp4/Printers/OCamlr.mli                  |  2 +-
 camlp4/Camlp4/Register.ml                          |  2 +-
 camlp4/Camlp4/Register.mli                         |  2 +-
 camlp4/Camlp4/Sig.ml                               |  2 +-
 camlp4/Camlp4/Struct/AstFilters.ml                 |  2 +-
 camlp4/Camlp4/Struct/Camlp4Ast.mlast               |  2 +-
 camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml         |  2 +-
 camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli        |  2 +-
 camlp4/Camlp4/Struct/CleanAst.ml                   |  2 +-
 camlp4/Camlp4/Struct/CommentFilter.ml              |  2 +-
 camlp4/Camlp4/Struct/CommentFilter.mli             |  2 +-
 camlp4/Camlp4/Struct/DynAst.ml                     |  2 +-
 camlp4/Camlp4/Struct/DynLoader.ml                  |  2 +-
 camlp4/Camlp4/Struct/DynLoader.mli                 |  2 +-
 camlp4/Camlp4/Struct/EmptyError.ml                 |  2 +-
 camlp4/Camlp4/Struct/EmptyError.mli                |  2 +-
 camlp4/Camlp4/Struct/EmptyPrinter.ml               |  2 +-
 camlp4/Camlp4/Struct/EmptyPrinter.mli              |  2 +-
 camlp4/Camlp4/Struct/FreeVars.ml                   |  2 +-
 camlp4/Camlp4/Struct/FreeVars.mli                  |  2 +-
 camlp4/Camlp4/Struct/Grammar/Delete.ml             |  2 +-
 camlp4/Camlp4/Struct/Grammar/Dynamic.ml            |  2 +-
 camlp4/Camlp4/Struct/Grammar/Entry.ml              |  2 +-
 camlp4/Camlp4/Struct/Grammar/Failed.ml             |  2 +-
 camlp4/Camlp4/Struct/Grammar/Find.ml               |  2 +-
 camlp4/Camlp4/Struct/Grammar/Fold.ml               |  2 +-
 camlp4/Camlp4/Struct/Grammar/Fold.mli              |  2 +-
 camlp4/Camlp4/Struct/Grammar/Insert.ml             |  2 +-
 camlp4/Camlp4/Struct/Grammar/Parser.ml             |  2 +-
 camlp4/Camlp4/Struct/Grammar/Parser.mli            |  2 +-
 camlp4/Camlp4/Struct/Grammar/Print.ml              |  2 +-
 camlp4/Camlp4/Struct/Grammar/Print.mli             |  2 +-
 camlp4/Camlp4/Struct/Grammar/Search.ml             |  2 +-
 camlp4/Camlp4/Struct/Grammar/Static.ml             |  2 +-
 camlp4/Camlp4/Struct/Grammar/Structure.ml          |  2 +-
 camlp4/Camlp4/Struct/Grammar/Tools.ml              |  2 +-
 camlp4/Camlp4/Struct/Lexer.mll                     |  2 +-
 camlp4/Camlp4/Struct/Loc.ml                        |  2 +-
 camlp4/Camlp4/Struct/Loc.mli                       |  2 +-
 camlp4/Camlp4/Struct/Quotation.ml                  |  2 +-
 camlp4/Camlp4/Struct/Token.ml                      |  2 +-
 camlp4/Camlp4/Struct/Token.mli                     |  2 +-
 camlp4/Camlp4Bin.ml                                |  2 +-
 camlp4/Camlp4Filters/Camlp4AstLifter.ml            |  2 +-
 camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml      |  2 +-
 camlp4/Camlp4Filters/Camlp4FoldGenerator.ml        |  2 +-
 camlp4/Camlp4Filters/Camlp4LocationStripper.ml     |  2 +-
 camlp4/Camlp4Filters/Camlp4MapGenerator.ml         |  2 +-
 camlp4/Camlp4Filters/Camlp4MetaGenerator.ml        |  2 +-
 camlp4/Camlp4Filters/Camlp4Profiler.ml             |  2 +-
 camlp4/Camlp4Filters/Camlp4TrashRemover.ml         |  2 +-
 camlp4/Camlp4Parsers/Camlp4AstLoader.ml            |  2 +-
 camlp4/Camlp4Parsers/Camlp4DebugParser.ml          |  2 +-
 camlp4/Camlp4Parsers/Camlp4GrammarParser.ml        |  2 +-
 camlp4/Camlp4Parsers/Camlp4ListComprehension.ml    |  2 +-
 camlp4/Camlp4Parsers/Camlp4MacroParser.ml          |  2 +-
 .../Camlp4OCamlOriginalQuotationExpander.ml        |  2 +-
 camlp4/Camlp4Parsers/Camlp4OCamlParser.ml          |  2 +-
 camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml    |  2 +-
 camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml  |  2 +-
 camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml   |  2 +-
 .../Camlp4OCamlRevisedParserParser.ml              |  2 +-
 .../Camlp4OCamlRevisedQuotationExpander.ml         |  2 +-
 camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml      |  2 +-
 camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml    |  2 +-
 camlp4/Camlp4Printers/Camlp4AstDumper.ml           |  2 +-
 camlp4/Camlp4Printers/Camlp4AutoPrinter.ml         |  2 +-
 camlp4/Camlp4Printers/Camlp4NullDumper.ml          |  2 +-
 camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml      |  2 +-
 camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml        |  2 +-
 camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml |  2 +-
 camlp4/Camlp4Top/Rprint.ml                         |  2 +-
 camlp4/Camlp4Top/Top.ml                            |  2 +-
 camlp4/boot/Camlp4.ml                              | 12 +++++-----
 camlp4/boot/Camlp4Ast.ml                           |  4 ++--
 camlp4/boot/camlp4boot.ml                          | 20 ++++++++--------
 camlp4/camlp4prof.ml                               |  2 +-
 camlp4/camlp4prof.mli                              |  2 +-
 camlp4/config/Camlp4_config.ml                     |  2 +-
 camlp4/config/Camlp4_config.mli                    |  2 +-
 camlp4/examples/apply_operator.ml                  |  2 +-
 camlp4/examples/apply_operator_test.ml             |  2 +-
 camlp4/examples/arith.ml                           |  2 +-
 camlp4/examples/debug_extension.ml                 |  2 +-
 camlp4/examples/ex_str.ml                          |  2 +-
 camlp4/examples/ex_str_test.ml                     |  2 +-
 camlp4/examples/expression_closure.ml              |  2 +-
 camlp4/examples/expression_closure_filter.ml       |  2 +-
 camlp4/examples/expression_closure_test.ml         |  2 +-
 camlp4/examples/fancy_lambda_quot.ml               |  2 +-
 camlp4/examples/fancy_lambda_quot_test.ml          |  2 +-
 camlp4/examples/free_vars_test.ml                  |  2 +-
 camlp4/examples/gen_match_case.ml                  |  2 +-
 camlp4/examples/gen_type_N.ml                      |  2 +-
 camlp4/examples/gettext_test.ml                    |  2 +-
 camlp4/examples/global_handler.ml                  |  2 +-
 camlp4/examples/global_handler_test.ml             |  2 +-
 camlp4/examples/lambda_parser.ml                   |  2 +-
 camlp4/examples/lambda_quot.ml                     |  2 +-
 camlp4/examples/lambda_quot_expr.ml                |  2 +-
 camlp4/examples/lambda_quot_patt.ml                |  2 +-
 camlp4/examples/lambda_test.ml                     |  2 +-
 camlp4/examples/macros.ml                          |  2 +-
 camlp4/examples/parse_files.ml                     |  2 +-
 camlp4/examples/syb_fold.ml                        |  2 +-
 camlp4/examples/syb_map.ml                         |  2 +-
 camlp4/examples/test_macros.ml                     |  2 +-
 camlp4/examples/test_type_quotation.ml             |  2 +-
 camlp4/examples/type_quotation.ml                  |  2 +-
 camlp4/mkcamlp4.ml                                 |  2 +-
 myocamlbuild.ml                                    | 25 +++++++++----------
 138 files changed, 263 insertions(+), 246 deletions(-)

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



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