This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
22 years agodoc fix
Stas Bekman [Thu, 21 Mar 2002 18:47:35 +0000 (02:47 +0800)]
doc fix
Message-ID: <3C99BA47.9010403@stason.org>

p4raw-id: //depot/perl@15404

22 years agoMessage-ID: <87n0x2wa5g.fsf@vran.herceg.de>
Slaven Rezic [Thu, 21 Mar 2002 10:19:23 +0000 (11:19 +0100)]
Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>

Disable gethostbyaddr_r for all 4.x FreeBSD versions.

p4raw-id: //depot/perl@15403

22 years agoStorable is inefficient retreiving large hashes [PATCH]
Tim Bunce [Thu, 21 Mar 2002 21:18:05 +0000 (21:18 +0000)]
Storable is inefficient retreiving large hashes [PATCH]
Message-ID: <20020321211805.E25276@dansat.data-plan.com>

p4raw-id: //depot/perl@15402

22 years agoReword the Apache^Wmod_perl bit so that Sarathy
Jarkko Hietaniemi [Thu, 21 Mar 2002 20:48:52 +0000 (20:48 +0000)]
Reword the Apache^Wmod_perl bit so that Sarathy
can sleep easier :-)

p4raw-id: //depot/perl@15401

22 years agoIt seems that the strange failure (core dump) of
Jarkko Hietaniemi [Thu, 21 Mar 2002 20:19:31 +0000 (20:19 +0000)]
It seems that the strange failure (core dump) of
t/uni/fold.t on ithreads Solaris builds is a gcc bug:
(1) using Sun's cc helps
(2) rewriting the ithreads PM_SETRE() to do the
    setting in two steps helps
(3) no other platforms have the crash
(4) Tru64's Third Degree sees nothing evil
So we implement (2).

p4raw-id: //depot/perl@15400

22 years agoSolaris: default to the SUNwspro cc if it is available.
Jarkko Hietaniemi [Thu, 21 Mar 2002 20:09:23 +0000 (20:09 +0000)]
Solaris: default to the SUNwspro cc if it is available.

p4raw-id: //depot/perl@15399

22 years agoAssuming the Apache 1.3 -D_GNU_SOURCE problem
Jarkko Hietaniemi [Thu, 21 Mar 2002 18:41:57 +0000 (18:41 +0000)]
Assuming the Apache 1.3 -D_GNU_SOURCE problem
does not get fixed in time.

p4raw-id: //depot/perl@15398

22 years ago-DCRIPPLED_CC RIP
Dave Mitchell [Thu, 21 Mar 2002 17:24:40 +0000 (17:24 +0000)]
-DCRIPPLED_CC RIP
Message-ID: <20020321172440.C13683@fdgroup.com>

p4raw-id: //depot/perl@15397

22 years agoOne more proto escapee.
Jarkko Hietaniemi [Thu, 21 Mar 2002 18:00:51 +0000 (18:00 +0000)]
One more proto escapee.

p4raw-id: //depot/perl@15396

22 years agomust do -Dcc=gcc with -Dusethreads
Robin Barker [Thu, 21 Mar 2002 17:35:00 +0000 (17:35 +0000)]
must do -Dcc=gcc with -Dusethreads
Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>

p4raw-id: //depot/perl@15394

22 years agoRe: [tests for Pod::Html]
Stas Bekman [Fri, 22 Mar 2002 01:28:03 +0000 (09:28 +0800)]
Re: [tests for Pod::Html]
Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>

p4raw-id: //depot/perl@15393

22 years agoRe: [PATCH lib/Cwd.pm] fixing proto mismatch warning
Stas Bekman [Thu, 21 Mar 2002 18:50:56 +0000 (02:50 +0800)]
Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
Message-ID: <3C99BB10.50004@stason.org>

p4raw-id: //depot/perl@15392

22 years agoUpgrade to Encode 0.95, from Dan Kogai.
Jarkko Hietaniemi [Thu, 21 Mar 2002 16:16:57 +0000 (16:16 +0000)]
Upgrade to Encode 0.95, from Dan Kogai.

p4raw-id: //depot/perl@15391

22 years agoMention the new syslog try-harder feature.
Jarkko Hietaniemi [Thu, 21 Mar 2002 14:48:35 +0000 (14:48 +0000)]
Mention the new syslog try-harder feature.

p4raw-id: //depot/perl@15390

22 years agoMore HP-UX/IA64 work
Spider Boardman [Thu, 21 Mar 2002 09:23:45 +0000 (04:23 -0500)]
More HP-UX/IA64 work
Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>

p4raw-id: //depot/perl@15388

22 years agoNetWare diff from C Aditya.
Jarkko Hietaniemi [Thu, 21 Mar 2002 14:37:56 +0000 (14:37 +0000)]
NetWare diff from C Aditya.

p4raw-id: //depot/perl@15387

22 years agoThe htmlview test doesn't work yet.
Jarkko Hietaniemi [Thu, 21 Mar 2002 14:36:05 +0000 (14:36 +0000)]
The htmlview test doesn't work yet.

p4raw-id: //depot/perl@15386

22 years agoPlaceholder.
Jarkko Hietaniemi [Thu, 21 Mar 2002 14:15:01 +0000 (14:15 +0000)]
Placeholder.

p4raw-id: //depot/perl@15385

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Thu, 21 Mar 2002 14:03:50 +0000 (14:03 +0000)]
Integrate perlio:

[ 15381]
Restore tabs so dmake will parse file!
p4raw-link: @15381 on //depot/perlio: 4cbf5a93b15a5783cbe69de6f4f935df308853d2

p4raw-id: //depot/perl@15384
p4raw-integrated: from //depot/perlio@15383 'copy in' win32/makefile.mk
(@15269..)

22 years ago[tests for Pod::Html]
Stas Bekman [Tue, 19 Mar 2002 14:39:03 +0000 (22:39 +0800)]
[tests for Pod::Html]
Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>

p4raw-id: //depot/perl@15383

22 years agoUpgrade to Unicode::Normalize 0.16.
Jarkko Hietaniemi [Thu, 21 Mar 2002 04:26:03 +0000 (04:26 +0000)]
Upgrade to Unicode::Normalize 0.16.

p4raw-id: //depot/perl@15380

22 years agoSchwern's wallet is a bit more loose.
Jarkko Hietaniemi [Thu, 21 Mar 2002 02:59:46 +0000 (02:59 +0000)]
Schwern's wallet is a bit more loose.

p4raw-id: //depot/perl@15379

22 years agoFrom: "Paul Marquess" <paul_marquess@yahoo.co.uk>
Paul Marquess [Wed, 20 Mar 2002 22:56:17 +0000 (22:56 +0000)]
From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>

packWARN also for subdirs.

p4raw-id: //depot/perl@15378

22 years agoA plan is better.
Jarkko Hietaniemi [Wed, 20 Mar 2002 21:50:11 +0000 (21:50 +0000)]
A plan is better.

p4raw-id: //depot/perl@15377

22 years agoUpgrade to Encode 0.94, from Dan Kogai.
Jarkko Hietaniemi [Wed, 20 Mar 2002 21:26:09 +0000 (21:26 +0000)]
Upgrade to Encode 0.94, from Dan Kogai.

p4raw-id: //depot/perl@15376

22 years agoRats' nest.
Jarkko Hietaniemi [Wed, 20 Mar 2002 21:09:27 +0000 (21:09 +0000)]
Rats' nest.

p4raw-id: //depot/perl@15375

22 years agoRrright.
Jarkko Hietaniemi [Wed, 20 Mar 2002 21:01:59 +0000 (21:01 +0000)]
Rrright.

p4raw-id: //depot/perl@15374

22 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 20 Mar 2002 17:36:43 +0000 (17:36 +0000)]
Update Changes.

p4raw-id: //depot/perl@15373

22 years agoReapply #15336.
Jarkko Hietaniemi [Wed, 20 Mar 2002 16:54:35 +0000 (16:54 +0000)]
Reapply #15336.

p4raw-id: //depot/perl@15372

22 years agoUpgrade to Encode 0.93, from Dan Kogai.
Jarkko Hietaniemi [Wed, 20 Mar 2002 15:28:44 +0000 (15:28 +0000)]
Upgrade to Encode 0.93, from Dan Kogai.

p4raw-id: //depot/perl@15371

22 years agopatch for syslog
Nick Williams [Wed, 20 Mar 2002 15:54:14 +0000 (15:54 +0000)]
patch for syslog
Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>

p4raw-id: //depot/perl@15370

22 years agoSome failure updates.
Jarkko Hietaniemi [Wed, 20 Mar 2002 15:10:17 +0000 (15:10 +0000)]
Some failure updates.

p4raw-id: //depot/perl@15369

22 years agoGetopt::Long 2.29 from Johan Vromans.
Jarkko Hietaniemi [Wed, 20 Mar 2002 15:02:04 +0000 (15:02 +0000)]
Getopt::Long 2.29 from Johan Vromans.

p4raw-id: //depot/perl@15368

22 years agoRename ExtUtils.t to Constant.t, as suggested by
Jarkko Hietaniemi [Wed, 20 Mar 2002 14:58:56 +0000 (14:58 +0000)]
Rename ExtUtils.t to Constant.t, as suggested by
Nicholas Clark.

p4raw-id: //depot/perl@15367

22 years agoTODO - Make Schwern Poorer
Nicholas Clark [Tue, 19 Mar 2002 22:50:28 +0000 (22:50 +0000)]
TODO - Make Schwern Poorer
Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@15366

22 years agoRe: The story of O [PATCH]
Richard Foley [Sun, 17 Mar 2002 08:37:26 +0000 (09:37 +0100)]
Re: The story of O [PATCH]
Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>

p4raw-id: //depot/perl@15365

22 years agoMention the external modules Encode::HanExtra and
Jarkko Hietaniemi [Wed, 20 Mar 2002 14:43:11 +0000 (14:43 +0000)]
Mention the external modules Encode::HanExtra and
PadWalker.

p4raw-id: //depot/perl@15364

22 years agoList lexicals from debugger
Peter Scott [Tue, 19 Mar 2002 12:28:52 +0000 (04:28 -0800)]
List lexicals from debugger
Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>

p4raw-id: //depot/perl@15363

22 years agoTweaks from Autrijus Tang: should use euc-tw for Taiwan,
Jarkko Hietaniemi [Wed, 20 Mar 2002 14:37:05 +0000 (14:37 +0000)]
Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
and :encoding(xxx) was errorneously parsed.

p4raw-id: //depot/perl@15362

22 years agoexec.t tweak
Nikola Knezevic [Wed, 20 Mar 2002 01:21:40 +0000 (02:21 +0100)]
exec.t tweak
Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>

4NT returns 2 as error-code for nonexistant file.

p4raw-id: //depot/perl@15361

22 years agominor Tie::File test patch to make win32 happier, from mjd.
Jarkko Hietaniemi [Wed, 20 Mar 2002 14:33:09 +0000 (14:33 +0000)]
minor Tie::File test patch to make win32 happier, from mjd.

p4raw-id: //depot/perl@15360

22 years agomagic.t tweak
Nikola Knezevic [Wed, 20 Mar 2002 00:39:16 +0000 (01:39 +0100)]
magic.t tweak
Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>

p4raw-id: //depot/perl@15359

22 years agoTypo fix from Andreas Koenig, plus a tweak.
Jarkko Hietaniemi [Wed, 20 Mar 2002 14:23:46 +0000 (14:23 +0000)]
Typo fix from Andreas Koenig, plus a tweak.

p4raw-id: //depot/perl@15358

22 years agoSigh. The _GNU_SOURCE is needed for the struct crypt_data
Jarkko Hietaniemi [Wed, 20 Mar 2002 14:21:33 +0000 (14:21 +0000)]
Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
in Mandrake 8.2.  Now we need to figure out a way not to
unbreak Apache.

p4raw-id: //depot/perl@15357

22 years agoFix for "UTF-8 bug with s///" from Hugo.
Jarkko Hietaniemi [Wed, 20 Mar 2002 13:59:58 +0000 (13:59 +0000)]
Fix for "UTF-8 bug with s///" from Hugo.

p4raw-id: //depot/perl@15356

22 years agoInstallation updates on threads and perlio.
Jarkko Hietaniemi [Wed, 20 Mar 2002 02:23:01 +0000 (02:23 +0000)]
Installation updates on threads and perlio.

p4raw-id: //depot/perl@15354

22 years agoTpo.
Jarkko Hietaniemi [Wed, 20 Mar 2002 01:17:27 +0000 (01:17 +0000)]
Tpo.

p4raw-id: //depot/perl@15353

22 years agoRegen modlib and toc.
Jarkko Hietaniemi [Wed, 20 Mar 2002 01:15:54 +0000 (01:15 +0000)]
Regen modlib and toc.

p4raw-id: //depot/perl@15352

22 years agoWhitespace tweaks.
Jarkko Hietaniemi [Wed, 20 Mar 2002 01:12:28 +0000 (01:12 +0000)]
Whitespace tweaks.

p4raw-id: //depot/perl@15351

22 years agoIf it looks like UTF-8 (either nl_langinfo or locale variables),
Jarkko Hietaniemi [Wed, 20 Mar 2002 00:55:54 +0000 (00:55 +0000)]
If it looks like UTF-8 (either nl_langinfo or locale variables),
think UTF-8, embrace your inner UTF-8, as suggested by Larry.
(And as suggested by Markus Kuhn.)

While we are at it, document also the case of
mixed hash keys as a known potential troublemaker.
(Since it's locale-related, sometimes.)

p4raw-id: //depot/perl@15350

22 years agoSurely a typo.
Jarkko Hietaniemi [Wed, 20 Mar 2002 00:47:17 +0000 (00:47 +0000)]
Surely a typo.

p4raw-id: //depot/perl@15349

22 years agoTake two.
Jarkko Hietaniemi [Tue, 19 Mar 2002 22:05:29 +0000 (22:05 +0000)]
Take two.

p4raw-id: //depot/perl@15348

22 years agoLet's try this from scratch.
Jarkko Hietaniemi [Tue, 19 Mar 2002 22:04:45 +0000 (22:04 +0000)]
Let's try this from scratch.

p4raw-id: //depot/perl@15347

22 years agoI could do this all day...
Jarkko Hietaniemi [Tue, 19 Mar 2002 21:59:14 +0000 (21:59 +0000)]
I could do this all day...

p4raw-id: //depot/perl@15346

22 years agoGrrr.
Jarkko Hietaniemi [Tue, 19 Mar 2002 21:54:20 +0000 (21:54 +0000)]
Grrr.

p4raw-id: //depot/perl@15345

22 years agoRe: Nearly OK for cygwin@15318
John Peacock [Tue, 19 Mar 2002 15:58:08 +0000 (10:58 -0500)]
Re: Nearly OK for cygwin@15318
Message-ID: <3C97A660.3060302@rowman.com>

p4raw-id: //depot/perl@15344

22 years agoRe: Nearly OK for cygwin@15318
Slaven Rezic [Tue, 19 Mar 2002 21:47:49 +0000 (22:47 +0100)]
Re: Nearly OK for cygwin@15318
Date: Tue, 19 Mar 2002 21:47:49 +0100
Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>

Subject: Re: Nearly OK for cygwin@15318
From: <slaven.rezic@berlin.de>
Date: Tue, 19 Mar 2002 21:37:18 +0100
Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>

p4raw-id: //depot/perl@15343

22 years agoD'oh.
Jarkko Hietaniemi [Tue, 19 Mar 2002 21:41:12 +0000 (21:41 +0000)]
D'oh.

p4raw-id: //depot/perl@15342

22 years ago[PATCH] proper fallback for I18N::Langinfo
Jarkko Hietaniemi [Tue, 19 Mar 2002 21:40:49 +0000 (21:40 +0000)]
[PATCH] proper fallback for I18N::Langinfo
From: Nicholas Clark <nick@unfortu.net>
Date: Tue, 19 Mar 2002 22:37:08 +0000
Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>

Subject: Re: [PATCH] proper fallback for I18N::Langinfo
From: Nicholas Clark <nick@ccl4.org>
Date: Tue, 19 Mar 2002 22:39:55 +0000
Message-ID: <20020319223954.G94831@plum.flirble.org>

p4raw-id: //depot/perl@15341

22 years agoText, not binary.
Jarkko Hietaniemi [Tue, 19 Mar 2002 21:31:16 +0000 (21:31 +0000)]
Text, not binary.

p4raw-id: //depot/perl@15340

22 years agoRe: perl@15244
H.Merijn Brand [Mon, 18 Mar 2002 17:37:31 +0000 (18:37 +0100)]
Re: perl@15244
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>

(Goedendag: Dutch whitespace police)

p4raw-id: //depot/perl@15339

22 years agoRe: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
Nicholas Clark [Tue, 19 Mar 2002 21:52:47 +0000 (21:52 +0000)]
Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@15338

22 years agoMore pathname portability checks.
Jarkko Hietaniemi [Tue, 19 Mar 2002 20:09:22 +0000 (20:09 +0000)]
More pathname portability checks.

p4raw-id: //depot/perl@15337

22 years agoBegone, Encode::Tcl::Extended.
Jarkko Hietaniemi [Tue, 19 Mar 2002 18:41:50 +0000 (18:41 +0000)]
Begone, Encode::Tcl::Extended.

p4raw-id: //depot/perl@15336

22 years agoThis is like trying to put the shaving cream
Jarkko Hietaniemi [Tue, 19 Mar 2002 18:40:10 +0000 (18:40 +0000)]
This is like trying to put the shaving cream
back to the can...

p4raw-id: //depot/perl@15335

22 years agoWith the -D_SVID_SOURCE Debian 2.2 dies on conflicting
Jarkko Hietaniemi [Tue, 19 Mar 2002 18:31:59 +0000 (18:31 +0000)]
With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
types of usleep().  Fun, fun. fun.

p4raw-id: //depot/perl@15334

22 years agoSarathy's new suggestion for Linux threading flags.
Jarkko Hietaniemi [Tue, 19 Mar 2002 18:25:21 +0000 (18:25 +0000)]
Sarathy's new suggestion for Linux threading flags.

p4raw-id: //depot/perl@15333

22 years agoRename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
Jarkko Hietaniemi [Tue, 19 Mar 2002 18:23:30 +0000 (18:23 +0000)]
Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.

p4raw-id: //depot/perl@15332

22 years agoAdd targer _test to win32 makefiles
Nikola Knezevic [Tue, 19 Mar 2002 00:42:22 +0000 (01:42 +0100)]
Add targer _test to win32 makefiles
Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>

p4raw-id: //depot/perl@15331

22 years ago"+" is not a valid filename character in VMS.
Jarkko Hietaniemi [Tue, 19 Mar 2002 18:00:48 +0000 (18:00 +0000)]
"+" is not a valid filename character in VMS.

p4raw-id: //depot/perl@15330

22 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 19 Mar 2002 15:49:12 +0000 (15:49 +0000)]
Update Changes.

p4raw-id: //depot/perl@15329

22 years agoTake away _GNU_SOURCE since that does not seem
Jarkko Hietaniemi [Tue, 19 Mar 2002 15:25:58 +0000 (15:25 +0000)]
Take away _GNU_SOURCE since that does not seem
to play well with other software (like Apache),
just hint away the WHOAs.

p4raw-id: //depot/perl@15328

22 years agoSupport crypt_r(const char*,const char*, CRYPTD*).
Jarkko Hietaniemi [Tue, 19 Mar 2002 15:16:43 +0000 (15:16 +0000)]
Support crypt_r(const char*,const char*, CRYPTD*).

p4raw-id: //depot/perl@15326

22 years agoVMS acrobatics from Peter Prymmer.
Jarkko Hietaniemi [Tue, 19 Mar 2002 14:54:21 +0000 (14:54 +0000)]
VMS acrobatics from Peter Prymmer.

p4raw-id: //depot/perl@15325

22 years agoremove warning
Stas Bekman [Tue, 19 Mar 2002 13:14:53 +0000 (21:14 +0800)]
remove warning
Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>

p4raw-id: //depot/perl@15324

22 years agoRe: ext/B/t/xref.t @15300 on VMS
Rafael Garcia-Suarez [Tue, 19 Mar 2002 10:49:27 +0000 (11:49 +0100)]
Re: ext/B/t/xref.t @15300 on VMS
Message-ID: <20020319104927.C705@rafael>

p4raw-id: //depot/perl@15323

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Tue, 19 Mar 2002 14:50:02 +0000 (14:50 +0000)]
Integrate perlio:

[ 15314]
Move docs for Encode::valid_utf8 (which does not exist)
to be docs for utf8::valid() (which does).
p4raw-link: @15314 on //depot/perlio: 5463e635e29aad1605d20ed3ea9f8b3e487e0102

p4raw-id: //depot/perl@15322
p4raw-integrated: from //depot/perlio@15321 'copy in' lib/utf8.pm
(@15196..) 'merge in' ext/Encode/Encode.pm (@15274..)

22 years agoRemove Encode::Tcl::Extended, suggested by
Jarkko Hietaniemi [Tue, 19 Mar 2002 14:48:57 +0000 (14:48 +0000)]
Remove Encode::Tcl::Extended, suggested by
SADAHIRO Tomoyuki.

p4raw-id: //depot/perl@15321

22 years agoEncode 0.90 (the one with jisx0212-1990) from Dan Kogai.
Jarkko Hietaniemi [Tue, 19 Mar 2002 14:44:18 +0000 (14:44 +0000)]
Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.

p4raw-id: //depot/perl@15320

22 years agoconstness+signedness nit.
Jarkko Hietaniemi [Tue, 19 Mar 2002 14:36:41 +0000 (14:36 +0000)]
constness+signedness nit.

p4raw-id: //depot/perl@15319

22 years agoUpdate to Unicode::Normalize 0.15 (+ the EBCDIC guards)
Jarkko Hietaniemi [Tue, 19 Mar 2002 14:04:55 +0000 (14:04 +0000)]
Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)

p4raw-id: //depot/perl@15318

22 years agoSplit the ebcdic details to perlebcdic.
Jarkko Hietaniemi [Tue, 19 Mar 2002 13:56:27 +0000 (13:56 +0000)]
Split the ebcdic details to perlebcdic.

p4raw-id: //depot/perl@15317

22 years agoBe explicit.
Jarkko Hietaniemi [Tue, 19 Mar 2002 13:31:55 +0000 (13:31 +0000)]
Be explicit.

p4raw-id: //depot/perl@15316

22 years agoUpdate the Unicode vs EBCDIC situation.
Jarkko Hietaniemi [Tue, 19 Mar 2002 04:58:22 +0000 (04:58 +0000)]
Update the Unicode vs EBCDIC situation.

p4raw-id: //depot/perl@15313

22 years ago[DOC PATCH] end.t (was RE: perl@15300 )
Robert Spier [Mon, 18 Mar 2002 19:22:55 +0000 (11:22 -0800)]
[DOC PATCH] end.t (was RE: perl@15300 )
Message-ID: <15510.44815.383439.823671@rls.cx>

p4raw-id: //depot/perl@15312

22 years agoUTF-8 walk errors that become visible in EBCDIC.
Jarkko Hietaniemi [Tue, 19 Mar 2002 04:00:38 +0000 (04:00 +0000)]
UTF-8 walk errors that become visible in EBCDIC.

p4raw-id: //depot/perl@15311

22 years agos/regcinclasslen/reginclass/ and remove the old
Jarkko Hietaniemi [Tue, 19 Mar 2002 03:48:27 +0000 (03:48 +0000)]
s/regcinclasslen/reginclass/ and remove the old
reginclass since nothing is using it.

p4raw-id: //depot/perl@15310

22 years agoClose the file so it can be (a) removed (b) reopened.
Jarkko Hietaniemi [Mon, 18 Mar 2002 22:18:37 +0000 (22:18 +0000)]
Close the file so it can be (a) removed (b) reopened.

p4raw-id: //depot/perl@15309

22 years agoB::perlstring and unicode
Rafael Garcia-Suarez [Mon, 18 Mar 2002 23:14:31 +0000 (00:14 +0100)]
B::perlstring and unicode
Message-ID: <20020318231431.A699@rafael>

p4raw-id: //depot/perl@15308

22 years agoFailed patch hunk reapplied.
Jarkko Hietaniemi [Mon, 18 Mar 2002 20:54:07 +0000 (20:54 +0000)]
Failed patch hunk reapplied.

p4raw-id: //depot/perl@15307

22 years agoFor DEBUGGING threaded builds.
Jarkko Hietaniemi [Mon, 18 Mar 2002 20:18:25 +0000 (20:18 +0000)]
For DEBUGGING threaded builds.

p4raw-id: //depot/perl@15306

22 years agoAUTHORS update.
Jarkko Hietaniemi [Mon, 18 Mar 2002 19:11:43 +0000 (19:11 +0000)]
AUTHORS update.

p4raw-id: //depot/perl@15305

22 years agoSomeone (*cough* *cough*) stole VMS' getpwent prototype.
Jarkko Hietaniemi [Mon, 18 Mar 2002 19:08:32 +0000 (19:08 +0000)]
Someone (*cough* *cough*) stole VMS' getpwent prototype.
(Fix from Craig Berry)

p4raw-id: //depot/perl@15304

22 years agoconfigure.com home-grown kill() check
Craig A. Berry [Mon, 18 Mar 2002 13:52:59 +0000 (07:52 -0600)]
configure.com home-grown kill() check
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>

p4raw-id: //depot/perl@15303

22 years agoUpgrade to Tie::File 0.50.
Jarkko Hietaniemi [Mon, 18 Mar 2002 15:58:00 +0000 (15:58 +0000)]
Upgrade to Tie::File 0.50.

p4raw-id: //depot/perl@15302

22 years agoAUTHORS updates.
Jarkko Hietaniemi [Mon, 18 Mar 2002 15:54:52 +0000 (15:54 +0000)]
AUTHORS updates.

p4raw-id: //depot/perl@15301

22 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 18 Mar 2002 14:58:27 +0000 (14:58 +0000)]
Update Changes.

p4raw-id: //depot/perl@15300

22 years agoOS/390 update.
Jarkko Hietaniemi [Mon, 18 Mar 2002 14:53:11 +0000 (14:53 +0000)]
OS/390 update.

p4raw-id: //depot/perl@15299

22 years agoForgot from #15288.
Jarkko Hietaniemi [Mon, 18 Mar 2002 14:44:19 +0000 (14:44 +0000)]
Forgot from #15288.

p4raw-id: //depot/perl@15298

22 years agoMake regex DEBUGGING faster.
Jarkko Hietaniemi [Mon, 18 Mar 2002 14:39:15 +0000 (14:39 +0000)]
Make regex DEBUGGING faster.

p4raw-id: //depot/perl@15297