Nicholas Clark [Fri, 23 Mar 2007 23:32:19 +0000]
It's possible to write the dup of struct reg_substr_datum with a
memcpy() replacing the member by member copy. Curiously gcc's -Os
produces the same sized code, but not all optimisers may manage this.
Also, by reading and re-assigning to the copied data for the sv_dup()s
we hope to avoid any cache misses on the copied from data.
p4raw-id: //depot/perl@30740
Rafael Garcia-Suarez [Fri, 23 Mar 2007 18:25:43 +0000]
Don't use PL_na.
p4raw-id: //depot/perl@30730
Father Chrysostomos [Sat, 10 Mar 2007 12:18:35 +0000]
[perl #41775] Memoize bug (and patch): problem with LIST_CACHE => MERGE
From: Father Chrysostomos (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-30201-
1173557915-1780.41775-75-0@perl.org>
p4raw-id: //depot/perl@30729
Marcus Holland-Moritz [Fri, 23 Mar 2007 17:21:15 +0000]
Upgrade to Devel::PPPort 3.11_01
p4raw-id: //depot/perl@30728
Nicholas Clark [Fri, 23 Mar 2007 16:55:13 +0000]
Move CHECK_WORD in regcomp.c to a more generic memEQs() in handy.h
and provide memNEs() too.
p4raw-id: //depot/perl@30726
Jerry D. Hedden [Fri, 23 Mar 2007 09:40:02 +0000]
Silence compiler warning in util.c
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <256688.25862.qm@web30215.mail.mud.yahoo.com>
p4raw-id: //depot/perl@30725
Nicholas Clark [Fri, 23 Mar 2007 16:15:58 +0000]
Change 30080 was wrong to swap the BEGIN test to memEQ
p4raw-id: //depot/perl@30724
Jari Aalto [Wed, 7 Mar 2007 11:08:24 +0000]
Re: [perl #41683] [PATCH] v5.8.8 pod2html -- incorrect treatment of non-manual page refs like "this(c)"
Message-ID: <87ejo1s9o7.fsf@w2kpicasso.cante.net>
with adjustments to the regexp
p4raw-id: //depot/perl@30722
Rafael Garcia-Suarez [Fri, 23 Mar 2007 14:33:22 +0000]
PerlFAQ sync.
Also, use a svn checkout done under an English locale, to
avoid having French dates in the headers. Hateful.
p4raw-id: //depot/perl@30721
Jerry D. Hedden [Tue, 20 Mar 2007 13:16:46 +0000]
Cwd doesn't need ppport.h in core
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <196803.14702.qm@web30215.mail.mud.yahoo.com>
p4raw-id: //depot/perl@30718
Matthijs van Duin [Tue, 20 Mar 2007 14:59:15 +0000]
symbol-exports needed for Data::Alias
Message-ID: <
20070320135915.GA25192@cds.nl>
p4raw-id: //depot/perl@30716
Rafael Garcia-Suarez [Fri, 23 Mar 2007 10:48:41 +0000]
Convert file to proper line-endings
p4raw-id: //depot/perl@30715
Rafael Garcia-Suarez [Fri, 23 Mar 2007 10:43:04 +0000]
Missing file in MANIFEST
p4raw-id: //depot/perl@30714
Rafael Garcia-Suarez [Fri, 23 Mar 2007 08:48:33 +0000]
Fix path of a test file for running in the core
p4raw-id: //depot/perl@30713
Steve Peters [Fri, 23 Mar 2007 03:45:30 +0000]
Upgrade to CPAN-1.88_79
p4raw-id: //depot/perl@30712
Steve Peters [Fri, 23 Mar 2007 03:36:47 +0000]
Upgrade to Test-Simple-0.70
p4raw-id: //depot/perl@30711
Steve Peters [Fri, 23 Mar 2007 02:17:50 +0000]
Re-sorting the MANIFEST after the mess made of it with the
Pod-Simple renamings
p4raw-id: //depot/perl@30710
Steve Peters [Fri, 23 Mar 2007 02:06:06 +0000]
Perforce appararently didn't like integrating this file, since
I had done it twice. It looks like an add will have to do instead.
p4raw-id: //depot/perl@30709
Yves Orton [Thu, 22 Mar 2007 19:42:54 +0000]
fix instalhtml and Pod::HTML issues.
Message-ID: <
9b18b3110703221142g4955362atffee33d05e30bd27@mail.gmail.com>
Just the changes to installhtml and Pod::HTML in this patch.
p4raw-id: //depot/perl@30708
Steve Peters [Fri, 23 Mar 2007 01:47:41 +0000]
Additional test file edits needed for Pod-Simple-3.05 that couldn't
be included due to the integrates being performed in the previous
change.
p4raw-id: //depot/perl@30707
Steve Peters [Fri, 23 Mar 2007 01:43:11 +0000]
Upgrade to Pod-Simple-3.05.
p4raw-id: //depot/perl@30706
Nicholas Clark [Thu, 22 Mar 2007 22:21:54 +0000]
Can use memEQ instead of strnEQ in CHECK_WORD()
p4raw-id: //depot/perl@30700
Rafael Garcia-Suarez [Thu, 16 Nov 2006 17:36:44 +0000]
Re: [perl #32687] Encode::is_utf8 on tainted UTF8 string
Message-ID: <
20061116173644.4412f66f@grubert.mandriva.com>
p4raw-id: //depot/perl@30693
Steve Hay [Thu, 22 Mar 2007 17:46:43 +0000]
Make sure Win32CORE.pm gets cleaned up
Normally it happens anyway, but sometimes when running 'distclean'
on a half-built source tree it gets left behind.
p4raw-id: //depot/perl@30691
Rafael Garcia-Suarez [Thu, 22 Mar 2007 14:45:36 +0000]
Misc. L<> fixes in core docs : don't link to man pages;
provide full urls when linking to web sites.
p4raw-id: //depot/perl@30688
Jerry D. Hedden [Thu, 22 Mar 2007 07:34:23 +0000]
Fix to threads::shared t/waithires.t
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <381102.32342.qm@web30207.mail.mud.yahoo.com>
p4raw-id: //depot/perl@30687
Rafael Garcia-Suarez [Thu, 22 Mar 2007 14:41:17 +0000]
Fix a broken link and a meaningless phrase in perldebguts
p4raw-id: //depot/perl@30686
Rafael Garcia-Suarez [Thu, 22 Mar 2007 14:37:43 +0000]
Remove references to perlcc from the core docs.
p4raw-id: //depot/perl@30685
Rafael Garcia-Suarez [Thu, 22 Mar 2007 14:25:54 +0000]
Fix internal POD link
p4raw-id: //depot/perl@30684
Nicholas Clark [Thu, 22 Mar 2007 14:00:14 +0000]
Re-order the flags values for struct refcounted_he to allow the
possibility of storing 2 futher types. Add a void * to the union
as it won't increase the size, but may become useful.
p4raw-id: //depot/perl@30683
Jarkko Hietaniemi [Wed, 21 Mar 2007 08:01:14 +0000]
Re: [PATCH] lib/Pod/Html.pm plus a funky UT8-8 regex bug
Message-ID: <
46011E8A.1080009@iki.fi>
p4raw-id: //depot/perl@30681
Rafael Garcia-Suarez [Thu, 22 Mar 2007 09:19:22 +0000]
regexp refcount is an integer, not a pointer
p4raw-id: //depot/perl@30680
Rafael Garcia-Suarez [Thu, 22 Mar 2007 09:16:37 +0000]
Fix error message for re::regnames_iterinit()
p4raw-id: //depot/perl@30679
Yves Orton [Wed, 21 Mar 2007 10:39:24 +0000]
Resolve PL_curpm issues with (??{}) and fix corruption of match results when pattern is a qr.
Message-ID: <
9b18b3110703210239x540f5ad9mdb41c2ea6229ac31@mail.gmail.com>
plus two follow-up patches (minor tweaks)
p4raw-id: //depot/perl@30678
Jerry D. Hedden [Wed, 21 Mar 2007 13:15:53 +0000]
threads 1.61
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <999680.51877.qm@web30208.mail.mud.yahoo.com>
Fix 'list/array' context - both keywords are supported
p4raw-id: //depot/perl@30677
Gerard Goossen [Wed, 21 Mar 2007 19:18:52 +0000]
fix MAD compilation of C-style for loop
Subject: [PATCH] MAD C-style for loop
Message-Id: <
20070321181852.GD31539@ostwald>
p4raw-id: //depot/perl@30676
Steve Peters [Wed, 21 Mar 2007 23:21:46 +0000]
Silence a couple of warnings caused by change #30672.
p4raw-link: @30672 on //depot/perl:
c94db568e030a227855e08f584b1bff860be0cf5
p4raw-id: //depot/perl@30675
Nicholas Clark [Wed, 21 Mar 2007 22:59:47 +0000]
Adjust test count for 5.8.x
p4raw-id: //depot/perl@30673
Steve Peters [Wed, 21 Mar 2007 22:44:10 +0000]
Make gcc warn in case code is not C++ compatible.
p4raw-id: //depot/perl@30672
Nicholas Clark [Wed, 21 Mar 2007 22:01:32 +0000]
Only use proxy constant subroutines for 5.9.x.
p4raw-id: //depot/perl@30671
Jerry D. Hedden [Wed, 21 Mar 2007 12:47:52 +0000]
Change 30661 could result in undefined variable
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <915076.64236.qm@web30212.mail.mud.yahoo.com>
Date: Wed, 21 Mar 2007 12:47:52 -0700 (PDT)
p4raw-id: //depot/perl@30670
Nicholas Clark [Wed, 21 Mar 2007 19:02:50 +0000]
Add some PERL_MEM* defines to the -V output that were missing.
"Correct" the whitespace on the only inconsistent #ifdef/#endif
p4raw-id: //depot/perl@30667
Nicholas Clark [Wed, 21 Mar 2007 16:31:52 +0000]
Remove the (sometimes) unused variable from change 30652.
p4raw-id: //depot/perl@30661
Steve Peters [Wed, 21 Mar 2007 13:32:22 +0000]
Pod fix to h2ph from John Morrissey on the Debian bug list.
p4raw-id: //depot/perl@30660
Nicholas Clark [Wed, 21 Mar 2007 12:53:56 +0000]
Don't try to set the NV on a typeglob-in-action. Should cure bug
41920.
p4raw-id: //depot/perl@30659
Nicholas Clark [Wed, 21 Mar 2007 12:20:03 +0000]
AVs and HVs never had the NV slot. (Not that this error mattered, as
you can't upgrade from them, and the only code path that uses the
flag in sv_upgrade isn't reached when upgrading to AVs or HVs)
p4raw-id: //depot/perl@30658
Jerry D. Hedden [Tue, 20 Mar 2007 13:15:31 +0000]
Sys::Syslog doesn't need ppport.h in core
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <203426.48736.qm@web30214.mail.mud.yahoo.com>
p4raw-id: //depot/perl@30657
Jerry D. Hedden [Tue, 20 Mar 2007 11:48:24 +0000]
Data::Dumper doesn't need ppport.h in core
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <627715.37131.qm@web30212.mail.mud.yahoo.com>
p4raw-id: //depot/perl@30656
Jerry D. Hedden [Tue, 20 Mar 2007 14:05:46 +0000]
Compress::Raw::Zlib doesn't need ppport.h in core [REVISED]
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <855257.38889.qm@web30205.mail.mud.yahoo.com>
p4raw-id: //depot/perl@30655
Jerry D. Hedden [Tue, 20 Mar 2007 16:43:02 +0000]
Remove unneeded pragma line from B/t/OptreeCheck.pm
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <376615.72521.qm@web30204.mail.mud.yahoo.com>
p4raw-id: //depot/perl@30654
Rafael Garcia-Suarez [Wed, 21 Mar 2007 08:57:22 +0000]
Don't install XS::APItest and XS::Typemap
p4raw-id: //depot/perl@30653
Nicholas Clark [Tue, 20 Mar 2007 23:20:46 +0000]
In safecalloc, use the system calloc() for the non-DEBUGGING case, as
it may be able to memset() to 0 for free.
p4raw-id: //depot/perl@30652
Jerry D. Hedden [Tue, 20 Mar 2007 09:08:19 +0000]
Re: ppport.h in core
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <319763.15276.qm@web30202.mail.mud.yahoo.com>
Digest::SHA no longer uses ppport.h
p4raw-id: //depot/perl@30651
Michael Stevens [Tue, 20 Mar 2007 15:49:12 +0000]
my email address changed
Message-ID: <
20070320154912.GE50318@etla.org>
p4raw-id: //depot/perl@30649
Rafael Garcia-Suarez [Tue, 20 Mar 2007 11:39:16 +0000]
More nits in the PERL5LIB docs, suggested by Andreas.
p4raw-id: //depot/perl@30648
Yves Orton [Tue, 20 Mar 2007 01:40:34 +0000]
feel the the baÃ
\9f (encoding problems in the regex engine)
Message-ID: <
9b18b3110703191740m6bf21942p6521f3016ed8092f@mail.gmail.com>
p4raw-id: //depot/perl@30647
Rafael Garcia-Suarez [Mon, 19 Mar 2007 23:59:54 +0000]
Better wording for the return value of select()
(bug #41907)
p4raw-id: //depot/perl@30646
Rafael Garcia-Suarez [Mon, 19 Mar 2007 23:34:50 +0000]
More adjustments to the PERL5LIB docs by Rick
Delaney and myself
p4raw-id: //depot/perl@30645
Rafael Garcia-Suarez [Mon, 19 Mar 2007 23:11:12 +0000]
Let %^H be modifiable in eval-strings (bug #41531),
by adding a meaning for OPf_SPECIAL on OP_CONST.
Patch by Yves Orton.
p4raw-id: //depot/perl@30644
Andreas J. Koenig [Mon, 19 Mar 2007 23:35:10 +0000]
Re: Composing @INC from PERL5LIB
Message-ID: <87ircwkgkh.fsf@k75.linux.bogus>
p4raw-id: //depot/perl@30643
Rafael Garcia-Suarez [Mon, 19 Mar 2007 15:42:58 +0000]
Adjust timing tolerance in threads tests, by Jerry D. Hedden
p4raw-id: //depot/perl@30634
Nicholas Clark [Mon, 19 Mar 2007 15:17:27 +0000]
PerlIO_exportFILE() and PerlIO_releaseFILE() should manage the fd
reference counts correctly.
p4raw-id: //depot/perl@30633
Jari Aalto [Sat, 17 Mar 2007 11:11:17 +0000]
Re: [perl #41691] [PATCH] v5.8.8 pod2html -- Convert RFC links to point ot IETF pages
Message-ID: <87k5xg9tne.fsf@w2kpicasso.cante.net>
p4raw-id: //depot/perl@30631
Marvin Humphrey [Fri, 16 Mar 2007 12:44:55 +0000]
Re: perlreguts: Copy-editing and wishlist
Message-Id: <
F6284B08-4B4E-467A-AFB2-8A71154FDD08@rectangular.com>
p4raw-id: //depot/perl@30630
Rafael Garcia-Suarez [Mon, 19 Mar 2007 08:58:08 +0000]
Upgrade to version.pm 0.71, by John Peacock
p4raw-id: //depot/perl@30629
Dave Mitchell [Mon, 19 Mar 2007 00:00:46 +0000]
minor code simplification made possible by change #30627
p4raw-link: @30627 on //depot/perl:
e7cbf6c66722616e50aa4cda71d48adf3ae55201
p4raw-id: //depot/perl@30628
Dave Mitchell [Sun, 18 Mar 2007 23:43:05 +0000]
When restoring localised values, call set only on container magic.
Avoids (among other things), localised pos index being trashed at
scope exit.
p4raw-id: //depot/perl@30627
Dave Mitchell [Sun, 18 Mar 2007 23:17:04 +0000]
move magic container/value test into separate function
p4raw-id: //depot/perl@30624
Nicholas Clark [Sun, 18 Mar 2007 21:14:16 +0000]
The test case applied in change 29502 really should have gone at the
end of the file t/op/re_tests.
p4raw-id: //depot/perl@30618
Andreas J. Koenig [Sun, 18 Mar 2007 09:26:58 +0000]
29044 broke Fatal.pm
Message-ID: <87slc37y99.fsf@k75.linux.bogus>
Date: Sun, 18 Mar 2007 09:26:58 +0100
p4raw-id: //depot/perl@30614
Nicholas Clark [Sat, 17 Mar 2007 18:42:30 +0000]
PerlIO_importFILE() should increase the reference count on the fd
that it brings into PerlIO managed space. (A long standing problem
reported by Steve Hay)
p4raw-id: //depot/perl@30610
Alexey Tourbin [Sat, 17 Mar 2007 19:28:33 +0000]
perl5db.t: skip test when /dev/tty is not available
Message-ID: <
20070317162833.GA10670@solemn.turbinal>
p4raw-id: //depot/perl@30609
Nicholas Clark [Sat, 17 Mar 2007 16:58:00 +0000]
Test case from Karl Chen in RT #41831
(The bug was already fixed in blead, merged to maint, and it seems
better to adapt the sample code rather than add the whole new test)
p4raw-id: //depot/perl@30608
Nicholas Clark [Sat, 17 Mar 2007 15:14:38 +0000]
Remove the other 4 bits of MAD code designed to abort on local $^L.
p4raw-id: //depot/perl@30607
Nicholas Clark [Sat, 17 Mar 2007 13:01:18 +0000]
The code in newCONDOP can be made visibly simpler by using intermediate
variables. It's also 8 bytes smaller with -Os
p4raw-id: //depot/perl@30606
Nicholas Clark [Fri, 16 Mar 2007 19:29:04 +0000]
Under -Dmad, free the ops representing the dead code when a branch
conditional value is actually a constant. Previously this was leaking
ops, and more visibly shared hash keys.
p4raw-id: //depot/perl@30605
Jari Aalto [Wed, 14 Mar 2007 21:56:14 +0000]
Re: [perl #41691] [PATCH] v5.8.8 pod2html -- Convert RFC links to point ot IETF pages
Message-ID: <87hcsnbqnl.fsf@w2kpicasso.cante.net>
p4raw-id: //depot/perl@30604
Nicholas Clark [Fri, 16 Mar 2007 08:41:02 +0000]
Remove the abort() trap, which Larry said was actually only ever
intended as a way to enter gdb by using local $^L
p4raw-id: //depot/perl@30603
Craig A. Berry [Fri, 16 Mar 2007 01:40:50 +0000]
Make sure escaped dots in filenames are preserved when translating
filenames from VMS to UNIX syntax.
p4raw-id: //depot/perl@30602
Rafael Garcia-Suarez [Thu, 15 Mar 2007 17:43:43 +0000]
Patch by Abigail to avoid using $& in diagnostics.pm.
p4raw-id: //depot/perl@30601
Abe Timmerman [Thu, 15 Mar 2007 18:06:25 +0000]
Re: Smoke [5.8.8] 30522 FAIL(XF) Solaris 2.10 (i386/1 cpu)
Message-ID: <
45F97D11.2080009@ztreet.demon.nl>
skips some tests when perl is built without useperlio
p4raw-id: //depot/perl@30600
Rafael Garcia-Suarez [Thu, 15 Mar 2007 16:14:22 +0000]
Patch by Gerard Goossen to add madprops to "require" opcode
p4raw-id: //depot/perl@30599
Rafael Garcia-Suarez [Thu, 15 Mar 2007 16:01:33 +0000]
Patch by Gerard Goossen to have nomad print also
the [ ] { } madprops.
p4raw-id: //depot/perl@30597
Rafael Garcia-Suarez [Thu, 15 Mar 2007 15:53:28 +0000]
Don't mention DynaLoader.a in INSTALL,
since it doesn't exist anymore
p4raw-id: //depot/perl@30596
Nicholas Clark [Thu, 15 Mar 2007 15:02:55 +0000]
Seems that 5.6.x needs the same fix as 5.005_xx for dclone.t
p4raw-id: //depot/perl@30595
Sébastien Aperghis-Tramoni [Thu, 15 Mar 2007 13:26:07 +0000]
Re: [Patch] Fix some of the tests of Storable on Perl 5.004
Message-ID: <
1173961567.45f93b5f0fc9f@imp.free.fr>
Date: Thu, 15 Mar 2007 13:26:07 +0100
p4raw-id: //depot/perl@30594
Nicholas Clark [Thu, 15 Mar 2007 11:35:26 +0000]
Tweak to Storable to make dclone.t pass on 5.005_03.
p4raw-id: //depot/perl@30593
Rick Delaney [Mon, 12 Mar 2007 20:15:12 +0000]
Re: What is this MAD stuff all about?
Message-ID: <
20070313001511.GJ6001@bort.ca>
Date: Mon, 12 Mar 2007 20:15:12 -0400
p4raw-id: //depot/perl@30592
Rafael Garcia-Suarez [Thu, 15 Mar 2007 09:52:05 +0000]
Upgrade to threads::shared 1.08 :
- Sub-second resolution for cont_timedwait under WIN32
(courtesy of Dean Arnold)
- Fix compiler warnings
p4raw-id: //depot/perl@30591
Rafael Garcia-Suarez [Thu, 15 Mar 2007 09:35:14 +0000]
Make the isdst argument to asctime and mktime default to -1
instead of 0, as suggested by Mike Schilli.
p4raw-id: //depot/perl@30590
Nicholas Clark [Wed, 14 Mar 2007 23:33:02 +0000]
Changes needed to get Storable to compile on 5.005_03.
Passing tests is a different matter...
p4raw-id: //depot/perl@30589
Jari Aalto [Wed, 7 Mar 2007 10:04:15 +0000]
Re: [perl #41687] [PATCH] v5.8.8 pod2html -- Add --[no]fragmentuniq to support more readable <a name=..> refs
Message-ID: <87y7m9scn4.fsf@w2kpicasso.cante.net>
with test adjustments
p4raw-id: //depot/perl@30584
Jari Aalto [Sun, 4 Mar 2007 13:33:20 +0000]
[perl #41698] [PATCH] v5.8.8 pod2html -- Add <div>..</div> around the outputted INDEX section
From: Jari Aalto (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-2051-
1173043999-1740.41698-75-0@perl.org>
plus test adjustments
p4raw-id: //depot/perl@30583
Jari Aalto [Mon, 5 Mar 2007 02:05:38 +0000]
[perl #41701] [PATCH] v5.8.8. pod2html -- F<filename> should add 'class="file"' in the HTML output
From: Jari Aalto (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-2051-
1173089138-1801.41701-75-0@perl.org>
plus adjustments to tests
p4raw-id: //depot/perl@30582
Rafael Garcia-Suarez [Wed, 14 Mar 2007 13:38:15 +0000]
De-hardcode a path in a Test::Simple test, so it works
when integrated to the core.
p4raw-id: //depot/perl@30580
Steve Peters [Wed, 14 Mar 2007 13:17:42 +0000]
Upgrade to Test-Simple-0.68. Includes a tweak to
lib/Test/Simple/t/fail-more.t so that all of its tests pass within
the Perl core.
p4raw-id: //depot/perl@30578
Dave Mitchell [Wed, 14 Mar 2007 12:34:05 +0000]
use a fresh stack when loading Errno.pm etc.
Stops 'use vars qw($!)' in lib/vars.t segfaulting.
(This can be reduced to 'my $sym = "!"; *$sym = \$$sym')
p4raw-id: //depot/perl@30577
Rafael Garcia-Suarez [Wed, 14 Mar 2007 09:43:21 +0000]
Patch by Sébastien Aperghis-Tramoni to avoid encoding
everything that goes through Net::Cmd as UTF-8
(regression as of Net::Cmd 2.27, see CPAN RT #24835)
p4raw-id: //depot/perl@30576
Wolfgang Laun [Wed, 14 Mar 2007 07:56:45 +0000]
perlfunc.pod (ref results), perlop.pod (qr// result)
Message-ID: <
45F79CAD.5050005@thalesgroup.com>
p4raw-id: //depot/perl@30575
Nicholas Clark [Tue, 13 Mar 2007 23:10:11 +0000]
The dMY_CXT added in change 27938 isn't needed when in the PERL_CORE.
p4raw-id: //depot/perl@30574