This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
22 years agoPerl_re_dup()
Abhijit Menon-Sen [Thu, 12 Jul 2001 23:54:32 +0000 (05:24 +0530)]
Perl_re_dup()
Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>

p4raw-id: //depot/perl@11321

22 years agoRegen Configure, modlib, toc.
Jarkko Hietaniemi [Thu, 12 Jul 2001 17:18:54 +0000 (17:18 +0000)]
Regen Configure, modlib, toc.

p4raw-id: //depot/perl@11320

22 years agoThe problem seems to be in PerlIO::Layer::->find() not
Jarkko Hietaniemi [Thu, 12 Jul 2001 17:08:15 +0000 (17:08 +0000)]
The problem seems to be in PerlIO::Layer::->find() not
accepting the ":encoding(blurflur)" arguments.

p4raw-id: //depot/perl@11319

22 years agoAIX doc update.
Jarkko Hietaniemi [Thu, 12 Jul 2001 16:58:11 +0000 (16:58 +0000)]
AIX doc update.

p4raw-id: //depot/perl@11318

22 years agoAIX README update
H.Merijn Brand [Thu, 12 Jul 2001 19:28:30 +0000 (21:28 +0200)]
AIX README update
Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@11317

22 years agofor QNX6
Norton T. Allen [Thu, 12 Jul 2001 11:30:51 +0000 (07:30 -0400)]
for QNX6
Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>

p4raw-id: //depot/perl@11316

22 years agoMessage-Id: <200107121529.LAA23411@bottesini.harvard.edu>
Norton T. Allen [Thu, 12 Jul 2001 11:29:19 +0000 (07:29 -0400)]
Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>

p4raw-id: //depot/perl@11315

22 years ago[patch] faster PM_GETRE
Doug MacEachern [Thu, 12 Jul 2001 10:13:27 +0000 (03:13 -0700)]
[patch] faster PM_GETRE
Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>

p4raw-id: //depot/perl@11314

22 years agoRe: [PATCH] Threadsafe PMOPs! We might still win this war.
Doug MacEachern [Thu, 12 Jul 2001 10:11:28 +0000 (03:11 -0700)]
Re: [PATCH] Threadsafe PMOPs! We might still win this war.
Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>

p4raw-id: //depot/perl@11313

22 years agoTell where the nice Estonian database is.
Jarkko Hietaniemi [Thu, 12 Jul 2001 16:07:22 +0000 (16:07 +0000)]
Tell where the nice Estonian database is.

p4raw-id: //depot/perl@11312

22 years agoRetract #11309 since #11310 is a better fix.
Jarkko Hietaniemi [Thu, 12 Jul 2001 16:05:31 +0000 (16:05 +0000)]
Retract #11309 since #11310 is a better fix.

p4raw-id: //depot/perl@11311

22 years agofix for failing fork.t#12 on windows (win32_execvp() tweak in
Gurusamy Sarathy [Thu, 12 Jul 2001 15:50:40 +0000 (15:50 +0000)]
fix for failing fork.t#12 on windows (win32_execvp() tweak in
change#11300 needs to return the status of failed win32_spawnvp())

fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
splitting correctly; remove unused variables; 'require' at run time
rather than 'use' at compile time for I18N::Langinfo, since it
isn't everyware

p4raw-link: @11300 on //depot/perl: a52054cddb558e8fac6bc289e7eb6b2720470b9d

p4raw-id: //depot/perl@11310

22 years agoTemporary workaround.
Jarkko Hietaniemi [Thu, 12 Jul 2001 15:29:55 +0000 (15:29 +0000)]
Temporary workaround.

p4raw-id: //depot/perl@11309

22 years agoUCD typo in #11306 and add also more known-to-be-tested
Jarkko Hietaniemi [Thu, 12 Jul 2001 14:44:51 +0000 (14:44 +0000)]
UCD typo in #11306 and add also more known-to-be-tested
modules to the skip list.

p4raw-id: //depot/perl@11308

22 years agoRename Unicode::UCD to UnicodeCD to avoid
Jarkko Hietaniemi [Thu, 12 Jul 2001 14:38:38 +0000 (14:38 +0000)]
Rename Unicode::UCD to UnicodeCD to avoid
messups with case-insensitive filesystems.

p4raw-id: //depot/perl@11307

22 years ago[ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT
daniel@biz.bitpusher.com [Wed, 11 Jul 2001 23:25:47 +0000 (16:25 -0700)]
[ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT
Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>

p4raw-id: //depot/perl@11306

22 years agoMore accurate line numbers in messages
Paul Johnson [Thu, 12 Jul 2001 04:14:11 +0000 (06:14 +0200)]
More accurate line numbers in messages
Message-ID: <20010712041411.A3467@pjcj.net>

(With prototyping and multiplicity tweaks.)

p4raw-id: //depot/perl@11305

22 years agoCut-and-pasto in #11298.
Jarkko Hietaniemi [Thu, 12 Jul 2001 12:46:20 +0000 (12:46 +0000)]
Cut-and-pasto in #11298.

p4raw-id: //depot/perl@11303

22 years agoUpdate the AIX known problems section.
Jarkko Hietaniemi [Thu, 12 Jul 2001 12:42:35 +0000 (12:42 +0000)]
Update the AIX known problems section.

p4raw-id: //depot/perl@11302

22 years agoRe: HiRes on AIX 4.2 in threaded mode
H.Merijn Brand [Thu, 12 Jul 2001 12:16:16 +0000 (14:16 +0200)]
Re: HiRes on AIX 4.2 in threaded mode
Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@11301

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Thu, 12 Jul 2001 12:35:44 +0000 (12:35 +0000)]
Integrate perlio:

[ 11296]
Exclude reentrant_buffer from .def file

[ 11295]
Honour void-ness of my_exit()

p4raw-link: @11296 on //depot/perlio: 5bcb3f6cb4b756598a342fcff08b0a7b18954891
p4raw-link: @11295 on //depot/perlio: 190e4ad02ede9c6b01b1592b98f2bc361e74d384

p4raw-id: //depot/perl@11300

22 years agofix for PMOP threadness failures
Artur Bergman [Thu, 12 Jul 2001 09:48:06 +0000 (11:48 +0200)]
fix for PMOP threadness failures
Message-ID: <B77322D6.22DD%artur@contiller.se>

p4raw-id: //depot/perl@11299

22 years agoRE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
Vadim Konovalov [Thu, 12 Jul 2001 09:09:48 +0000 (11:09 +0200)]
RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U>

More parentheses to keep bcc happy.

p4raw-id: //depot/perl@11298

22 years agoRe: [patch] pthread_atfork bandaid
Doug MacEachern [Wed, 11 Jul 2001 23:43:17 +0000 (16:43 -0700)]
Re: [patch] pthread_atfork bandaid
Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>

p4raw-id: //depot/perl@11297

22 years agoExclude reentrant_buffer from .def file
Nick Ing-Simmons [Thu, 12 Jul 2001 11:55:48 +0000 (11:55 +0000)]
Exclude reentrant_buffer from .def file

p4raw-id: //depot/perlio@11296

22 years agoHonour void-ness of my_exit()
Nick Ing-Simmons [Thu, 12 Jul 2001 11:11:44 +0000 (11:11 +0000)]
Honour void-ness of my_exit()

p4raw-id: //depot/perlio@11295

22 years agoIntegrate mainline
Nick Ing-Simmons [Thu, 12 Jul 2001 07:51:04 +0000 (07:51 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@11294

22 years agoRetract #11289.
Jarkko Hietaniemi [Thu, 12 Jul 2001 04:58:08 +0000 (04:58 +0000)]
Retract #11289.

p4raw-id: //depot/perl@11293

22 years agoNow the :locale pseudolayer *almost* works...
Jarkko Hietaniemi [Thu, 12 Jul 2001 04:47:43 +0000 (04:47 +0000)]
Now the :locale pseudolayer *almost* works...

p4raw-id: //depot/perl@11292

22 years agoLocale encoding tweaks.
Jarkko Hietaniemi [Thu, 12 Jul 2001 04:36:47 +0000 (04:36 +0000)]
Locale encoding tweaks.

p4raw-id: //depot/perl@11291

22 years agoRe: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
Mark-Jason Dominus [Thu, 12 Jul 2001 00:59:31 +0000 (20:59 -0400)]
Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
Message-ID: <20010712045931.8543.qmail@plover.com>

Remove the chmod/umask leading zero warning.

p4raw-id: //depot/perl@11290

22 years ago(Retracted by #11289.)
Jarkko Hietaniemi [Thu, 12 Jul 2001 04:16:41 +0000 (04:16 +0000)]
(Retracted by #11289.)

p4raw-id: //depot/perl@11289

22 years agoNeeded by #11283.
Jarkko Hietaniemi [Thu, 12 Jul 2001 03:45:11 +0000 (03:45 +0000)]
Needed by #11283.

p4raw-id: //depot/perl@11288

22 years agoRe: [PATCH Configure] perl -V broken
Andy Dougherty [Wed, 11 Jul 2001 13:30:27 +0000 (09:30 -0400)]
Re: [PATCH Configure] perl -V broken
Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@11286

22 years agoRetract #11166 (and #11237).
Jarkko Hietaniemi [Thu, 12 Jul 2001 03:27:28 +0000 (03:27 +0000)]
Retract #11166 (and #11237).

p4raw-id: //depot/perl@11285

22 years agoUTS tweaks for Hal Morris.
Jarkko Hietaniemi [Thu, 12 Jul 2001 02:36:42 +0000 (02:36 +0000)]
UTS tweaks for Hal Morris.

p4raw-id: //depot/perl@11284

22 years agoUse reentrant API glibc
Artur Bergman [Thu, 12 Jul 2001 00:58:21 +0000 (02:58 +0200)]
Use reentrant API glibc
Message-ID: <B772A6AD.2288%artur@contiller.se>

p4raw-id: //depot/perl@11283

22 years agoRe: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
Barrie Slaymaker [Wed, 11 Jul 2001 15:11:46 +0000 (11:11 -0400)]
Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
Message-ID: <20010711151146.G24560@jester.slaysys.com>

p4raw-id: //depot/perl@11282

22 years ago[patch] pthread_atfork bandaid
Doug MacEachern [Wed, 11 Jul 2001 08:59:12 +0000 (01:59 -0700)]
[patch] pthread_atfork bandaid
Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>

p4raw-id: //depot/perl@11281

22 years ago[patch] perl_clone leaks
Doug MacEachern [Wed, 11 Jul 2001 08:43:32 +0000 (01:43 -0700)]
[patch] perl_clone leaks
Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>

p4raw-id: //depot/perl@11280

22 years agoIntegrate mainline
Nick Ing-Simmons [Wed, 11 Jul 2001 15:49:38 +0000 (15:49 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@11279

22 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 11 Jul 2001 13:52:20 +0000 (13:52 +0000)]
Update Changes.

p4raw-id: //depot/perl@11278

22 years agoblead kit timestamps && the problem with running perl embed.pl
Peter Prymmer [Tue, 10 Jul 2001 19:33:00 +0000 (12:33 -0700)]
blead kit timestamps && the problem with running perl embed.pl
Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>

Backport of embed.pl to 5.003.

p4raw-id: //depot/perl@11277

22 years agoRe: POSIX test #14 on UTS
Hugo van der Sanden [Wed, 11 Jul 2001 03:02:14 +0000 (04:02 +0100)]
Re: POSIX test #14 on UTS
Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>

p4raw-id: //depot/perl@11276

22 years agoMake the I32 an IV to preserve structure alignment and size.
Jarkko Hietaniemi [Wed, 11 Jul 2001 13:15:49 +0000 (13:15 +0000)]
Make the I32 an IV to preserve structure alignment and size.

p4raw-id: //depot/perl@11275

22 years agoThreadsafe PMOPs! We might still win this war.
Artur Bergman [Wed, 11 Jul 2001 14:23:37 +0000 (16:23 +0200)]
Threadsafe PMOPs! We might still win this war.
Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>

Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().

p4raw-id: //depot/perl@11274

22 years agoTweak until Pod::Parser gets updated.
Jarkko Hietaniemi [Wed, 11 Jul 2001 03:53:28 +0000 (03:53 +0000)]
Tweak until Pod::Parser gets updated.

p4raw-id: //depot/perl@11273

22 years agoFile::Spec usage tweak.
Jarkko Hietaniemi [Wed, 11 Jul 2001 00:46:05 +0000 (00:46 +0000)]
File::Spec usage tweak.

p4raw-id: //depot/perl@11272

22 years agoIntegrate #11263 from macperl; macos and macosx updates.
Jarkko Hietaniemi [Wed, 11 Jul 2001 00:37:19 +0000 (00:37 +0000)]
Integrate #11263 from macperl; macos and macosx updates.

p4raw-id: //depot/perl@11271
p4raw-integrated: from //depot/maint-5.6/macperl@11270 'merge in'
pod/perlport.pod (@11007..)

22 years agodynixptx updates for osvers='4.5.2'
Peter Prymmer [Tue, 10 Jul 2001 15:29:45 +0000 (08:29 -0700)]
dynixptx updates for osvers='4.5.2'
Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>

p4raw-id: //depot/perl@11270

22 years agoExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on...
Nicholas Clark [Tue, 10 Jul 2001 23:17:43 +0000 (00:17 +0100)]
ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
Message-ID: <20010710231742.B59620@plum.flirble.org>

p4raw-id: //depot/perl@11269

22 years ago[DOC PATCH] Pluggable runops
Paul Johnson [Tue, 10 Jul 2001 21:53:28 +0000 (23:53 +0200)]
[DOC PATCH] Pluggable runops
Message-ID: <20010710215328.B26577@pjcj.net>

p4raw-id: //depot/perl@11268

22 years agoAuthors
Artur Bergman [Tue, 10 Jul 2001 20:39:12 +0000 (22:39 +0200)]
Authors
Message-ID: <B771186F.21CD%artur@contiller.se>

p4raw-id: //depot/perl@11267

22 years agoRe: [PATCH] Small fix to pp_gmtime
Doug MacEachern [Tue, 10 Jul 2001 11:19:43 +0000 (04:19 -0700)]
Re: [PATCH] Small fix to pp_gmtime
Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>

p4raw-id: //depot/perl@11266

22 years agodoc patch; times() in scalar context
Mark-Jason Dominus [Tue, 10 Jul 2001 18:01:17 +0000 (18:01 +0000)]
doc patch; times() in scalar context
Message-ID: <20010710180117.12477.qmail@plover.com>

p4raw-id: //depot/perl@11265

22 years agoSmall fix to pp_gmtime
Artur Bergman [Tue, 10 Jul 2001 19:54:52 +0000 (21:54 +0200)]
Small fix to pp_gmtime
Message-ID: <B7710E0B.21C5%artur@contiller.se>

p4raw-id: //depot/perl@11264

22 years agoA proof of the dangers of package; ?
Jarkko Hietaniemi [Tue, 10 Jul 2001 15:21:26 +0000 (15:21 +0000)]
A proof of the dangers of package; ?

p4raw-id: //depot/perl@11262

22 years agoRegen toc and modlib.
Jarkko Hietaniemi [Tue, 10 Jul 2001 15:02:27 +0000 (15:02 +0000)]
Regen toc and modlib.

p4raw-id: //depot/perl@11261

22 years agoAdd compexcl(), casefold(), and casespec() interfaces;
Jarkko Hietaniemi [Tue, 10 Jul 2001 15:00:37 +0000 (15:00 +0000)]
Add compexcl(), casefold(), and casespec() interfaces;
and make all interfaces to return hash references instead
of hashes.

p4raw-id: //depot/perl@11260

22 years ago[PATCH bleadperl] Math::Big* doc patches (and some code)
Philip Newton [Tue, 10 Jul 2001 09:55:59 +0000 (11:55 +0200)]
[PATCH bleadperl] Math::Big* doc patches (and some code)
Date: Tue, 10 Jul 2001 09:55:59 +0200
Message-ID: <20010710.095300@ID-11583.news.dfncis.de>

Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
From: "Philip Newton" <Philip.Newton@gmx.net>
Date: Tue, 10 Jul 2001 09:56:37 +0200
Message-ID: <20010710.095600@ID-11583.news.dfncis.de>

p4raw-id: //depot/perl@11259

22 years ago[patch] undef &xsub for 1,2
Doug MacEachern [Mon, 9 Jul 2001 20:16:49 +0000 (13:16 -0700)]
[patch] undef &xsub for 1,2
Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>

(This version of the patch with a comment from Gisle.)

p4raw-id: //depot/perl@11258

22 years agoMention package; deprecation and the Win32 problems.
Jarkko Hietaniemi [Tue, 10 Jul 2001 13:45:44 +0000 (13:45 +0000)]
Mention package; deprecation and the Win32 problems.

p4raw-id: //depot/perl@11257

22 years agodeprecate package with no arguments
Robin Houston [Tue, 10 Jul 2001 13:33:40 +0000 (14:33 +0100)]
deprecate package with no arguments
Message-ID: <20010710133340.A13452@robin.kitsite.com>

p4raw-id: //depot/perl@11256

22 years agoUpgrade to podlators 1.10.
Jarkko Hietaniemi [Tue, 10 Jul 2001 13:16:11 +0000 (13:16 +0000)]
Upgrade to podlators 1.10.

p4raw-id: //depot/perl@11255

22 years agoUpgrade to Term::ANSIColor 1.04.
Jarkko Hietaniemi [Tue, 10 Jul 2001 13:09:34 +0000 (13:09 +0000)]
Upgrade to Term::ANSIColor 1.04.

p4raw-id: //depot/perl@11254

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Tue, 10 Jul 2001 12:59:27 +0000 (12:59 +0000)]
Integrate perlio:

[ 11252]
Fix open(...,"...:layer(xxx)",...)
- use memEQ not strEQ as there is '(' not '\0'

[ 11063]
Quick for for #ifdef mess

p4raw-link: @11252 on //depot/perlio: 4cddb5cd9c04fc106c6cfb974a57915742687c3a
p4raw-link: @11063 on //depot/perlio: 9ed1afdbc1bed7621d245b873ba48f50bcb0f262

p4raw-id: //depot/perl@11253

22 years agoFix open(...,"...:layer(xxx)",...)
Nick Ing-Simmons [Tue, 10 Jul 2001 06:58:14 +0000 (06:58 +0000)]
Fix open(...,"...:layer(xxx)",...)
  - use memEQ not strEQ as there is '(' not '\0'

p4raw-id: //depot/perlio@11252

22 years agoTelling the number of tests helps.
Jarkko Hietaniemi [Tue, 10 Jul 2001 04:04:18 +0000 (04:04 +0000)]
Telling the number of tests helps.

p4raw-id: //depot/perl@11251

22 years agoRequire I18N::Langinfo, not use.
Jarkko Hietaniemi [Tue, 10 Jul 2001 03:55:38 +0000 (03:55 +0000)]
Require I18N::Langinfo, not use.

p4raw-id: //depot/perl@11250

22 years agoAdd a test for for PerlIO ":encoding(...)" layer.
Jarkko Hietaniemi [Tue, 10 Jul 2001 03:50:18 +0000 (03:50 +0000)]
Add a test for for PerlIO ":encoding(...)" layer.

p4raw-id: //depot/perl@11249

22 years agoPerlIO ":encoding(foobar)" temporary fix.
Jarkko Hietaniemi [Tue, 10 Jul 2001 02:06:57 +0000 (02:06 +0000)]
PerlIO ":encoding(foobar)" temporary fix.
Not really correct, I think, since the change means
that prefixes match.

p4raw-id: //depot/perl@11248

22 years agoUpdate to Math::BigInt 1.36. The biggest news is
Jarkko Hietaniemi [Tue, 10 Jul 2001 01:38:11 +0000 (01:38 +0000)]
Update to Math::BigInt 1.36.  The biggest news is
the separation of the backend; now the pure Perl
implementation is in Math::BigInt::Calc, but one
can plugin, say, Math::BigInt::BitVect, and get
considerable speedup.

p4raw-id: //depot/perl@11247

22 years agoRe: compatibility question
Peter Prymmer [Mon, 9 Jul 2001 18:04:33 +0000 (11:04 -0700)]
Re: compatibility question
Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>

p4raw-id: //depot/perl@11246

22 years agoMessage-Id: <200107092116.RAA12010@bottesini.harvard.edu>
Norton T. Allen [Mon, 9 Jul 2001 17:16:15 +0000 (13:16 -0400)]
Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>

p4raw-id: //depot/perl@11245

22 years agoEncode::Tcl. add "HZ" encoding and bugfix
SADAHIRO Tomoyuki [Tue, 10 Jul 2001 00:29:55 +0000 (09:29 +0900)]
Encode::Tcl. add "HZ" encoding and bugfix
Message-Id: <20010710002756.B497.BQW10602@nifty.com>

p4raw-id: //depot/perl@11244

22 years agoAdd the new modules to the list of having those own tests.
Jarkko Hietaniemi [Mon, 9 Jul 2001 20:26:04 +0000 (20:26 +0000)]
Add the new modules to the list of having those own tests.

p4raw-id: //depot/perl@11242

22 years agoAdd INOUT to control both ways at the same time.
Jarkko Hietaniemi [Mon, 9 Jul 2001 19:09:58 +0000 (19:09 +0000)]
Add INOUT to control both ways at the same time.

p4raw-id: //depot/perl@11241

22 years agoIntegrate mainline
Nick Ing-Simmons [Mon, 9 Jul 2001 16:33:50 +0000 (16:33 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@11240

22 years agoMore encoding mapping magic.
Jarkko Hietaniemi [Mon, 9 Jul 2001 16:14:35 +0000 (16:14 +0000)]
More encoding mapping magic.

p4raw-id: //depot/perl@11239

22 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 9 Jul 2001 14:40:43 +0000 (14:40 +0000)]
Update Changes.

p4raw-id: //depot/perl@11238

22 years ago(Retracted by #11285).
Abhijit Menon-Sen [Mon, 9 Jul 2001 07:38:45 +0000 (13:08 +0530)]
(Retracted by #11285).

Subject: [PATCH] OPpCONST_OCTAL fixes
Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>

p4raw-id: //depot/perl@11237

22 years agoAdd a pseudolayer ":locale" to the open pragma which
Jarkko Hietaniemi [Mon, 9 Jul 2001 14:10:07 +0000 (14:10 +0000)]
Add a pseudolayer ":locale" to the open pragma which
will get the encoding from the locale.  Yet undocumented
because I can't get the PerlIO :encoding(foobar) to work.

p4raw-id: //depot/perl@11236

22 years agoAdd more encoding mappings.
Jarkko Hietaniemi [Mon, 9 Jul 2001 13:38:43 +0000 (13:38 +0000)]
Add more encoding mappings.

p4raw-id: //depot/perl@11235

22 years agoDocument that using :encoding layer requires using Encode.
Jarkko Hietaniemi [Mon, 9 Jul 2001 13:24:54 +0000 (13:24 +0000)]
Document that using :encoding layer requires using Encode.

p4raw-id: //depot/perl@11234

22 years agoNetware tweak from Ananth Kesari.
Jarkko Hietaniemi [Mon, 9 Jul 2001 13:19:34 +0000 (13:19 +0000)]
Netware tweak from Ananth Kesari.

p4raw-id: //depot/perl@11233

22 years agot/harness doesn't know about run/*.t
Gurusamy Sarathy [Mon, 9 Jul 2001 04:40:07 +0000 (04:40 +0000)]
t/harness doesn't know about run/*.t

p4raw-id: //depot/perl@11232

22 years agorun/exit.t busted on windows
Gurusamy Sarathy [Mon, 9 Jul 2001 04:36:30 +0000 (04:36 +0000)]
run/exit.t busted on windows

p4raw-id: //depot/perl@11231

22 years agofix a couple of UCD.t tests that fail due to bad case
Gurusamy Sarathy [Mon, 9 Jul 2001 04:14:54 +0000 (04:14 +0000)]
fix a couple of UCD.t tests that fail due to bad case

p4raw-id: //depot/perl@11230

22 years agotest skip logic was broken
Gurusamy Sarathy [Mon, 9 Jul 2001 03:57:06 +0000 (03:57 +0000)]
test skip logic was broken

p4raw-id: //depot/perl@11229

22 years agoremove *.pdb files on windows upon $(MAKE) clean (fixes
Gurusamy Sarathy [Mon, 9 Jul 2001 03:42:20 +0000 (03:42 +0000)]
remove *.pdb files on windows upon $(MAKE) clean (fixes
failure of ExtUtils.t#27 when built in debug mode)

p4raw-id: //depot/perl@11228

22 years agoI18N::Langinfo is not available on windows
Gurusamy Sarathy [Mon, 9 Jul 2001 02:11:04 +0000 (02:11 +0000)]
I18N::Langinfo is not available on windows

p4raw-id: //depot/perl@11227

22 years agosave a dTHX
Gurusamy Sarathy [Mon, 9 Jul 2001 01:55:23 +0000 (01:55 +0000)]
save a dTHX

p4raw-id: //depot/perl@11226

22 years agoUpdate Changes.
Jarkko Hietaniemi [Sun, 8 Jul 2001 23:42:37 +0000 (23:42 +0000)]
Update Changes.

p4raw-id: //depot/perl@11225

22 years agoGuard the nl_langinfo() with HAS_NL_LANGINFO
Jarkko Hietaniemi [Sun, 8 Jul 2001 23:05:41 +0000 (23:05 +0000)]
Guard the nl_langinfo() with HAS_NL_LANGINFO
as pointed out by Sarathy.

p4raw-id: //depot/perl@11224

22 years agoRetract #11212.
Jarkko Hietaniemi [Sun, 8 Jul 2001 22:59:01 +0000 (22:59 +0000)]
Retract #11212.

p4raw-id: //depot/perl@11223

22 years agoBump up the VERSION of Cwd.xs.
Jarkko Hietaniemi [Sun, 8 Jul 2001 17:41:22 +0000 (17:41 +0000)]
Bump up the VERSION of Cwd.xs.

p4raw-id: //depot/perl@11222

22 years agoRetract #11220, the problem wasn't the missing leading zero.
Jarkko Hietaniemi [Sun, 8 Jul 2001 17:13:38 +0000 (17:13 +0000)]
Retract #11220, the problem wasn't the missing leading zero.
Here's the problem:
$ ./perl -we 'chmod(oct("755"), ".")'
Non-octal literal mode (493) specified at -e line 1.
        (Did you mean 0493 instead?)

p4raw-id: //depot/perl@11221

22 years ago(Retracted by #11221)
Jarkko Hietaniemi [Sun, 8 Jul 2001 17:05:55 +0000 (17:05 +0000)]
(Retracted by #11221)
Change the PERM_RW and PERM_RWX to 0644 and 0755
(add the leading zero).

p4raw-id: //depot/perl@11220

22 years agoIntegrate changes #11193, 11205, 11209 from macperl.
Jarkko Hietaniemi [Sun, 8 Jul 2001 16:17:32 +0000 (16:17 +0000)]
Integrate changes #11193, 11205, 11209 from macperl.

Fix up AutoLoader to fudge for Mac paths in import().

Allow symbols in try_symbol() to begin with "_".

Small portability fix for Mac OS.

p4raw-link: @11209 on //depot/maint-5.6/macperl: 6ad6b2be750c4cb30e974afa9b2e179a2f381679
p4raw-link: @11205 on //depot/maint-5.6/macperl: 85661f92e975162c5b6280ce9e0b3cd6ee7563fd
p4raw-link: @11193 on //depot/maint-5.6/macperl: 87cd12a80943bf11d0d777d1855d8572168f9887

p4raw-id: //depot/perl@11219
p4raw-integrated: from //depot/maint-5.6/macperl@11217 'merge in'
lib/AutoLoader.pm lib/Cwd.pm makedef.pl (@11007..)

22 years agoDetypo, problem noticed by Gerrit P. Haase.
Jarkko Hietaniemi [Sun, 8 Jul 2001 16:10:07 +0000 (16:10 +0000)]
Detypo, problem noticed by Gerrit P. Haase.

p4raw-id: //depot/perl@11217