Change 30463: In vms/gen_shrfls.pl, no more special handling of vars from

2007-03-04 Thread Craig A . Berry
Change 30463 by [EMAIL PROTECTED] on 2007/03/05 00:13:50 In vms/gen_shrfls.pl, no more special handling of vars from regcomp.h -- just process the file. (Needed for PL_reg_name.) Affected files ... ... //depot/perl/vms/gen_shrfls.pl#42 edit Differences ... //depot/perl/vms

Change 30462: Use linker flags rather than compiler flags in ExtUtils::Liblist::Kid::_vms_ext

2007-03-04 Thread Craig A . Berry
Change 30462 by [EMAIL PROTECTED] on 2007/03/04 22:58:29 Use linker flags rather than compiler flags in ExtUtils::Liblist::Kid::_vms_ext when determining whether the perlshr library was linked debug. Also submitted to CPAN RT queue at

Change 30461: It seems that change 30451 should also have arranged to export

2007-03-04 Thread Nicholas Clark
Change 30461 by [EMAIL PROTECTED] on 2007/03/04 19:22:45 It seems that change 30451 should also have arranged to export PL_reg_name properly. Hopefuly this will fix it, but I don't have access to any platform where I can test this directly. Affected files ... ... //depot/

Re: Change 30451: Define and initialise reg_name only once.

2007-03-04 Thread Nicholas Clark
On Sat, Mar 03, 2007 at 05:27:21PM -0800, Jerry D. Hedden wrote: > > Change 30451 by [EMAIL PROTECTED] on 2007/03/03 12:22:19 > > > > Define and initialise reg_name only once. > > This allows re to be a static extension. > > As it's now no-longer a static variable in regcomp.c, > >

Change 30460: [PATCH] Math::BigInt 1.80

2007-03-04 Thread Steve Peters
Change 30460 by [EMAIL PROTECTED] on 2007/03/04 17:15:38 Subject: [PATCH] Math::BigInt 1.80 From: Tels <[EMAIL PROTECTED]> Date: Sun, 4 Mar 2007 15:57:01 + Message-Id: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/MANIFEST#1528 edit ... //depot/perl/

Change 30459: Rename exception() to apitest_exception() in XS/APItest, so that it

2007-03-04 Thread Nicholas Clark
Change 30459 by [EMAIL PROTECTED] on 2007/03/04 11:51:08 Rename exception() to apitest_exception() in XS/APItest, so that it doesn't clash with the exception() in Devel/PPPort. This way, all tests pass when both modules are staticly linked. Affected files ... ... //depot/

Re: Change 30451: Define and initialise reg_name only once.

2007-03-04 Thread Jerry D. Hedden
> Change 30451 by [EMAIL PROTECTED] on 2007/03/03 12:22:19 > > Define and initialise reg_name only once. > This allows re to be a static extension. > As it's now no-longer a static variable in regcomp.c, > it needs a PL_prefix. Something seems to be wrong with this. 'make