21 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

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

p4raw-id: //depot/perl@20078

21 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

21 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

21 years agoIIRC gcc would complain about if (s = ...).
Jarkko Hietaniemi [Sat, 5 Jul 2003 09:10:46 +0000]
IIRC gcc would complain about if (s = ...).

p4raw-id: //depot/perl@20008

21 years agoAllow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
Jarkko Hietaniemi [Sat, 5 Jul 2003 09:09:44 +0000]
Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
since CGI scripts are (should be) run under -T, being able
to show the HASH_SEED in case of problems is good.
The $ENV{PERL_HASH_SEED} is still ignored under taint.

p4raw-id: //depot/perl@20007

21 years agoMM_VMS.pm -- fix xs installation
Craig A. Berry [Sat, 5 Jul 2003 00:38:28 +0000]
MM_VMS.pm -- fix xs installation
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3F066454.90003@mac.com>

p4raw-id: //depot/perl@20006

21 years agodump.c -Wformat; Re: maint @ 19975, maint @ 19997
Robin Barker [Fri, 4 Jul 2003 19:15:01 +0000]
dump.c -Wformat; Re: maint @ 19975, maint @ 19997
Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>

p4raw-id: //depot/perl@20004

21 years agoAllow to create more than one Shell object :
Stéphane Payrard [Sat, 5 Jul 2003 01:16:50 +0000]
Allow to create more than one Shell object :
Subject: [patch] Shell.pm fix
Message-ID: <20030704231650.GA19701@stefp.dyndns.org>

p4raw-id: //depot/perl@20003

21 years agoAuthor list update (to be continued...)
Rafael Garcia-Suarez [Fri, 4 Jul 2003 21:49:05 +0000]
Author list update (to be continued...)

p4raw-id: //depot/perl@20002

21 years agoAdd a new test target in the makefile, test_harness_notty.
Rafael Garcia-Suarez [Fri, 4 Jul 2003 21:42:12 +0000]
Add a new test target in the makefile, test_harness_notty.
It's like test_harness, but sets HARNESS_NOTTY=1 to make
Test::Harness' output less blinking.

p4raw-id: //depot/perl@20001

21 years agoUpgrade to Math::BigInt v1.65, Math::BigRat v0.10,
Rafael Garcia-Suarez [Fri, 4 Jul 2003 20:58:05 +0000]
Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
and bignum v0.14.

p4raw-id: //depot/perl@20000

21 years agoMacro reorganization in the Makefile, so that $(LDLIBPTH) always
Alexey Tourbin [Fri, 4 Jul 2003 17:25:34 +0000]
Macro reorganization in the Makefile, so that $(LDLIBPTH) always
appears just before the name of the command to be run. See

Subject: Re: PERL_SKIP_TTY_TEST fix
Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>

p4raw-id: //depot/perl@19999

21 years agoFix non-numeric $VERSION.
Rafael Garcia-Suarez [Fri, 4 Jul 2003 19:31:33 +0000]
Fix non-numeric $VERSION.

p4raw-id: //depot/perl@19998

21 years agoAccording to Tels our M::BI is _better_ than the 1.64 in CPAN.
Jarkko Hietaniemi [Fri, 4 Jul 2003 14:36:56 +0000]
According to Tels our M::BI is _better_ than the 1.64 in CPAN.

p4raw-id: //depot/perl@19995

21 years agoMore $0 sad tales.
Jarkko Hietaniemi [Fri, 4 Jul 2003 14:36:17 +0000]
More $0 sad tales.

p4raw-id: //depot/perl@19994

21 years agoOops.
Jarkko Hietaniemi [Fri, 4 Jul 2003 14:34:40 +0000]
Oops.

p4raw-id: //depot/perl@19993

21 years agoUpgrade to PodParser 1.23; but do not update
Jarkko Hietaniemi [Fri, 4 Jul 2003 13:50:29 +0000]
Upgrade to PodParser 1.23; but do not update
t/pod/find.t or t/pod/testp2pt.pl since the
first one does not work at all under core,
and the second change would drop MacOS Classic
portability tweaks introduced by change #18669.
p4raw-link: @18669 on //depot/perl: 53ecdda105bb4103d210aff4a70dce9565ed670e

p4raw-id: //depot/perl@19990

21 years agoUpgrade to Text::Balanced 1.94.
Jarkko Hietaniemi [Fri, 4 Jul 2003 13:20:51 +0000]
Upgrade to Text::Balanced 1.94.

p4raw-id: //depot/perl@19989

21 years agoUpgrade to Net::Ping 2.31.
Jarkko Hietaniemi [Fri, 4 Jul 2003 13:17:22 +0000]
Upgrade to Net::Ping 2.31.

p4raw-id: //depot/perl@19988

21 years agoUpgrade to Locale::Maketext 1.06.
Jarkko Hietaniemi [Fri, 4 Jul 2003 13:09:04 +0000]
Upgrade to Locale::Maketext 1.06.

p4raw-id: //depot/perl@19987

21 years agoUpgrade to Digest::MD5 2.24, with few extra tweaks:
Jarkko Hietaniemi [Fri, 4 Jul 2003 12:59:45 +0000]
Upgrade to Digest::MD5 2.24, with few extra tweaks:
(1) make the PATCHLEVEL logic as it is with List::Util
    (more portable to older Perls)
(2) regen the MD5 checksums with ...
(3) ... the Mac OS Classic checksums generated via MacRoman
    (just a guess)
(4) Keep the core Makefile.PL.

p4raw-id: //depot/perl@19986

21 years agoUpgrade to CPAN 1.71.
Jarkko Hietaniemi [Fri, 4 Jul 2003 12:43:10 +0000]
Upgrade to CPAN 1.71.

p4raw-id: //depot/perl@19985

21 years agoUpgrade to CGI.pm 2.97.
Jarkko Hietaniemi [Fri, 4 Jul 2003 12:39:20 +0000]
Upgrade to CGI.pm 2.97.

p4raw-id: //depot/perl@19984

21 years agoNo energy now to figure out what is wrong with $0
Jarkko Hietaniemi [Fri, 4 Jul 2003 10:45:05 +0000]
No energy now to figure out what is wrong with $0
(or ps) in Tru64.  The test works fine when run from
command line.

p4raw-id: //depot/perl@19982

21 years agoAUTHORS updates.
Jarkko Hietaniemi [Fri, 4 Jul 2003 10:34:42 +0000]
AUTHORS updates.

p4raw-id: //depot/perl@19981

21 years agoline_t is U32, not I32.
Jarkko Hietaniemi [Fri, 4 Jul 2003 08:40:51 +0000]
line_t is U32, not I32.

p4raw-id: //depot/perl@19980

21 years agoRemove PL_earlytaint since the hash seed code
Jarkko Hietaniemi [Fri, 4 Jul 2003 08:33:32 +0000]
Remove PL_earlytaint since the hash seed code
can be delayed until perl_parse().

p4raw-id: //depot/perl@19979

21 years ago$0 is pain.
Jarkko Hietaniemi [Fri, 4 Jul 2003 04:56:41 +0000]
$0 is pain.

p4raw-id: //depot/perl@19977

21 years agoswitch vmspipe.com over to using local symbols instead of global
Peter Prymmer [Thu, 3 Jul 2003 23:59:51 +0000]
switch vmspipe.com over to using local symbols instead of global
Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>

p4raw-id: //depot/perl@19976

21 years agoBump Time::HiRes version to 1.50.
Jarkko Hietaniemi [Thu, 3 Jul 2003 21:34:03 +0000]
Bump Time::HiRes version to 1.50.

p4raw-id: //depot/perl@19973

21 years agoinstallperl -n
Slaven Rezic [Fri, 4 Jul 2003 00:41:36 +0000]
installperl -n
Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>

p4raw-id: //depot/perl@19972

21 years agot/op/magic.t on FreeBSD
Slaven Rezic [Fri, 4 Jul 2003 00:35:51 +0000]
t/op/magic.t on FreeBSD
Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>

p4raw-id: //depot/perl@19971

21 years agoAsk Schwern.
Jarkko Hietaniemi [Thu, 3 Jul 2003 21:27:11 +0000]
Ask Schwern.

p4raw-id: //depot/perl@19969

21 years agoAdd autarch and Time::Local to Modules.
Jarkko Hietaniemi [Thu, 3 Jul 2003 19:02:40 +0000]
Add autarch and Time::Local to Modules.

p4raw-id: //depot/perl@19967

21 years agoRe: [PATCH] Bring Time::Local to 1.07
Dave Rolsky [Thu, 3 Jul 2003 14:35:56 +0000]
Re: [PATCH] Bring Time::Local to 1.07
Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>

p4raw-id: //depot/perl@19966

21 years agoWin32: fix WM_TIMER handling
Mattia Barbon [Thu, 3 Jul 2003 16:05:23 +0000]
Win32: fix WM_TIMER handling
Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>

p4raw-id: //depot/perl@19965

21 years agoRe: randomly untainting?
Rafael Garcia-Suarez [Thu, 3 Jul 2003 17:35:09 +0000]
Re: randomly untainting?
Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>

p4raw-id: //depot/perl@19964

21 years agoRevert #19957 as requested by Rafael.
Jarkko Hietaniemi [Thu, 3 Jul 2003 18:55:37 +0000]
Revert #19957 as requested by Rafael.

p4raw-id: //depot/perl@19963

21 years agoAdd at least meager beginnings of assertion checks for
Jarkko Hietaniemi [Thu, 3 Jul 2003 18:54:09 +0000]
Add at least meager beginnings of assertion checks for
the UTF-8 length/pos cache.  It's not as full as I would
like since the exact behaviour of the second half of the
cache, used in substr(), eludes me right now.

p4raw-id: //depot/perl@19962

21 years agoExtra light testing for the UTF-8 cache
Jarkko Hietaniemi [Thu, 3 Jul 2003 13:57:47 +0000]
Extra light testing for the UTF-8 cache
(that it isn't broken, not that it helps).

p4raw-id: //depot/perl@19961

21 years agoRe: randomly untainting?
Rafael Garcia-Suarez [Thu, 3 Jul 2003 14:58:18 +0000]
Re: randomly untainting?
Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
(plus extra debug printing)

p4raw-id: //depot/perl@19957

21 years agoRe: maint @ 19923
Vadim Konovalov [Thu, 3 Jul 2003 15:57:55 +0000]
Re: maint @ 19923
Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>

p4raw-id: //depot/perl@19954

21 years agoTiny tweak to perlartistic from Robin Barker.
Jarkko Hietaniemi [Thu, 3 Jul 2003 10:56:45 +0000]
Tiny tweak to perlartistic from Robin Barker.

p4raw-id: //depot/perl@19952

21 years agoMention Modules in AUTHORS.
Jarkko Hietaniemi [Thu, 3 Jul 2003 07:46:45 +0000]
Mention Modules in AUTHORS.

p4raw-id: //depot/perl@19950

21 years agoNo fancy binmode() if no perlio.
Jarkko Hietaniemi [Thu, 3 Jul 2003 06:58:01 +0000]
No fancy binmode() if no perlio.

p4raw-id: //depot/perl@19949

21 years agoUnderline the fact that XSLoader is not DynaLoader
Jarkko Hietaniemi [Thu, 3 Jul 2003 06:55:12 +0000]
Underline the fact that XSLoader is not DynaLoader
([perl #21974] dl_load_flags not honored by XSLoader)

p4raw-id: //depot/perl@19948

21 years agoApply Schwern's suggested warning code from
Jarkko Hietaniemi [Thu, 3 Jul 2003 06:35:29 +0000]
Apply Schwern's suggested warning code from
[perl #22209] Test::Harness::Straps vs. $Config{path_sep}

p4raw-id: //depot/perl@19947

21 years ago"without parens" vs "without parentheses"
Iain Truskett [Thu, 3 Jul 2003 12:40:42 +0000]
"without parens" vs "without parentheses"
Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>

p4raw-id: //depot/perl@19944

21 years agoRe: ext/List/Util/t/weak.t panic
Dave Mitchell [Thu, 3 Jul 2003 01:32:11 +0000]
Re: ext/List/Util/t/weak.t panic
Message-ID: <20030703003211.GB3747@fdgroup.com>

p4raw-id: //depot/perl@19943

21 years agoNicer options for Porting/Modules.
Jarkko Hietaniemi [Thu, 3 Jul 2003 06:25:30 +0000]
Nicer options for Porting/Modules.

p4raw-id: //depot/perl@19942

21 years agoMinor test adjustments :
Rafael Garcia-Suarez [Wed, 2 Jul 2003 21:38:19 +0000]
Minor test adjustments :
- test name correction in op/concat.t by Yitzchak Scott-Thoennes
- prototypes added to some public functions in t/test.pl,
  as suggested by Enache Adrian

p4raw-id: //depot/perl@19941

21 years agoSkip a socketpair test on SCO OSR
Rafael Garcia-Suarez [Wed, 2 Jul 2003 20:58:19 +0000]
Skip a socketpair test on SCO OSR

p4raw-id: //depot/perl@19940

21 years agovarious Deparse fixes
Dave Mitchell [Wed, 2 Jul 2003 18:10:45 +0000]
various Deparse fixes
Message-ID: <20030702171045.GF2137@fdgroup.com>

p4raw-id: //depot/perl@19939

21 years agoIt would seem that in Linux 2.2 there is no way
Jarkko Hietaniemi [Wed, 2 Jul 2003 20:01:06 +0000]
It would seem that in Linux 2.2 there is no way
we can do the right thing to make ps(1) see $0
our way.  Also amend the $0 documentation a bit.

p4raw-id: //depot/perl@19935