This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Perl 5 source code".

The branch, maint-5.10 has been updated
       via  7b06cce9f517db1c0733152e8b1c03dca669853a (commit)
       via  18ad235e8baed0a1ddb9d5a67b3f2dfa36a993ba (commit)
       via  b4105ae240a789ae48167b5f879938da7ed0b59d (commit)
       via  5fa74f3071859c926211945c4ecbe0158474c49b (commit)
       via  555cbf1e02309d686913905c5daecafab17ba8b8 (commit)
       via  bee357ee824da0d26d60fab023285ac4267cafac (commit)
       via  e686a6297e5dfe87043422cf11523fa8cd3292f7 (commit)
       via  bc85dc292a871f4e91b72d6a8de5a8981a2a0a2e (commit)
       via  c502616807002692d3cbe1735e08763bba1d550b (commit)
       via  31a1da21515aedb2e1a6cb8b280df98c799d1ecb (commit)
       via  d52e525ac42f76aac05769455cea865ff9373d78 (commit)
       via  11f01d0520566787f0bb23599394eee544885fcc (commit)
       via  0ff0ae8c30560552c77f58648b325965816a428b (commit)
       via  89d81b103e3744963e5822e809464b4c72255977 (commit)
      from  5ff7d88224dc880636a8d092429e6b55c8ccf7d3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7b06cce9f517db1c0733152e8b1c03dca669853a
Author: Tim Bunce <[EMAIL PROTECTED]>
Date:   Mon Nov 3 16:01:31 2008 +0000

    Integrate:
    [ 34693]
    Add a flag PERLDBf_SAVESRC, which enables the saved lines part of
    PERLDBf_LINE, so that profilers (such as NYTProf) have access to the
    lines of the eval, without the speed impact of other parts of the
    debugger infrastructure. PERLDBf_LINE is unchanged. Based largely on a
    patch by Tim Bunce in <[EMAIL PROTECTED]>
    
    [ 34705]
    Subject: Re: @{"_<$filename"} is unreasonably tied to use of DB::DB ($^P & 
0x2)
    Message-ID: <[EMAIL PROTECTED]>
    Date: Mon, 3 Nov 2008 16:01:31 +0000
    
    [ 34706]
    Subject: Re: @{"_<$filename"} is unreasonably tied to use of DB::DB ($^P & 
0x2)
    From: Tim Bunce <[EMAIL PROTECTED]>
    Message-ID: <[EMAIL PROTECTED]>
    Date: Mon, 3 Nov 2008 16:25:37 +0000
    
    p4raw-link: @34706 on //depot/perl: XXXXXXXXXXXXXXXX:(351682)XXXXXXXXXXXXXXX
    p4raw-link: @34705 on //depot/perl: XXXXXXXXXXXXXXXX:(351681)XXXXXXXXXXXXXXX
    p4raw-link: @34693 on //depot/perl: XXXXXXXXXXXXXXXX:(351669)XXXXXXXXXXXXXXX
    
    p4raw-id: //depot/maint-5.10/[EMAIL PROTECTED]
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'copy in' pod/perlvar.pod
        (@32904..) lib/perl5db.pl (@34312..) 'merge in' perl.h
        (@34630..) op.c toke.c (@34698..)
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'merge in' gv.c (@34698..)
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'merge in' pp_ctl.c
        (@34679..)

commit 18ad235e8baed0a1ddb9d5a67b3f2dfa36a993ba
Author: Andreas J. Koenig <[EMAIL PROTECTED]>
Date:   Sun Nov 2 12:22:29 2008 +0100

    Integrate:
    [ 34702]
    Subject: Re: CPAN-1.9301 can't clean bootstrap .cpan
    Message-ID: <[EMAIL PROTECTED]>
    
    p4raw-link: @34702 on //depot/perl: XXXXXXXXXXXXXXXX:(351678)XXXXXXXXXXXXXXX
    
    p4raw-id: //depot/maint-5.10/[EMAIL PROTECTED]
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'copy in'
        lib/CPAN/FirstTime.pm (@34638..)

commit b4105ae240a789ae48167b5f879938da7ed0b59d
Author: Robin Barker <[EMAIL PROTECTED]>
Date:   Wed Oct 29 13:22:04 2008 +0000

    Integrate:
    [ 34694]
    Explicitly specify some printf formats for constant strings.
    This is mostly to silence gcc's warning, "format not a string
    literal and no format arguments".
    
    [ 34695]
    Subject: [PATCH] explicit empty while loops
    Message-ID: <[EMAIL PROTECTED]>
    
    [ 34700]
    Silence one more format warning
    
    p4raw-link: @34700 on //depot/perl: XXXXXXXXXXXXXXXX:(351676)XXXXXXXXXXXXXXX
    p4raw-link: @34695 on //depot/perl: XXXXXXXXXXXXXXXX:(351671)XXXXXXXXXXXXXXX
    p4raw-link: @34694 on //depot/perl: XXXXXXXXXXXXXXXX:(351670)XXXXXXXXXXXXXXX
    
    p4raw-id: //depot/maint-5.10/[EMAIL PROTECTED]
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'copy in'
        ext/PerlIO/scalar/scalar.xs (@33280..) 'merge in' handy.h
        (@34679..)
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'merge in' op.c (@34679..)
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'edit in' pp_sort.c
        (@34675..) 'merge in' toke.c (@34671..) doop.c perl.c regcomp.c
        (@34675..) av.c (@34677..) mg.c pp.c pp_hot.c pp_sys.c sv.c
        universal.c util.c (@34679..) pp_ctl.c (@34693..)

commit 5fa74f3071859c926211945c4ecbe0158474c49b
Author: Jan Dubois <[EMAIL PROTECTED]>
Date:   Thu Dec 20 02:18:52 2007 -0800

    Integrate:
    [ 32728]
    Subject:  [PATCH] 64-bit fix for Time::Local
    Message-ID: <[EMAIL PROTECTED]>
    
    [ 34699]
    Upgrade to Time::Local 1.1901.
    
    p4raw-link: @34699 on //depot/perl: XXXXXXXXXXXXXXXX:(351675)XXXXXXXXXXXXXXX
    p4raw-link: @32728 on //depot/perl: b35a509b8a900dd55a64c34f690364e8ed8ef313
    
    p4raw-id: //depot/maint-5.10/[EMAIL PROTECTED]
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'copy in' lib/Time/Local.t
        (@29994..) lib/Time/Local.pm (@32728..)

commit 555cbf1e02309d686913905c5daecafab17ba8b8
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date:   Sat Nov 1 09:32:17 2008 +0000

    Integrate:
    [ 34691]
    Upgrade to Text::ParseWords 3.27
    
    p4raw-link: @34691 on //depot/perl: XXXXXXXXXXXXXXXX:(351667)XXXXXXXXXXXXXXX
    
    p4raw-id: //depot/maint-5.10/[EMAIL PROTECTED]
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'copy in'
        lib/Text/ParseWords/taint.t (@23838..) lib/Text/ParseWords.t
        (@29316..) lib/Text/ParseWords.pm (@31659..) 'merge in'
        Porting/Maintainers.pl (@34589..)

commit bee357ee824da0d26d60fab023285ac4267cafac
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date:   Thu Oct 30 14:48:53 2008 +0000

    Integrate:
    [ 34638]
    Upgrade to CPAN-1.9301.
    
    p4raw-link: @34638 on //depot/perl: XXXXXXXXXXXXXXXX:(351616)XXXXXXXXXXXXXXX
    
    p4raw-id: //depot/maint-5.10/[EMAIL PROTECTED]
    p4raw-branched: from //depot/[EMAIL PROTECTED] 'branch in'
        lib/CPAN/API/HOWTO.pod lib/CPAN/Distroprefs.pm
    p4raw-deleted: from //depot/[EMAIL PROTECTED] 'delete in'
        lib/CPAN/API/HOWTO.pm (@32008..)
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'copy in' 
lib/CPAN/t/02nox.t
        lib/CPAN/t/11mirroredby.t (@27192..) lib/CPAN/bin/cpan
        (@30551..) lib/CPAN/Kwalify.pm (@31306..) lib/CPAN/Debug.pm
        lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
        lib/CPAN/Kwalify/distroprefs.dd
        lib/CPAN/Kwalify/distroprefs.yml lib/CPAN/Queue.pm
        lib/CPAN/Tarzip.pm lib/CPAN/t/03pkgs.t (@32008..)
        lib/CPAN/Nox.pm (@32251..) lib/CPAN.pm (@32280..) 'merge in'
        MANIFEST (@34630..)

commit e686a6297e5dfe87043422cf11523fa8cd3292f7
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date:   Thu Oct 30 14:14:36 2008 +0000

    Integrate:
    [ 34649]
    Remove redundant (and wrong) prototype for pv_display()
    from its apidoc section.
    
    p4raw-link: @34649 on //depot/perl: XXXXXXXXXXXXXXXX:(351627)XXXXXXXXXXXXXXX
    
    p4raw-id: //depot/maint-5.10/[EMAIL PROTECTED]
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'merge in' dump.c 
(@34646..)

commit bc85dc292a871f4e91b72d6a8de5a8981a2a0a2e
Author: Sébastien Aperghis-Tramoni <[EMAIL PROTECTED]>
Date:   Wed Oct 29 23:58:52 2008 +0100

    Integrate:
    [ 34648]
    Subject: Fwd: CPAN Upload: S/SA/SAPER/constant-1.17.tar.gz
    Message-Id: <[EMAIL PROTECTED]>
    
    p4raw-link: @34648 on //depot/perl: XXXXXXXXXXXXXXXX:(351626)XXXXXXXXXXXXXXX
    
    p4raw-id: //depot/maint-5.10/[EMAIL PROTECTED]
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'copy in' lib/constant.t
        (@32800..) lib/constant.pm (@34385..)

commit c502616807002692d3cbe1735e08763bba1d550b
Author: Daniel Frederick Crisman <[EMAIL PROTECTED]>
Date:   Thu Oct 23 16:14:56 2008 -0400

    Integrate:
    [ 34566]
    Subject: [PATCH blead DOC] Re: [perl #60022] Typo in perldata
    Message-ID: <[EMAIL PROTECTED]>
    
    Change from cardinal to ordinal numbering to avoid confusion.
    
    [ 34642]
    Remove redundant API definitions from '=for apidoc' sections.
    Those are already in embed.fnc, and most of them were already
    outdated. This also fixes the docs for pv_escape and pv_pretty.
    
    p4raw-link: @34642 on //depot/perl: XXXXXXXXXXXXXXXX:(351620)XXXXXXXXXXXXXXX
    p4raw-link: @34566 on //depot/perl: fab428a7d375f8e0c443d66c01264aa97e5ad9e5
    
    p4raw-id: //depot/maint-5.10/[EMAIL PROTECTED]
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'copy in' pod/perldata.pod
        (@33680..) 'edit in' pod/perlapi.pod (@34358..) 'merge in'
        pod/perlintern.pod (@33553..)
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'merge in' utf8.c 
(@34624..)
        dump.c (@34629..)

commit 31a1da21515aedb2e1a6cb8b280df98c799d1ecb
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date:   Thu Oct 30 10:24:13 2008 +0000

    Integrate:
    [ 34554]
    Jerry spotted that as a result of change 34483 which upgrades blead to
    Test::Simple 0.82, lib/DB.t is now issuing a warning. His original
    suggestion was ok(!defined ...) - he, Merijn and I independently
    refined this to isnt(..., undef)
    
    [ 34639]
    Avoid leaving a VAR.txt after testing terminates on any platform where
    you can't unlink an open file by instead opening $^X for read to get a
    file handle for test purposes.
    
    p4raw-link: @34639 on //depot/perl: XXXXXXXXXXXXXXXX:(351617)XXXXXXXXXXXXXXX
    p4raw-link: @34554 on //depot/perl: b25a2cef88dc35da199114312cebddb34a68e221
    
    p4raw-id: //depot/maint-5.10/[EMAIL PROTECTED]
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'copy in' lib/DB.t 
(@22998..)
        ext/XS/APItest/t/svpeek.t (@34433..)

commit d52e525ac42f76aac05769455cea865ff9373d78
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date:   Thu Oct 30 09:51:36 2008 +0000

    Integrate:
    [ 34514]
    Upgrade PathTools to 3.28_01
    
    [ 34543]
    Cwd.xs won't load in development releases, unless we munge the
    XS_VERSION.
    
    [ 34606]
    Upgrade Cwd.xs to the Cwd.xs in PathTools 3.26_01:
    
    - abs_path() on Unix(ish) platforms has been upgraded to a much later
      version of the underlying C code from BSD. [Michael Schwern]
    
    - If strlcpy() and strlcat() aren't available on the user's system,
      we now use ppport.h to provide them, so our C code works. [Steve
      Peters]
    
    This unwinds change 32710 (consting from Robin Barker of the old code)
    
    [ 34607]
    Grab the second half of r10084 for cwd.t, which wasn't in change 33042.
    Update the Changes file with changes from 3.26 to 3.28_01 inclusive.
    
    [ 34609]
    Upgrade to PathTools 3.28_03.
    
    [ 34611]
    After the upgrade to 3.28_03 we need to revert change 34543.
    
    [ 34643]
    Upgrade to PathTools 3.29.
    
    p4raw-link: @34643 on //depot/perl: XXXXXXXXXXXXXXXX:(351621)XXXXXXXXXXXXXXX
    p4raw-link: @34611 on //depot/perl: a6a12954c7a5ee223fc613f30be688429f17c3f8
    p4raw-link: @34609 on //depot/perl: 073e1f4ecc0fe938e2fef179eae911e7eb5f771a
    p4raw-link: @34607 on //depot/perl: 32e320674b13e7668dab4adecf49997fbc70f772
    p4raw-link: @34606 on //depot/perl: 7b3642ac2ac9502374a3bb2e05823702d40d98e5
    p4raw-link: @34543 on //depot/perl: 6950e8035761be1a29025dc1b4fe757657bc603b
    p4raw-link: @34514 on //depot/perl: 8a243e3c58728a2cc12261d773191f6d4a5e32af
    
    p4raw-id: //depot/maint-5.10/[EMAIL PROTECTED]
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'copy in' ext/Cwd/t/win32.t
        (@23977..) ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t (@33042..)
        lib/File/Spec/t/Spec.t (@33294..) ext/Cwd/Changes
        lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.pm
        lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm (@34609..)
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'ignore' lib/Cwd.pm
        lib/File/Spec.pm lib/File/Spec/Epoc.pm
        lib/File/Spec/Functions.pm (@34514..)
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'ignore' 
ext/Cwd/Makefile.PL
        (@31382..)
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'ignore' 
lib/File/Spec/Mac.pm
        lib/File/Spec/VMS.pm (@33294..)

commit 11f01d0520566787f0bb23599394eee544885fcc
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date:   Wed Oct 29 21:18:32 2008 +0000

    Integrate:
    [ 34600]
    No, it's not a const SV* if we subsequently call
    SvREFCNT_dec() on it.
    
    p4raw-link: @34600 on //depot/perl: dec86cc92ac5804ecb8cf39f8333cbd639b2cb25
    
    p4raw-id: //depot/maint-5.10/[EMAIL PROTECTED]
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'merge in' pad.c (@34585..)

commit 0ff0ae8c30560552c77f58648b325965816a428b
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date:   Wed Oct 29 20:32:31 2008 +0000

    Integrate:
    [ 34602]
    Subject: [PATCH: Configure] Fix prototype detection for C++
    From: Marcus Holland-Moritz <[EMAIL PROTECTED]>
    Date: Sun, 26 Oct 2008 21:41:13 +0100
    Message-ID: <[EMAIL PROTECTED]>
    
    [ 34617]
    Subject: fix for failed Gconvert detection under C++
    From: Tony Cook <[EMAIL PROTECTED]>
    Date: Tue, 28 Oct 2008 22:24:05 +1100
    Message-ID: <[EMAIL PROTECTED]>
    
    p4raw-link: @34617 on //depot/perl: 5093171458c813c113a497667ad8db8fd4bc72fc
    p4raw-link: @34602 on //depot/perl: 2d730a524d1ff841afdc663628875e9ccb791278
    
    p4raw-id: //depot/maint-5.10/[EMAIL PROTECTED]
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'merge in' Porting/Glossary
        (@34456..)
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'edit in' Configure
        (@34602..)

commit 89d81b103e3744963e5822e809464b4c72255977
Author: Andreas J. Koenig <[EMAIL PROTECTED]>
Date:   Tue Oct 28 06:11:20 2008 +0100

    Integrate:
    [ 34589]
    lib/ExtUtils/t/eu_command.t belongs to ExtUtils-Command, and so does
    the about to be committed lib/ExtUtils/t/cp.t
    
    [ 34620]
    Subject: installperl patchlet
    Message-ID: <[EMAIL PROTECTED]>
    
    p4raw-link: @34620 on //depot/perl: af2b0f55051428dcac7a8e6ce8e934846e0c1de1
    p4raw-link: @34589 on //depot/perl: 4a1ff389ef5c9dc44dd7f5c825af839cf60fadcf
    
    p4raw-id: //depot/maint-5.10/[EMAIL PROTECTED]
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'merge in' installperl
        (@34236..) Porting/Maintainers.pl (@34548..)

-----------------------------------------------------------------------

Summary of changes:
 Configure                            |  449 ++++++-----
 MANIFEST                             |    3 +-
 Porting/Glossary                     |    4 +
 Porting/Maintainers.pl               |   13 +-
 av.c                                 |   14 +-
 doop.c                               |    6 +-
 dump.c                               |   12 +-
 ext/Cwd/Changes                      |  105 +++
 ext/Cwd/Cwd.xs                       |  236 +++---
 ext/Cwd/t/cwd.t                      |   17 +-
 ext/Cwd/t/win32.t                    |    9 +-
 ext/PerlIO/scalar/scalar.xs          |    2 +-
 ext/XS/APItest/t/svpeek.t            |    3 +-
 gv.c                                 |    2 +-
 handy.h                              |    4 +-
 installperl                          |    1 +
 lib/CPAN.pm                          | 1511 ++++++++++++++++++++++++----------
 lib/CPAN/API/{HOWTO.pm => HOWTO.pod} |    0
 lib/CPAN/Debug.pm                    |    2 +-
 lib/CPAN/Distroprefs.pm              |  413 ++++++++++
 lib/CPAN/FirstTime.pm                |  109 +++-
 lib/CPAN/HandleConfig.pm             |   53 +-
 lib/CPAN/Kwalify.pm                  |   16 +-
 lib/CPAN/Kwalify/distroprefs.dd      |   29 +-
 lib/CPAN/Kwalify/distroprefs.yml     |    8 +
 lib/CPAN/Nox.pm                      |    2 +-
 lib/CPAN/Queue.pm                    |    7 +-
 lib/CPAN/Tarzip.pm                   |   82 ++-
 lib/CPAN/bin/cpan                    |    2 +-
 lib/CPAN/t/02nox.t                   |    2 +-
 lib/CPAN/t/03pkgs.t                  |   11 +-
 lib/CPAN/t/11mirroredby.t            |   12 +-
 lib/Cwd.pm                           |    8 +-
 lib/DB.t                             |    2 +-
 lib/File/Spec.pm                     |    2 +-
 lib/File/Spec/Cygwin.pm              |    5 +-
 lib/File/Spec/Epoc.pm                |    3 +-
 lib/File/Spec/Functions.pm           |    3 +-
 lib/File/Spec/Mac.pm                 |    3 +-
 lib/File/Spec/OS2.pm                 |    3 +-
 lib/File/Spec/Unix.pm                |   18 +-
 lib/File/Spec/VMS.pm                 |   35 +-
 lib/File/Spec/Win32.pm               |   14 +-
 lib/File/Spec/t/Spec.t               |   38 +
 lib/Text/ParseWords.pm               |   33 +-
 lib/Text/ParseWords.t                |  254 +++---
 lib/Text/ParseWords/taint.t          |   15 +-
 lib/Time/Local.pm                    |   20 +-
 lib/Time/Local.t                     |   48 +-
 lib/constant.pm                      |    2 +-
 lib/constant.t                       |   19 +-
 lib/perl5db.pl                       |    4 +
 mg.c                                 |    4 +-
 op.c                                 |    5 +-
 pad.c                                |    2 +-
 perl.c                               |   12 +-
 perl.h                               |    5 +-
 pod/perlapi.pod                      |   11 -
 pod/perldata.pod                     |    2 +-
 pod/perlintern.pod                   |    2 +-
 pod/perlvar.pod                      |    6 +-
 pp.c                                 |   10 +-
 pp_ctl.c                             |    8 +-
 pp_hot.c                             |   10 +-
 pp_sort.c                            |    4 +-
 pp_sys.c                             |    2 +-
 regcomp.c                            |    6 +-
 sv.c                                 |   22 +-
 toke.c                               |   18 +-
 universal.c                          |    6 +-
 utf8.c                               |   48 +-
 util.c                               |    4 +-
 72 files changed, 2649 insertions(+), 1206 deletions(-)
 rename lib/CPAN/API/{HOWTO.pm => HOWTO.pod} (100%)
 create mode 100644 lib/CPAN/Distroprefs.pm


hooks/post-receive
-- 
Perl 5 source code

Reply via email to