20 years agoRe: maint @ 21116
Steve Hay [Tue, 9 Sep 2003 09:49:07 +0000]
Re: maint @ 21116
Message-ID: <3F5D9403.3040004@uk.radan.com>

p4raw-id: //depot/perl@21132

20 years agoRe: [PATCH] honoring void context for map(), return from sub end test
david nicol [Mon, 8 Sep 2003 23:39:32 +0000]
Re: [PATCH] honoring void context for map(), return from sub end test
Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>

(a testcase)

p4raw-id: //depot/perl@21131

20 years agoOoops, perlio into scalars was already history for this test...
Jarkko Hietaniemi [Tue, 9 Sep 2003 07:08:15 +0000]
Ooops, perlio into scalars was already history for this test...

p4raw-id: //depot/perl@21128

20 years agoCannot do perlio into scalars without perlio.
Jarkko Hietaniemi [Tue, 9 Sep 2003 07:06:26 +0000]
Cannot do perlio into scalars without perlio.

p4raw-id: //depot/perl@21127

20 years agoI claim that the debugger is untestable until proven otherwise.
Jarkko Hietaniemi [Tue, 9 Sep 2003 07:04:53 +0000]
I claim that the debugger is untestable until proven otherwise.

p4raw-id: //depot/perl@21126

20 years agoIn trying to save space, the warnings.pl change (#21107)
Jarkko Hietaniemi [Tue, 9 Sep 2003 06:59:52 +0000]
In trying to save space, the warnings.pl change (#21107)
pulled in attributes.pm... and the change didn't seem to
be that well tested with different configurations.
Retract #21119, #21117, #21107.

p4raw-id: //depot/perl@21124

20 years agoReally do #21121.
Jarkko Hietaniemi [Tue, 9 Sep 2003 06:28:31 +0000]
Really do #21121.

p4raw-id: //depot/perl@21122

20 years agoThere's no particular reason to have the dumpvar.t
Jarkko Hietaniemi [Tue, 9 Sep 2003 05:56:52 +0000]
There's no particular reason to have the dumpvar.t
in lib/perl5db/.

p4raw-id: //depot/perl@21121

20 years agostrict stash seems to have gone, too.
Jarkko Hietaniemi [Tue, 9 Sep 2003 05:46:02 +0000]
strict stash seems to have gone, too.

p4raw-id: //depot/perl@21119

20 years agoLoading warnings.pm now loads attributes.pm that loads strict.pm.
Rafael Garcia-Suarez [Mon, 8 Sep 2003 22:26:36 +0000]
Loading warnings.pm now loads attributes.pm that loads strict.pm.
(due to #21107 apparently.) Adjust this test accordingly.

p4raw-id: //depot/perl@21117

20 years agosilence 1 compiler warning
Nicholas Clark [Mon, 8 Sep 2003 23:04:45 +0000]
silence 1 compiler warning
Message-ID: <20030908230445.E30881@plum.flirble.org>

p4raw-id: //depot/perl@21113

20 years agoRetract #21096, mostly: I had misexplained the situation
Jarkko Hietaniemi [Mon, 8 Sep 2003 21:09:34 +0000]
Retract #21096, mostly: I had misexplained the situation
to Scott A. Crosby.  Seeing the seed value while not good
for the ultimate paranoia viewpoint is not that bad, as long
as the users are fully aware of the dangers of disclosing
the hash seed. So hash_seed() is okay.

Being able to see the hash values (as in Java) would
be another option, but dubious: it's not that per-key
hash values themselves are bad to allow scripts to see,
but rather that hash values are just as sensitive (from
the DoSing viewpoint) as the hash seed itself (and there
usually more hash values than the one hash seed....)

p4raw-id: //depot/perl@21112

20 years agoUrk. unique, not shared.
Jarkko Hietaniemi [Mon, 8 Sep 2003 20:59:04 +0000]
Urk.  unique, not shared.

p4raw-id: //depot/perl@21110

20 years agoconfigpm: about 1.5K less per thread
Elizabeth Mattijsen [Mon, 8 Sep 2003 23:58:34 +0000]
configpm: about 1.5K less per thread
Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>

p4raw-id: //depot/perl@21109

20 years agowarnings.pl: each thread 10K smaller
Elizabeth Mattijsen [Mon, 8 Sep 2003 22:22:38 +0000]
warnings.pl: each thread 10K smaller
Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>

p4raw-id: //depot/perl@21107

20 years agoA version of change #21073 that works.
Rafael Garcia-Suarez [Mon, 8 Sep 2003 20:45:03 +0000]
A version of change #21073 that works.
p4raw-link: @21073 on //depot/perl: b5a808db3c007cbb4159178941346ac3c6f968a7

p4raw-id: //depot/perl@21106

20 years agoRegen perlapi.
Jarkko Hietaniemi [Mon, 8 Sep 2003 20:44:22 +0000]
Regen perlapi.

p4raw-id: //depot/perl@21105

20 years agoRadu Greab is my hero (the recent cygwin getpw*->pw_comment
Jarkko Hietaniemi [Mon, 8 Sep 2003 20:18:56 +0000]
Radu Greab is my hero (the recent cygwin getpw*->pw_comment
being a bad pointer is apparently a known cygwin bug). The
cure is to initialize the field.

p4raw-id: //depot/perl@21103

20 years agoBad export.
Jarkko Hietaniemi [Mon, 8 Sep 2003 19:38:39 +0000]
Bad export.

p4raw-id: //depot/perl@21100

20 years agoThe IPC::Open3 is just too unreliable for this task.
Jarkko Hietaniemi [Mon, 8 Sep 2003 19:06:09 +0000]
The IPC::Open3 is just too unreliable for this task.

p4raw-id: //depot/perl@21098

20 years agoTry to make the de0.t test more robust.
Jarkko Hietaniemi [Mon, 8 Sep 2003 18:42:43 +0000]
Try to make the de0.t test more robust.
The test is so flakey (too many external things influencing
the result) that I'm likely to leave it out from the maint.

p4raw-id: //depot/perl@21097

20 years agoScott A. Crosby believes in not disclosing
Jarkko Hietaniemi [Mon, 8 Sep 2003 17:58:19 +0000]
Scott A. Crosby believes in not disclosing
any more information than necessary: therefore
instead of hash_seed() we have now hashes_random().

p4raw-id: //depot/perl@21096

20 years agoMac OS X "last resort" recipe.
Jarkko Hietaniemi [Mon, 8 Sep 2003 17:36:50 +0000]
Mac OS X "last resort" recipe.

p4raw-id: //depot/perl@21095

20 years ago[patch] AUTHORS
Juerd [Mon, 8 Sep 2003 08:42:13 +0000]
[patch] AUTHORS
Message-ID: <20030908064213.GC23461@c3.convolution.nl>

p4raw-id: //depot/perl@21094

20 years agoSlightly more intelligent paranoia.
Jarkko Hietaniemi [Mon, 8 Sep 2003 15:47:14 +0000]
Slightly more intelligent paranoia.

p4raw-id: //depot/perl@21093

20 years agoWin32 is playing to hard to get but I do not have
Jarkko Hietaniemi [Mon, 8 Sep 2003 14:07:03 +0000]
Win32 is playing to hard to get but I do not have
time to chase it, so restore #21072, more or less.
I think testing the debugger in UNIX-like places
is enough, no need to go into painful contortions
trying to "portably" run interactive programs like
the debugger.

p4raw-id: //depot/perl@21090

20 years ago5.8.1 was mistakenly redefining PL_sv_placeholder.
Jarkko Hietaniemi [Mon, 8 Sep 2003 12:50:15 +0000]
5.8.1 was mistakenly redefining PL_sv_placeholder.

p4raw-id: //depot/perl@21088

20 years agoAdd Hash::Util::hash_seed() which answers among
Jarkko Hietaniemi [Mon, 8 Sep 2003 12:34:37 +0000]
Add Hash::Util::hash_seed() which answers among
other things the question whether our hashes are
"randomised".  (They always were...)

p4raw-id: //depot/perl@21087

20 years agoXSRETURN_UV was missing.
Jarkko Hietaniemi [Mon, 8 Sep 2003 12:22:03 +0000]
XSRETURN_UV was missing.

p4raw-id: //depot/perl@21086

20 years agoSuperparanoia.
Jarkko Hietaniemi [Mon, 8 Sep 2003 12:15:23 +0000]
Superparanoia.

p4raw-id: //depot/perl@21085

20 years agoClean up pp_readdir() somewhat.
Abhijit Menon-Sen [Mon, 8 Sep 2003 11:44:25 +0000]
Clean up pp_readdir() somewhat.

p4raw-id: //depot/perl@21084

20 years agoThe #21073 broke ext/B/t/o.t, retracting the #21073.
Jarkko Hietaniemi [Mon, 8 Sep 2003 11:32:46 +0000]
The #21073 broke ext/B/t/o.t, retracting the #21073.

p4raw-id: //depot/perl@21082

20 years agoIn Win32 IPC::Open3 + IO::Select does not work that well
Jarkko Hietaniemi [Mon, 8 Sep 2003 09:52:40 +0000]
In Win32 IPC::Open3 + IO::Select does not work that well
so mostly undo the change #21072 and revert back to using
a temp file.
p4raw-link: @21072 on //depot/perl: cc5fd0943567be6ee0408b6bc088cce15ca15861

p4raw-id: //depot/perl@21080

20 years agoIn Win32 the cmd.exe console output doesn't seem to
Jarkko Hietaniemi [Mon, 8 Sep 2003 09:10:47 +0000]
In Win32 the cmd.exe console output doesn't seem to
be catchable using the in-memory I/O + select trick,
so use tie-STDOUT trick instead.

p4raw-id: //depot/perl@21078

20 years agoMove Config test.
Jarkko Hietaniemi [Mon, 8 Sep 2003 09:03:13 +0000]
Move Config test.

p4raw-id: //depot/perl@21077

20 years agoLet's require fork for this test.
Jarkko Hietaniemi [Mon, 8 Sep 2003 08:50:27 +0000]
Let's require fork for this test.

p4raw-id: //depot/perl@21076

20 years agocall_(pv|etc.) for Devel::PPPort
Tassilo von Parseval [Mon, 8 Sep 2003 08:56:09 +0000]
call_(pv|etc.) for Devel::PPPort
Message-id: <20030908065609.GA1260@ethan>

p4raw-id: //depot/perl@21074

20 years agoRe: one nit to fix [PATCH]
Rafael Garcia-Suarez [Mon, 8 Sep 2003 10:19:08 +0000]
Re: one nit to fix [PATCH]
Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>

p4raw-id: //depot/perl@21073

20 years agoRe: [PATCH] Test skeleton for debugger commands
Andreas König [Mon, 8 Sep 2003 10:48:27 +0000]
Re: [PATCH] Test skeleton for debugger commands
Message-ID: <87llszis2s.fsf@franz.ak.mind.de>

p4raw-id: //depot/perl@21072

20 years agode0.t: use Test::More, add some tests.
Jarkko Hietaniemi [Mon, 8 Sep 2003 06:46:00 +0000]
de0.t: use Test::More, add some tests.

p4raw-id: //depot/perl@21071

20 years agoMore dumpvar testing.
Jarkko Hietaniemi [Mon, 8 Sep 2003 06:31:39 +0000]
More dumpvar testing.

p4raw-id: //depot/perl@21070

20 years agoAn empty test.
Jarkko Hietaniemi [Mon, 8 Sep 2003 05:34:03 +0000]
An empty test.

p4raw-id: //depot/perl@21069

20 years agodumpvar.t: use Test::More;
Jarkko Hietaniemi [Mon, 8 Sep 2003 05:21:21 +0000]
dumpvar.t: use Test::More;

p4raw-id: //depot/perl@21068

20 years agoCleanup PerlIO::scalar documentation a bit.
Jarkko Hietaniemi [Mon, 8 Sep 2003 05:11:46 +0000]
Cleanup PerlIO::scalar documentation a bit.

p4raw-id: //depot/perl@21067

20 years agoThe in-memory files require PerlIO::scalar.
Jarkko Hietaniemi [Mon, 8 Sep 2003 04:49:28 +0000]
The in-memory files require PerlIO::scalar.

p4raw-id: //depot/perl@21066

20 years agoTest skeleton for debugger commands
Andreas König [Sun, 7 Sep 2003 18:51:56 +0000]
Test skeleton for debugger commands
Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
With minor adjustments

p4raw-id: //depot/perl@21065

20 years agoUpgrade to Unicode::Collate 0.28
Rafael Garcia-Suarez [Sun, 7 Sep 2003 19:12:05 +0000]
Upgrade to Unicode::Collate 0.28

p4raw-id: //depot/perl@21064

20 years agoRe: [perl #23656] Safe reval bleeds local variable values
Dave Mitchell [Sun, 7 Sep 2003 19:14:44 +0000]
Re: [perl #23656] Safe reval bleeds local variable values
Message-ID: <20030907181444.GA7058@fdgroup.com>

p4raw-id: //depot/perl@21063

20 years agohonoring void context for map()
Tassilo von Parseval [Thu, 4 Sep 2003 11:13:41 +0000]
honoring void context for map()
Message-id: <20030904091341.GA30655@ethan>

p4raw-id: //depot/perl@21062

20 years agoRetract #21010.
Jarkko Hietaniemi [Sun, 7 Sep 2003 07:04:53 +0000]
Retract #21010.

p4raw-id: //depot/perl@21061

20 years agoMinor doc style nits in XSLoader.
Rafael Garcia-Suarez [Sat, 6 Sep 2003 21:30:10 +0000]
Minor doc style nits in XSLoader.

p4raw-id: //depot/perl@21060

20 years agoVanity patch.
Jarkko Hietaniemi [Sat, 6 Sep 2003 19:57:46 +0000]
Vanity patch.

p4raw-id: //depot/perl@21058

20 years agoUpdated Sharp Zaurus cross-compilation from Redvers Davies.
Jarkko Hietaniemi [Sat, 6 Sep 2003 19:56:53 +0000]
Updated Sharp Zaurus cross-compilation from Redvers Davies.

p4raw-id: //depot/perl@21057

20 years agoEmail nits in Fatal.pm [perl #23724].
Rafael Garcia-Suarez [Sat, 6 Sep 2003 19:03:41 +0000]
Email nits in Fatal.pm [perl #23724].

p4raw-id: //depot/perl@21056

20 years agoMusty corners of Syslog.pm.
Jarkko Hietaniemi [Fri, 5 Sep 2003 20:34:15 +0000]
Musty corners of Syslog.pm.

p4raw-id: //depot/perl@21052

20 years ago1. Work around the bug fixed by #20587 (because it's in 5.8.0).
Abhijit Menon-Sen [Fri, 5 Sep 2003 18:43:46 +0000]
1. Work around the bug fixed by #20587 (because it's in 5.8.0).
2. Compensate for PL_sv_placeholder <= 5.8.1.
3. Clean up non-backwards-compatible tests.
4. Prepare for the 2.08 CPAN release.

p4raw-id: //depot/perl@21051

20 years agoOne more known tie problem.
Jarkko Hietaniemi [Fri, 5 Sep 2003 13:53:23 +0000]
One more known tie problem.

p4raw-id: //depot/perl@21048

20 years agothreads/shared.pm: saves 4K per thread
Elizabeth Mattijsen [Fri, 5 Sep 2003 14:46:00 +0000]
threads/shared.pm: saves 4K per thread
Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
From: Elizabeth Mattijsen <liz@dijkmat.nl>

p4raw-id: //depot/perl@21047

20 years agoversions threads modules
Elizabeth Mattijsen [Fri, 5 Sep 2003 12:22:52 +0000]
versions threads modules
Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>

p4raw-id: //depot/perl@21046

20 years agoMore suidperl path disclosure plugging:
Jarkko Hietaniemi [Fri, 5 Sep 2003 13:43:36 +0000]
More suidperl path disclosure plugging:
the #9813 didn't do enough.  See either of
http://rt.perl.org/rt2/Ticket/Display.html?id=6511
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426

p4raw-id: //depot/perl@21045

20 years agoFreeBSD hints updates from Anton Berezin.
Jarkko Hietaniemi [Fri, 5 Sep 2003 13:09:54 +0000]
FreeBSD hints updates from Anton Berezin.

p4raw-id: //depot/perl@21044

20 years agoChanged conflicting diff options
H.Merijn Brand [Fri, 5 Sep 2003 11:18:20 +0000]
Changed conflicting diff options

p4raw-id: //depot/perl@21043

20 years agoAcknowledge some known tie bugs.
Jarkko Hietaniemi [Fri, 5 Sep 2003 06:47:43 +0000]
Acknowledge some known tie bugs.

p4raw-id: //depot/perl@21042

20 years agoRemove dublicated entry in AUTHORS
Ilya Martynov [Fri, 5 Sep 2003 00:49:57 +0000]
Remove dublicated entry in AUTHORS
Message-ID: <8765k8uvm2.fsf@abra.ru>

p4raw-id: //depot/perl@21041

20 years ago[perl #3763] code example error in "perlopentut"
Jarkko Hietaniemi [Fri, 5 Sep 2003 04:36:48 +0000]
[perl #3763] code example error in "perlopentut"

p4raw-id: //depot/perl@21040

20 years agoAnother seemingly fixed (un)tie bug,
Jarkko Hietaniemi [Fri, 5 Sep 2003 04:13:17 +0000]
Another seemingly fixed (un)tie bug,
[perl ##22297] cannot untie scalar from within tied FETCH

p4raw-id: //depot/perl@21039

20 years agoRe: [PATCH] Data::Dumper 2.121
Ilya Martynov [Fri, 5 Sep 2003 00:33:46 +0000]
Re: [PATCH] Data::Dumper 2.121
Message-ID: <87ad9kuwd1.fsf@abra.ru>

p4raw-id: //depot/perl@21036

20 years agoI think once is enough.
Jarkko Hietaniemi [Thu, 4 Sep 2003 18:52:29 +0000]
I think once is enough.

p4raw-id: //depot/perl@21033

20 years agoRe: [PATCH] Re: ByteLoader and MSWin32
Adrian M. Enache [Thu, 4 Sep 2003 20:09:06 +0000]
Re: [PATCH] Re: ByteLoader and MSWin32
Message-ID: <20030904170906.GA1235@ratsnest.hole>

p4raw-id: //depot/perl@21032

20 years agoperlreftut: change distribution conditions
Brendan O'Dea [Thu, 4 Sep 2003 02:28:49 +0000]
perlreftut: change distribution conditions
From: "Brendan O'Dea" <bod@debian.org>
Message-ID: <20030903162849.GA9675@londo.c47.org>

p4raw-id: //depot/perl@21031

20 years agoRe: "vendor" patch pickup
Marcus Holland-Moritz [Thu, 4 Sep 2003 19:47:55 +0000]
Re: "vendor" patch pickup
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>

(Gentoo: take Marcus' version of the __THROW patch and
even further #ifdef-protect it with __GLIBC__.)

p4raw-id: //depot/perl@21030

20 years agoTiny perlcc tweaks.
Jarkko Hietaniemi [Thu, 4 Sep 2003 16:01:26 +0000]
Tiny perlcc tweaks.

p4raw-id: //depot/perl@21029

20 years agoA SuSE patchlet for perlcc -c to avoid
Jarkko Hietaniemi [Thu, 4 Sep 2003 15:10:48 +0000]
A SuSE patchlet for perlcc -c to avoid
"Modification of a read-only value attempted at ... C.pm"

p4raw-id: //depot/perl@21028

20 years agoAUTHORS updates.
Jarkko Hietaniemi [Thu, 4 Sep 2003 08:54:40 +0000]
AUTHORS updates.

p4raw-id: //depot/perl@21027

20 years agoUpgrade to Math::BigInt pre-rel 1.66 as of
Jarkko Hietaniemi [Wed, 3 Sep 2003 20:27:56 +0000]
Upgrade to Math::BigInt pre-rel 1.66 as of
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
(the tar.gz link doesn't have 'v1.66', it has '1.66')
so that the smoke builds can start chewing it.

p4raw-id: //depot/perl@21025

20 years agofix: output from different pids
Marcus Holland-Moritz [Wed, 3 Sep 2003 19:20:20 +0000]
fix: output from different pids
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>

p4raw-id: //depot/perl@21022

20 years agoAlso indicate the Unicode level here.
Jarkko Hietaniemi [Wed, 3 Sep 2003 15:51:35 +0000]
Also indicate the Unicode level here.
(The last date is non-committal :-)

p4raw-id: //depot/perl@21019

20 years agoAvoid lvalue casts, from Enache.
Jarkko Hietaniemi [Wed, 3 Sep 2003 12:08:23 +0000]
Avoid lvalue casts, from Enache.

p4raw-id: //depot/perl@21018

20 years agoBump up the VERSION.
Jarkko Hietaniemi [Wed, 3 Sep 2003 08:23:39 +0000]
Bump up the VERSION.

p4raw-id: //depot/perl@21017

20 years agoAdd, document, and test bytes::substr, index, rindex, chr,
Jarkko Hietaniemi [Wed, 3 Sep 2003 08:22:48 +0000]
Add, document, and test bytes::substr, index, rindex, chr,
document bytes::ord.

p4raw-id: //depot/perl@21016

20 years agoRe: maint@20974 or before broke mp2 ithreads test
Marcus Holland-Moritz [Wed, 3 Sep 2003 08:57:25 +0000]
Re: maint@20974 or before broke mp2 ithreads test
Message-ID: <29644.1062572245@www50.gmx.net>

The other half of #20930 should be still good.

p4raw-id: //depot/perl@21014

20 years agouse IO; is deprecated.
Jarkko Hietaniemi [Wed, 3 Sep 2003 06:15:09 +0000]
use IO; is deprecated.

p4raw-id: //depot/perl@21013

20 years agoUpgrade to base 2.01 from CPAN.
Jarkko Hietaniemi [Wed, 3 Sep 2003 05:28:50 +0000]
Upgrade to base 2.01 from CPAN.

p4raw-id: //depot/perl@21012

20 years agoChanging the test count is a good idea.
Jarkko Hietaniemi [Wed, 3 Sep 2003 05:08:29 +0000]
Changing the test count is a good idea.

p4raw-id: //depot/perl@21011

20 years ago{PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object
Joe McMahon [Tue, 2 Sep 2003 18:02:14 +0000]
{PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object
Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>

p4raw-id: //depot/perl@21010

20 years agoRe: maint@20974 or before broke mp2 ithreads test
Marcus Holland-Moritz [Wed, 3 Sep 2003 06:07:54 +0000]
Re: maint@20974 or before broke mp2 ithreads test
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>

p4raw-id: //depot/perl@21009

20 years agoVMS does not have quite UNIX glob semantics.
Jarkko Hietaniemi [Wed, 3 Sep 2003 04:31:35 +0000]
VMS does not have quite UNIX glob semantics.

p4raw-id: //depot/perl@21008

20 years agosome method calls not autoloaded
Yitzchak Scott-Thoennes [Tue, 2 Sep 2003 15:06:29 +0000]
some method calls not autoloaded
Message-ID: <20030902220629.GA2952@efn.org>

p4raw-id: //depot/perl@21007

20 years agoAn untie test from perlmonks-- worked in 5.6.1,
Jarkko Hietaniemi [Tue, 2 Sep 2003 19:01:07 +0000]
An untie test from perlmonks-- worked in 5.6.1,
broken in 5.8.0, seems to be working again in maint,
better nail it down now.

p4raw-id: //depot/perl@21003

20 years agoRetract #20930 because of
Stas Bekman [Mon, 1 Sep 2003 23:31:11 +0000]
Retract #20930 because of
Subject: maint@20974 or before broke mp2 ithreads test
Message-ID: <3F54392F.7080009@stason.org>

p4raw-id: //depot/perl@21000

20 years ago[DOCPATCH] Re: [perl #23630] problem with "used only once" warning
Fergal Daly [Tue, 2 Sep 2003 17:36:52 +0000]
[DOCPATCH] Re: [perl #23630] problem with "used only once" warning
Message-Id: <200309021736.52725.fergal@esatclear.ie>

p4raw-id: //depot/perl@20999

20 years ago[perl #23672] Math::BigInit POD
Abigail [Mon, 1 Sep 2003 08:47:39 +0000]
[perl #23672] Math::BigInit POD
From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>

p4raw-id: //depot/perl@20998

20 years agoExplain \Q better
Mark-Jason Dominus [Mon, 1 Sep 2003 16:19:20 +0000]
Explain \Q better
Message-ID: <20030901201920.3929.qmail@plover.com>

p4raw-id: //depot/perl@20997

20 years agogrok_(number|numeric_radix) added to Devel::PPPort
Tassilo von Parseval [Tue, 2 Sep 2003 11:27:19 +0000]
grok_(number|numeric_radix) added to Devel::PPPort
Message-id: <20030902092719.GA18075@ethan>

p4raw-id: //depot/perl@20996

20 years agoRe: ByteLoader and MSWin32
Adrian M. Enache [Tue, 2 Sep 2003 03:45:11 +0000]
Re: ByteLoader and MSWin32
Message-ID: <20030902004511.GA1442@ratsnest.hole>

p4raw-id: //depot/perl@20993

20 years agoUpgrade to Unicode::Collate 0.27.
Jarkko Hietaniemi [Tue, 2 Sep 2003 04:29:45 +0000]
Upgrade to Unicode::Collate 0.27.

p4raw-id: //depot/perl@20990

20 years agomore options for valgrindpp.pl
Marcus Holland-Moritz [Mon, 1 Sep 2003 22:28:58 +0000]
more options for valgrindpp.pl
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>

p4raw-id: //depot/perl@20989

20 years agoFrom Craig Berry, following the example of the other podxxx.PL
Jarkko Hietaniemi [Mon, 1 Sep 2003 14:14:49 +0000]
From Craig Berry, following the example of the other podxxx.PL
in relying on basename($0, '.PL') to Do The Right Thing with
regard to the case of the extension, which could be either
.pl or .PL on VMS depending on version-specific features.

p4raw-id: //depot/perl@20983

20 years agoConfigure -r in AIX bad.
Jarkko Hietaniemi [Mon, 1 Sep 2003 13:01:49 +0000]
Configure -r in AIX bad.

p4raw-id: //depot/perl@20982

20 years ago[DOC PATCH] perlfaq4.pod
Elizabeth Mattijsen [Mon, 1 Sep 2003 12:38:50 +0000]
[DOC PATCH] perlfaq4.pod
Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>

p4raw-id: //depot/perl@20981