[libinline-c-perl] 03/07: Merge tag 'upstream/0.64'
gregor herrmann
gregoa at debian.org
Sun Sep 21 16:53:20 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libinline-c-perl.
commit ba03dc8a96045892469d5720483a4e261a2c1a12
Merge: 9c4bd5f 58bc6ff
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Sep 21 18:41:33 2014 +0200
Merge tag 'upstream/0.64'
Upstream version 0.64
Changes | 49 ++
MANIFEST | 19 +-
META.json | 13 +-
META.yml | 13 +-
Makefile.PL | 32 +-
README | 120 ++--
lib/Inline/C.pm | 6 +-
lib/Inline/C.pod | 128 +++--
lib/Inline/C/Cookbook.pod | 8 +-
lib/Inline/C/ParsePegex.pod | 35 ++
lib/Inline/C/ParseRecDescent.pod | 2 +-
lib/Inline/C/ParseRegExp.pod | 2 +-
lib/Inline/C/Parser.pm | 4 +
lib/Inline/C/Parser/Pegex.pm | 34 ++
lib/Inline/C/Parser/Pegex/AST.pm | 50 ++
lib/Inline/C/Parser/Pegex/Grammar.pm | 161 ++++++
.../C/{ParseRecDescent.pm => Parser/RecDescent.pm} | 4 +-
lib/Inline/C/{ParseRegExp.pm => Parser/RegExp.pm} | 6 +-
share/Makefile | 12 +
share/inline-c.pgx | 66 +++
share/inline-c.pgx.json | 136 +++++
share/inline-c.pgx.yaml | 62 +++
t/000-require-modules.t | 17 +
t/01syntax.t | 7 +-
t/02config.t | 7 +-
t/03typemap.t | 12 +-
t/04perlapi.t | 7 +-
t/05xsmode.t | 7 +-
t/06parseregexp.t | 9 +-
t/07typemap_multi.t | 14 +-
t/08taint.t | 17 +-
t/08taint_1.p | 0
t/08taint_2.p | 0
t/08taint_3.p | 0
t/09parser.t | 52 +-
t/10callback.t | 9 +-
t/11default_readonly.t | 9 +-
t/14void_arg.t | 8 +-
t/14void_arg_PRD.t | 12 +-
t/15ccflags.t | 9 +-
t/16ccflagsex.t | 9 +-
t/17prehead.t | 16 +-
t/18quote_space.t | 2 +-
t/19INC.t | 12 +-
t/20eval.t | 6 +-
t/21read_DATA.t | 9 +-
t/22read_DATA_2.t | 7 +-
t/23validate.t | 0
t/24prefix.t | 11 +-
t/25proto.t | 20 +-
t/26fork.t | 41 +-
t/27inline_maker.t | 14 +-
t/TestInlineC.pm | 602 +++++++++++++++++++++
t/TestInlineSetup.pm | 25 +-
t/parse-pegex.t | 141 +++++
t/pegex-parser.t | 43 ++
t/prehead.in | 0
t/proto1.p | 0
t/proto2.p | 0
t/proto3.p | 0
t/proto4.p | 0
t/proto5.p | 0
t/proto6.p | 0
t/soldier_typemap | 6 +-
t/typemap | 6 +-
65 files changed, 1786 insertions(+), 342 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-c-perl.git
More information about the Pkg-perl-cvs-commits
mailing list