This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
authorRobin Houston <robin@cpan.org>
Sat, 29 Oct 2005 21:33:07 +0000 (22:33 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 11 Jan 2007 16:45:05 +0000 (16:45 +0000)
commit4127a31c0c95f9d8235538c03d1f778714789383
tree28bee196eb636d090520eb7b7c251b621b25bd06
parent6d29369a63d55103d7b1b1397647064f996edf57
Integrate:
[ 25953]
Subject: [PATCH] sort/multicall patch
Date: Sat, 29 Oct 2005 21:33:07 +0100
Message-ID: <20051029203307.GA8869@rpc142.cs.man.ac.uk>

[ 25954]
Regen headers

[ 25957]
Remove last sort test, that was failing with and without threads.
Silence some warnings.

[ 25979]
Fix test failures introduced by the change of flags on op_sort

[ 25992]
Subject: Re: [PATCH] sort/multicall patch
From: Robin Houston <robin@cpan.org>
Date: Fri, 4 Nov 2005 15:20:29 +0000
Message-ID: <20051104152029.GA17169@rpc142.cs.man.ac.uk>

[ 26054]
Subject: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
From: Robin Houston <robin@cpan.org>
Date: Tue, 8 Nov 2005 19:02:34 +0000
Message-ID: <20051108190234.GA25953@rpc142.cs.man.ac.uk>

[ 27486]
Subject: [PATCH] Automatically SPAGAIN in the poor-man's-multicall API
From: Robin Houston <robin@cpan.org>
Date: Mon, 13 Mar 2006 12:48:21 +0000
Message-ID: <20060313124821.GA11203@rpc142.cs.man.ac.uk>

[ 27487]
Forgot the ending \. Why did it still compile ?
p4raw-link: @27487 on //depot/perl: ae0d9e91921718c695e551df9f5755561ee9964d
p4raw-link: @27486 on //depot/perl: ff1ebec3ae3704c211ef9a2572ce3adb50911b5b
p4raw-link: @26054 on //depot/perl: 82f35e8b14e93ac697812d1b28d2e79e1ad82d84
p4raw-link: @25992 on //depot/perl: d7507f7459e6b42ee8cfc80abf2510fc2ff6a5c0
p4raw-link: @25979 on //depot/perl: 9e84f099a236e8238736c147031d0637a4572587
p4raw-link: @25957 on //depot/perl: 9da9462bb3e8caa6ed89b73deed69ec85fa59066
p4raw-link: @25954 on //depot/perl: cd299c6e57209410a1331dd3e21dad7fec4cce55
p4raw-link: @25953 on //depot/perl: 9850bf21fc4ed69d8ddb0293df59411f891c62df

p4raw-id: //depot/maint-5.8/perl@29759
p4raw-integrated: from //depot/perl@27486 'ignore'
ext/List/Util/multicall.h (@26054..)
p4raw-edited: from //depot/perl@26054 'edit in' cop.h (@26027..)
p4raw-integrated: from //depot/perl@25979 'merge in' ext/B/t/f_sort.t
(@24967..)
p4raw-integrated: from //depot/perl@25957 'edit in' t/op/sort.t
(@25953..)
p4raw-integrated: from //depot/perl@25954 'edit in' pod/perlapi.pod
(@25913..) 'merge in' global.sym (@25924..) opcode.h (@25940..)
p4raw-edited: from //depot/perl@25953 'edit in' pp_sort.c (@25754..)
embed.fnc (@25946..)
p4raw-integrated: from //depot/perl@25953 'edit in' pod/perlcall.pod
(@23203..) pod/perldiag.pod (@25937..) pp_ctl.c (@25940..)
'merge in' embedvar.h (@25008..) makedef.pl perlapi.h
(@25850..) sv.c (@25915..) pp_hot.c (@25918..) AUTHORS
(@25931..) opcode.pl (@25940..) op.c (@25948..)
20 files changed:
AUTHORS
cop.h
embed.fnc
ext/B/t/f_sort.t
ext/List/Util/multicall.h
global.sym
makedef.pl
op.c
opcode.h
opcode.pl
pod/perlapi.pod
pod/perlcall.pod
pod/perldiag.pod
pp_ctl.c
pp_hot.c
pp_sort.c
proto.h
sv.c
t/op/sort.t
utf8.c