This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
authorNicholas Clark <nick@ccl4.org>
Fri, 19 Jan 2007 21:24:46 +0000 (21:24 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 19 Jan 2007 21:24:46 +0000 (21:24 +0000)
commit5900599a4699afc48d7b8dc79d4f1614b0f37347
tree9b5c16cd4204b501b777a068f4a0044ac19a1ea3
parentcfe861fa97b6fa830f947bc60e438016d0a9570d
Integrate:
[ 26545]
Marcus Holland-Moritz suggested that assert should
Perl_croak_nocontext rather than Perl_croak.

[ 27136]
Subject: [PATCH] Trying my "remove the pTHXes" patch again
From: Andy Lester <andy@petdance.com>
Date: Thu, 9 Feb 2006 09:40:18 -0600
Message-ID: <20060209154018.GA14610@petdance.com>

[ 27137]
Regenerated headers for change #27136.

[ 27138]
Really regenerate headers

[ 27140]
Fix breakage in S_set_csh() from change #27136.

[ 27145]
Change 27136 seems to have inadvertently upset some compilers,
presumably where NULL was defined as 0, not (void *)0

[ 27148]
Fix the effects of 27136 on Win32 with DEBUGGING and PERL_IMPLICIT_SYS

[ 27152]
A better fix than 27148

Subject: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
From: Nicholas Clark <nick@ccl4.org>
Date: Fri, 10 Feb 2006 14:58:47 +0000
Message-ID: <20060210145847.GA85020@plum.flirble.org>

Subject: RE: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
From: "Jan Dubois" <jand@ActiveState.com>
Date: Fri, 10 Feb 2006 09:03:41 -0800
Message-ID: <024401c62e63$f1e53c10$6062a8c0@candy>
p4raw-link: @27152 on //depot/perl: b0e6ae5b51a7c163ac7cdb0d18b54bb1819f6c13
p4raw-link: @27148 on //depot/perl: bf38c51f361107f758fabf5590b0852bea1538f6
p4raw-link: @27145 on //depot/perl: ce6f1cbce90e089336a9b1ef9c0f6a86b261d30d
p4raw-link: @27140 on //depot/perl: b26759679e3267af95c36c8d4b2d8bd62de51599
p4raw-link: @27138 on //depot/perl: 44af46eeddcebf8498b872cce52b93562332def3
p4raw-link: @27137 on //depot/perl: 53bc96a818a63c19ece638c48ccdbee3060d419a
p4raw-link: @27136 on //depot/perl: 5f66b61cbe1f2ea985f00c0d9a66153e7a3b6ee1
p4raw-link: @26545 on //depot/perl: 67eb4d3079ea11b2f1cbc84fe9afb351bc67715a

p4raw-id: //depot/maint-5.8/perl@29888
p4raw-integrated: from //depot/perl@29886 'edit in' cc_runtime.h
(@23156..)
p4raw-edited: from //depot/perl@27152 'edit in' embed.h (@27148..)
p4raw-integrated: from //depot/perl@27152 'edit in' perl.h (@27084..)
p4raw-edited: from //depot/perl@27148 'edit in' embed.fnc (@27136..)
proto.h (@27138..)
p4raw-integrated: from //depot/perl@27145 'edit in' op.c (@27136..)
p4raw-edited: from //depot/perl@27136 'edit in' sv.c (@27111..)
p4raw-integrated: from //depot/perl@27136 'edit in' cop.h (@27065..)
toke.c (@27075..) hv.c (@27097..) pp_ctl.c (@27102..) 'merge
in' deb.c (@26732..) op.h (@27054..) mg.c pp_sort.c regexec.c
(@27065..) util.c (@27084..) utf8.c (@27112..) pp.c (@27127..)
Makefile.SH (@27128..) perl.c (@27129..) regcomp.c (@27134..)
21 files changed:
Makefile.SH
cop.h
deb.c
embed.fnc
embed.h
hv.c
mg.c
op.c
op.h
perl.c
perl.h
pp.c
pp_ctl.c
pp_sort.c
proto.h
regcomp.c
regexec.c
sv.c
toke.c
utf8.c
util.c