[libembperl-perl] 01/02: Merge tag 'upstream/2.5.0_rc4'

Axel Beckert abe at deuxchevaux.org
Sat Jan 25 23:38:17 UTC 2014


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

abe pushed a commit to branch master
in repository libembperl-perl.

commit c4c71921e3c59107af8930eb4f6c865375ec68cb
Merge: 630ef43 a06c7dd
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Jan 26 00:11:20 2014 +0100

    Merge tag 'upstream/2.5.0_rc4'
    
    Upstream version 2.5.0~rc4
    
    # gpg: Signature made Sun 26 Jan 2014 12:11:10 AM CET using DSA key ID 95930EDE
    # gpg: Good signature from "Axel Beckert (no legal relevance) <abe at deuxchevaux.org>"
    # gpg:                 aka "Axel Beckert (no legal relevance) <abe at noone.org>"
    # gpg:                 aka "Axel Beckert (no legal relevance) <xtaran at symlink.ch>"

 Changes.pod                             |   7 +++
 Config.pod                              |  11 ++--
 Embperl.pm                              |   4 +-
 Embperl/Form.pm                         |  28 ++++++++-
 Embperl/Form/Control.pm                 |  39 +++++++++++-
 Embperl/Form/Control/checkbox.pm        |   3 +-
 Embperl/Form/Control/checkboxes.pm      |   4 +-
 Embperl/Form/Control/grid.pm            |  72 ++++++++++------------
 Embperl/Form/Control/mult.pm            |  19 ++----
 Embperl/Form/Control/select.pm          |   2 +-
 Embperl/Form/Control/selectdyn.pm       |   1 +
 Embperl/Form/Control/tabs.pm            |  23 +++----
 Embperl/Form/Control/tinymce.pm         |   1 -
 Embperl/Form/ControlMultValue.pm        |   4 +-
 Embperl/Form/Validate.pm                |  13 +++-
 Embperl/Form/Validate/Default.pm        |   4 +-
 Embperl/Syntax.pm                       |   4 +-
 Embperl/Syntax/EmbperlBlocks.pm         |   4 +-
 MANIFEST                                |   6 ++
 META.json                               |  41 +++++++++++++
 META.yml                                |  38 ++++++------
 Makefile.PL                             |   2 +-
 eg/web/base.epl                         |  18 +++---
 eg/web/footer.htm                       |   2 +-
 eg/web/header.epl                       |   2 +-
 eg/web/menuleft.epl                     |  10 +--
 eg/web/pod/content.epl                  |   4 +-
 embperl.h                               |   5 +-
 epapfilter.c                            |   4 +-
 epcomp.c                                |  36 +++++++----
 epdat2.h                                |   6 +-
 epdom.c                                 |  10 ++-
 epeval.c                                |  22 ++++---
 eputil.c                                | 104 +++++++++++++++++++++++++++++++-
 test.pl                                 |  10 ++-
 test/cmp/chdir2src.htm                  |  38 ++++++++++++
 test/cmp/epform.htm                     |  17 ++++--
 test/conf/httpd.conf.src                |   9 ++-
 test/html/chdir/chdir2src.htm           |  36 +++++++++++
 test/html/utf8/epoutf8base.htm          |   5 ++
 test/html/utf8/epoutf8inc.htm           |  16 +++++
 test/html/utf8/epoutf8main.pl           |  34 +++++++++++
 xs/Embperl/App/App.xs                   |   4 +-
 xs/Embperl/App/Config/Config.xs         |   4 +-
 xs/Embperl/App/Config/Makefile.PL       |   8 +--
 xs/Embperl/App/Makefile.PL              |   8 +--
 xs/Embperl/Component/Component.xs       |   4 +-
 xs/Embperl/Component/Config/Config.xs   |   4 +-
 xs/Embperl/Component/Config/Makefile.PL |   8 +--
 xs/Embperl/Component/Makefile.PL        |   8 +--
 xs/Embperl/Component/Output/Makefile.PL |   8 +--
 xs/Embperl/Component/Output/Output.xs   |   4 +-
 xs/Embperl/Component/Param/Makefile.PL  |   8 +--
 xs/Embperl/Component/Param/Param.xs     |   4 +-
 xs/Embperl/Makefile.PL                  |   8 +--
 xs/Embperl/Req/Config/Config.xs         |   4 +-
 xs/Embperl/Req/Config/Makefile.PL       |   8 +--
 xs/Embperl/Req/Makefile.PL              |   8 +--
 xs/Embperl/Req/Param/Makefile.PL        |   8 +--
 xs/Embperl/Req/Param/Param.xs           |   4 +-
 xs/Embperl/Req/Req.xs                   |   4 +-
 xs/Embperl/Syntax/Makefile.PL           |   8 +--
 xs/Embperl/Syntax/Syntax.xs             |   4 +-
 xs/Embperl/Thread/Makefile.PL           |   8 +--
 xs/Embperl/Thread/Thread.xs             |   5 +-
 xs/Makefile.PL                          |   4 +-
 xs/ep_xs_sv_convert.h                   |   8 +--
 xs/ep_xs_typedefs.h                     |   4 +-
 xs/typemap                              |   4 +-
 69 files changed, 627 insertions(+), 252 deletions(-)

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



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