[libembperl-perl] branch master updated (630ef43 -> 41de550)

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 change to branch master
in repository libembperl-perl.

      from  630ef43   Remove trailing whitespace
      adds  a06c7dd   Imported Upstream version 2.5.0~rc4
       new  c4c7192   Merge tag 'upstream/2.5.0_rc4'
       new  41de550   Update changelog for new upstream beta release 2.5.0~rc4

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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 +-
 debian/changelog                             |   8 ++-
 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/{chdir.htm => chdir2src.htm}        |  12 ++--
 test/cmp/epform.htm                          |  17 +++--
 test/conf/httpd.conf.src                     |   9 ++-
 test/html/{chdir.htm => chdir/chdir2src.htm} |   7 +-
 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 +-
 70 files changed, 567 insertions(+), 265 deletions(-)
 create mode 100644 META.json
 copy test/cmp/{chdir.htm => chdir2src.htm} (74%)
 mode change 100755 => 100644
 copy test/html/{chdir.htm => chdir/chdir2src.htm} (72%)
 create mode 100644 test/html/utf8/epoutf8base.htm
 create mode 100644 test/html/utf8/epoutf8inc.htm
 create mode 100644 test/html/utf8/epoutf8main.pl

-- 
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