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 bc2afaecbf6fd4b40f17b21411652a15deaf3eb5 (commit)
via 49322133f2e513238b66dff23a4ed1c0517205ef (commit)
via ccffa10cb453f228dd99724cf1ab575c0c32e3a8 (commit)
via 9fb72d66c0ada71f2230dcd0e9cad55d6bddab9e (commit)
from a284d845a20d5b6e983d5905796d01e10c82c49c (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 bc2afaecbf6fd4b40f17b21411652a15deaf3eb5
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date: Wed Sep 24 08:55:59 2008 +0000
Integrate:
[ 34406]
The tests for the -ostash option to B::Concise will have been failing
for -Uusedl since they were added. For now, test with a non-XS module,
and TODO the test with the XS module when usedl is undefined.
[ 34409]
defined %{$package.'::'} isn't good enough to tell whether a module is
loaded when it's XS and staticly linked to perl.
p4raw-link: @34409 on //depot/perl: XXXXXXXXXXXXXXXX:(342904)XXXXXXXXXXXXXXX
p4raw-link: @34406 on //depot/perl: XXXXXXXXXXXXXXXX:(342901)XXXXXXXXXXXXXXX
p4raw-id: //depot/maint-5.10/[EMAIL PROTECTED]
p4raw-integrated: from //depot/[EMAIL PROTECTED] 'copy in'
ext/B/B/Concise.pm
(@33621..) ext/B/t/concise.t (@34406..)
commit 49322133f2e513238b66dff23a4ed1c0517205ef
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date: Tue Sep 23 20:01:01 2008 +0000
Integrate:
[ 34351]
The stash argument to S_isa_lookup() actually never is NULL.
[ 34352]
As stash can't be NULL, no need to check name_stash is not NULL before
comparing the two, as a NULL == NULL comparison can't happen.
p4raw-link: @34352 on //depot/perl: 3c87ef6dc6c016263db29570d9497dd73e8cbae1
p4raw-link: @34351 on //depot/perl: ca3b79cacc9a62037d75e55479fa8a06600e8794
p4raw-id: //depot/maint-5.10/[EMAIL PROTECTED]
p4raw-integrated: from //depot/[EMAIL PROTECTED] 'merge in' universal.c
(@34350..)
p4raw-integrated: from //depot/[EMAIL PROTECTED] 'edit in' proto.h
(@34349..)
'merge in' embed.fnc (@34349..)
commit ccffa10cb453f228dd99724cf1ab575c0c32e3a8
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date: Tue Sep 23 19:31:18 2008 +0000
Integrate:
[ 34349]
S_isa_lookup() no longer recurses (as of Brandon's MRO changes), so we
don't need to pass in name_stash as a parameter.
[ 34350]
Use 1 line of code in place of 6 in Perl_sv_derived_from().
p4raw-link: @34350 on //depot/perl: a3b7b60a545fa9b11e1154c963c2f2401edd458f
p4raw-link: @34349 on //depot/perl: 2ee85337c8e177b53367ea50b01fdeb1ccda074f
p4raw-id: //depot/maint-5.10/[EMAIL PROTECTED]
p4raw-integrated: from //depot/[EMAIL PROTECTED] 'edit in' universal.c
(@34349..)
p4raw-integrated: from //depot/[EMAIL PROTECTED] 'merge in' embed.fnc
embed.h
proto.h (@33901..)
commit 9fb72d66c0ada71f2230dcd0e9cad55d6bddab9e
Author: Jan Dubois <[EMAIL PROTECTED]>
Date: Mon Sep 15 10:43:34 2008 -0700
Integrate:
[ 34379]
RE: [perl #58858] Building Perl 5.10.0 in AIX 5.3 using "-Duseshrplib"
option --> "ERROR: Undefined symbol: boot_DynaLoader"
Message-ID: <[EMAIL PROTECTED]>
[ 34390]
Fix syntax error in makedef.pl introduced by #34379
p4raw-link: @34390 on //depot/perl: 2a45b0cb74a676d6bd4ef089af427907cde1917f
p4raw-link: @34379 on //depot/perl: b82de989a58898c373135886635319d252e61748
p4raw-id: //depot/maint-5.10/[EMAIL PROTECTED]
p4raw-integrated: from //depot/[EMAIL PROTECTED] 'edit in' makedef.pl
(@34379..)
-----------------------------------------------------------------------
Summary of changes:
embed.fnc | 2 +-
embed.h | 2 +-
ext/B/B/Concise.pm | 15 +++++++++++++--
ext/B/t/concise.t | 8 +++++++-
makedef.pl | 3 +++
proto.h | 3 ++-
universal.c | 13 ++++---------
7 files changed, 31 insertions(+), 15 deletions(-)
hooks/post-receive
--
Perl 5 source code