This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
20 years agoDefine a cpp symbol, BSDish, if that looks appropriate.
Jarkko Hietaniemi [Fri, 13 Jun 2003 14:12:13 +0000 (14:12 +0000)]
Define a cpp symbol, BSDish, if that looks appropriate.

p4raw-id: //depot/perl@19763

20 years agoEven more tweakage on symbol scanning from Alan Burlison.
Jarkko Hietaniemi [Fri, 13 Jun 2003 12:00:06 +0000 (12:00 +0000)]
Even more tweakage on symbol scanning from Alan Burlison.

p4raw-id: //depot/perl@19760

20 years agoSync with libnet 1.15
Graham Barr [Fri, 13 Jun 2003 07:01:11 +0000 (07:01 +0000)]
Sync with libnet 1.15

p4raw-id: //depot/perl@19758

20 years agoThe changes #8803 and #8896 that fixed JPL for use with
Jarkko Hietaniemi [Fri, 13 Jun 2003 05:09:17 +0000 (05:09 +0000)]
The changes #8803 and #8896 that fixed JPL for use with
JDK 1.2/1.3 had somehow disappeared.
p4raw-link: @8803 on //depot/perl: 103a71894980ab015937511f33d840c7f030e8a4

p4raw-id: //depot/perl@19756

20 years agoAdd a new warning, "Newline in left-justified string for printf/sprintf"
Robin Barker [Wed, 11 Jun 2003 18:10:14 +0000 (19:10 +0100)]
Add a new warning, "Newline in left-justified string for printf/sprintf"
to be issued if the string to be left-justified by s?printf contains
a newline.

Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>

p4raw-id: //depot/perl@19752

20 years agoPatch for a warning emitted twice, from :
Steve Grazzini [Wed, 11 Jun 2003 00:46:47 +0000 (20:46 -0400)]
Patch for a warning emitted twice, from :
Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
Message-ID: <20030611044647.GA16696@grazzini.net>

p4raw-id: //depot/perl@19751

20 years agoIn free we want to destroy, not init, thanks to Tim Bunce for
Artur Bergman [Thu, 12 Jun 2003 15:03:55 +0000 (15:03 +0000)]
In free we want to destroy, not init, thanks to Tim Bunce for
detecting this. Should hopefully fix memory leak on Tru64

p4raw-id: //depot/perl@19750

20 years agoMore perlio ->Open paranoia. Set errno to EINVAL if there's
Jarkko Hietaniemi [Thu, 12 Jun 2003 13:27:44 +0000 (13:27 +0000)]
More perlio ->Open paranoia.  Set errno to EINVAL if there's
no ->Open, not if ->Open returns NULL.

p4raw-id: //depot/perl@19749

20 years agoFurther perlio doc tweaks.
Jarkko Hietaniemi [Thu, 12 Jun 2003 11:32:44 +0000 (11:32 +0000)]
Further perlio doc tweaks.

p4raw-id: //depot/perl@19748

20 years agoSlightly amended version of the proposed patch for
Jarkko Hietaniemi [Thu, 12 Jun 2003 11:25:19 +0000 (11:25 +0000)]
Slightly amended version of the proposed patch for
"[perl #22390] export PERLIO=bytes segfaults";
the amendment is to set errno.
TODO: we really should not get here if the layer
stack is corrupt or non-sensical (like "bytes").

p4raw-id: //depot/perl@19747

20 years agoBe polite and destroy the mutexes and conditions we use!
Artur Bergman [Thu, 12 Jun 2003 08:37:39 +0000 (08:37 +0000)]
Be polite and destroy the mutexes and conditions we use!

p4raw-id: //depot/perl@19746

20 years agoRe: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
Andy Dougherty [Wed, 11 Jun 2003 12:57:58 +0000 (08:57 -0400)]
Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@19744

20 years agoConfigure -Dnoextensions would not accept a list
Andy Dougherty [Wed, 11 Jun 2003 13:35:26 +0000 (09:35 -0400)]
Configure -Dnoextensions would not accept a list
Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@19742

20 years agofix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
Peter Prymmer [Wed, 11 Jun 2003 09:00:34 +0000 (05:00 -0400)]
fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>

p4raw-id: //depot/perl@19741

20 years agoDoc nit.
Jarkko Hietaniemi [Wed, 11 Jun 2003 13:29:59 +0000 (13:29 +0000)]
Doc nit.

p4raw-id: //depot/perl@19740

20 years agoIntegrate from maint:
Marcus Holland-Moritz [Tue, 10 Jun 2003 22:10:47 +0000 (00:10 +0200)]
Integrate from maint:
[ 19738]
Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
p4raw-link: @19738 on //depot/perl: 5a1dd2ab5c9ca51eda95e7e0025702bdfcd91d9fon //depot/maint-5.8/perl: c43a4d73e4c3d92928dd743544b60e43ce02ee9c

p4raw-id: //depot/perl@19739
p4raw-integrated: from //depot/maint-5.8/perl@19738 'copy in'
ext/Encode/encengine.c (@18665..) ext/List/Util/Util.xs
(@18791..) ext/Storable/Storable.xs (@19551..)
ext/POSIX/POSIX.xs (@19704..) ext/threads/threads.xs (@19722..)
'merge in' ext/Thread/Thread.xs (@18145..) pp.h (@19400..) sv.c
(@19653..) perl.c (@19704..) op.c (@19732..)

20 years agoRe: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
Marcus Holland-Moritz [Tue, 10 Jun 2003 22:10:47 +0000 (00:10 +0200)]
Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>

(the perl.h being open in mainline was accidental)

p4raw-id: //depot/perl@19738

20 years agoUpgrade to Unicode::Normalize 0.22.
Jarkko Hietaniemi [Tue, 10 Jun 2003 05:27:33 +0000 (05:27 +0000)]
Upgrade to Unicode::Normalize 0.22.

p4raw-id: //depot/perl@19735

20 years agoUpgrade to Unicode::Collate 0.25.
Jarkko Hietaniemi [Tue, 10 Jun 2003 05:14:18 +0000 (05:14 +0000)]
Upgrade to Unicode::Collate 0.25.

p4raw-id: //depot/perl@19734

20 years agoOn a real multicpu box the child thread could still be running
Jarkko Hietaniemi [Mon, 9 Jun 2003 20:48:14 +0000 (20:48 +0000)]
On a real multicpu box the child thread could still be running
when the parent thread was already testing.

p4raw-id: //depot/perl@19731

20 years agoAnnoyingly unhelpful messages from lib/File/Temp/t/security.t
Andy Dougherty [Mon, 9 Jun 2003 14:45:38 +0000 (10:45 -0400)]
Annoyingly unhelpful messages from lib/File/Temp/t/security.t
Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@19730

20 years agoRe: nitpick with \(0..2)
Steve Grazzini [Fri, 6 Jun 2003 01:42:59 +0000 (21:42 -0400)]
Re: nitpick with \(0..2)
Message-ID: <20030606054259.GA30249@grazzini.net>

p4raw-id: //depot/perl@19729

20 years agoPossible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
Jarkko Hietaniemi [Mon, 9 Jun 2003 18:45:00 +0000 (18:45 +0000)]
Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.

p4raw-id: //depot/perl@19726

20 years agoIn the debugger, flush stdout/stderr before the prompt is printed
Alex Vandiver [Wed, 4 Jun 2003 04:50:10 +0000 (00:50 -0400)]
In the debugger, flush stdout/stderr before the prompt is printed
Subject: Re: [PATCH] Perlbug #15228
Message-Id: <1054716610.21402.45.camel@supox>

p4raw-id: //depot/perl@19725

20 years agomark 450_service.t#18 as a todo test on windows
Gurusamy Sarathy [Mon, 9 Jun 2003 18:17:42 +0000 (18:17 +0000)]
mark 450_service.t#18 as a todo test on windows

p4raw-id: //depot/perl@19724

20 years agoone of the Net::Ping time-dependent tests fails sporadically
Gurusamy Sarathy [Mon, 9 Jun 2003 18:00:57 +0000 (18:00 +0000)]
one of the Net::Ping time-dependent tests fails sporadically
when the response from localhost is "too quick"

p4raw-id: //depot/perl@19723

20 years agoExtUtils::MakeMaker 6.10_06 (plus FAQ update)
Michael G. Schwern [Sat, 7 Jun 2003 01:16:32 +0000 (18:16 -0700)]
ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
Message-ID: <20030607081632.GA16228@windhund.schwern.org>

p4raw-id: //depot/perl@19721

20 years agofix for perlio.t failures on windows (from Dan Kogai)
Gurusamy Sarathy [Mon, 9 Jun 2003 15:59:52 +0000 (15:59 +0000)]
fix for perlio.t failures on windows (from Dan Kogai)

p4raw-id: //depot/perl@19720

20 years agofix ups for perlivp on VMS plus more symbols for utils
Peter Prymmer [Mon, 9 Jun 2003 09:57:43 +0000 (05:57 -0400)]
fix ups for perlivp on VMS plus more symbols for utils
Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>

p4raw-id: //depot/perl@19719

20 years agowindows: fix memory leak in %ENV handling (shows up as a
Gurusamy Sarathy [Mon, 9 Jun 2003 14:09:55 +0000 (14:09 +0000)]
windows: fix memory leak in %ENV handling (shows up as a
leak even in the simplest fork() loop, because perl_construct()
now does the equivalent of %ENV assignments using mg_set())

p4raw-id: //depot/perl@19717

20 years agoSupport blessed shared references.
Artur Bergman [Mon, 9 Jun 2003 09:35:47 +0000 (09:35 +0000)]
Support blessed shared references.

p4raw-id: //depot/perl@19715

20 years agopack.t tweak for non-IEEE VMS systems
Craig A. Berry [Sun, 8 Jun 2003 16:49:43 +0000 (11:49 -0500)]
pack.t tweak for non-IEEE VMS systems
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3EE3AF77.7060302@mac.com>

p4raw-id: //depot/perl@19714

20 years agoRe: forwarded you a test result
Dan Kogai [Sun, 8 Jun 2003 11:04:43 +0000 (20:04 +0900)]
Re: forwarded you a test result
Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>

p4raw-id: //depot/perl@19712

20 years agoRegen Configure et al.
Jarkko Hietaniemi [Sun, 8 Jun 2003 17:03:07 +0000 (17:03 +0000)]
Regen Configure et al.

p4raw-id: //depot/perl@19710

20 years agoMore symbol scan logic from Alan Burlison.
Jarkko Hietaniemi [Sun, 8 Jun 2003 16:45:50 +0000 (16:45 +0000)]
More symbol scan logic from Alan Burlison.

p4raw-id: //depot/perl@19709

20 years agoMajor (internal) change to make it much more easy to embed
Artur Bergman [Sat, 7 Jun 2003 13:28:50 +0000 (13:28 +0000)]
Major (internal) change to make it much more easy to embed
threaded perl because we don't use our own TLS for the current
thread info, but instead use PL_modglobal. Should make the
mod_perl2 team (Hi Stas!) happy. Should also be more robust.

p4raw-id: //depot/perl@19708

20 years agoLast patch broke this slightly because INC was wrong.
Artur Bergman [Sat, 7 Jun 2003 13:27:01 +0000 (13:27 +0000)]
Last patch broke this slightly because INC was wrong.

p4raw-id: //depot/perl@19707

20 years agoRemove warnings from tests.
Artur Bergman [Sat, 7 Jun 2003 13:07:53 +0000 (13:07 +0000)]
Remove warnings from tests.

p4raw-id: //depot/perl@19706

20 years agoWork in non core env.
Artur Bergman [Sat, 7 Jun 2003 12:42:28 +0000 (12:42 +0000)]
Work in non core env.

p4raw-id: //depot/perl@19705

20 years agoExtUtils::MakeMaker 6.10_04 -> 6.10_05
Michael G. Schwern [Fri, 6 Jun 2003 18:41:45 +0000 (11:41 -0700)]
ExtUtils::MakeMaker 6.10_04 -> 6.10_05
Message-ID: <20030607014145.GB12031@windhund.schwern.org>

p4raw-id: //depot/perl@19703

20 years agoUpgrade to Time::Local 1.06, by Dave Rolsky
Rafael Garcia-Suarez [Fri, 6 Jun 2003 23:00:00 +0000 (23:00 +0000)]
Upgrade to Time::Local 1.06, by Dave Rolsky

p4raw-id: //depot/perl@19702

20 years agoComplement to change #19698 :
Rafael Garcia-Suarez [Fri, 6 Jun 2003 22:50:37 +0000 (22:50 +0000)]
Complement to change #19698 :
add also this information (=> and curly braces doesn't
quote compound identifiers) to the strict manpage.
As an experiment in documentation, add a "HISTORY" section
to the strict manpage.
p4raw-link: @19698 on //depot/perl: 695ff5bd5c58ec45a757946fd60f1420702ba4b6

p4raw-id: //depot/perl@19701

20 years agoMinor grammatical nit.
Rafael Garcia-Suarez [Fri, 6 Jun 2003 22:31:50 +0000 (22:31 +0000)]
Minor grammatical nit.

p4raw-id: //depot/perl@19700

20 years ago[patch] L<perlguts/"API LISTING"> is now L<perlapi>
Stas Bekman [Thu, 5 Jun 2003 10:10:36 +0000 (20:10 +1000)]
[patch] L<perlguts/"API LISTING"> is now L<perlapi>
Date: Thu, 05 Jun 2003 10:10:36 +1000
Message-ID: <3EDE8A7C.2080302@stason.org>

Subject: [patch] perlguts authors dup
From: Stas Bekman <stas@stason.org>
Date: Thu, 05 Jun 2003 10:14:12 +1000
Message-ID: <3EDE8B54.6090808@stason.org>

p4raw-id: //depot/perl@19699

20 years agoClarify that => doesn't quote compound identifiers.
Rafael Garcia-Suarez [Fri, 6 Jun 2003 22:23:56 +0000 (22:23 +0000)]
Clarify that => doesn't quote compound identifiers.

p4raw-id: //depot/perl@19698

20 years agoPerl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
H.Merijn Brand [Fri, 6 Jun 2003 12:21:43 +0000 (12:21 +0000)]
Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
as the compiler supports it)

p4raw-id: //depot/perl@19696

20 years agoRe: SPUG:-s option doesn't always work!
Yitzchak Scott-Thoennes [Wed, 4 Jun 2003 00:08:32 +0000 (17:08 -0700)]
Re: SPUG:-s option doesn't always work!
Message-ID: <wrZ3+gzkg2iX092yn@efn.org>

p4raw-id: //depot/perl@19695

20 years agoRE: maint @ 19683
Robin Barker [Thu, 5 Jun 2003 17:16:58 +0000 (18:16 +0100)]
RE: maint @ 19683
Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>

(skipped the MIME::Base64 part, leaving that to Gisle)

p4raw-id: //depot/perl@19694

20 years agoSKIP label was missing.
Jarkko Hietaniemi [Thu, 5 Jun 2003 17:26:04 +0000 (17:26 +0000)]
SKIP label was missing.

p4raw-id: //depot/perl@19693

20 years agoz/OS makedepend fix from Peter Prymmer;
Jarkko Hietaniemi [Thu, 5 Jun 2003 16:58:23 +0000 (16:58 +0000)]
z/OS makedepend fix from Peter Prymmer;
still needed as reported by Brian De Pradine.

p4raw-id: //depot/perl@19692

20 years agoEven more getspecific patches from Brian De Pradine;
Jarkko Hietaniemi [Thu, 5 Jun 2003 16:56:01 +0000 (16:56 +0000)]
Even more getspecific patches from Brian De Pradine;
macrofy the construct.

p4raw-id: //depot/perl@19691

20 years agoz/OS threads tweak from Brian De Pradine.
Jarkko Hietaniemi [Thu, 5 Jun 2003 16:19:40 +0000 (16:19 +0000)]
z/OS threads tweak from Brian De Pradine.

p4raw-id: //depot/perl@19690

20 years agoUpgrade to Time::HiRes 1.48.
Jarkko Hietaniemi [Thu, 5 Jun 2003 05:43:31 +0000 (05:43 +0000)]
Upgrade to Time::HiRes 1.48.

p4raw-id: //depot/perl@19689

20 years agoPrevent a potential null pointer dereference.
Rafael Garcia-Suarez [Wed, 4 Jun 2003 18:53:48 +0000 (18:53 +0000)]
Prevent a potential null pointer dereference.
Noticed by Ryan Koga <rkoga@caida.org> in
Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>

p4raw-id: //depot/perl@19688

20 years agoRe: [MacOS X] consider useshrplib='false' by default
Andy Dougherty [Wed, 4 Jun 2003 11:33:29 +0000 (07:33 -0400)]
Re: [MacOS X] consider useshrplib='false' by default
Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@19687

20 years agoOn closer reading the proposed UTS#18 update required
Jarkko Hietaniemi [Wed, 4 Jun 2003 11:02:54 +0000 (11:02 +0000)]
On closer reading the proposed UTS#18 update required
even more changes.

p4raw-id: //depot/perl@19686

20 years agoAlign the 'graph' property definition with the proposed
Jarkko Hietaniemi [Wed, 4 Jun 2003 10:14:09 +0000 (10:14 +0000)]
Align the 'graph' property definition with the proposed
Unicode UTS #18 update (v7).

p4raw-id: //depot/perl@19685

20 years ago[MacOS X] consider useshrplib='false' by default
Dan Kogai [Wed, 4 Jun 2003 01:29:42 +0000 (10:29 +0900)]
[MacOS X] consider useshrplib='false' by default
Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>

p4raw-id: //depot/perl@19681

20 years agoUrk. Joe's patches were for the maint branch,
Jarkko Hietaniemi [Tue, 3 Jun 2003 15:51:36 +0000 (15:51 +0000)]
Urk.  Joe's patches were for the maint branch,
not for the blead (which has assertions and stuff).
Retract #19677, #19676, #19674.

p4raw-id: //depot/perl@19679

20 years agoAccording to Arthur this should help
Jarkko Hietaniemi [Tue, 3 Jun 2003 15:05:19 +0000 (15:05 +0000)]
According to Arthur this should help
#22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug

p4raw-id: //depot/perl@19678

20 years agoTiny tweaks from Joe McMahon.
Jarkko Hietaniemi [Tue, 3 Jun 2003 14:07:06 +0000 (14:07 +0000)]
Tiny tweaks from Joe McMahon.

p4raw-id: //depot/perl@19677

20 years agoTiny pod and speling tweaks.
Jarkko Hietaniemi [Tue, 3 Jun 2003 12:38:46 +0000 (12:38 +0000)]
Tiny pod and speling tweaks.

p4raw-id: //depot/perl@19676

20 years agoExtensive documentation patch redux
Jarkko Hietaniemi [Tue, 3 Jun 2003 12:20:59 +0000 (12:20 +0000)]
Extensive documentation patch redux
From: Joe McMahon <mcmahon@ibiblio.org>
Date: Mon, 2 Jun 2003 09:53:40 -0400
Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>

Subject: RE: [PATCH] RE: Extensive documentation patch redux
From: Robin Barker <Robin.Barker@npl.co.uk>
Date: Tue, 3 Jun 2003 10:00:22 +0100
Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>

p4raw-id: //depot/perl@19674

20 years agoSalvage parts of #19667.
Jarkko Hietaniemi [Tue, 3 Jun 2003 09:51:59 +0000 (09:51 +0000)]
Salvage parts of #19667.

p4raw-id: //depot/perl@19673

20 years agoSalvage parts of #19418 (the ext/PerlIO/t/open.t
Jarkko Hietaniemi [Tue, 3 Jun 2003 09:26:45 +0000 (09:26 +0000)]
Salvage parts of #19418 (the ext/PerlIO/t/open.t
still is there).

p4raw-id: //depot/perl@19672

20 years agoRe: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
Yitzchak Scott-Thoennes [Tue, 3 Jun 2003 01:55:06 +0000 (18:55 -0700)]
Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
Message-ID: <qJG3+gzkgajL092yn@efn.org>

p4raw-id: //depot/perl@19671

20 years agoRetract #19667, #19660, #19659, #19658, #19657, #19656,
Jarkko Hietaniemi [Tue, 3 Jun 2003 08:04:39 +0000 (08:04 +0000)]
Retract #19667, #19660, #19659, #19658, #19657, #19656,
#19655, #19418; File::Temp no more used internally.
Some parts of these will be salvaged later.

p4raw-id: //depot/perl@19670

20 years agofix for 09_gen_rs.t#59 failure on windows
Gurusamy Sarathy [Mon, 2 Jun 2003 20:59:39 +0000 (20:59 +0000)]
fix for 09_gen_rs.t#59 failure on windows

p4raw-id: //depot/perl@19669

20 years agoresurrect change#19628 and make it work by generalizing
Gurusamy Sarathy [Mon, 2 Jun 2003 20:40:19 +0000 (20:40 +0000)]
resurrect change#19628 and make it work by generalizing
a spot that had a hardcoded dependency on the cmd.exe
arguments being "/x/c" or "/c"
p4raw-link: @19628 on //depot/perl: 7b24c8f3b02202da900623391393234a869d1b34

p4raw-id: //depot/perl@19668

20 years agodon't use File::Temp to implement PerlIO_tmpfile() on windows;
Gurusamy Sarathy [Mon, 2 Jun 2003 18:44:34 +0000 (18:44 +0000)]
don't use File::Temp to implement PerlIO_tmpfile() on windows;
reuse the straightforward native implementation instead

this fixes the warning from io_xs.t

NOTE: File::Temp has a less-than-robust implementation on windows
that relies on END blocks being run (this may not happen always)

p4raw-id: //depot/perl@19667

20 years agochange#19628 broke many win32/system.t tests, so back it out
Gurusamy Sarathy [Mon, 2 Jun 2003 18:29:46 +0000 (18:29 +0000)]
change#19628 broke many win32/system.t tests, so back it out
p4raw-link: @19628 on //depot/perl: 7b24c8f3b02202da900623391393234a869d1b34

p4raw-id: //depot/perl@19666

20 years agoA little bit more of weird-code-proofing in B::Deparse.
Rafael Garcia-Suarez [Mon, 2 Jun 2003 18:22:06 +0000 (18:22 +0000)]
A little bit more of weird-code-proofing in B::Deparse.
Fixes a bug reported by Alexey Tourbin in
Message-ID: <20030602085348.GA24023@solemn.turbinal.org>

p4raw-id: //depot/perl@19665

20 years agoUpgrade to the CGI.pm 2.93.
Jarkko Hietaniemi [Mon, 2 Jun 2003 16:41:37 +0000 (16:41 +0000)]
Upgrade to the CGI.pm 2.93.

(Lincoln keeps ripping out the BEGIN/PERL_CORE blocks.  Sigh.)

p4raw-id: //depot/perl@19664

20 years agoWhitespace tweaks.
Jarkko Hietaniemi [Mon, 2 Jun 2003 16:16:51 +0000 (16:16 +0000)]
Whitespace tweaks.

p4raw-id: //depot/perl@19663

20 years agoU/WIN: final (for now) touches from John P. Linderman;
Jarkko Hietaniemi [Mon, 2 Jun 2003 16:08:22 +0000 (16:08 +0000)]
U/WIN: final (for now) touches from John P. Linderman;
now we get 97% success rate, the remaining failures are
quite obscure.

p4raw-id: //depot/perl@19662

20 years agoSync with libnet 1.14
Graham Barr [Mon, 2 Jun 2003 12:13:35 +0000 (12:13 +0000)]
Sync with libnet 1.14

p4raw-id: //depot/perl@19661

20 years agoBeautification.
Jarkko Hietaniemi [Mon, 2 Jun 2003 09:28:30 +0000 (09:28 +0000)]
Beautification.

p4raw-id: //depot/perl@19660

20 years agoDuplicate definition bad.
Jarkko Hietaniemi [Mon, 2 Jun 2003 09:07:38 +0000 (09:07 +0000)]
Duplicate definition bad.

p4raw-id: //depot/perl@19659

20 years agoI thought I tried building threaded. Never think. Try.
Jarkko Hietaniemi [Mon, 2 Jun 2003 09:02:18 +0000 (09:02 +0000)]
I thought I tried building threaded.  Never think.  Try.

p4raw-id: //depot/perl@19658

20 years agoStick with the original (5.8.0) logic.
Jarkko Hietaniemi [Mon, 2 Jun 2003 08:54:04 +0000 (08:54 +0000)]
Stick with the original (5.8.0) logic.

p4raw-id: //depot/perl@19657

20 years agoSince pulling in File::Temp for tempfiles would pull in
Jarkko Hietaniemi [Mon, 2 Jun 2003 08:28:51 +0000 (08:28 +0000)]
Since pulling in File::Temp for tempfiles would pull in
also Fcntl, miniperl could not open up tempfiles.  This broke
the use of miniperl in VMS, as noticed by Craig Berry.
Try to cure this by moving the creation of tempfile into its
own routine, my_tmpfp(), which gets compiled differently
for miniperl and perl.

p4raw-id: //depot/perl@19656

20 years agoA pointless test, noticed by Craig Berry.
Jarkko Hietaniemi [Mon, 2 Jun 2003 06:54:05 +0000 (06:54 +0000)]
A pointless test, noticed by Craig Berry.

p4raw-id: //depot/perl@19655

20 years agoTwo Cygwin patches from Gerrit.
Gerrit P. Haase [Sat, 31 May 2003 14:12:07 +0000 (16:12 +0200)]
Two Cygwin patches from Gerrit.

Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
From: "Gerrit P. Haase" <gp@familiehaase.de>
Date: Sat, 31 May 2003 14:12:07 +0200
Message-ID: <179860591535.20030531141207@familiehaase.de>

Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
Date: Sat, 31 May 2003 13:57:49 +0200
Message-ID: <11859733881.20030531135749@familiehaase.de>

p4raw-id: //depot/perl@19654

20 years agoFix a case of segfault in gv_check(), by making
Rafael Garcia-Suarez [Sat, 31 May 2003 19:54:31 +0000 (19:54 +0000)]
Fix a case of segfault in gv_check(), by making
it ignore non-GV values in stashes.

p4raw-id: //depot/perl@19652

20 years agoDon't install test.pl files.
Rafael Garcia-Suarez [Sat, 31 May 2003 18:48:59 +0000 (18:48 +0000)]
Don't install test.pl files.

p4raw-id: //depot/perl@19651

20 years agoRegenerate internals pods.
Rafael Garcia-Suarez [Sat, 31 May 2003 18:47:50 +0000 (18:47 +0000)]
Regenerate internals pods.

p4raw-id: //depot/perl@19650

20 years agojumbo closure patch broke formats
Dave Mitchell [Sat, 31 May 2003 19:54:48 +0000 (20:54 +0100)]
jumbo closure patch broke formats
Message-ID: <20030531185448.GA6055@fdgroup.com>
Plus restore the original test script for bug #22372

p4raw-id: //depot/perl@19649

20 years agoBetter patch from Inaba Hiroto for
Jarkko Hietaniemi [Sat, 31 May 2003 17:37:36 +0000 (17:37 +0000)]
Better patch from Inaba Hiroto for
[perl #22375] 'split'/'index' problem for utf8

p4raw-id: //depot/perl@19648

20 years agoRe: [perl #22372] [PATCH] sv_chop() broken
Adrian M. Enache [Sat, 31 May 2003 14:18:11 +0000 (17:18 +0300)]
Re: [perl #22372] [PATCH] sv_chop() broken
Message-ID: <20030531111811.GA1240@ratsnest.hole>

p4raw-id: //depot/perl@19647

20 years agoInteresting patch(1) glitch.
Jarkko Hietaniemi [Sat, 31 May 2003 05:40:15 +0000 (05:40 +0000)]
Interesting patch(1) glitch.

p4raw-id: //depot/perl@19646

20 years agoRe: [perl #22372] [PATCH] sv_chop() broken
Adrian M. Enache [Fri, 30 May 2003 18:52:28 +0000 (21:52 +0300)]
Re: [perl #22372] [PATCH] sv_chop() broken
Message-ID: <20030530155228.GA872@ratsnest.hole>

p4raw-id: //depot/perl@19645

20 years agoext/Encode/t/perlio.t filename tweak
Craig A. Berry [Fri, 30 May 2003 13:08:01 +0000 (08:08 -0500)]
ext/Encode/t/perlio.t filename tweak
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3ED79E01.8050401@mac.com>

p4raw-id: //depot/perl@19644

20 years agoUpgrade to Tie::File 0.96.
Jarkko Hietaniemi [Sat, 31 May 2003 05:28:56 +0000 (05:28 +0000)]
Upgrade to Tie::File 0.96.

p4raw-id: //depot/perl@19643

20 years agotest.pl-isation.
Jarkko Hietaniemi [Fri, 30 May 2003 19:06:02 +0000 (19:06 +0000)]
test.pl-isation.

p4raw-id: //depot/perl@19642

20 years agoA bit of networking notworking negativity.
Jarkko Hietaniemi [Fri, 30 May 2003 15:59:57 +0000 (15:59 +0000)]
A bit of networking notworking negativity.
(Inspiration from Jos.)

p4raw-id: //depot/perl@19641

20 years agoFix for "#22375 'split'/'index' problem for utf8".
Jarkko Hietaniemi [Fri, 30 May 2003 05:47:15 +0000 (05:47 +0000)]
Fix for "#22375 'split'/'index' problem for utf8".

p4raw-id: //depot/perl@19640

20 years agoAdd the test case for the already fixed
Jarkko Hietaniemi [Thu, 29 May 2003 19:07:35 +0000 (19:07 +0000)]
Add the test case for the already fixed
[perl #22351] perl bug with 'e' substitution modifier

p4raw-id: //depot/perl@19639

20 years agoComment tweakage.
Jarkko Hietaniemi [Thu, 29 May 2003 18:56:46 +0000 (18:56 +0000)]
Comment tweakage.

p4raw-id: //depot/perl@19638

20 years agojumbo closure fix
Dave Mitchell [Wed, 26 Feb 2003 14:49:47 +0000 (14:49 +0000)]
jumbo closure fix
Message-ID: <20030226144947.A14444@fdgroup.com>

p4raw-id: //depot/perl@19637

20 years agoCredits patch
Edward Avis [Sun, 18 May 2003 18:08:55 +0000 (19:08 +0100)]
Credits patch
Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>

p4raw-id: //depot/perl@19635