This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
21 years agoREADME mention version 5.0
Audrey Tang [Sat, 23 Feb 2002 09:35:22 +0000 (17:35 +0800)]
README mention version 5.0
Message-ID: <20020223013522.GA8694@not.autrijus.org>

p4raw-id: //depot/perl@14841

21 years agoOld hosts like NeXT Classic don't have sort -k,
Jarkko Hietaniemi [Sat, 23 Feb 2002 03:32:32 +0000 (03:32 +0000)]
Old hosts like NeXT Classic don't have sort -k,
from Paul Eggert.

p4raw-id: //depot/perl@14839

21 years agoMinor clarifications as suggested by Anton Tagunov.
Abhijit Menon-Sen [Fri, 22 Feb 2002 21:14:29 +0000 (21:14 +0000)]
Minor clarifications as suggested by Anton Tagunov.

p4raw-id: //depot/perl@14838

21 years agoRe: Prototype checking on assignment of coderef to typeglob
Rafael Garcia-Suarez [Fri, 22 Feb 2002 23:01:07 +0000 (00:01 +0100)]
Re: Prototype checking on assignment of coderef to typeglob
   Message-Id: <20020222230107.A15069@rafael>

p4raw-id: //depot/perl@14837

21 years agoIn AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
Jarkko Hietaniemi [Fri, 22 Feb 2002 20:38:32 +0000 (20:38 +0000)]
In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.

p4raw-id: //depot/perl@14835

21 years agoRe: Pyrrhic compression in Encode
Michael G. Schwern [Fri, 22 Feb 2002 12:10:28 +0000 (07:10 -0500)]
Re: Pyrrhic compression in Encode
Message-ID: <20020222171027.GB4181@blackrider>

p4raw-id: //depot/perl@14834

21 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 22 Feb 2002 14:51:17 +0000 (14:51 +0000)]
Update Changes.

p4raw-id: //depot/perl@14833

21 years agoImplement IV/UV/NV/long double pack/unpack with
Jarkko Hietaniemi [Fri, 22 Feb 2002 14:25:18 +0000 (14:25 +0000)]
Implement IV/UV/NV/long double pack/unpack with
template letters j/J/F/D (the latter two have been
undocumented aliases of f/d).

p4raw-id: //depot/perl@14832

21 years agoRe: [PATCH++] Re: [PATCH] go faster for Encode's compile
Nicholas Clark [Fri, 22 Feb 2002 14:01:25 +0000 (14:01 +0000)]
Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@14831

21 years agoNetWare change from Ananth Kesari.
Jarkko Hietaniemi [Fri, 22 Feb 2002 13:44:27 +0000 (13:44 +0000)]
NetWare change from Ananth Kesari.

p4raw-id: //depot/perl@14830

21 years agopack with a human face: part ]|[
Ilya Zakharevich [Fri, 22 Feb 2002 03:55:13 +0000 (22:55 -0500)]
pack with a human face: part ]|[
Message-ID: <20020222035513.A894@math.ohio-state.edu>

p4raw-id: //depot/perl@14829

21 years agoEBCDIC: Disable Encode::JP and Encode::Tcl for now.
Jarkko Hietaniemi [Fri, 22 Feb 2002 13:19:19 +0000 (13:19 +0000)]
EBCDIC: Disable Encode::JP and Encode::Tcl for now.

p4raw-id: //depot/perl@14828

21 years agoMake measure_struct a file static.
Jarkko Hietaniemi [Fri, 22 Feb 2002 13:11:00 +0000 (13:11 +0000)]
Make measure_struct a file static.

p4raw-id: //depot/perl@14827

21 years agoEBCDIC: someone who knows what they are doing
Jarkko Hietaniemi [Fri, 22 Feb 2002 04:30:27 +0000 (04:30 +0000)]
EBCDIC: someone who knows what they are doing
and whether it is possible at all in the first
place needs to figure these tests out on EBCDIC.
The CJK encodings heavily abuse their knowledge
of ASCII and that may require a translation layer
or four to survive UTF-EBCDIC.

p4raw-id: //depot/perl@14826

21 years agocroak() needs context.
Jarkko Hietaniemi [Fri, 22 Feb 2002 02:43:03 +0000 (02:43 +0000)]
croak() needs context.

p4raw-id: //depot/perl@14825

21 years agopack with a human face: the sequel
Ilya Zakharevich [Thu, 21 Feb 2002 21:33:37 +0000 (16:33 -0500)]
pack with a human face: the sequel
Message-ID: <20020221213337.A23848@math.ohio-state.edu>

p4raw-id: //depot/perl@14824

21 years agoRe: [PATCH++] Re: [PATCH] go faster for Encode's compile
Nicholas Clark [Fri, 22 Feb 2002 00:49:44 +0000 (00:49 +0000)]
Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@14823

21 years agoTest for #14795.
Jarkko Hietaniemi [Thu, 21 Feb 2002 22:42:17 +0000 (22:42 +0000)]
Test for #14795.

p4raw-id: //depot/perl@14822

21 years agoTesting for ASCII in EBCDIC makes one's brain hurt.
Jarkko Hietaniemi [Thu, 21 Feb 2002 22:05:20 +0000 (22:05 +0000)]
Testing for ASCII in EBCDIC makes one's brain hurt.

p4raw-id: //depot/perl@14821

21 years agonext batch of bugfixes
Rafael Garcia-Suarez [Thu, 21 Feb 2002 23:54:41 +0000 (00:54 +0100)]
next batch of bugfixes
Message-ID: <20020221235441.A17260@rafael>

p4raw-id: //depot/perl@14820

21 years agoFind Filehandles Fully (was Re: [ID 20020221.004] [PATCH] File/stat.pm , Perl 5.6.1)
chromatic [Thu, 21 Feb 2002 14:17:35 +0000 (07:17 -0700)]
Find Filehandles Fully (was Re: [ID 20020221.004] [PATCH] File/stat.pm , Perl 5.6.1)
Message-ID: <20020221211823.80922.qmail@onion.perl.org>

p4raw-id: //depot/perl@14819

21 years agoExternalization from Jatan Shah <jshah@broadcom.com>.
Jarkko Hietaniemi [Thu, 21 Feb 2002 21:01:36 +0000 (21:01 +0000)]
Externalization from Jatan Shah <jshah@broadcom.com>.

p4raw-id: //depot/perl@14818

21 years agoUpgrade to Math::BigInt 1.51.
Jarkko Hietaniemi [Thu, 21 Feb 2002 20:02:27 +0000 (20:02 +0000)]
Upgrade to Math::BigInt 1.51.

p4raw-id: //depot/perl@14817

21 years agoRe: [PATCH] 'make clobber' on Cygwin broken
Gerrit P. Haase [Thu, 21 Feb 2002 21:20:25 +0000 (22:20 +0100)]
Re: [PATCH] 'make clobber' on Cygwin broken
From: "Gerrit P. Haase" <gp@familiehaase.de>
Message-ID: <69510538936.20020221212025@familiehaase.de>

p4raw-id: //depot/perl@14816

21 years agogrouping in pack/unpack
Ilya Zakharevich [Thu, 21 Feb 2002 06:06:14 +0000 (01:06 -0500)]
grouping in pack/unpack
Message-ID: <20020221060614.A29836@math.ohio-state.edu>

p4raw-id: //depot/perl@14815

21 years agoquestion about fs.t
Nikola Knezevic [Thu, 21 Feb 2002 15:10:21 +0000 (16:10 +0100)]
question about fs.t
Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>

p4raw-id: //depot/perl@14814

21 years ago'make clobber' on Cygwin broken
Gerrit P. Haase [Thu, 21 Feb 2002 09:54:28 +0000 (10:54 +0100)]
'make clobber' on Cygwin broken
From: "Gerrit P. Haase" <gerrit@familiehaase.de>
Message-ID: <13576559576.20020221095428@familiehaase.de>

p4raw-id: //depot/perl@14813

21 years agotypo correction
Mark-Jason Dominus [Thu, 21 Feb 2002 15:43:49 +0000 (15:43 +0000)]
typo correction
   Message-Id: <20020221154349.22772.qmail@plover.com>

p4raw-id: //depot/perl@14812

21 years agoNo OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
Rafael Garcia-Suarez [Thu, 21 Feb 2002 15:22:22 +0000 (16:22 +0100)]
No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
   Message-Id: <20020221152222.A15095@rafael>

p4raw-id: //depot/perl@14811

21 years agocosmetic OS/2 patches
Ilya Zakharevich [Thu, 21 Feb 2002 06:02:48 +0000 (01:02 -0500)]
cosmetic OS/2 patches
   Message-Id: <20020221060248.A29705@math.ohio-state.edu>
p4raw-link: @14577 on //depot/perl: 0ad5258ff3f3328f321188cbb4fcd6a74b365431

p4raw-id: //depot/perl@14810

21 years agoRevert #14805, didn't quite work.
Jarkko Hietaniemi [Thu, 21 Feb 2002 05:33:07 +0000 (05:33 +0000)]
Revert #14805, didn't quite work.

p4raw-id: //depot/perl@14807

21 years agoRe: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
Paul Eggert [Wed, 20 Feb 2002 11:23:04 +0000 (03:23 -0800)]
Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>

p4raw-id: //depot/perl@14805

21 years agoMore advice.
Jarkko Hietaniemi [Thu, 21 Feb 2002 04:56:05 +0000 (04:56 +0000)]
More advice.

p4raw-id: //depot/perl@14804

21 years agoMissing MANIFESTation.
Jarkko Hietaniemi [Thu, 21 Feb 2002 04:40:37 +0000 (04:40 +0000)]
Missing MANIFESTation.

p4raw-id: //depot/perl@14803

21 years agoAdd missing Tolkien quotes to *.c
Audrey Tang [Thu, 21 Feb 2002 07:13:12 +0000 (15:13 +0800)]
Add missing Tolkien quotes to *.c
   Message-Id: <20020220231312.GA775@not.autrijus.org>

p4raw-id: //depot/perl@14802

21 years agoRe: Make Schwern poor in just 20 easy steps!
Abe Timmerman [Thu, 21 Feb 2002 00:20:40 +0000 (01:20 +0100)]
Re: Make Schwern poor in just 20 easy steps!
   Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
p4raw-link: @4 on //depot/thrperl: 11343788cbaaede18e3146b5219d2fbdaeaf516e

p4raw-id: //depot/perl@14801

21 years agoIn EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
Jarkko Hietaniemi [Wed, 20 Feb 2002 22:15:23 +0000 (22:15 +0000)]
In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
twice, causing the loop to skip every other character.

p4raw-id: //depot/perl@14800

21 years agoBetter debugging info.
Jarkko Hietaniemi [Wed, 20 Feb 2002 21:43:21 +0000 (21:43 +0000)]
Better debugging info.

p4raw-id: //depot/perl@14799

21 years agoRe: [PATCH] go faster for Encode's compile
Nicholas Clark [Wed, 20 Feb 2002 22:13:05 +0000 (22:13 +0000)]
Re: [PATCH] go faster for Encode's compile
Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@14798

21 years agoRe: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
Paul Eggert [Wed, 20 Feb 2002 11:29:30 +0000 (03:29 -0800)]
Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>

p4raw-id: //depot/perl@14797

21 years agoRe: Re-posts of some unresolved bleadperl bugreports
Hugo van der Sanden [Wed, 20 Feb 2002 18:06:59 +0000 (18:06 +0000)]
Re: Re-posts of some unresolved bleadperl bugreports
   Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>

p4raw-id: //depot/perl@14795

21 years agoperl/Makefile.SH -- care with question mark
Paul Green [Wed, 20 Feb 2002 12:21:00 +0000 (07:21 -0500)]
perl/Makefile.SH -- care with question mark
   Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>

p4raw-id: //depot/perl@14794

21 years agoForgot from #14790.
Jarkko Hietaniemi [Wed, 20 Feb 2002 16:26:56 +0000 (16:26 +0000)]
Forgot from #14790.

p4raw-id: //depot/perl@14793

21 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 20 Feb 2002 16:23:00 +0000 (16:23 +0000)]
Update Changes.

p4raw-id: //depot/perl@14792

21 years agoIntegrate change #14778 from maintperl;
Jarkko Hietaniemi [Wed, 20 Feb 2002 15:24:19 +0000 (15:24 +0000)]
Integrate change #14778 from maintperl;

constant folding on the range operator had the effect of disabling
peephole optimizations in all the siblings of the range OP; the
effect of this was that barewords could escape strictures when
they were hiding in such places
p4raw-link: @14778 on //depot/maint-5.6/perl: 0ef6625236721d79a74c662bb0d14b11d0d775c2

p4raw-id: //depot/perl@14791
p4raw-integrated: from //depot/maint-5.6/perl@14790 'merge in' op.c
(@14439..)

21 years agoRe: [ID 20020220.001] pack w with objects
Ulrich Pfeifer [Wed, 20 Feb 2002 11:21:15 +0000 (12:21 +0100)]
Re: [ID 20020220.001] pack w with objects
Message-ID: <p5g03wcv38.fsf@de.uu.net>

p4raw-id: //depot/perl@14790

21 years agoRe: [PATCH] go faster for Encode's compile
Nicholas Clark [Tue, 19 Feb 2002 23:38:36 +0000 (23:38 +0000)]
Re: [PATCH] go faster for Encode's compile
Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@14789

21 years agoRegen Glossary.
Jarkko Hietaniemi [Wed, 20 Feb 2002 15:02:31 +0000 (15:02 +0000)]
Regen Glossary.

p4raw-id: //depot/perl@14788

21 years agod_Gconvert hints and Glossary
Yitzchak Scott-Thoennes [Tue, 19 Feb 2002 11:55:36 +0000 (03:55 -0800)]
d_Gconvert hints and Glossary
Message-ID: <42qc8gzkgOFN092yn@efn.org>

p4raw-id: //depot/perl@14786

21 years ago[ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
Paul Eggert [Wed, 20 Feb 2002 03:03:51 +0000 (19:03 -0800)]
[ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>

p4raw-id: //depot/perl@14784

21 years ago[patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
Gerrit P. Haase [Wed, 20 Feb 2002 00:23:29 +0000 (01:23 +0100)]
[patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
From: "Gerrit P. Haase" <gp@familiehaase.de>
Message-ID: <70348722516.20020220002329@familiehaase.de>

p4raw-id: //depot/perl@14782

21 years agoRe: Lexical scoping bug with EXPR for EXPR?
Nicholas Clark [Tue, 19 Feb 2002 19:27:42 +0000 (19:27 +0000)]
Re: Lexical scoping bug with EXPR for EXPR?
Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>

(with modifications)

p4raw-id: //depot/perl@14781

21 years agoNetWare tweak from Ananth Kesari.
Jarkko Hietaniemi [Wed, 20 Feb 2002 13:49:44 +0000 (13:49 +0000)]
NetWare tweak from Ananth Kesari.

p4raw-id: //depot/perl@14780

21 years ago Fix suggested by Anton Tagunov <tagunov@motor.ru>.
Abhijit Menon-Sen [Wed, 20 Feb 2002 06:51:55 +0000 (06:51 +0000)]
   Fix suggested by Anton Tagunov <tagunov@motor.ru>.

p4raw-id: //depot/perl@14779

21 years agoRe: Cannot handle date (0, 0, 0, 2, 0, 1970)
Graham Barr [Tue, 19 Feb 2002 23:08:47 +0000 (23:08 +0000)]
Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
   Message-Id: <20020219230847.G66560@pobox.com>

p4raw-id: //depot/perl@14777

21 years ago[DOCPATCH] C<< >> in Tie::Hash
Nicholas Clark [Tue, 19 Feb 2002 16:23:22 +0000 (16:23 +0000)]
[DOCPATCH] C<< >> in Tie::Hash
   Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@14776

21 years agoRegen doc, regen toc.
Jarkko Hietaniemi [Tue, 19 Feb 2002 15:20:52 +0000 (15:20 +0000)]
Regen doc, regen toc.

p4raw-id: //depot/perl@14775

21 years agoRe: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
Dave Mitchell [Tue, 19 Feb 2002 16:07:52 +0000 (16:07 +0000)]
Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>

p4raw-id: //depot/perl@14774

21 years agoDetypo.
Jarkko Hietaniemi [Tue, 19 Feb 2002 15:13:57 +0000 (15:13 +0000)]
Detypo.

p4raw-id: //depot/perl@14773

21 years agoUTF-8 C API doc tweaks.
Jarkko Hietaniemi [Tue, 19 Feb 2002 15:01:25 +0000 (15:01 +0000)]
UTF-8 C API doc tweaks.

p4raw-id: //depot/perl@14772

21 years agoMention that the case-switchers know about Unicode, too.
Jarkko Hietaniemi [Tue, 19 Feb 2002 14:03:08 +0000 (14:03 +0000)]
Mention that the case-switchers know about Unicode, too.

p4raw-id: //depot/perl@14771

21 years agoUpgrade to Locale::Codes 2.01.
Jarkko Hietaniemi [Tue, 19 Feb 2002 13:49:52 +0000 (13:49 +0000)]
Upgrade to Locale::Codes 2.01.

p4raw-id: //depot/perl@14770

21 years ago{PATCH] Re: Lexical scoping bug with EXPR for EXPR?
Dave Mitchell [Tue, 19 Feb 2002 10:30:30 +0000 (10:30 +0000)]
{PATCH] Re: Lexical scoping bug with EXPR for EXPR?
Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>

p4raw-id: //depot/perl@14769

21 years agoClarify SvPV and SvPV_force api docs
Sam Tregar [Mon, 18 Feb 2002 23:09:22 +0000 (18:09 -0500)]
Clarify SvPV and SvPV_force api docs
Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>

p4raw-id: //depot/perl@14768

21 years agoThe test requires perlio.
Jarkko Hietaniemi [Tue, 19 Feb 2002 13:29:04 +0000 (13:29 +0000)]
The test requires perlio.

p4raw-id: //depot/perl@14767

21 years agoMisplaced block end.
Jarkko Hietaniemi [Tue, 19 Feb 2002 04:57:59 +0000 (04:57 +0000)]
Misplaced block end.

p4raw-id: //depot/perl@14766

21 years agoThe POSIX extensions are deadly.
Jarkko Hietaniemi [Tue, 19 Feb 2002 04:53:30 +0000 (04:53 +0000)]
The POSIX extensions are deadly.

p4raw-id: //depot/perl@14765

21 years agoLet's not overdo the growth.
Jarkko Hietaniemi [Tue, 19 Feb 2002 04:44:41 +0000 (04:44 +0000)]
Let's not overdo the growth.

p4raw-id: //depot/perl@14764

21 years agoThird time makes the charm.
Jarkko Hietaniemi [Tue, 19 Feb 2002 04:19:21 +0000 (04:19 +0000)]
Third time makes the charm.

p4raw-id: //depot/perl@14763

21 years agoOops.
Jarkko Hietaniemi [Tue, 19 Feb 2002 04:03:46 +0000 (04:03 +0000)]
Oops.

p4raw-id: //depot/perl@14762

21 years agoAdd back the new casing tests.
Jarkko Hietaniemi [Tue, 19 Feb 2002 03:49:34 +0000 (03:49 +0000)]
Add back the new casing tests.

p4raw-id: //depot/perl@14761

21 years agoPrefer special case mappings.
Jarkko Hietaniemi [Tue, 19 Feb 2002 03:49:16 +0000 (03:49 +0000)]
Prefer special case mappings.

p4raw-id: //depot/perl@14760

21 years agoTry special casing first.
Jarkko Hietaniemi [Tue, 19 Feb 2002 03:48:46 +0000 (03:48 +0000)]
Try special casing first.

p4raw-id: //depot/perl@14759

21 years agoNot extending enough.
Jarkko Hietaniemi [Tue, 19 Feb 2002 01:55:14 +0000 (01:55 +0000)]
Not extending enough.

p4raw-id: //depot/perl@14758

21 years agoNo need to store identity mappings.
Jarkko Hietaniemi [Tue, 19 Feb 2002 00:21:07 +0000 (00:21 +0000)]
No need to store identity mappings.

p4raw-id: //depot/perl@14757

21 years ago Forward port #14704 from maint-5.6.
Abhijit Menon-Sen [Mon, 18 Feb 2002 20:21:17 +0000 (20:21 +0000)]
   Forward port #14704 from maint-5.6.

p4raw-id: //depot/perl@14756

21 years agoRegen Changes.
Jarkko Hietaniemi [Mon, 18 Feb 2002 20:16:40 +0000 (20:16 +0000)]
Regen Changes.

p4raw-id: //depot/perl@14755

21 years agoVMS cando_by_name and current process privs
Craig A. Berry [Mon, 18 Feb 2002 14:03:30 +0000 (08:03 -0600)]
VMS cando_by_name and current process privs
   From: "Craig A. Berry" <craigberry@mac.com>
   Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>

p4raw-id: //depot/perl@14754

21 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 18 Feb 2002 17:58:39 +0000 (17:58 +0000)]
Update Changes.

p4raw-id: //depot/perl@14753

21 years agoWhat do you know; these tests unearthed nasty problems.
Jarkko Hietaniemi [Mon, 18 Feb 2002 17:54:44 +0000 (17:54 +0000)]
What do you know; these tests unearthed nasty problems.
Will resolve those first.

p4raw-id: //depot/perl@14752

21 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 18 Feb 2002 17:52:23 +0000 (17:52 +0000)]
Update Changes.

p4raw-id: //depot/perl@14751

21 years agoRe: IO::Poll: Removing Handles
Matthew Sachs [Mon, 18 Feb 2002 13:19:01 +0000 (08:19 -0500)]
Re: IO::Poll: Removing Handles
   Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>

p4raw-id: //depot/perl@14750

21 years agoVMS test fix-ups (alarm.t and glob.t)
Craig A. Berry [Mon, 18 Feb 2002 11:52:21 +0000 (05:52 -0600)]
VMS test fix-ups (alarm.t and glob.t)
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>

p4raw-id: //depot/perl@14749

21 years ago s/load_module/Perl_load_module/
Abhijit Menon-Sen [Mon, 18 Feb 2002 15:53:36 +0000 (15:53 +0000)]
   s/load_module/Perl_load_module/

p4raw-id: //depot/perl@14748

21 years agoUnused in ASCII, used in EBCDIC.
Jarkko Hietaniemi [Mon, 18 Feb 2002 15:43:06 +0000 (15:43 +0000)]
Unused in ASCII, used in EBCDIC.

p4raw-id: //depot/perl@14747

21 years agoUpgrade to Locale::Codes 2.00.
Jarkko Hietaniemi [Mon, 18 Feb 2002 15:26:32 +0000 (15:26 +0000)]
Upgrade to Locale::Codes 2.00.

p4raw-id: //depot/perl@14746

21 years agoRe: [ID 20020213.001] "Unknown error" as a message from compilation
Rafael Garcia-Suarez [Sat, 16 Feb 2002 00:06:01 +0000 (01:06 +0100)]
Re: [ID 20020213.001] "Unknown error" as a message from compilation
   Message-Id: <20020216000601.A17249@rafael>

p4raw-id: //depot/perl@14745

21 years agoMore Unicode casing checks.
Jarkko Hietaniemi [Mon, 18 Feb 2002 14:54:47 +0000 (14:54 +0000)]
More Unicode casing checks.

p4raw-id: //depot/perl@14744

21 years agoIO::Poll: Removing Handles
Matthew Sachs [Sun, 17 Feb 2002 04:49:46 +0000 (23:49 -0500)]
IO::Poll: Removing Handles
   Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>

p4raw-id: //depot/perl@14743

21 years agobug on "do NUMBER"
Rafael Garcia-Suarez [Mon, 18 Feb 2002 15:41:26 +0000 (16:41 +0100)]
bug on "do NUMBER"
   Message-Id: <20020218154126.A692@rafael>

p4raw-id: //depot/perl@14741

21 years agoEBCDIC: now the worst seems to be over for
Jarkko Hietaniemi [Mon, 18 Feb 2002 05:02:47 +0000 (05:02 +0000)]
EBCDIC: now the worst seems to be over for
the "Malformed" warnings.  Still a few of them,
and plenty of test failures, but getting better.

p4raw-id: //depot/perl@14739

21 years agoUpgrade to Net::Ping 2.12.
Jarkko Hietaniemi [Mon, 18 Feb 2002 02:31:05 +0000 (02:31 +0000)]
Upgrade to Net::Ping 2.12.

p4raw-id: //depot/perl@14738

21 years agoAfter much rewriting we are now pretty much
Jarkko Hietaniemi [Mon, 18 Feb 2002 02:24:31 +0000 (02:24 +0000)]
After much rewriting we are now pretty much
back to where we started.

p4raw-id: //depot/perl@14737

21 years agotwo fixes
Rafael Garcia-Suarez [Sun, 17 Feb 2002 23:58:59 +0000 (00:58 +0100)]
two fixes
   Message-Id: <20020217235859.A32513@rafael>

p4raw-id: //depot/perl@14736

21 years agoBuglet.
Jarkko Hietaniemi [Sun, 17 Feb 2002 21:24:26 +0000 (21:24 +0000)]
Buglet.

p4raw-id: //depot/perl@14735

21 years agoClearing up to_utf8_case() continues: this time use
Jarkko Hietaniemi [Sun, 17 Feb 2002 20:44:59 +0000 (20:44 +0000)]
Clearing up to_utf8_case() continues: this time use
a single return, and EBCDICification for all paths.

p4raw-id: //depot/perl@14734

21 years agoSmall tweaks to get the test running (fix @INC and
Jarkko Hietaniemi [Sun, 17 Feb 2002 19:51:01 +0000 (19:51 +0000)]
Small tweaks to get the test running (fix @INC and
do not overwrite the table.utf8 and table.rnd).

p4raw-id: //depot/perl@14733

21 years agoTiny tweak.
Jarkko Hietaniemi [Sun, 17 Feb 2002 18:40:24 +0000 (18:40 +0000)]
Tiny tweak.

p4raw-id: //depot/perl@14732

21 years agoRedundant casts.
Jarkko Hietaniemi [Sun, 17 Feb 2002 16:56:17 +0000 (16:56 +0000)]
Redundant casts.

p4raw-id: //depot/perl@14731

21 years agoMore filename portability tips.
Jarkko Hietaniemi [Sun, 17 Feb 2002 16:50:34 +0000 (16:50 +0000)]
More filename portability tips.

p4raw-id: //depot/perl@14730