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, p4/maint-5.10/perl has been updated
       via  5ff7d88224dc880636a8d092429e6b55c8ccf7d3 (commit)
       via  13a9a4d9ec1c005c2aec78ebeb7d5fac795b178e (commit)
       via  db37b7c2c62b659441e0f54cb7564117c4c8f2ba (commit)
       via  65c0f4bde26f7a6c020173dae931c67ef4e09cfb (commit)
       via  17df162ebf5a587d3c28ba21e844e755bc287f18 (commit)
       via  5e06234374bfee4d17b5a30df0976a493550ca10 (commit)
       via  fef89e409b5baa2e9525eea64ec0eabaca7555a4 (commit)
      from  8d5794adcaca1cf0ab87e1cbe9d60f86a36481f4 (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 5ff7d88224dc880636a8d092429e6b55c8ccf7d3
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date:   Tue Oct 28 10:48:43 2008 +0000

    Integrate:
    [ 34590]
    Upgrade to ExtUtils::Command 1.15
    
    [ 34591]
    Upgrade to ExtUtils::Manifest 1.55.
    
    p4raw-link: @34591 on //depot/perl: XXXXXXXXXXXXXXXX:(349829)XXXXXXXXXXXXXXX
    p4raw-link: @34590 on //depot/perl: XXXXXXXXXXXXXXXX:(349828)XXXXXXXXXXXXXXX
    
    p4raw-id: //depot/maint-5.10/[EMAIL PROTECTED]
    p4raw-branched: from //depot/[EMAIL PROTECTED] 'branch in' 
lib/ExtUtils/t/cp.t
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'copy in'
        lib/ExtUtils/t/eu_command.t (@33259..) lib/ExtUtils/Command.pm
        (@33838..) lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
        (@34193..) 'merge in' MANIFEST (@34508..)

commit 13a9a4d9ec1c005c2aec78ebeb7d5fac795b178e
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date:   Mon Oct 27 08:28:31 2008 +0000

    Integrate:
    [ 34595]
    USE_FAST_STDIO can affect behaviour, so list it in -V
    
    [ 34596]
    Cope with brain damage in PerlIO::via, which will let you fclose() the
    same FILE * twice, thanks to it calling out to Perl space inside the
    close call tree, with the underlying PerlIO * already closed, but not
    unlinked.
    
    p4raw-link: @34596 on //depot/perl: XXXXXXXXXXXXXXXX:(349834)XXXXXXXXXXXXXXX
    p4raw-link: @34595 on //depot/perl: XXXXXXXXXXXXXXXX:(349833)XXXXXXXXXXXXXXX
    
    p4raw-id: //depot/maint-5.10/[EMAIL PROTECTED]
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'merge in' perl.c 
(@34575..)
        perlio.c (@34585..)

commit db37b7c2c62b659441e0f54cb7564117c4c8f2ba
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date:   Sun Oct 26 21:44:48 2008 +0000

    Integrate:
    [ 34585]
    Update copyright years.
    
    [ 34586]
    Update copyright year in embed.pl, and everything that it builds.
    
    p4raw-link: @34586 on //depot/perl: XXXXXXXXXXXXXXXX:(349824)XXXXXXXXXXXXXXX
    p4raw-link: @34585 on //depot/perl: XXXXXXXXXXXXXXXX:(349823)XXXXXXXXXXXXXXX
    
    p4raw-id: //depot/maint-5.10/[EMAIL PROTECTED]
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'copy in' perlapi.c
        (@31245..) perlsdio.h (@32793..) XSUB.h (@32820..) perly.c
        (@33370..) cc_runtime.h (@34002..) pp.h (@34055..) 'merge in'
        av.h (@33051..) mg.h (@33256..) deb.c locale.c numeric.c pad.c
        pp_pack.c regexec.c taint.c (@33291..) embed.pl (@33539..)
        mathoms.c (@33627..) scope.h (@33654..) cop.h (@33656..) gv.c
        (@33814..) doop.c (@33831..) perly.y (@33858..) global.sym
        (@33901..) pp_sort.c (@33937..) gv.h (@34029..) op.h pad.h
        regexp.h (@34030..) perl.h (@34069..) doio.c mg.c pp.c pp_sys.c
        xsutils.c (@34092..) pp_ctl.c (@34140..) cv.h dump.c (@34167..)
        toke.c (@34224..) universal.c (@34354..) mro.c (@34357..) op.c
        (@34358..) av.c (@34381..) hv.c (@34383..) utf8.c (@34416..)
        scope.c (@34494..) pp_hot.c (@34506..) regcomp.c (@34507..)
        intrpvar.h sv.h (@34568..) embed.h embedvar.h perlapi.h
        (@34569..) util.c (@34574..) sv.c (@34576..) proto.h (@34585..)
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'merge in' perlio.c
        (@33978..) handy.h (@34577..)

commit 65c0f4bde26f7a6c020173dae931c67ef4e09cfb
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date:   Sat Oct 25 17:33:16 2008 +0000

    Integrate:
    [ 34576]
    Make C++ compilers happy #3: make implicit cast
    from 'void *' explicit.
    
    p4raw-link: @34576 on //depot/perl: 8bfea8c959420073a72d60640f4cb4266124be40
    
    p4raw-id: //depot/maint-5.10/[EMAIL PROTECTED]
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'merge in' sv.c (@34568..)

commit 17df162ebf5a587d3c28ba21e844e755bc287f18
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date:   Sat Oct 25 15:39:32 2008 +0000

    Integrate:
    [ 34575]
    Make C++ compilers happy #2: const POD without initializer
    is an error for g++, even when static.
    
    [ 34579]
    Make C++ compilers happy #5: jump to 'do_write' crossed
    initialization in dTHX.
    
    Plus some consting, which also makes C++ happier.
    
    p4raw-link: @34579 on //depot/perl: 0fe08f94f393791746f6de4649bdb8f0ba62930d
    p4raw-link: @34575 on //depot/perl: 98798232315de1eff5f0d1f86d87ee84fc9e2974
    
    p4raw-id: //depot/maint-5.10/[EMAIL PROTECTED]
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'merge in' malloc.c
        (@34078..) perl.c (@34568..)

commit 5e06234374bfee4d17b5a30df0976a493550ca10
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date:   Sat Oct 25 14:11:22 2008 +0000

    Integrate:
    [ 34583]
    Upgrade to lib.pm 0.61.
    
    p4raw-link: @34583 on //depot/perl: XXXXXXXXXXXXXXXX:(349821)XXXXXXXXXXXXXXX
    
    p4raw-id: //depot/maint-5.10/[EMAIL PROTECTED]
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'copy in' lib/lib.t
        (@33973..) lib/lib_pm.PL (@34093..)

commit fef89e409b5baa2e9525eea64ec0eabaca7555a4
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date:   Sat Oct 25 09:48:51 2008 +0000

    Integrate:
    [ 34573]
    Upgrade to SelfLoader 1.17.
    
    p4raw-link: @34573 on //depot/perl: 4edb10a7748f6043e37992845d9d935c64a675e9
    
    p4raw-id: //depot/maint-5.10/[EMAIL PROTECTED]
    p4raw-integrated: from //depot/[EMAIL PROTECTED] 'copy in' lib/SelfLoader.pm
        (@34170..)

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

Summary of changes:
 MANIFEST                    |    1 +
 XSUB.h                      |    2 +-
 av.c                        |    4 ++--
 av.h                        |    4 ++--
 cc_runtime.h                |    2 +-
 cop.h                       |    4 ++--
 cv.h                        |    4 ++--
 deb.c                       |    4 ++--
 doio.c                      |    4 ++--
 doop.c                      |    4 ++--
 dump.c                      |    4 ++--
 embed.h                     |    2 +-
 embed.pl                    |    2 +-
 embedvar.h                  |    2 +-
 global.sym                  |    2 +-
 gv.c                        |    4 ++--
 gv.h                        |    4 ++--
 handy.h                     |    4 ++--
 hv.c                        |    4 ++--
 intrpvar.h                  |    3 +--
 lib/ExtUtils/Command.pm     |   10 ++++++++--
 lib/ExtUtils/Manifest.pm    |    2 +-
 lib/ExtUtils/t/Manifest.t   |    3 ++-
 lib/ExtUtils/t/cp.t         |   33 +++++++++++++++++++++++++++++++++
 lib/ExtUtils/t/eu_command.t |   11 +++--------
 lib/SelfLoader.pm           |    6 +++---
 lib/lib.t                   |    1 +
 lib/lib_pm.PL               |    2 +-
 locale.c                    |    4 ++--
 malloc.c                    |    8 ++++----
 mathoms.c                   |    2 +-
 mg.c                        |    4 ++--
 mg.h                        |    2 +-
 mro.c                       |    1 +
 numeric.c                   |    2 +-
 op.c                        |    4 ++--
 op.h                        |    4 ++--
 pad.c                       |    3 ++-
 pad.h                       |    2 +-
 perl.c                      |    5 ++++-
 perl.h                      |    4 ++--
 perlapi.c                   |    2 +-
 perlapi.h                   |    2 +-
 perlio.c                    |   11 +++++++++--
 perlsdio.h                  |    2 +-
 perly.c                     |    2 +-
 perly.y                     |    1 +
 pp.c                        |    4 ++--
 pp.h                        |    4 ++--
 pp_ctl.c                    |    4 ++--
 pp_hot.c                    |    4 ++--
 pp_pack.c                   |    4 ++--
 pp_sort.c                   |    4 ++--
 pp_sys.c                    |    2 +-
 proto.h                     |    2 +-
 regcomp.c                   |    3 ++-
 regexec.c                   |    3 ++-
 regexp.h                    |    2 +-
 scope.c                     |    4 ++--
 scope.h                     |    4 ++--
 sv.c                        |   12 +++++++-----
 sv.h                        |    4 ++--
 taint.c                     |    2 +-
 toke.c                      |    4 ++--
 universal.c                 |    2 +-
 utf8.c                      |    2 +-
 util.c                      |    4 ++--
 xsutils.c                   |    2 +-
 68 files changed, 163 insertions(+), 110 deletions(-)
 create mode 100644 lib/ExtUtils/t/cp.t


hooks/post-receive
-- 
Perl 5 source code

Reply via email to