Rafael Garcia-Suarez [Sun, 15 Jun 2003 21:01:18 +0000]
Rename again the warning about $* being no longer supported
(and update perldiag this time!)
p4raw-id: //depot/perl@19794
Aaron J. Mackey [Fri, 13 Jun 2003 08:22:05 +0000]
Remove all magic in untie()
Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
Message-ID: <Pine.OSF.4.33.
0306130820570.29017-100000@alpha10.bioch.virginia.edu>
(plus a test case)
p4raw-id: //depot/perl@19793
Dan Kogai [Mon, 16 Jun 2003 01:48:49 +0000]
Start using Perl malloc in FreeBSD since the system malloc
is reaaally slooow for Perl.
Subject: FreeBSD 5.1 vs. -Uusemymalloc
Message-Id: <
3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
p4raw-id: //depot/perl@19790
Ilya Zakharevich [Sat, 14 Jun 2003 17:49:57 +0000]
OS2 patches
Message-ID: <
20030615004956.GA28272@math.berkeley.edu>
p4raw-id: //depot/perl@19789
Jarkko Hietaniemi [Sun, 15 Jun 2003 15:05:40 +0000]
Reindent a section of the file.
p4raw-id: //depot/perl@19788
Jarkko Hietaniemi [Sun, 15 Jun 2003 15:01:26 +0000]
Unused variable.
p4raw-id: //depot/perl@19787
Marcus Holland-Moritz [Sun, 15 Jun 2003 10:48:40 +0000]
Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <
004a01c3331a$ec001320$3445eed9@R2D2>
p4raw-id: //depot/perl@19786
Jarkko Hietaniemi [Sun, 15 Jun 2003 07:37:02 +0000]
Most often unused variables.
p4raw-id: //depot/perl@19785
Rafael Garcia-Suarez [Sat, 14 Jun 2003 20:08:52 +0000]
Rename the warning about $* being removed,
as suggested by Dave Mitchell
p4raw-id: //depot/perl@19784
Jarkko Hietaniemi [Sat, 14 Jun 2003 16:30:23 +0000]
The FileCache 1.03 tests from belg4mit.
p4raw-id: //depot/perl@19783
Jarkko Hietaniemi [Sat, 14 Jun 2003 13:45:01 +0000]
Mention the Unicode::Regex::Set module.
p4raw-id: //depot/perl@19782
Jarkko Hietaniemi [Sat, 14 Jun 2003 13:39:45 +0000]
Followup on #19779: make the helper function static,
and rename it for paranoia reasons.
p4raw-id: //depot/perl@19781
Marcus Holland-Moritz [Sat, 14 Jun 2003 12:51:31 +0000]
strchr() running amok in sv_vcatpvfn()
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <
041901c33262$eac8ae30$f248eed9@R2D2>
(choosing the safe alternative)
p4raw-id: //depot/perl@19779
Jarkko Hietaniemi [Sat, 14 Jun 2003 09:28:01 +0000]
Exercise the utf8:: "internal" functions.
p4raw-id: //depot/perl@19778
Jarkko Hietaniemi [Sat, 14 Jun 2003 09:05:07 +0000]
Having to pull in the whole Encode just to get SvUTF8()
is a bit too much: introduce utf8::is_utf8().
p4raw-id: //depot/perl@19777
Jarkko Hietaniemi [Sat, 14 Jun 2003 08:56:11 +0000]
Slight tweaks on the length() and chr() entries,
passing-by rewrapping on the rmdir entry.
p4raw-id: //depot/perl@19776
Jarkko Hietaniemi [Sat, 14 Jun 2003 08:50:16 +0000]
test.pl-ify and add a couple of tests.
p4raw-id: //depot/perl@19775
Jarkko Hietaniemi [Sat, 14 Jun 2003 08:05:01 +0000]
Slight reorg of the binmode() entry.
p4raw-id: //depot/perl@19773
Jarkko Hietaniemi [Sat, 14 Jun 2003 07:07:38 +0000]
Illegal cpp.
p4raw-id: //depot/perl@19772
Jerrad Pierce [Sat, 14 Jun 2003 01:35:05 +0000]
Re: FileCache
Message-ID: <
3EEAB409.7B4C21EA@mit.edu>
FileCache 1.03.
p4raw-id: //depot/perl@19770
Rafael Garcia-Suarez [Fri, 13 Jun 2003 19:17:50 +0000]
Remove the deprecated $* variable.
Incidentally, this fixes bug #22354, about unwanted
action-at-distance of the /m regexp modifier.
Add a new warning to advertise this fact.
p4raw-id: //depot/perl@19769
Jarkko Hietaniemi [Fri, 13 Jun 2003 17:08:45 +0000]
Encode simply needs more work on EBCDIC.
p4raw-id: //depot/perl@19768
Jarkko Hietaniemi [Fri, 13 Jun 2003 17:05:01 +0000]
Redundancy removal from Brian De Pradine;
both the forms, pthread_mutexattr_settype() and
pthread_mutexattr_setkind_np(), exist on z/OS.
p4raw-id: //depot/perl@19767
Jarkko Hietaniemi [Fri, 13 Jun 2003 17:02:57 +0000]
Somehow MPE/iX managed to get
"18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
p4raw-id: //depot/perl@19766
Alan Ferrency [Wed, 11 Jun 2003 14:07:00 +0000]
Re: [perl #18849] fork/system bug on FreeBSD
Message-ID: <Pine.BSF.4.30.
0306111348450.32145-100000@smx.pair.com>
(the first alternative)
p4raw-id: //depot/perl@19765
Jarkko Hietaniemi [Fri, 13 Jun 2003 14:33:51 +0000]
Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
way of detecting Darwin/Mac OS X; instead it is recommended to
detect the OS at a higher level and pass the information manually
down to the application, using e.g. a -Ddefinition.
p4raw-id: //depot/perl@19764
Jarkko Hietaniemi [Fri, 13 Jun 2003 14:12:13 +0000]
Define a cpp symbol, BSDish, if that looks appropriate.
p4raw-id: //depot/perl@19763
Jarkko Hietaniemi [Fri, 13 Jun 2003 12:00:06 +0000]
Even more tweakage on symbol scanning from Alan Burlison.
p4raw-id: //depot/perl@19760
Graham Barr [Fri, 13 Jun 2003 07:01:11 +0000]
Sync with libnet 1.15
p4raw-id: //depot/perl@19758
Jarkko Hietaniemi [Fri, 13 Jun 2003 05:09:17 +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
Robin Barker [Wed, 11 Jun 2003 18:10:14 +0000]
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
Steve Grazzini [Wed, 11 Jun 2003 00:46:47 +0000]
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
Artur Bergman [Thu, 12 Jun 2003 15:03:55 +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
Jarkko Hietaniemi [Thu, 12 Jun 2003 13:27:44 +0000]
More perlio ->Open paranoia. Set errno to EINVAL if there's
no ->Open, not if ->Open returns NULL.
p4raw-id: //depot/perl@19749
Jarkko Hietaniemi [Thu, 12 Jun 2003 11:32:44 +0000]
Further perlio doc tweaks.
p4raw-id: //depot/perl@19748
Jarkko Hietaniemi [Thu, 12 Jun 2003 11:25:19 +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
Artur Bergman [Thu, 12 Jun 2003 08:37:39 +0000]
Be polite and destroy the mutexes and conditions we use!
p4raw-id: //depot/perl@19746
Andy Dougherty [Wed, 11 Jun 2003 12:57:58 +0000]
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
Andy Dougherty [Wed, 11 Jun 2003 13:35:26 +0000]
Configure -Dnoextensions would not accept a list
Message-ID: <Pine.SOL.4.53.
0306111331550.2477@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@19742
Peter Prymmer [Wed, 11 Jun 2003 09:00:34 +0000]
fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
Message-ID: <O
F2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
p4raw-id: //depot/perl@19741
Jarkko Hietaniemi [Wed, 11 Jun 2003 13:29:59 +0000]
Doc nit.
p4raw-id: //depot/perl@19740
Marcus Holland-Moritz [Tue, 10 Jun 2003 22:10:47 +0000]
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..)
Marcus Holland-Moritz [Tue, 10 Jun 2003 22:10:47 +0000]
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
Jarkko Hietaniemi [Tue, 10 Jun 2003 05:27:33 +0000]
Upgrade to Unicode::Normalize 0.22.
p4raw-id: //depot/perl@19735
Jarkko Hietaniemi [Tue, 10 Jun 2003 05:14:18 +0000]
Upgrade to Unicode::Collate 0.25.
p4raw-id: //depot/perl@19734
Jarkko Hietaniemi [Mon, 9 Jun 2003 20:48:14 +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
Andy Dougherty [Mon, 9 Jun 2003 14:45:38 +0000]
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
Steve Grazzini [Fri, 6 Jun 2003 01:42:59 +0000]
Re: nitpick with \(0..2)
Message-ID: <
20030606054259.GA30249@grazzini.net>
p4raw-id: //depot/perl@19729
Jarkko Hietaniemi [Mon, 9 Jun 2003 18:45:00 +0000]
Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
p4raw-id: //depot/perl@19726
Alex Vandiver [Wed, 4 Jun 2003 04:50:10 +0000]
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
Gurusamy Sarathy [Mon, 9 Jun 2003 18:17:42 +0000]
mark 450_service.t#18 as a todo test on windows
p4raw-id: //depot/perl@19724
Gurusamy Sarathy [Mon, 9 Jun 2003 18:00:57 +0000]
one of the Net::Ping time-dependent tests fails sporadically
when the response from localhost is "too quick"
p4raw-id: //depot/perl@19723
Michael G. Schwern [Sat, 7 Jun 2003 01:16:32 +0000]
ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
Message-ID: <
20030607081632.GA16228@windhund.schwern.org>
p4raw-id: //depot/perl@19721
Gurusamy Sarathy [Mon, 9 Jun 2003 15:59:52 +0000]
fix for perlio.t failures on windows (from Dan Kogai)
p4raw-id: //depot/perl@19720
Peter Prymmer [Mon, 9 Jun 2003 09:57:43 +0000]
fix ups for perlivp on VMS plus more symbols for utils
Message-ID: <O
FBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
p4raw-id: //depot/perl@19719
Gurusamy Sarathy [Mon, 9 Jun 2003 14:09:55 +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
Artur Bergman [Mon, 9 Jun 2003 09:35:47 +0000]
Support blessed shared references.
p4raw-id: //depot/perl@19715
Craig A. Berry [Sun, 8 Jun 2003 16:49:43 +0000]
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
Dan Kogai [Sun, 8 Jun 2003 11:04:43 +0000]
Re: forwarded you a test result
Message-Id: <
92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
p4raw-id: //depot/perl@19712
Jarkko Hietaniemi [Sun, 8 Jun 2003 17:03:07 +0000]
Regen Configure et al.
p4raw-id: //depot/perl@19710
Jarkko Hietaniemi [Sun, 8 Jun 2003 16:45:50 +0000]
More symbol scan logic from Alan Burlison.
p4raw-id: //depot/perl@19709
Artur Bergman [Sat, 7 Jun 2003 13:28:50 +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
Artur Bergman [Sat, 7 Jun 2003 13:27:01 +0000]
Last patch broke this slightly because INC was wrong.
p4raw-id: //depot/perl@19707
Artur Bergman [Sat, 7 Jun 2003 13:07:53 +0000]
Remove warnings from tests.
p4raw-id: //depot/perl@19706
Artur Bergman [Sat, 7 Jun 2003 12:42:28 +0000]
Work in non core env.
p4raw-id: //depot/perl@19705
Michael G. Schwern [Fri, 6 Jun 2003 18:41:45 +0000]
ExtUtils::MakeMaker 6.10_04 -> 6.10_05
Message-ID: <
20030607014145.GB12031@windhund.schwern.org>
p4raw-id: //depot/perl@19703
Rafael Garcia-Suarez [Fri, 6 Jun 2003 23:00:00 +0000]
Upgrade to Time::Local 1.06, by Dave Rolsky
p4raw-id: //depot/perl@19702
Rafael Garcia-Suarez [Fri, 6 Jun 2003 22:50:37 +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
Rafael Garcia-Suarez [Fri, 6 Jun 2003 22:31:50 +0000]
Minor grammatical nit.
p4raw-id: //depot/perl@19700
Stas Bekman [Thu, 5 Jun 2003 10:10:36 +0000]
[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
Rafael Garcia-Suarez [Fri, 6 Jun 2003 22:23:56 +0000]
Clarify that => doesn't quote compound identifiers.
p4raw-id: //depot/perl@19698
H.Merijn Brand [Fri, 6 Jun 2003 12:21:43 +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
Yitzchak Scott-Thoennes [Wed, 4 Jun 2003 00:08:32 +0000]
Re: SPUG:-s option doesn't always work!
Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
p4raw-id: //depot/perl@19695
Robin Barker [Thu, 5 Jun 2003 17:16:58 +0000]
RE: maint @ 19683
Message-ID: <
533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
(skipped the MIME::Base64 part, leaving that to Gisle)
p4raw-id: //depot/perl@19694
Jarkko Hietaniemi [Thu, 5 Jun 2003 17:26:04 +0000]
SKIP label was missing.
p4raw-id: //depot/perl@19693
Jarkko Hietaniemi [Thu, 5 Jun 2003 16:58:23 +0000]
z/OS makedepend fix from Peter Prymmer;
still needed as reported by Brian De Pradine.
p4raw-id: //depot/perl@19692
Jarkko Hietaniemi [Thu, 5 Jun 2003 16:56:01 +0000]
Even more getspecific patches from Brian De Pradine;
macrofy the construct.
p4raw-id: //depot/perl@19691
Jarkko Hietaniemi [Thu, 5 Jun 2003 16:19:40 +0000]
z/OS threads tweak from Brian De Pradine.
p4raw-id: //depot/perl@19690
Jarkko Hietaniemi [Thu, 5 Jun 2003 05:43:31 +0000]
Upgrade to Time::HiRes 1.48.
p4raw-id: //depot/perl@19689
Rafael Garcia-Suarez [Wed, 4 Jun 2003 18:53:48 +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
Andy Dougherty [Wed, 4 Jun 2003 11:33:29 +0000]
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
Jarkko Hietaniemi [Wed, 4 Jun 2003 11:02:54 +0000]
On closer reading the proposed UTS#18 update required
even more changes.
p4raw-id: //depot/perl@19686
Jarkko Hietaniemi [Wed, 4 Jun 2003 10:14:09 +0000]
Align the 'graph' property definition with the proposed
Unicode UTS #18 update (v7).
p4raw-id: //depot/perl@19685
Dan Kogai [Wed, 4 Jun 2003 01:29:42 +0000]
[MacOS X] consider useshrplib='false' by default
Message-Id: <
94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
p4raw-id: //depot/perl@19681
Jarkko Hietaniemi [Tue, 3 Jun 2003 15:51:36 +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
Jarkko Hietaniemi [Tue, 3 Jun 2003 15:05:19 +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
Jarkko Hietaniemi [Tue, 3 Jun 2003 14:07:06 +0000]
Tiny tweaks from Joe McMahon.
p4raw-id: //depot/perl@19677
Jarkko Hietaniemi [Tue, 3 Jun 2003 12:38:46 +0000]
Tiny pod and speling tweaks.
p4raw-id: //depot/perl@19676
Jarkko Hietaniemi [Tue, 3 Jun 2003 12:20:59 +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
Jarkko Hietaniemi [Tue, 3 Jun 2003 09:51:59 +0000]
Salvage parts of #19667.
p4raw-id: //depot/perl@19673
Jarkko Hietaniemi [Tue, 3 Jun 2003 09:26:45 +0000]
Salvage parts of #19418 (the ext/PerlIO/t/open.t
still is there).
p4raw-id: //depot/perl@19672
Yitzchak Scott-Thoennes [Tue, 3 Jun 2003 01:55:06 +0000]
Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
Message-ID: <qJG3+gzkgajL092yn@efn.org>
p4raw-id: //depot/perl@19671
Jarkko Hietaniemi [Tue, 3 Jun 2003 08:04:39 +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
Gurusamy Sarathy [Mon, 2 Jun 2003 20:59:39 +0000]
fix for 09_gen_rs.t#59 failure on windows
p4raw-id: //depot/perl@19669
Gurusamy Sarathy [Mon, 2 Jun 2003 20:40:19 +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
Gurusamy Sarathy [Mon, 2 Jun 2003 18:44:34 +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
Gurusamy Sarathy [Mon, 2 Jun 2003 18:29:46 +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
Rafael Garcia-Suarez [Mon, 2 Jun 2003 18:22:06 +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
Jarkko Hietaniemi [Mon, 2 Jun 2003 16:41:37 +0000]
Upgrade to the CGI.pm 2.93.
(Lincoln keeps ripping out the BEGIN/PERL_CORE blocks. Sigh.)
p4raw-id: //depot/perl@19664
Jarkko Hietaniemi [Mon, 2 Jun 2003 16:16:51 +0000]
Whitespace tweaks.
p4raw-id: //depot/perl@19663