20 years agoRe: [PATCH] Re: Oops - Can't calculate our powers
Andreas König [Fri, 18 Jul 2003 09:36:47 +0000]
Re: [PATCH] Re: Oops - Can't calculate our powers
Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>

p4raw-id: //depot/perl@20169

20 years ago[ PATCH] Re: isa(UNIVERSAL)?
Dave Mitchell [Thu, 17 Jul 2003 21:51:12 +0000]
[ PATCH] Re: isa(UNIVERSAL)?
Message-ID: <20030717205112.GA2994@fdgroup.com>

p4raw-id: //depot/perl@20168

20 years agoRe: Oops - Can't calculate our powers
Stephen McCamant [Fri, 18 Jul 2003 02:26:14 +0000]
Re: Oops - Can't calculate our powers
Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>

p4raw-id: //depot/perl@20167

20 years ago[PATCH] Increment cop_seqmax in utilize()
Stephen McCamant [Tue, 15 Jul 2003 09:57:26 +0000]
[PATCH] Increment cop_seqmax in utilize()
Date: Tue, 15 Jul 2003 09:57:26 -0400
Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>

Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
From: Stephen McCamant <smcc@mit.edu>
Date: Tue, 15 Jul 2003 09:57:31 -0400
Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>

p4raw-id: //depot/perl@20166

20 years agoRe: POSIX::div
Michael G. Schwern [Mon, 14 Jul 2003 14:00:58 +0000]
Re: POSIX::div
Message-ID: <20030714210057.GK18517@windhund.schwern.org>

p4raw-id: //depot/perl@20165

20 years ago[perl #22944] PERL5LIB is not colon-separated everywhere
Rafael Garcia-Suarez [Thu, 17 Jul 2003 21:15:51 +0000]
[perl #22944] PERL5LIB is not colon-separated everywhere

p4raw-id: //depot/perl@20164

20 years agofix $^N-related coredump
Anton Berezin [Mon, 14 Jul 2003 13:50:35 +0000]
fix $^N-related coredump
Message-ID: <20030714115035.GA10971@heechee.tobez.org>

p4raw-id: //depot/perl@20163

20 years agoPATCH: tweak 'split' docs for case of explicit 0 LIMIT
Tony Bowden [Thu, 17 Jul 2003 16:49:35 +0000]
PATCH: tweak 'split' docs for case of explicit 0 LIMIT
Message-ID: <20030717154935.GA20302@soto.kasei.com>

p4raw-id: //depot/perl@20162

20 years agoMinor nits in perlsyn.pod
Rafael Garcia-Suarez [Thu, 17 Jul 2003 20:25:52 +0000]
Minor nits in perlsyn.pod

p4raw-id: //depot/perl@20161

20 years agoincorrect error message from Attribute::Handlers
Claes Jacobsson [Sat, 12 Jul 2003 16:30:42 +0000]
incorrect error message from Attribute::Handlers
Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>

p4raw-id: //depot/perl@20159

20 years agoAdd a TODO test for perlbug #19049
Alexander Gough [Fri, 11 Jul 2003 01:12:42 +0000]
Add a TODO test for perlbug #19049
Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
Message-ID: <20030711001242.GD2484@the.earth.li>

p4raw-id: //depot/perl@20158

20 years agoMinor updates of the charnames documentation.
Rafael Garcia-Suarez [Sun, 13 Jul 2003 19:43:29 +0000]
Minor updates of the charnames documentation.

p4raw-id: //depot/perl@20157

20 years agoRe: Sort sub and NaNs
John P. Linderman [Thu, 10 Jul 2003 10:45:06 +0000]
Re: Sort sub and NaNs
From: "John P. Linderman" <jpl@research.att.com>
Message-Id: <200307101445.KAA79110@raptor.research.att.com>

Warn against a potential edge case with sort, <=> and NaNs.

p4raw-id: //depot/perl@20156

20 years ago[DOCPATCH] perlfunc/read
Steve Grazzini [Tue, 8 Jul 2003 10:23:03 +0000]
[DOCPATCH] perlfunc/read
Message-ID: <20030708142303.GB23698@grazzini.net>

Clarify the OFFSET parameter to read().

p4raw-id: //depot/perl@20155

20 years agoNew introduction
Michael G. Schwern [Tue, 13 May 2003 18:33:05 +0000]
New introduction
Message-ID: <20030514013305.GB22001@windhund.schwern.org>

p4raw-id: //depot/perl@20154

20 years agoI think the API for mod_perl v2 should be simply that
Jarkko Hietaniemi [Fri, 11 Jul 2003 05:07:09 +0000]
I think the API for mod_perl v2 should be simply that
PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
itself, hopefully from a good source of random bits.

p4raw-id: //depot/perl@20145

20 years agopTHX.
Jarkko Hietaniemi [Fri, 11 Jul 2003 00:35:07 +0000]
pTHX.

p4raw-id: //depot/perl@20143

20 years agoNew order of seed.
Jarkko Hietaniemi [Fri, 11 Jul 2003 00:21:43 +0000]
New order of seed.

p4raw-id: //depot/perl@20139

20 years agoMore retraction.
Jarkko Hietaniemi [Fri, 11 Jul 2003 00:13:11 +0000]
More retraction.

p4raw-id: //depot/perl@20138

20 years agoRetract the statements.
Jarkko Hietaniemi [Fri, 11 Jul 2003 00:10:14 +0000]
Retract the statements.

p4raw-id: //depot/perl@20137

20 years agoChicken out: the hash randomisation is not on by default.
Jarkko Hietaniemi [Fri, 11 Jul 2003 00:03:33 +0000]
Chicken out: the hash randomisation is not on by default.
We switch over to the explicit mode: in other words, if
the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
randomise only if PL_hash_seed_set is FALSE (this means
one can use PERL_HASH() before perl_run.)  Also, since
now PERL_HASH_SEED is okay even under -T, all should be fine.
(Ha!)

p4raw-id: //depot/perl@20135

20 years agoCheck PERL_HASH_SEED even when tainted.
Jarkko Hietaniemi [Thu, 10 Jul 2003 23:23:38 +0000]
Check PERL_HASH_SEED even when tainted.

p4raw-id: //depot/perl@20134

20 years ago&Time::HiRes::d_nanosleep was broken.
Jarkko Hietaniemi [Thu, 10 Jul 2003 22:42:29 +0000]
&Time::HiRes::d_nanosleep was broken.

p4raw-id: //depot/perl@20131

20 years ago[PATCH} db-recno.t on Mac OS X
Slaven Rezic [Thu, 10 Jul 2003 12:41:05 +0000]
[PATCH} db-recno.t on Mac OS X
Message-Id: <1057840865.9622@devpc01.iconmobile.de>

p4raw-id: //depot/perl@20130

20 years ago[comment patch]
Stas Bekman [Thu, 10 Jul 2003 14:19:22 +0000]
[comment patch]
Message-ID: <3F0DD85A.1070902@stason.org>

p4raw-id: //depot/perl@20129

20 years agoBe vague enough.
Jarkko Hietaniemi [Thu, 10 Jul 2003 22:21:04 +0000]
Be vague enough.

p4raw-id: //depot/perl@20127

20 years agoregen embed.pl for the bleadperl branch as well.
Rafael Garcia-Suarez [Thu, 10 Jul 2003 19:28:48 +0000]
regen embed.pl for the bleadperl branch as well.

p4raw-id: //depot/perl@20125

20 years agoTime travel noticed by Enache.
Jarkko Hietaniemi [Thu, 10 Jul 2003 18:33:56 +0000]
Time travel noticed by Enache.

p4raw-id: //depot/perl@20124

20 years agoI can see the future. It is cloudy.
Jarkko Hietaniemi [Thu, 10 Jul 2003 17:38:28 +0000]
I can see the future.  It is cloudy.

p4raw-id: //depot/perl@20120

20 years agoconfigure.gnu --prefix
Slaven Rezic [Thu, 10 Jul 2003 09:33:27 +0000]
configure.gnu --prefix
Message-Id: <1057829607.9622@devpc01.iconmobile.de>

p4raw-id: //depot/perl@20119

20 years agomalloc alignment patch from Spider, needed for Tru64 + longdouble.
Jarkko Hietaniemi [Thu, 10 Jul 2003 17:35:32 +0000]
malloc alignment patch from Spider, needed for Tru64 + longdouble.

p4raw-id: //depot/perl@20118

20 years agoRestore SIGFPE on exec()
Chip Salzenberg [Thu, 10 Jul 2003 13:13:20 +0000]
Restore SIGFPE on exec()
Message-ID: <20030710171319.GA21588@perlsupport.com>

p4raw-id: //depot/perl@20117

20 years agoThe *right* way to make the csighandler visible.
Jarkko Hietaniemi [Thu, 10 Jul 2003 17:28:00 +0000]
The *right* way to make the csighandler visible.

p4raw-id: //depot/perl@20116

20 years agoRetract #20112.
Jarkko Hietaniemi [Thu, 10 Jul 2003 15:06:41 +0000]
Retract #20112.

p4raw-id: //depot/perl@20114

20 years agoArgh. At least AIX builds choke because of this.
Jarkko Hietaniemi [Thu, 10 Jul 2003 14:17:59 +0000]
Argh.  At least AIX builds choke because of this.

p4raw-id: //depot/perl@20112

20 years agoUpgrade to podlators 1.27.
Jarkko Hietaniemi [Thu, 10 Jul 2003 04:50:05 +0000]
Upgrade to podlators 1.27.

p4raw-id: //depot/perl@20106

20 years agoDeprecate v-strings.
Jarkko Hietaniemi [Thu, 10 Jul 2003 04:40:02 +0000]
Deprecate v-strings.

p4raw-id: //depot/perl@20104

20 years agoperlfaq sync.
Jarkko Hietaniemi [Thu, 10 Jul 2003 04:28:40 +0000]
perlfaq sync.

p4raw-id: //depot/perl@20103

20 years agoDetypo.
Jarkko Hietaniemi [Wed, 9 Jul 2003 17:40:41 +0000]
Detypo.

p4raw-id: //depot/perl@20100

20 years agoFixes from Ron Kimball.
Jarkko Hietaniemi [Wed, 9 Jul 2003 17:29:53 +0000]
Fixes from Ron Kimball.

p4raw-id: //depot/perl@20098

20 years agoFix for the 'print v65' plus safety tweaks from Rafael.
Jarkko Hietaniemi [Wed, 9 Jul 2003 17:27:35 +0000]
Fix for the 'print v65' plus safety tweaks from Rafael.

p4raw-id: //depot/perl@20097

20 years agoMore Darwin/MacOSX paths twiddling.
Jarkko Hietaniemi [Wed, 9 Jul 2003 17:06:29 +0000]
More Darwin/MacOSX paths twiddling.

p4raw-id: //depot/perl@20096

20 years agoPlay safe and use the system malloc in FreeBSD.
Jarkko Hietaniemi [Wed, 9 Jul 2003 11:43:09 +0000]
Play safe and use the system malloc in FreeBSD.
Yes, performance suffers.  But that is better than
random core dumps.

p4raw-id: //depot/perl@20093

20 years agoUpgrade to Encode 1.97.
Jarkko Hietaniemi [Wed, 9 Jul 2003 08:12:32 +0000]
Upgrade to Encode 1.97.

p4raw-id: //depot/perl@20090

20 years agoRework the perldata vXX => ... entry a bit.
Jarkko Hietaniemi [Wed, 9 Jul 2003 08:08:30 +0000]
Rework the perldata vXX => ... entry a bit.

p4raw-id: //depot/perl@20089

20 years agoDocument the vXX => change in perldata, too.
Jarkko Hietaniemi [Wed, 9 Jul 2003 08:04:04 +0000]
Document the vXX => change in perldata, too.

p4raw-id: //depot/perl@20088

20 years agoTest the vX => ... fix.
Jarkko Hietaniemi [Wed, 9 Jul 2003 07:49:46 +0000]
Test the vX => ... fix.

p4raw-id: //depot/perl@20085

20 years agoRe: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
John Peacock [Wed, 9 Jul 2003 01:05:38 +0000]
Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
Message-ID: <3F0BCCD2.1020009@rowman.com>

p4raw-id: //depot/perl@20084

20 years agoDarwin/Mac OS X: if -Dprefix=/foo, do nothing special
Jarkko Hietaniemi [Wed, 9 Jul 2003 06:27:15 +0000]
Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
for the install dirs.

p4raw-id: //depot/perl@20083

20 years agoEnable avoiding /System/Library in Mac OS X by
Jarkko Hietaniemi [Wed, 9 Jul 2003 05:57:16 +0000]
Enable avoiding /System/Library in Mac OS X by
doing Configure -Dprefix=/some/where -Uvendorlib.

p4raw-id: //depot/perl@20082

20 years agoSafe signals via POSIX::sigaction
Chip Salzenberg [Wed, 9 Jul 2003 01:49:10 +0000]
Safe signals via POSIX::sigaction
Message-ID: <20030709054910.GH2021@perlsupport.com>

p4raw-id: //depot/perl@20081

20 years agoThe CHECKOP macro was not invoked on some newly created ops
Rafael Garcia-Suarez [Tue, 8 Jul 2003 20:26:20 +0000]
The CHECKOP macro was not invoked on some newly created ops
(to match them against the current opmask.) As a consequence,
Safe compartments were unable to trap some ops (pattern
match, slices, conditionals.) This fixes the holes.

p4raw-id: //depot/perl@20079

20 years agoRevert #20077.
Jarkko Hietaniemi [Tue, 8 Jul 2003 19:30:13 +0000]
Revert #20077.

p4raw-id: //depot/perl@20078

20 years agoDon't recommend to upgrade the base.pm in the core with
Jarkko Hietaniemi [Tue, 8 Jul 2003 18:40:51 +0000]
Don't recommend to upgrade the base.pm in the core with
the base.pm from Class::Fields.  They are not the same.

p4raw-id: //depot/perl@20077

20 years agoRe: [PATCH] $^VARIABLES in 'perl -Dt' output
Adrian M. Enache [Tue, 8 Jul 2003 20:47:58 +0000]
Re: [PATCH] $^VARIABLES in 'perl -Dt' output
Message-ID: <20030708174758.GA1177@ratsnest.hole>

(ByteLoader tweak avoiding a leaked scalar)

p4raw-id: //depot/perl@20076

21 years agoIn 5.8.x, fast stdio places still do use stdio.
Jarkko Hietaniemi [Tue, 8 Jul 2003 09:18:19 +0000]
In 5.8.x, fast stdio places still do use stdio.

p4raw-id: //depot/perl@20071

21 years agoformat 'botched' in malloc.c
Adrian M. Enache [Mon, 7 Jul 2003 21:57:06 +0000]
format 'botched' in malloc.c
Message-ID: <20030707185706.GB7017@ratsnest.hole>

p4raw-id: //depot/perl@20069

21 years agowarnings, line numbers & windows
Marcus Holland-Moritz [Tue, 8 Jul 2003 11:14:05 +0000]
warnings, line numbers & windows
Message-ID: <12022.1057655645@www59.gmx.net>

p4raw-id: //depot/perl@20068

21 years agoRetract #20065: I don't think this is the right way
Jarkko Hietaniemi [Tue, 8 Jul 2003 05:24:58 +0000]
Retract #20065: I don't think this is the right way
to patch this issue.

p4raw-id: //depot/perl@20066

21 years agoConfigure tweak from Johnny Lam so that the
Jarkko Hietaniemi [Tue, 8 Jul 2003 05:14:31 +0000]
Configure tweak from Johnny Lam so that the
INSTALLSITEMAN[13]DIR get correctly set.

p4raw-id: //depot/perl@20065

21 years agoRegexp bug in the docs, spotted by Enache's eagle eyes.
Rafael Garcia-Suarez [Mon, 7 Jul 2003 18:58:47 +0000]
Regexp bug in the docs, spotted by Enache's eagle eyes.

p4raw-id: //depot/perl@20063

21 years agoMark Bixby ++.
Jarkko Hietaniemi [Mon, 7 Jul 2003 18:27:02 +0000]
Mark Bixby ++.

p4raw-id: //depot/perl@20062

21 years agoThe nanosleep() probe was kaputt, fixed by Mark Bixby.
Jarkko Hietaniemi [Mon, 7 Jul 2003 18:26:35 +0000]
The nanosleep() probe was kaputt, fixed by Mark Bixby.

p4raw-id: //depot/perl@20061

21 years agoGood catch from Gisle.
Jarkko Hietaniemi [Mon, 7 Jul 2003 15:06:35 +0000]
Good catch from Gisle.

p4raw-id: //depot/perl@20059

21 years agoRefashioned #20055: we cannot trust stdio to fail here.
Jarkko Hietaniemi [Mon, 7 Jul 2003 14:12:27 +0000]
Refashioned #20055: we cannot trust stdio to fail here.

p4raw-id: //depot/perl@20058

21 years agoRetract #20056, #20055, #20052, #20050, #20048: the changes
Jarkko Hietaniemi [Mon, 7 Jul 2003 14:08:16 +0000]
Retract #20056, #20055, #20052, #20050, #20048: the changes
are just breaking more than they are fixing.

p4raw-id: //depot/perl@20057

21 years agoReturning zero from PerlIO_read() is okay;
Jarkko Hietaniemi [Mon, 7 Jul 2003 13:31:14 +0000]
Returning zero from PerlIO_read() is okay;
update MD5 sums.

p4raw-id: //depot/perl@20056

21 years agoIf perlio is completely out of the picture, we can
Jarkko Hietaniemi [Mon, 7 Jul 2003 13:23:58 +0000]
If perlio is completely out of the picture, we can
get tripped by different stdio implementations.

p4raw-id: //depot/perl@20055

21 years agoAUTHORS tweak.
Jarkko Hietaniemi [Mon, 7 Jul 2003 12:58:06 +0000]
AUTHORS tweak.

p4raw-id: //depot/perl@20054

21 years agoPatch to README.solaris
Alan Burlison [Mon, 7 Jul 2003 14:15:57 +0000]
Patch to README.solaris
Message-ID: <3F09728D.1070408@sun.com>

p4raw-id: //depot/perl@20053

21 years agoUpdate MD5 checksums.
Jarkko Hietaniemi [Mon, 7 Jul 2003 10:28:35 +0000]
Update MD5 checksums.

p4raw-id: //depot/perl@20052

21 years agoBe more explicit than just 'characters'.
Jarkko Hietaniemi [Mon, 7 Jul 2003 09:56:48 +0000]
Be more explicit than just 'characters'.

p4raw-id: //depot/perl@20051

21 years agoTry making PerlIO errors more consistent.
Jarkko Hietaniemi [Mon, 7 Jul 2003 09:38:28 +0000]
Try making PerlIO errors more consistent.
(1) Check early whether the filehandle is capable of
    the requested action.
(2) PerlIO_read() really can return -1, and so can
    PerlIOUnix_read().
(3) Some stdio implementations are more forgiving
    than others, so check also for errors recorded
    by PerlIO in PerlStdio_errno().

p4raw-id: //depot/perl@20050

21 years agoLinewrapping.
Jarkko Hietaniemi [Mon, 7 Jul 2003 09:08:19 +0000]
Linewrapping.

p4raw-id: //depot/perl@20049

21 years agoPerlIO_read() can return negative.
Jarkko Hietaniemi [Mon, 7 Jul 2003 09:06:58 +0000]
PerlIO_read() can return negative.

p4raw-id: //depot/perl@20048

21 years agoUse the existence, instead of the truth, to decide
Jarkko Hietaniemi [Mon, 7 Jul 2003 04:36:22 +0000]
Use the existence, instead of the truth, to decide
whether to scan for a symbol.
(Also remove trailing spaces.)

p4raw-id: //depot/perl@20043

21 years agoMPE/iX tweak from Mark Bixby.
Jarkko Hietaniemi [Mon, 7 Jul 2003 04:29:35 +0000]
MPE/iX tweak from Mark Bixby.

p4raw-id: //depot/perl@20042

21 years agoUpgrade BigInt and BigRat
Tels [Sun, 6 Jul 2003 15:41:36 +0000]
Upgrade BigInt and BigRat
Subject: BigInt v1.65, Bigrat v0.10 - reloaded
Message-Id: <200307061158.23576@bloodgate.com>

p4raw-id: //depot/perl@20041

21 years agoRe: [perl #5025] #line directive explination wrong
Casey West [Sun, 6 Jul 2003 18:24:46 +0000]
Re: [perl #5025] #line directive explination wrong
Message-ID: <20030706222446.GL7506@geeknest.com>

p4raw-id: //depot/perl@20040

21 years agoUpdate the CPAN mirrors list.
Jarkko Hietaniemi [Sun, 6 Jul 2003 20:19:31 +0000]
Update the CPAN mirrors list.

p4raw-id: //depot/perl@20039

21 years agoyet another symbol missing in change#20018
Gurusamy Sarathy [Sun, 6 Jul 2003 17:11:59 +0000]
yet another symbol missing in change#20018
p4raw-link: @20018 on //depot/perl: db76e01e0478bf57f584c7a46fe5499fb12f1b27

p4raw-id: //depot/perl@20036

21 years agoPerlIOBase_pushed seems to have gone missing in change#20018
Gurusamy Sarathy [Sun, 6 Jul 2003 17:02:21 +0000]
PerlIOBase_pushed seems to have gone missing in change#20018
p4raw-link: @20018 on //depot/perl: db76e01e0478bf57f584c7a46fe5499fb12f1b27

p4raw-id: //depot/perl@20035

21 years agoDProf fixes
Radu Greab [Sun, 6 Jul 2003 20:09:12 +0000]
DProf fixes
Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>

p4raw-id: //depot/perl@20034

21 years agoForgotten from change #20031.
Jarkko Hietaniemi [Sun, 6 Jul 2003 16:21:33 +0000]
Forgotten from change #20031.
p4raw-link: @20031 on //depot/perl: 216db7eec92546173ac6bab178225bf585542186

p4raw-id: //depot/perl@20032

21 years ago[PATCH] improve WinCE port
Vadim Konovalov [Sun, 6 Jul 2003 18:46:09 +0000]
[PATCH] improve WinCE port
Date: Sun, 6 Jul 2003 18:46:09 +0400
Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>

       Subject: [PATCH] improve WinCE port -- addition
       From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
       Date: Sun, 6 Jul 2003 19:50:47 +0400
       Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>

p4raw-id: //depot/perl@20031

21 years agofor pod/perlfaq2.pod against latest snapshot for Alpaca
Randal L. Schwartz [Sat, 5 Jul 2003 16:29:14 +0000]
for pod/perlfaq2.pod against latest snapshot for Alpaca
Message-ID: <867k6weenp.fsf@blue.stonehenge.com>

p4raw-id: //depot/perl@20030

21 years agoFreeBSD: if someone *really* wants to use the system malloc.
Jarkko Hietaniemi [Sun, 6 Jul 2003 08:14:48 +0000]
FreeBSD: if someone *really* wants to use the system malloc.

p4raw-id: //depot/perl@20026

21 years agoMake the 'slow ok' feature optional.
Jarkko Hietaniemi [Sun, 6 Jul 2003 07:48:01 +0000]
Make the 'slow ok' feature optional.

p4raw-id: //depot/perl@20025

21 years agoThe change #20022 didn't work for Command.t.
Jarkko Hietaniemi [Sun, 6 Jul 2003 07:44:57 +0000]
The change #20022 didn't work for Command.t.
p4raw-link: @20022 on //depot/perl: e3aa3ecb42b463895ffaa6cde935424bd94bff85

p4raw-id: //depot/perl@20024

21 years agoRe: maint @ 19975 [PATCH lib/Test/Harness.pm]
Michael G. Schwern [Sat, 5 Jul 2003 13:34:37 +0000]
Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
Message-ID: <20030705203437.GB2598@windhund.schwern.org>

Print out the "ok" messages only once every second,
this should make output much less and therefore testing
much faster, especially on slower connections.

p4raw-id: //depot/perl@20023

21 years agoExtUtils::MakeMaker 6.10_07
Michael G. Schwern [Sat, 5 Jul 2003 16:59:49 +0000]
ExtUtils::MakeMaker 6.10_07
Message-ID: <20030705235949.GB3485@windhund.schwern.org>

p4raw-id: //depot/perl@20022

21 years agoReintroduce changes #19723 and #19723 that were not
Jarkko Hietaniemi [Sun, 6 Jul 2003 07:19:17 +0000]
Reintroduce changes #19723 and #19723 that were not
in Net::Ping 2.31; needed for Windows.
p4raw-link: @19723 on //depot/perl: 8eff326bc4ec5cde990026aa3a8ca58f85cb4bbc

p4raw-id: //depot/perl@20021

21 years agoUpgrade to Digest::MD5 2.25.
Jarkko Hietaniemi [Sat, 5 Jul 2003 19:12:21 +0000]
Upgrade to Digest::MD5 2.25.

p4raw-id: //depot/perl@20020

21 years agoMake a read from a write-only fh to set errno
Jarkko Hietaniemi [Sat, 5 Jul 2003 18:40:51 +0000]
Make a read from a write-only fh to set errno
(found by Gisle)

p4raw-id: //depot/perl@20019

21 years agoAdd PerlIOBuf_close to makedef.pl as pointed out by
Jarkko Hietaniemi [Sat, 5 Jul 2003 18:05:19 +0000]
Add PerlIOBuf_close to makedef.pl as pointed out by
Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
duplicates.

p4raw-id: //depot/perl@20018

21 years agofix for ext/threads/t/problems.t failures
Dave Mitchell [Sat, 5 Jul 2003 19:12:51 +0000]
fix for ext/threads/t/problems.t failures
Message-ID: <20030705181251.GA14502@fdgroup.com>

p4raw-id: //depot/perl@20017

21 years agoOpenBSD sometimes gets -0, probably due to fp fuzziness..
Jarkko Hietaniemi [Sat, 5 Jul 2003 17:36:34 +0000]
OpenBSD sometimes gets -0, probably due to fp fuzziness..

p4raw-id: //depot/perl@20016

21 years agoBe explicit about the $0 pain in Linux 2.2.
Jarkko Hietaniemi [Sat, 5 Jul 2003 13:46:05 +0000]
Be explicit about the $0 pain in Linux 2.2.

p4raw-id: //depot/perl@20012

21 years agoComment out some debugging output in Math::BigInt, that
Rafael Garcia-Suarez [Sat, 5 Jul 2003 12:06:41 +0000]
Comment out some debugging output in Math::BigInt, that
causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.

p4raw-id: //depot/perl@20010

21 years agoThe logic for additional randomisation for 64-bit UV
Jarkko Hietaniemi [Sat, 5 Jul 2003 10:56:55 +0000]
The logic for additional randomisation for 64-bit UV
cases was wrong.

p4raw-id: //depot/perl@20009