This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
22 years agoDump Unicode hash keys also as Unicode,
Jarkko Hietaniemi [Thu, 27 Sep 2001 12:05:36 +0000 (12:05 +0000)]
Dump Unicode hash keys also as Unicode,
not just as a byte string.

p4raw-id: //depot/perl@12246

22 years agoIntegrate changes #12241 and #12242 from macperl:
Jarkko Hietaniemi [Thu, 27 Sep 2001 11:15:51 +0000 (11:15 +0000)]
Integrate changes #12241 and #12242 from macperl:

Remove unneeded disabling of umask() calls

Note (get|set)sockopt are available.

p4raw-link: @12241 on //depot/maint-5.6/macperl: 113e0f7d7f04be69474441a252121e8e322dfb7e

p4raw-id: //depot/perl@12245
p4raw-integrated: from //depot/maint-5.6/macperl@12244 'copy in'
lib/File/Temp.pm (@11813..) pod/perlport.pod (@12214..)

22 years agoFlush buffers on thread closedown.
Artur Bergman [Thu, 27 Sep 2001 08:53:00 +0000 (08:53 +0000)]
Flush buffers on thread closedown.

p4raw-id: //depot/perl@12244

22 years agoDump SvUTF8(sv)s also as \x{...}.
Jarkko Hietaniemi [Thu, 27 Sep 2001 02:20:06 +0000 (02:20 +0000)]
Dump SvUTF8(sv)s also as \x{...}.

TODO: dump the SvUTF8() hash keys similarly.

p4raw-id: //depot/perl@12243

22 years agoDocumention update
Artur Bergman [Wed, 26 Sep 2001 18:44:56 +0000 (18:44 +0000)]
Documention update

p4raw-id: //depot/perl@12240

22 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 26 Sep 2001 13:49:05 +0000 (13:49 +0000)]
Update Changes.

p4raw-id: //depot/perl@12239

22 years agoCheck that all environment variables are tainted.
Jarkko Hietaniemi [Wed, 26 Sep 2001 13:40:53 +0000 (13:40 +0000)]
Check that all environment variables are tainted.

p4raw-id: //depot/perl@12238

22 years agoManual integration error in #12235.
Jarkko Hietaniemi [Wed, 26 Sep 2001 13:02:07 +0000 (13:02 +0000)]
Manual integration error in #12235.

p4raw-id: //depot/perl@12237

22 years agoRe: binmode(STDOUT, ":unix") busted when STDOUT is piped.
chromatic [Tue, 25 Sep 2001 23:57:07 +0000 (17:57 -0600)]
Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
Message-ID: <20010926060233.7554.qmail@onion.perl.org>

p4raw-id: //depot/perl@12236

22 years agoIntegrate macperl changes from Chris Nandor:
Jarkko Hietaniemi [Wed, 26 Sep 2001 12:53:16 +0000 (12:53 +0000)]
Integrate macperl changes from Chris Nandor:
12192 11817 11815 11813 11778 11775

Update CPAN.pm to work with new Mac::BuildTools instead
of ExtUtils::MM_MacOS "orphan" functions

Fix test

Make syntax check report in MPW style, fix tests
to use Mac::err=unix to get normal-style error
messages.

More module and test ports from Thomas Wegner et al

Fix open of /dev/null for Mac OS

Allow for platforms to override formatting of errors
on output from Matthias Neeracher (core files)

p4raw-id: //depot/perl@12235
p4raw-edited: from //depot/maint-5.6/macperl@12234 'edit in'
lib/File/DosGlob.pm t/op/magic.t (@11007..)
p4raw-integrated: from //depot/maint-5.6/macperl@12234 'copy in'
lib/File/Spec/Mac.pm lib/File/Temp.pm (@11007..) 'merge in'
ext/File/Glob/Glob.pm lib/CPAN.pm (@11007..)
ext/File/Glob/bsd_glob.c t/base/term.t (@11185..)
t/op/runlevel.t (@11198..) t/pod/testp2pt.pl (@11500..)
p4raw-integrated: from //depot/maint-5.6/macperl@11815 'merge in'
perl.c (@11806..)
p4raw-integrated: from //depot/maint-5.6/macperl@11775 'merge in'
perl.h pp_ctl.c util.c (@11007..)

22 years agogrrr.
Jarkko Hietaniemi [Wed, 26 Sep 2001 11:58:11 +0000 (11:58 +0000)]
grrr.

p4raw-id: //depot/perl@12234

22 years agoRetract #12232.
Jarkko Hietaniemi [Wed, 26 Sep 2001 11:56:09 +0000 (11:56 +0000)]
Retract #12232.

p4raw-id: //depot/perl@12233

22 years ago(Retracted by #12233.)
Jarkko Hietaniemi [Wed, 26 Sep 2001 11:53:37 +0000 (11:53 +0000)]
(Retracted by #12233.)

p4raw-id: //depot/perl@12232

22 years agoDetypo.
Jarkko Hietaniemi [Wed, 26 Sep 2001 11:52:09 +0000 (11:52 +0000)]
Detypo.

p4raw-id: //depot/perl@12231

22 years agoIncrease the amount of time we spend in each thread, and add one that uses an anonymo...
Artur Bergman [Wed, 26 Sep 2001 11:36:23 +0000 (11:36 +0000)]
Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
We are using a "delay" here because we do not want to depend on thread synchronization issues.

p4raw-id: //depot/perl@12230

22 years agoNetWare tweak from Ananth Kesari.
Jarkko Hietaniemi [Wed, 26 Sep 2001 11:27:54 +0000 (11:27 +0000)]
NetWare tweak from Ananth Kesari.

p4raw-id: //depot/perl@12229

22 years agoTrick to fool case-blind filesystems.
Jarkko Hietaniemi [Wed, 26 Sep 2001 11:26:26 +0000 (11:26 +0000)]
Trick to fool case-blind filesystems.

p4raw-id: //depot/perl@12228

22 years agoThreads can start executing in a different order than they were
Artur Bergman [Wed, 26 Sep 2001 11:06:50 +0000 (11:06 +0000)]
Threads can start executing in a different order than they were
created.... so we cannot ok() inside the threadstarter.

p4raw-id: //depot/perl@12227

22 years agoAdd in stress_string.t to stress test threads a bit more.
Artur Bergman [Wed, 26 Sep 2001 07:41:45 +0000 (07:41 +0000)]
Add in stress_string.t to stress test threads a bit more.

p4raw-id: //depot/perl@12226

22 years agoFix negative refcount introduced by #12223.
Artur Bergman [Wed, 26 Sep 2001 07:04:21 +0000 (07:04 +0000)]
Fix negative refcount introduced by #12223.

p4raw-id: //depot/perl@12225

22 years agoUpdate documentation to match change #12223
Artur Bergman [Wed, 26 Sep 2001 06:57:58 +0000 (06:57 +0000)]
Update documentation to match change #12223

p4raw-link: @12223 on //depot/perl: 59ae57287215834d4b338afe99d274f35da9b1a1

p4raw-id: //depot/perl@12224

22 years agoUse a separate interpreter for the sharedsv space. Another
Artur Bergman [Wed, 26 Sep 2001 06:54:32 +0000 (06:54 +0000)]
Use a separate interpreter for the sharedsv space. Another
negative sv leak. Sigh.

p4raw-id: //depot/perl@12223

22 years agoDo the environ assignment in perl_contruct to match perl_destruct.
Artur Bergman [Wed, 26 Sep 2001 05:58:35 +0000 (05:58 +0000)]
Do the environ assignment in perl_contruct to match perl_destruct.
Now we don't need to perl_parse/perl_run. However environ is a
global....

p4raw-id: //depot/perl@12222

22 years agoMove the creation of PL_strtab to perl_construct so we can work
Artur Bergman [Wed, 26 Sep 2001 05:41:02 +0000 (05:41 +0000)]
Move the creation of PL_strtab to perl_construct so we can work
with HV and HEs without running perl_parse.

p4raw-id: //depot/perl@12221

22 years agoRe: [PATCH] AutoSplit.t (was Re: Untested libraries update)
Nicholas Clark [Wed, 26 Sep 2001 01:20:20 +0000 (02:20 +0100)]
Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
Message-Id: <20010926012020.B48092@plum.flirble.org>

p4raw-id: //depot/perl@12218

22 years agoangle bracket filespec problem on VMS
Craig A. Berry [Tue, 25 Sep 2001 18:08:42 +0000 (13:08 -0500)]
angle bracket filespec problem on VMS
Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>

p4raw-id: //depot/perl@12217

22 years agoFixing mysterious TEST failure. (was
Michael G. Schwern [Wed, 26 Sep 2001 00:38:21 +0000 (20:38 -0400)]
Fixing mysterious TEST failure. (was
Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
Message-Id: <20010926003821.A627@blackrider>

p4raw-id: //depot/perl@12216

22 years agofix test.deparse
Michael G. Schwern [Tue, 25 Sep 2001 17:43:49 +0000 (13:43 -0400)]
fix test.deparse
Message-ID: <20010925174349.B19534@blackrider>

p4raw-id: //depot/perl@12215

22 years agoskip($mess) should result in one skip.
Jarkko Hietaniemi [Tue, 25 Sep 2001 20:37:14 +0000 (20:37 +0000)]
skip($mess) should result in one skip.

p4raw-id: //depot/perl@12213

22 years agoperldiag entry for #12205.
Jarkko Hietaniemi [Tue, 25 Sep 2001 17:21:00 +0000 (17:21 +0000)]
perldiag entry for #12205.

p4raw-id: //depot/perl@12206

22 years agowarning on v-string in use/require
John Peacock [Mon, 24 Sep 2001 17:29:03 +0000 (13:29 -0400)]
warning on v-string in use/require
Message-ID: <3BAFA59F.9C0E0339@rowman.com>

p4raw-id: //depot/perl@12205

22 years agoperltooc et al updates.
Jarkko Hietaniemi [Tue, 25 Sep 2001 17:11:02 +0000 (17:11 +0000)]
perltooc et al updates.

p4raw-id: //depot/perl@12204

22 years agoDeprecating chdir(undef)/chdir('')
Michael G. Schwern [Sun, 23 Sep 2001 00:07:12 +0000 (20:07 -0400)]
Deprecating chdir(undef)/chdir('')
Message-ID: <20010923000712.A7005@blackrider>

p4raw-id: //depot/perl@12203

22 years agoSome Encode/*.enc files needs to be corrected
SADAHIRO Tomoyuki [Wed, 26 Sep 2001 01:25:10 +0000 (10:25 +0900)]
Some Encode/*.enc files needs to be corrected
Message-Id: <20010926012410.5B86.BQW10602@nifty.com>

p4raw-id: //depot/perl@12202

22 years agoIntegrate change #12200 from maintperl;
Jarkko Hietaniemi [Tue, 25 Sep 2001 16:52:03 +0000 (16:52 +0000)]
Integrate change #12200 from maintperl;
on windows, virtualized environment could propagate deleted variables
into children if they happen to be at the very end of the table

p4raw-link: @12200 on //depot/maint-5.6/perl: a54e6844a84a87ee0c736e691b5bedbfcbccb5bd

p4raw-id: //depot/perl@12201
p4raw-integrated: from //depot/maint-5.6/perl@12199 'merge in'
win32/perlhost.h (@12146..)

22 years agoavoid the use of ftime() (it does a useless, potentially
Gurusamy Sarathy [Tue, 25 Sep 2001 15:19:13 +0000 (15:19 +0000)]
avoid the use of ftime() (it does a useless, potentially
expensive call to GetTimeZoneInformation()); this potentially
also results in three more digits of precision from
Time::HiRes::time()

p4raw-id: //depot/perl@12199

22 years agoReplace the use Test::More in t/{op,io,run} with t/test.pl.
Jarkko Hietaniemi [Tue, 25 Sep 2001 14:27:01 +0000 (14:27 +0000)]
Replace the use Test::More in t/{op,io,run} with t/test.pl.

Note: io/binmode is failing, have to figure out why.

p4raw-id: //depot/perl@12198

22 years agoAutoSplit.t (was Re: Untested libraries update)
Nicholas Clark [Tue, 25 Sep 2001 00:37:40 +0000 (01:37 +0100)]
AutoSplit.t (was Re: Untested libraries update)
Message-Id: <20010925003740.S4971@plum.flirble.org>
(Further changes expected.)

p4raw-id: //depot/perl@12197

22 years agoSecond attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong...
Artur Bergman [Tue, 25 Sep 2001 13:37:12 +0000 (13:37 +0000)]
Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses
_ftime to try and be more robust.

p4raw-id: //depot/perl@12196

22 years agoperltootc -> perltooc in vms/descrip_mms.template
Craig A. Berry [Mon, 24 Sep 2001 17:54:20 +0000 (12:54 -0500)]
perltootc -> perltooc in vms/descrip_mms.template
Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>

p4raw-id: //depot/perl@12194

22 years agoRetract #12136, the warnings::register is already
Jarkko Hietaniemi [Mon, 24 Sep 2001 18:56:40 +0000 (18:56 +0000)]
Retract #12136, the warnings::register is already
tested by t/lib/warnings/9enabled, as pointed out
by Paul Marquess.

p4raw-id: //depot/perl@12185

22 years agofix Time::HiRes implementation of gettimeofday() on windows
Gurusamy Sarathy [Mon, 24 Sep 2001 18:39:58 +0000 (18:39 +0000)]
fix Time::HiRes implementation of gettimeofday() on windows
(HiRes.t#14 now passes)

p4raw-id: //depot/perl@12184

22 years agoFile::Spec::catfile() canonifies everything to blackslashes on
Gurusamy Sarathy [Mon, 24 Sep 2001 18:13:23 +0000 (18:13 +0000)]
File::Spec::catfile() canonifies everything to blackslashes on
windows :-(

p4raw-id: //depot/perl@12183

22 years agotest number mismatch
Gurusamy Sarathy [Mon, 24 Sep 2001 17:59:54 +0000 (17:59 +0000)]
test number mismatch

p4raw-id: //depot/perl@12182

22 years agook().
Jarkko Hietaniemi [Mon, 24 Sep 2001 17:10:41 +0000 (17:10 +0000)]
ok().

p4raw-id: //depot/perl@12181

22 years agounpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
Jarkko Hietaniemi [Mon, 24 Sep 2001 16:09:37 +0000 (16:09 +0000)]
unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
Wolfgang Laun <Wolfgang.Laun@alcatel.at>

p4raw-id: //depot/perl@12180

22 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 24 Sep 2001 15:46:49 +0000 (15:46 +0000)]
Update Changes.

p4raw-id: //depot/perl@12179

22 years ago[REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread...
Michael G. Schwern [Mon, 24 Sep 2001 11:12:13 +0000 (07:12 -0400)]
[REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
Message-ID: <20010924111213.G27885@blackrider>

p4raw-id: //depot/perl@12178

22 years agoFixing inline TODO recognition
Michael G. Schwern [Mon, 24 Sep 2001 11:02:07 +0000 (07:02 -0400)]
Fixing inline TODO recognition
Message-ID: <20010924110207.E27885@blackrider>

p4raw-id: //depot/perl@12177

22 years agoUpdate Changes.
Abhijit Menon-Sen [Mon, 24 Sep 2001 14:01:59 +0000 (14:01 +0000)]
Update Changes.

p4raw-id: //depot/perl@12176

22 years agoVarious cleanups.
Jarkko Hietaniemi [Mon, 24 Sep 2001 13:20:28 +0000 (13:20 +0000)]
Various cleanups.

p4raw-id: //depot/perl@12175

22 years ago(Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
SADAHIRO Tomoyuki [Mon, 24 Sep 2001 20:04:58 +0000 (05:04 +0900)]
(Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
Message-Id: <20010924200207.A030.BQW10602@nifty.com>

p4raw-id: //depot/perl@12171

22 years agoClarifying comment to #12164.
Jarkko Hietaniemi [Mon, 24 Sep 2001 12:08:30 +0000 (12:08 +0000)]
Clarifying comment to #12164.

p4raw-id: //depot/perl@12170

22 years agoRe: What sort of Makefile.PL should h2xs write?
Nicholas Clark [Sun, 23 Sep 2001 23:00:56 +0000 (00:00 +0100)]
Re: What sort of Makefile.PL should h2xs write?
Message-ID: <20010923230055.Y4971@plum.flirble.org>

(with "sample_constants" changed to "fallback")

p4raw-id: //depot/perl@12169

22 years agoAdd a few glibc cpp symbols to probe for.
Jarkko Hietaniemi [Mon, 24 Sep 2001 11:25:22 +0000 (11:25 +0000)]
Add a few glibc cpp symbols to probe for.

p4raw-id: //depot/perl@12167

22 years agoDJGPP tweaks for Laszlo Molnar.
Jarkko Hietaniemi [Mon, 24 Sep 2001 11:14:43 +0000 (11:14 +0000)]
DJGPP tweaks for Laszlo Molnar.

p4raw-id: //depot/perl@12166

22 years agoMore tests
Rafael Garcia-Suarez [Mon, 24 Sep 2001 10:01:44 +0000 (10:01 +0000)]
More tests
Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>

p4raw-id: //depot/perl@12165

22 years agolocal $/ = "\n";
Jeff Pinyan [Mon, 24 Sep 2001 00:22:32 +0000 (20:22 -0400)]
local $/ = "\n";
Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>

p4raw-id: //depot/perl@12164

22 years ago1_compile updates.
Jarkko Hietaniemi [Sun, 23 Sep 2001 22:50:35 +0000 (22:50 +0000)]
1_compile updates.

p4raw-id: //depot/perl@12163

22 years agoproposal : put the @INC-hooks directly in %INC
Rafael Garcia-Suarez [Wed, 19 Sep 2001 22:47:14 +0000 (00:47 +0200)]
proposal : put the @INC-hooks directly in %INC
Message-ID: <20010919224714.A6382@rafael>

p4raw-id: //depot/perl@12162

22 years agoAdd Tests for
chromatic [Sun, 23 Sep 2001 12:07:25 +0000 (06:07 -0600)]
Add Tests for
filetest Pragma
Message-Id: <20010923181223.32427.qmail@onion.perl.org>

p4raw-id: //depot/perl@12161

22 years agoAdditional minor chdir() tweak.
Abhijit Menon-Sen [Sun, 23 Sep 2001 16:32:11 +0000 (16:32 +0000)]
Additional minor chdir() tweak.

p4raw-id: //depot/perl@12160

22 years agoPATCH lib/ExtUtils/Command.t
Abe Timmerman [Sun, 23 Sep 2001 19:11:44 +0000 (21:11 +0200)]
PATCH lib/ExtUtils/Command.t
Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>

p4raw-id: //depot/perl@12159

22 years agoWin32 compilation without USE_ITHREADS
Mattia Barbon [Sun, 23 Sep 2001 02:02:26 +0000 (04:02 +0200)]
Win32 compilation without USE_ITHREADS
Message-ID: <3BAD42B2.2951.39B2E2A@localhost>

p4raw-id: //depot/perl@12158

22 years agoCleanup & OS/390 "fix"
Craig A. Berry) [Sat, 22 Sep 2001 12:54:39 +0000 (07:54 -0500)]
Cleanup & OS/390 "fix"
Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>

p4raw-id: //depot/perl@12157

22 years agoMention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
Abhijit Menon-Sen [Sun, 23 Sep 2001 07:11:46 +0000 (07:11 +0000)]
Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
by Blair Zajac.

p4raw-id: //depot/perl@12154

22 years agoRe:
chromatic [Sat, 22 Sep 2001 21:27:56 +0000 (15:27 -0600)]
Re:
Forgotten deprecation of *glob{FILEHANDLE}?
Message-Id: <20010923033252.33085.qmail@onion.perl.org>

p4raw-id: //depot/perl@12153

22 years agoFixing lib/File/Find/t/taint.t on VMS
Michael G. Schwern [Sun, 23 Sep 2001 03:34:39 +0000 (23:34 -0400)]
Fixing lib/File/Find/t/taint.t on VMS
Message-Id: <20010923033439.E7005@blackrider>

p4raw-id: //depot/perl@12152

22 years agoRe: t/op/magic.t missing tests on Win32
Michael G. Schwern [Sat, 22 Sep 2001 20:29:09 +0000 (16:29 -0400)]
Re: t/op/magic.t missing tests on Win32
Message-Id: <20010922202909.I18223@blackrider>

p4raw-id: //depot/perl@12151

22 years agoAdd tests for
chromatic [Sat, 22 Sep 2001 19:41:31 +0000 (13:41 -0600)]
Add tests for
Dumpvalue.pm
Message-Id: <20010923014628.7739.qmail@onion.perl.org>

p4raw-id: //depot/perl@12150

22 years ago2022-cn.enc of Encode.pm
SADAHIRO Tomoyuki [Sun, 23 Sep 2001 15:27:56 +0000 (00:27 +0900)]
2022-cn.enc of Encode.pm
Message-Id: <20010923152641.5E26.BQW10602@nifty.com>

p4raw-id: //depot/perl@12149

22 years agoManual eror in #12147.
Jarkko Hietaniemi [Sat, 22 Sep 2001 23:33:42 +0000 (23:33 +0000)]
Manual eror in #12147.

p4raw-id: //depot/perl@12148

22 years agoIntegrate change #12146 from maintperl;
Jarkko Hietaniemi [Sat, 22 Sep 2001 23:25:02 +0000 (23:25 +0000)]
Integrate change #12146 from maintperl;
win32_chdir() et al don't handle a NULL argument gracefully

p4raw-link: @12146 on //depot/maint-5.6/perl: 4e267243e0f1e4a79c99c8aa048aeec9c0d5cd6f

p4raw-id: //depot/perl@12147
p4raw-integrated: from //depot/maint-5.6/perl@12144 'merge in'
win32/perlhost.h (@11401..) win32/win32.c (@12026..)

22 years agoRe: scalar context unpack bugs
Nicholas Clark [Sat, 22 Sep 2001 23:07:56 +0000 (00:07 +0100)]
Re: scalar context unpack bugs
Message-ID: <20010922230755.O4971@plum.flirble.org>

p4raw-id: //depot/perl@12144

22 years agoTry ExtUtils::Command.t everywhere, not just on Win32
Jarkko Hietaniemi [Sat, 22 Sep 2001 21:18:43 +0000 (21:18 +0000)]
Try ExtUtils::Command.t everywhere, not just on Win32
(as suggested by NI-S).  Also allow running it either
in t/ or in the main directory.

p4raw-id: //depot/perl@12143

22 years agoUpdate the test on warnings/register.t.
Jarkko Hietaniemi [Sat, 22 Sep 2001 21:04:39 +0000 (21:04 +0000)]
Update the test on warnings/register.t.

p4raw-id: //depot/perl@12142

22 years agoThe code is now almost tidy enough to keep the IRIX cc happy.
Jarkko Hietaniemi [Sat, 22 Sep 2001 20:40:06 +0000 (20:40 +0000)]
The code is now almost tidy enough to keep the IRIX cc happy.

p4raw-id: //depot/perl@12141

22 years agoconfigure.com: don't build 'threads" w/out
Craig A. Berry [Sat, 22 Sep 2001 13:15:32 +0000 (08:15 -0500)]
configure.com: don't build 'threads" w/out
use_ithreads
Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>

p4raw-id: //depot/perl@12140

22 years agoDo what perl_clone() does for sharedsv functions.
Abhijit Menon-Sen [Sat, 22 Sep 2001 16:44:08 +0000 (16:44 +0000)]
Do what perl_clone() does for sharedsv functions.

p4raw-id: //depot/perl@12139

22 years agoRetract #12134; reintroduce #11949: PADOFFSETs are now UVs
Jarkko Hietaniemi [Sat, 22 Sep 2001 16:42:04 +0000 (16:42 +0000)]
Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
(suggested by Sarathy, extensions shouldn't be dabbling with
op structures, so binary backward compatibility should not be
an issue.)

p4raw-id: //depot/perl@12138

22 years agoMore cleanups. (What's PERL_DECL_PROT?)
Abhijit Menon-Sen [Sat, 22 Sep 2001 16:21:05 +0000 (16:21 +0000)]
More cleanups. (What's PERL_DECL_PROT?)

p4raw-id: //depot/perl@12137

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