[libextutils-xspp-perl] 01/04: Merge tag 'upstream/0.1800'

Florian Schlichting fsfs at alioth.debian.org
Fri Sep 20 22:43:05 UTC 2013


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

fsfs pushed a commit to branch master
in repository libextutils-xspp-perl.

commit e41883020d1e2f400bc6533028ef7de686374b40
Merge: 73e510a 8c11450
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sat Sep 21 00:25:53 2013 +0200

    Merge tag 'upstream/0.1800'
    
    Upstream version 0.1800

 Build.PL                                           |    3 +-
 Changes                                            |   14 +
 MANIFEST                                           |   11 +-
 META.json                                          |   19 +-
 META.yml                                           |   16 +-
 XSP.yp                                             |   96 +-
 examples/Object-WithIntAndString/Makefile.PL       |    2 +-
 .../Object-WithIntAndString.xsp                    |    3 +
 .../Object-WithIntAndString/WithIntAndString.xs    |    2 +-
 examples/Object-WithIntAndString/perlobject.map    |  106 -
 examples/Object-WithIntAndString/typemap           |    3 -
 examples/Object-WithIntAndString/typemap.xsp       |    3 -
 examples/XSpp-Example/Build.PL                     |    2 +-
 examples/XSpp-Example/src/myinit.h                 |   12 -
 examples/XSpp-Example/t/01basic.t                  |   18 +-
 examples/XSpp-Example/xsp/Dog.xsp                  |    5 +-
 examples/XSpp-Example/xsp/mytype.map               |   14 -
 examples/XSpp-Example/xsp/typemap.xsp              |    3 +
 lib/ExtUtils/XSpp.pm                               |    2 +-
 lib/ExtUtils/XSpp.pod                              |  134 +-
 lib/ExtUtils/XSpp/Driver.pm                        |   32 +-
 lib/ExtUtils/XSpp/Grammar.pm                       | 3264 +++++++++++---------
 lib/ExtUtils/XSpp/Lexer.pm                         |  156 +-
 lib/ExtUtils/XSpp/Node/Argument.pm                 |   13 +
 lib/ExtUtils/XSpp/Node/Class.pm                    |   45 +
 lib/ExtUtils/XSpp/Node/Constructor.pm              |   14 +
 lib/ExtUtils/XSpp/Node/File.pm                     |    4 +-
 lib/ExtUtils/XSpp/Node/Function.pm                 |  100 +-
 lib/ExtUtils/XSpp/Node/Member.pm                   |  234 ++
 lib/ExtUtils/XSpp/Node/PercAny.pm                  |    4 +-
 lib/ExtUtils/XSpp/Parser.pm                        |  107 +-
 lib/ExtUtils/XSpp/Plugin.pod                       |   38 +-
 .../XSpp/Plugin/feature/default_xs_typemap.pm      |   13 +
 lib/ExtUtils/XSpp/Typemap.pm                       |  142 +-
 lib/ExtUtils/XSpp/Typemap/parsed.pm                |   17 +
 lib/ExtUtils/XSpp/Typemap/reference.pm             |    9 +
 lib/ExtUtils/XSpp/Typemap/simple.pm                |   11 +
 lib/ExtUtils/XSpp/Typemap/wrapper.pm               |   24 +
 t/005_io.t                                         |    9 +-
 t/010_base.t                                       |   54 +-
 t/011_multiple_files.t                             |   10 +-
 t/012_preprocessor.t                               |   12 +-
 t/013_typemap_output.t                             |  181 ++
 t/015_reference.t                                  |    4 +-
 t/020_rename.t                                     |   24 +-
 t/022_static.t                                     |    2 +-
 t/022_virtual.t                                    |    6 +-
 t/023_base_classes.t                               |    4 +-
 t/024_enum.t                                       |    4 +-
 t/025_member.t                                     |  246 ++
 t/030_code_blocks.t                                |   12 +-
 t/031_verbatim_blocks.t                            |    4 +-
 t/035_include.t                                    |    2 +-
 t/040_plugin.t                                     |    4 +-
 t/043_parser_plugins.t                             |   88 +-
 t/075_types.t                                      |   10 +-
 t/080_complex_typemap.t                            |   12 +-
 t/090_exceptions.t                                 |   18 +-
 t/lib/ExtUtils/XSpp/Plugin/TestArgumentPlugin.pm   |   70 +
 t/lib/ExtUtils/XSpp/Plugin/TestNewNodesPlugin.pm   |   47 +
 t/lib/ExtUtils/XSpp/Plugin/TestParserPlugin.pm     |    8 +-
 t/lib/XSP/Test.pm                                  |   24 +-
 62 files changed, 3629 insertions(+), 1921 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libextutils-xspp-perl.git



More information about the Pkg-perl-cvs-commits mailing list