This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
22 years ago(Retracted by #12185)
chromatic [Sat, 22 Sep 2001 09:43:20 +0000 (03:43 -0600)]
(Retracted by #12185)

Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
Add Tests for warnings::register, Doc Update
Message-Id: <20010922154815.32004.qmail@onion.perl.org>

p4raw-id: //depot/perl@12136

22 years ago`@foo' should be @foo for consistency.
Abhijit Menon-Sen [Sat, 22 Sep 2001 15:07:50 +0000 (15:07 +0000)]
`@foo' should be @foo for consistency.

p4raw-id: //depot/perl@12135

22 years ago(Retracted by #12138)
Jarkko Hietaniemi [Sat, 22 Sep 2001 14:20:47 +0000 (14:20 +0000)]
(Retracted by #12138)

Add -woff (turn warning off) 3187:
"A pointer is converted to a smaller integer."
This happens when your pointers are 64-bit: then every case
of converting pointers to PADOFFSETs (explicitly 32-bit)
faces truncation (even explicit use of INT2PTR doesn't help).
CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
Changing PADOFFSET from U32 to UV would help, but that
would break binary backward compatibility of BASEOP and padop
(assuming you have been using 64-bit pointers).

p4raw-id: //depot/perl@12134

22 years agoMore 8.3-cleanup: there isn't an encoding called macRumanian,
Jarkko Hietaniemi [Sat, 22 Sep 2001 13:53:49 +0000 (13:53 +0000)]
More 8.3-cleanup: there isn't an encoding called macRumanian,
but the name comes from the inside the file, not from the file
name, and Rumanian is the name of the language.

p4raw-id: //depot/perl@12133

22 years agoRename perltootc as perltooc for 8.3-friedliness.
Jarkko Hietaniemi [Sat, 22 Sep 2001 13:48:29 +0000 (13:48 +0000)]
Rename perltootc as perltooc for 8.3-friedliness.

p4raw-id: //depot/perl@12132

22 years agoFind more conflicts by lowercasing.
Jarkko Hietaniemi [Sat, 22 Sep 2001 13:38:49 +0000 (13:38 +0000)]
Find more conflicts by lowercasing.

p4raw-id: //depot/perl@12131

22 years agoThe AIX cc 5.0.0.0 is simply too buggy.
Jarkko Hietaniemi [Sat, 22 Sep 2001 13:20:20 +0000 (13:20 +0000)]
The AIX cc 5.0.0.0 is simply too buggy.

p4raw-id: //depot/perl@12130

22 years agoUninteresting cleanup.
Abhijit Menon-Sen [Sat, 22 Sep 2001 12:35:38 +0000 (12:35 +0000)]
Uninteresting cleanup.

p4raw-id: //depot/perl@12129

22 years agoMissing ")" in CvFILEGV
Paul Marquess [Sat, 22 Sep 2001 14:29:13 +0000 (15:29 +0100)]
Missing ")" in CvFILEGV
Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>

p4raw-id: //depot/perl@12128

22 years agoWhat's a backet?
Abhijit Menon-Sen [Sat, 22 Sep 2001 12:04:28 +0000 (12:04 +0000)]
What's a backet?

p4raw-id: //depot/perl@12127

22 years agoRemoved duplicated tests #19 and #20.
Abhijit Menon-Sen [Sat, 22 Sep 2001 10:02:34 +0000 (10:02 +0000)]
Removed duplicated tests #19 and #20.

p4raw-id: //depot/perl@12126

22 years agoRe: [ID 20010919.001] local() fails on imported variables
Michael Carman [Fri, 21 Sep 2001 17:54:05 +0000 (12:54 -0500)]
Re: [ID 20010919.001] local() fails on imported variables
Message-Id: <3BABC50D.6040202@home.com>
(Applied with some changes.)

p4raw-id: //depot/perl@12125

22 years agoReconciling the Cwd/File::Spec differences
Michael G. Schwern [Fri, 21 Sep 2001 19:20:40 +0000 (15:20 -0400)]
Reconciling the Cwd/File::Spec differences
Message-Id: <20010921192040.E5494@blackrider>

p4raw-id: //depot/perl@12124

22 years agot/op/chdir.t won't pass on VMS
Blair Zajac [Fri, 21 Sep 2001 15:13:04 +0000 (08:13 -0700)]
t/op/chdir.t won't pass on VMS
Message-Id: <3BABBB70.55FD41DC@orcaware.com>

p4raw-id: //depot/perl@12123

22 years ago[REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
Michael G. Schwern [Fri, 21 Sep 2001 17:59:03 +0000 (13:59 -0400)]
[REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
20010920.007
Message-Id: <20010921175903.V5494@blackrider>

p4raw-id: //depot/perl@12122

22 years agoexpand DOS-like table (was Re: test
Michael G. Schwern [Fri, 21 Sep 2001 19:41:03 +0000 (15:41 -0400)]
expand DOS-like table (was Re: test
suite on WinCE)
Message-Id: <20010921194103.G5494@blackrider>

p4raw-id: //depot/perl@12121

22 years agoRe: Weird $ENV{FOO} = undef warning
Michael G. Schwern [Fri, 21 Sep 2001 17:33:35 +0000 (13:33 -0400)]
Re: Weird $ENV{FOO} = undef warning
Message-Id: <20010921173335.T5494@blackrider>
       ($ENV{FOO}=undef hunk not applied.)

p4raw-id: //depot/perl@12120

22 years agoperldiag.pod
Peter Scott [Fri, 21 Sep 2001 18:54:50 +0000 (11:54 -0700)]
perldiag.pod
Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
       (Moved to the right place.)

p4raw-id: //depot/perl@12119

22 years agonew regression tests for bug ID 20010920.007
Rafael Garcia-Suarez [Fri, 21 Sep 2001 22:36:54 +0000 (00:36 +0200)]
new regression tests for bug ID 20010920.007
Message-Id: <20010921223654.A12742@rafael>

p4raw-id: //depot/perl@12118

22 years agoRestore things as they were before
Jarkko Hietaniemi [Fri, 21 Sep 2001 20:05:23 +0000 (20:05 +0000)]
Restore things as they were before
the backward compatibility police notices.

p4raw-id: //depot/perl@12117

22 years agoMore Cwd from Schwern: make also OS/2 and DOS
Jarkko Hietaniemi [Fri, 21 Sep 2001 17:52:28 +0000 (17:52 +0000)]
More Cwd from Schwern: make also OS/2 and DOS
Cwd agree with File::Spec (that is, native path
syntax using \ instead of / -- backward compatibility
polic warning) and stop Win32 from using bsd_realpath().

p4raw-id: //depot/perl@12116

22 years agoRE: Untested libraries update
Paul Marquess [Fri, 21 Sep 2001 18:21:07 +0000 (19:21 +0100)]
RE: Untested libraries update
Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>

p4raw-id: //depot/perl@12115

22 years agoRe: And now the Cwd problem (was Re: chdir.t problem...)
Michael G. Schwern [Thu, 20 Sep 2001 22:54:02 +0000 (18:54 -0400)]
Re: And now the Cwd problem (was Re: chdir.t problem...)
Message-ID: <20010920225402.A3611@blackrider>

p4raw-id: //depot/perl@12114

22 years agoavoid v-strings with require/use
Ronald J. Kimball [Fri, 21 Sep 2001 12:34:40 +0000 (08:34 -0400)]
avoid v-strings with require/use
Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>

p4raw-id: //depot/perl@12113

22 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 21 Sep 2001 13:59:13 +0000 (13:59 +0000)]
Update Changes.

p4raw-id: //depot/perl@12110

22 years agoMake AIX and Tru64 compilers happy.
Jarkko Hietaniemi [Fri, 21 Sep 2001 13:44:43 +0000 (13:44 +0000)]
Make AIX and Tru64 compilers happy.

p4raw-id: //depot/perl@12109

22 years agoRe: [ID 20010920.007] q and qq does not work after do
Rafael Garcia-Suarez [Fri, 21 Sep 2001 09:16:37 +0000 (09:16 +0000)]
Re: [ID 20010920.007] q and qq does not work after do
Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>

p4raw-id: //depot/perl@12108

22 years agopp_chdir Win32 fix
Michael G. Schwern [Thu, 20 Sep 2001 21:21:34 +0000 (17:21 -0400)]
pp_chdir Win32 fix
Message-ID: <20010920212134.Y28291@blackrider>

p4raw-id: //depot/perl@12107

22 years agoRe: GDB Debugging Macros from mod_perl
Robert Spier [Thu, 20 Sep 2001 22:45:03 +0000 (15:45 -0700)]
Re: GDB Debugging Macros from mod_perl
Message-ID: <15274.54239.413929.49430@rls.cx>

p4raw-id: //depot/perl@12106

22 years agoFixed bug where Time::HiRes::time returned time adjusted to
Artur Bergman [Fri, 21 Sep 2001 10:33:34 +0000 (10:33 +0000)]
Fixed bug where Time::HiRes::time returned time adjusted to
timezone! GetSystemTime should be available on all Win32
platforms we support. Perhaps Time::HiRes should be extended to
support WinCE and Novell?

p4raw-id: //depot/perl@12105

22 years ago Attempt to fix solaris issue raised by Andy Dougherty.
Artur Bergman [Fri, 21 Sep 2001 08:12:39 +0000 (08:12 +0000)]
 Attempt to fix solaris issue raised by Andy Dougherty.

p4raw-id: //depot/perl@12104

22 years agoRename the *thread* functions to Perl_* to avoid clashes.
Artur Bergman [Fri, 21 Sep 2001 07:57:41 +0000 (07:57 +0000)]
Rename the *thread* functions to Perl_* to avoid clashes.
Notably on AIX but could become a problem on other platforms.

p4raw-id: //depot/perl@12103

22 years agoAdd the shared sv space to the global vars.
Artur Bergman [Fri, 21 Sep 2001 07:35:30 +0000 (07:35 +0000)]
Add the shared sv space to the global vars.
Fix problems compiling on win32.

p4raw-id: //depot/perl@12102

22 years agowin32/Makefile warning fix
Blair Zajac [Thu, 20 Sep 2001 18:15:43 +0000 (11:15 -0700)]
win32/Makefile warning fix
Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>

p4raw-id: //depot/perl@12101

22 years agoCommand.t patch had some errors... sorry.
Nikola Knezevic [Thu, 20 Sep 2001 18:36:22 +0000 (20:36 +0200)]
Command.t patch had some errors... sorry.
Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>

p4raw-id: //depot/perl@12100

22 years agoCant spl wirth a dam.
Jarkko Hietaniemi [Thu, 20 Sep 2001 21:53:00 +0000 (21:53 +0000)]
Cant spl wirth a dam.

p4raw-id: //depot/perl@12099

22 years agoDon't use C++ comments.
Jarkko Hietaniemi [Thu, 20 Sep 2001 21:52:24 +0000 (21:52 +0000)]
Don't use C++ comments.

p4raw-id: //depot/perl@12098

22 years agoChange #12044 didn't.
Abhijit Menon-Sen [Thu, 20 Sep 2001 21:42:07 +0000 (21:42 +0000)]
Change #12044 didn't.

p4raw-id: //depot/perl@12097

22 years agoRemove iconv references since we are not using it
Jarkko Hietaniemi [Thu, 20 Sep 2001 13:38:22 +0000 (13:38 +0000)]
Remove iconv references since we are not using it
and not going to; regen perltoc, perlmodlib.
(Some references still linger in perltoc, have to figure
out where they are coming from.)

p4raw-id: //depot/perl@12095

22 years agoRe: ARGV and read
Dave Mitchell [Thu, 20 Sep 2001 13:21:31 +0000 (14:21 +0100)]
Re: ARGV and read
Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>

p4raw-id: //depot/perl@12094

22 years agoFresh copies from the cvs.perl.org perlfaq repository.
Jarkko Hietaniemi [Thu, 20 Sep 2001 12:45:35 +0000 (12:45 +0000)]
Fresh copies from the cvs.perl.org perlfaq repository.

p4raw-id: //depot/perl@12093

22 years agoRe: n questions (was Re: 4 questions about pack/unpack)
Nicholas Clark [Thu, 20 Sep 2001 14:27:08 +0000 (15:27 +0100)]
Re: n questions (was Re: 4 questions about pack/unpack)
Message-ID: <20010920142708.X4971@plum.flirble.org>

p4raw-id: //depot/perl@12092

22 years agoThe sharedsv_space* are variables, not code. Duh.
Jarkko Hietaniemi [Thu, 20 Sep 2001 12:16:50 +0000 (12:16 +0000)]
The sharedsv_space* are variables, not code.  Duh.

p4raw-id: //depot/perl@12091

22 years ago[patch lib/lib_pm.PL]
Stas Bekman [Thu, 20 Sep 2001 18:48:53 +0000 (02:48 +0800)]
[patch lib/lib_pm.PL]
Message-Id: <3BA9C995.6010302@stason.org>
       (Applied by hand.)

p4raw-id: //depot/perl@12090

22 years agoOnly 21 tests, skipping or not.
Jarkko Hietaniemi [Thu, 20 Sep 2001 01:36:23 +0000 (01:36 +0000)]
Only 21 tests, skipping or not.

p4raw-id: //depot/perl@12089

22 years agoNew exported symbols.
Jarkko Hietaniemi [Wed, 19 Sep 2001 18:54:37 +0000 (18:54 +0000)]
New exported symbols.

p4raw-id: //depot/perl@12088

22 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 19 Sep 2001 13:45:59 +0000 (13:45 +0000)]
Update Changes.

p4raw-id: //depot/perl@12087

22 years agoCorrect numbering of the tests is useful.
Jarkko Hietaniemi [Wed, 19 Sep 2001 13:02:58 +0000 (13:02 +0000)]
Correct numbering of the tests is useful.

p4raw-id: //depot/perl@12086

22 years agoMore tests now too.
Jarkko Hietaniemi [Wed, 19 Sep 2001 12:11:15 +0000 (12:11 +0000)]
More tests now too.

p4raw-id: //depot/perl@12085

22 years agoMore tests now.
Jarkko Hietaniemi [Wed, 19 Sep 2001 12:08:33 +0000 (12:08 +0000)]
More tests now.

p4raw-id: //depot/perl@12084

22 years agoThe test assumed 7-bit ASCII. Now it "just"
Jarkko Hietaniemi [Wed, 19 Sep 2001 11:35:55 +0000 (11:35 +0000)]
The test assumed 7-bit ASCII.  Now it "just"
assumes 8-bit whatever.

p4raw-id: //depot/perl@12083

22 years agoRe: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
H.Merijn Brand [Wed, 19 Sep 2001 11:45:28 +0000 (13:45 +0200)]
Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>

Lvalue casts are not portable.

p4raw-id: //depot/perl@12082

22 years agoMake the basic test contain only realy basic API tests
Artur Bergman [Wed, 19 Sep 2001 10:17:52 +0000 (10:17 +0000)]
Make the basic test contain only realy basic API tests
Seems to be a problem with detach.

p4raw-id: //depot/perl@12081

22 years ago[PATCH] Syncing with Test::Simple 0.19
Michael G. Schwern [Tue, 18 Sep 2001 19:53:48 +0000 (15:53 -0400)]
[PATCH] Syncing with Test::Simple 0.19
Date: Tue, 18 Sep 2001 19:53:48 -0400
Message-Id: <20010918195348.M585@blackrider>

Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
From: Michael G Schwern <schwern@pobox.com>
Date: Tue, 18 Sep 2001 22:07:13 -0400
Message-Id: <20010918220713.B19616@blackrider>

p4raw-id: //depot/perl@12080

22 years agoIndent the test a bit.
Jarkko Hietaniemi [Wed, 19 Sep 2001 00:19:45 +0000 (00:19 +0000)]
Indent the test a bit.

p4raw-id: //depot/perl@12079

22 years agoadded tainting for getcwd for Win32
Nikola Knezevic [Tue, 18 Sep 2001 18:06:44 +0000 (20:06 +0200)]
added tainting for getcwd for Win32
Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>

p4raw-id: //depot/perl@12078

22 years agostat access time is wrong on Win95
Nikola Knezevic [Tue, 18 Sep 2001 21:59:24 +0000 (23:59 +0200)]
stat access time is wrong on Win95
Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>

p4raw-id: //depot/perl@12077

22 years agoRe: [PATCH] t/op/crypt.t
Michael G. Schwern [Tue, 18 Sep 2001 18:47:14 +0000 (14:47 -0400)]
Re: [PATCH] t/op/crypt.t
Message-Id: <20010918184714.I585@blackrider>

p4raw-id: //depot/perl@12076

22 years agotwo test failures
Rafael Garcia-Suarez [Tue, 18 Sep 2001 19:29:37 +0000 (19:29 +0000)]
two test failures
Message-ID: <20010918221702.A17408@rafael>
partly applied, #12074 already fixed half the patch

p4raw-link: @12071 on //depot/perl: 6facdfffe71025525d0728c47e940e0df82f9b65

p4raw-id: //depot/perl@12075

22 years agoFixes test case failure introduced by #12071, the warning is
Artur Bergman [Tue, 18 Sep 2001 18:49:03 +0000 (18:49 +0000)]
Fixes test case failure introduced by #12071, the warning is
       now correctly spelled :-)

p4raw-id: //depot/perl@12074

22 years agoMake the test behave properly!
Artur Bergman [Tue, 18 Sep 2001 18:46:22 +0000 (18:46 +0000)]
Make the test behave properly!

p4raw-id: //depot/perl@12073

22 years agoOP_RCATLINE is an SVOP, not a BASEOP.
Abhijit Menon-Sen [Tue, 18 Sep 2001 18:44:59 +0000 (18:44 +0000)]
OP_RCATLINE is an SVOP, not a BASEOP.

p4raw-id: //depot/perl@12072

22 years agoDeprecate != Depreciate.
Abhijit Menon-Sen [Tue, 18 Sep 2001 18:06:27 +0000 (18:06 +0000)]
Deprecate != Depreciate.

p4raw-id: //depot/perl@12071

22 years agoGetopt::Std cleanup
Rafael Garcia-Suarez [Tue, 18 Sep 2001 17:32:13 +0000 (19:32 +0200)]
Getopt::Std cleanup
Message-Id: <20010918173213.C777@rafael>

p4raw-id: //depot/perl@12070

22 years agoForgot the makefile
Artur Bergman [Tue, 18 Sep 2001 14:56:33 +0000 (14:56 +0000)]
Forgot the makefile

p4raw-id: //depot/perl@12069

22 years agoAdds the thread 0.05 module. It is now moved to the core from CPAN.
Artur Bergman [Tue, 18 Sep 2001 14:13:26 +0000 (14:13 +0000)]
Adds the thread 0.05 module. It is now moved to the core from CPAN.
The test will fail because of Test.pm not knowing about threads.
basic needs to be manually tested
compile time warnings on IV2PTR conversions need to be fixed

p4raw-id: //depot/perl@12068

22 years agoDJGPP tweak from Laszlo Molnar.
Jarkko Hietaniemi [Tue, 18 Sep 2001 11:51:08 +0000 (11:51 +0000)]
DJGPP tweak from Laszlo Molnar.

p4raw-id: //depot/perl@12067

22 years agoChanged how ownership of mutexes are held. We never hold a mutex only a slot indicati...
Artur Bergman [Tue, 18 Sep 2001 10:24:31 +0000 (10:24 +0000)]
Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.

p4raw-id: //depot/perl@12066

22 years agoStrip ^iso- from the Encode filenames to be 8.3-friendly,
Jarkko Hietaniemi [Tue, 18 Sep 2001 00:00:09 +0000 (00:00 +0000)]
Strip ^iso- from the Encode filenames to be 8.3-friendly,
ditto ^cns.

p4raw-id: //depot/perl@12065

22 years agoMust Uppercase.
Jarkko Hietaniemi [Mon, 17 Sep 2001 23:53:38 +0000 (23:53 +0000)]
Must Uppercase.

p4raw-id: //depot/perl@12064

22 years agoAdd various encodings.
Jarkko Hietaniemi [Mon, 17 Sep 2001 23:39:28 +0000 (23:39 +0000)]
Add various encodings.

p4raw-id: //depot/perl@12063

22 years agolib/unicode relic.
Jarkko Hietaniemi [Mon, 17 Sep 2001 22:48:21 +0000 (22:48 +0000)]
lib/unicode relic.

p4raw-id: //depot/perl@12062

22 years agoRe: filename problems
Michael G. Schwern [Mon, 17 Sep 2001 17:26:26 +0000 (13:26 -0400)]
Re: filename problems
Message-ID: <20010917172626.Q585@blackrider>

p4raw-id: //depot/perl@12061

22 years agoExplicitly explain the 1e9 seconds, not everybody
Jarkko Hietaniemi [Mon, 17 Sep 2001 20:14:53 +0000 (20:14 +0000)]
Explicitly explain the 1e9 seconds, not everybody
is a C geek.

p4raw-id: //depot/perl@12060

22 years agoExplain an apparent bug reported by
Jarkko Hietaniemi [Mon, 17 Sep 2001 20:07:20 +0000 (20:07 +0000)]
Explain an apparent bug reported by
Richard J. Barbalace <rjbarbal@MIT.EDU>,
with additional explanation from Gisle Aas.

p4raw-id: //depot/perl@12059

22 years agonew tests
Rafael Garcia-Suarez [Mon, 17 Sep 2001 22:48:05 +0000 (00:48 +0200)]
new tests
Message-Id: <20010917224805.C11744@rafael>

p4raw-id: //depot/perl@12058

22 years agoIts a nit!
Abhijit Menon-Sen [Mon, 17 Sep 2001 16:51:18 +0000 (16:51 +0000)]
Its a nit!

p4raw-id: //depot/perl@12057

22 years agowaitpid enhancements for VMS
Craig A. Berry [Mon, 17 Sep 2001 12:34:20 +0000 (07:34 -0500)]
waitpid enhancements for VMS
Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>

p4raw-id: //depot/perl@12056

22 years agoMake CPAN.pm use Digest::MD5
Gisle Aas [Mon, 16 Apr 2001 16:20:34 +0000 (09:20 -0700)]
Make CPAN.pm use Digest::MD5
Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
(Applied by hand.)

p4raw-id: //depot/perl@12055

22 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 17 Sep 2001 14:06:26 +0000 (14:06 +0000)]
Update Changes.

p4raw-id: //depot/perl@12054

22 years agoAdding new files to the MANIFEST is always nice.
Jarkko Hietaniemi [Mon, 17 Sep 2001 13:45:26 +0000 (13:45 +0000)]
Adding new files to the MANIFEST is always nice.

p4raw-id: //depot/perl@12053

22 years agoReindent the PerlIO files (suggested by NI-S), used
Jarkko Hietaniemi [Mon, 17 Sep 2001 13:12:31 +0000 (13:12 +0000)]
Reindent the PerlIO files (suggested by NI-S), used
indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
(GNU indent).  Note that wholesale re-indenting might
be nice, but that would break nice formatting/alignment
of assignments, equality testing, and complex boolean
expressions with lots of &s and |s.

p4raw-id: //depot/perl@12052

22 years agoAdd a script for being 8.3-polite.
Jarkko Hietaniemi [Mon, 17 Sep 2001 12:55:53 +0000 (12:55 +0000)]
Add a script for being 8.3-polite.
The found conflicts are being worked on.

p4raw-id: //depot/perl@12051

22 years agoFixes coredump introduced by 11755 and 11790. Thanks to Doug for
Artur Bergman [Mon, 17 Sep 2001 12:44:36 +0000 (12:44 +0000)]
Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
       finding it.

p4raw-id: //depot/perl@12050

22 years agoBump up versions because of #12041.
Jarkko Hietaniemi [Mon, 17 Sep 2001 11:55:07 +0000 (11:55 +0000)]
Bump up versions because of #12041.

p4raw-id: //depot/perl@12049

22 years agoBump the version number because of #12042.
Jarkko Hietaniemi [Mon, 17 Sep 2001 11:51:54 +0000 (11:51 +0000)]
Bump the version number because of #12042.

p4raw-id: //depot/perl@12048

22 years agoRe: [PATCH] turn $a.=<F> into an RCATLINE
Abhijit Menon-Sen [Mon, 17 Sep 2001 17:44:12 +0000 (23:14 +0530)]
Re: [PATCH] turn $a.=<F> into an RCATLINE
Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>

p4raw-id: //depot/perl@12047

22 years agoRe: t/op/ver.t using skip() improperly
chromatic [Mon, 17 Sep 2001 00:22:29 +0000 (18:22 -0600)]
Re: t/op/ver.t using skip() improperly
Message-ID: <20010917062713.47716.qmail@onion.perl.org>

p4raw-id: //depot/perl@12046

22 years agoMajor POD rewrite of constant.pm
Ilmari Karonen [Mon, 17 Sep 2001 00:47:57 +0000 (03:47 +0300)]
Major POD rewrite of constant.pm
Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
(And $VERSION = '1.05'.)

p4raw-id: //depot/perl@12044

22 years agoRe: [BUG?] chdir(undef) == chdir() probably a bug
Michael G. Schwern [Mon, 17 Sep 2001 07:49:04 +0000 (09:49 +0200)]
Re: [BUG?] chdir(undef) == chdir() probably a bug
Message-Id: <20010917074904.V1588@blackrider>
(Applied with tweaks to chdir.t and pp_sys.c hunks.)

p4raw-id: //depot/perl@12043

22 years agoRe: CPAN.pm needs some hacking
chromatic [Sun, 16 Sep 2001 16:46:29 +0000 (10:46 -0600)]
Re: CPAN.pm needs some hacking
Message-ID: <20010916225113.5606.qmail@onion.perl.org>

p4raw-id: //depot/perl@12042

22 years agoChange use|require 5.005_64 to use|require 5.6.1.
Jarkko Hietaniemi [Sun, 16 Sep 2001 20:43:15 +0000 (20:43 +0000)]
Change use|require 5.005_64 to use|require 5.6.1.

p4raw-id: //depot/perl@12041

22 years agoBump up version numbers.
Jarkko Hietaniemi [Sun, 16 Sep 2001 20:36:58 +0000 (20:36 +0000)]
Bump up version numbers.

TODO 1: double check that pre-5.6.1 CPAN.pm:s
don't try to download 5.8.0 because of the
version numbers.  Mainly this means using _00
in the core version numbers.

TODO 2: the "use 5.005_64" in many modules
needs to be changed to, say, "use 5.6.1".

p4raw-id: //depot/perl@12040

22 years agoUse UCHARAT() as suggested by Inaba Hiroto.
Jarkko Hietaniemi [Sun, 16 Sep 2001 19:23:07 +0000 (19:23 +0000)]
Use UCHARAT() as suggested by Inaba Hiroto.

p4raw-id: //depot/perl@12039

22 years agoRe: Core module version numbers review
Peter Scott [Sun, 16 Sep 2001 09:09:58 +0000 (02:09 -0700)]
Re: Core module version numbers review
Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>

p4raw-id: //depot/perl@12038

22 years agoSupply more details on how lc/uc/lcfirst/ucfirst are
Jarkko Hietaniemi [Sun, 16 Sep 2001 14:27:54 +0000 (14:27 +0000)]
Supply more details on how lc/uc/lcfirst/ucfirst are
not yet fully implemented.

p4raw-id: //depot/perl@12037

22 years ago[patch] plug PL_beginav_save leak
Doug MacEachern [Sat, 15 Sep 2001 17:02:18 +0000 (10:02 -0700)]
[patch] plug PL_beginav_save leak
Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>

p4raw-id: //depot/perl@12036

22 years ago(accidentally empty checkin)
Jarkko Hietaniemi [Sat, 15 Sep 2001 23:12:28 +0000 (23:12 +0000)]
(accidentally empty checkin)

p4raw-id: //depot/perl@12035

22 years ago[patch] ithreads+PL_beginav_save
Doug MacEachern [Sat, 15 Sep 2001 16:53:01 +0000 (09:53 -0700)]
[patch] ithreads+PL_beginav_save
Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>

p4raw-id: //depot/perl@12034

22 years agoh2xs.PL with C::Scan
Tim Jenness [Sat, 15 Sep 2001 13:41:28 +0000 (03:41 -1000)]
h2xs.PL with C::Scan
Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>

p4raw-id: //depot/perl@12033