23 years agouse strict.
Jarkko Hietaniemi [Fri, 16 Nov 2001 04:44:30 +0000]
use strict.

p4raw-id: //depot/perl@13039

23 years agosubprocess command line size increase
Charles Lane [Thu, 15 Nov 2001 22:54:47 +0000]
subprocess command line size increase
Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>

p4raw-id: //depot/perl@13038

23 years agoFix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
chromatic [Thu, 15 Nov 2001 19:54:23 +0000]
Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
Message-ID: <20011116030139.6821.qmail@onion.perl.org>

p4raw-id: //depot/perl@13037

23 years agoMake Thread a wrapper for both ithreads and 5005threads.
Jarkko Hietaniemi [Fri, 16 Nov 2001 04:37:52 +0000]
Make Thread a wrapper for both ithreads and 5005threads.
Needs a lot of work and Arthur's eyeballing (and finishing
few missing odds and ends of threads.pm).  Now Thread
is an extension without its own .pm.

If there are people who have experience working with
either the 5005threads or the ithreads: cleaning up
the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
and porting the various Thread::* modules, like Thread::Queue,
to work also with ithreads, is needed.

Removed the 5005threads requirement from the 5005 tests
for easier testing (not all of them work yet since
they use the Thread::* modules that have not been made
to work with ithreads).  Leave the 5005 tests named as
*.tx so that they are not run by "make test".

p4raw-id: //depot/perl@13036

23 years ago$VERSION "a5" doesn't quite work.
Jarkko Hietaniemi [Fri, 16 Nov 2001 03:30:38 +0000]
$VERSION "a5" doesn't quite work.

p4raw-id: //depot/perl@13035

23 years agoAdd the fruits of Larry Shatzer's version verifying script.
Jarkko Hietaniemi [Fri, 16 Nov 2001 00:38:41 +0000]
Add the fruits of Larry Shatzer's version verifying script.
(There are some straddlers, but they will be fixed in the
upcoming releases of the modules.)

p4raw-id: //depot/perl@13034

23 years agoAdd Larry Shatzer's VERSION verifying script.
Jarkko Hietaniemi [Fri, 16 Nov 2001 00:37:36 +0000]
Add Larry Shatzer's VERSION verifying script.

p4raw-id: //depot/perl@13033

23 years agorunperl(), \n and stdin
Michael G. Schwern [Thu, 15 Nov 2001 19:26:40 +0000]
runperl(), \n and stdin
Message-ID: <20011115192640.R31399@blackrider>

p4raw-id: //depot/perl@13032

23 years agoDocument the MY_CXT business; from Paul Marquess.
Jarkko Hietaniemi [Thu, 15 Nov 2001 23:18:19 +0000]
Document the MY_CXT business; from Paul Marquess.

p4raw-id: //depot/perl@13031

23 years agoVMSCMD synch attempt.
Jarkko Hietaniemi [Thu, 15 Nov 2001 22:03:46 +0000]
VMSCMD synch attempt.

p4raw-id: //depot/perl@13030

23 years agoAdvise against -P as instructed by Schwern.
Jarkko Hietaniemi [Thu, 15 Nov 2001 21:35:36 +0000]
Advise against -P as instructed by Schwern.

p4raw-id: //depot/perl@13029

23 years agov-strings as Objects Step 1
John Peacock [Thu, 15 Nov 2001 12:41:04 +0000]
v-strings as Objects Step 1
Message-ID: <3BF3FE30.70D7EDCA@rowman.com>

p4raw-id: //depot/perl@13028

23 years ago-x (was Re: [PATCH] new tests for command-line switches)
Michael G. Schwern [Thu, 15 Nov 2001 12:47:59 +0000]
-x  (was Re: [PATCH] new tests for command-line switches)
Message-ID: <20011115124759.E31399@blackrider>

p4raw-id: //depot/perl@13027

23 years agoUpgrade to Getopt::Long 2.26_03.
Jarkko Hietaniemi [Thu, 15 Nov 2001 20:55:31 +0000]
Upgrade to Getopt::Long 2.26_03.

p4raw-id: //depot/perl@13026

23 years agoVMSCMD missing
Michael G. Schwern [Thu, 15 Nov 2001 16:24:11 +0000]
VMSCMD missing
Message-Id: <20011115162411.M31399@blackrider>

p4raw-id: //depot/perl@13025

23 years agoRe: [ID 20010713.001] use lib segmentation fault
Robert Spier [Thu, 15 Nov 2001 11:19:21 +0000]
Re: [ID 20010713.001] use lib segmentation fault
Message-Id: <15348.5433.732364.963687@rls.cx>

p4raw-id: //depot/perl@13024

23 years agoUpdate Changes.
Jarkko Hietaniemi [Thu, 15 Nov 2001 15:35:48 +0000]
Update Changes.

p4raw-id: //depot/perl@13023

23 years agonew tests for command-line switches
Rafael Garcia-Suarez [Thu, 15 Nov 2001 17:00:30 +0000]
new tests for command-line switches
Message-ID: <20011115170030.A14193@rafael>

p4raw-id: //depot/perl@13022

23 years agoUpgrade to podlators 1.13.
Jarkko Hietaniemi [Thu, 15 Nov 2001 15:06:36 +0000]
Upgrade to podlators 1.13.

p4raw-id: //depot/perl@13021

23 years agoskip "might be used uninitialized".
Jarkko Hietaniemi [Thu, 15 Nov 2001 14:47:29 +0000]
skip "might be used uninitialized".

p4raw-id: //depot/perl@13020

23 years agoFix for "perlio bug in koi8-r encoding". The problem
Jarkko Hietaniemi [Thu, 15 Nov 2001 14:35:55 +0000]
Fix for "perlio bug in koi8-r encoding".  The problem
seemed to be that binmode() always flushed the handle,
which is not so good when switching encodings.  Fixed,
added Matt Sergeant's testcase, documented in perlfunc/binmode,
also added a pointer about disciplines to perlfunc/open,
and in general cleaned up and reformatted the open entry.

p4raw-id: //depot/perl@13019

23 years agoRe: [ID 20011114.118] chop and chomp bind too tightly
Rafael Garcia-Suarez [Thu, 15 Nov 2001 08:57:06 +0000]
Re: [ID 20011114.118] chop and chomp bind too tightly
Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>

chop() and chomp() are not real list functions,
so let's not have them overrideable.  (Casey will
be confused since in #7071 he patched the other way.)

p4raw-id: //depot/perl@13018

23 years agoRe: Strange syntax error with map
Robin Barker [Thu, 15 Nov 2001 13:48:34 +0000]
Re: Strange syntax error with map
Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
(Applied with tweaks.)

p4raw-id: //depot/perl@13017

23 years ago[DOC PATCH] mention Filter::cpp in perlrun
Rafael Garcia-Suarez [Thu, 15 Nov 2001 09:06:39 +0000]
[DOC PATCH] mention Filter::cpp in perlrun
Message-Id: <20011115090639.A13005@rafael>

p4raw-id: //depot/perl@13016

23 years ago"link =" from utils.lst was being processed oddly.
Jarkko Hietaniemi [Thu, 15 Nov 2001 04:08:50 +0000]
"link =" from utils.lst was being processed oddly.

p4raw-id: //depot/perl@13015

23 years agoCreateTTY in -d
Ilya Zakharevich [Wed, 14 Nov 2001 21:26:31 +0000]
CreateTTY in -d
Message-Id: <20011114212631.A25705@math.ohio-state.edu>

p4raw-id: //depot/perl@13014

23 years agoCorify the Filter::Simple tests.
Jarkko Hietaniemi [Thu, 15 Nov 2001 00:46:07 +0000]
Corify the Filter::Simple tests.

p4raw-id: //depot/perl@13013

23 years agoUpgrade to Filter::Simple 0.70.
Jarkko Hietaniemi [Thu, 15 Nov 2001 00:42:25 +0000]
Upgrade to Filter::Simple 0.70.

p4raw-id: //depot/perl@13012

23 years agoCleanliness inspired by Cygwin.
Jarkko Hietaniemi [Wed, 14 Nov 2001 22:38:31 +0000]
Cleanliness inspired by Cygwin.

p4raw-id: //depot/perl@13011

23 years agoAdd perlunintro (formerly known as perlunitut); regen toc.
Jarkko Hietaniemi [Wed, 14 Nov 2001 22:30:59 +0000]
Add perlunintro (formerly known as perlunitut); regen toc.

p4raw-id: //depot/perl@13010

23 years agoFAQ sync.
Jarkko Hietaniemi [Wed, 14 Nov 2001 22:27:12 +0000]
FAQ sync.

p4raw-id: //depot/perl@13009

23 years agoQuieten pgcc 2.91.66 worries.
Jarkko Hietaniemi [Wed, 14 Nov 2001 22:16:06 +0000]
Quieten pgcc 2.91.66 worries.

p4raw-id: //depot/perl@13008

23 years agoUpgrade to Switch 2.06.
Jarkko Hietaniemi [Wed, 14 Nov 2001 22:05:01 +0000]
Upgrade to Switch 2.06.

p4raw-id: //depot/perl@13007

23 years agoUpgrade to Attribute::Handlers 0.76.
Jarkko Hietaniemi [Wed, 14 Nov 2001 21:55:51 +0000]
Upgrade to Attribute::Handlers 0.76.

p4raw-id: //depot/perl@13006

23 years agoSignedness nit.
Jarkko Hietaniemi [Wed, 14 Nov 2001 21:53:22 +0000]
Signedness nit.

p4raw-id: //depot/perl@13005

23 years agoVERSIONize.
Jarkko Hietaniemi [Wed, 14 Nov 2001 21:24:39 +0000]
VERSIONize.

p4raw-id: //depot/perl@13004

23 years agoNo pod in internal Net::FTP classes.
Jarkko Hietaniemi [Wed, 14 Nov 2001 21:17:02 +0000]
No pod in internal Net::FTP classes.

p4raw-id: //depot/perl@13003

23 years agoRe: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY*
Jeff Pinyan [Wed, 14 Nov 2001 09:59:31 +0000]
Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY*
Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>

p4raw-id: //depot/perl@13002

23 years agotest.pl tweaks from Rafael and Pudge (assuming I deciphered
Jarkko Hietaniemi [Wed, 14 Nov 2001 21:09:48 +0000]
test.pl tweaks from Rafael and Pudge (assuming I deciphered
Pudge correctly).

p4raw-id: //depot/perl@13001

23 years agoAdd comments to mark where $^X is being handled.
Jarkko Hietaniemi [Wed, 14 Nov 2001 21:00:23 +0000]
Add comments to mark where $^X is being handled.

p4raw-id: //depot/perl@13000

23 years agoRe: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
Michael G. Schwern [Wed, 14 Nov 2001 16:38:25 +0000]
Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
Message-ID: <20011114163825.D6519@blackrider>

p4raw-id: //depot/perl@12999

23 years agoFwd: [craigberry@mac.com: die_exit.t]
Michael G. Schwern [Wed, 14 Nov 2001 13:19:15 +0000]
Fwd: [craigberry@mac.com: die_exit.t]
Message-ID: <20011114131915.K5096@blackrider>

p4raw-id: //depot/perl@12998

23 years agoRe: [PATCH] new version of runperl()
Charles Lane [Wed, 14 Nov 2001 15:39:12 +0000]
Re: [PATCH] new version of runperl()
Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>

"VMS $^X pipes etc" patch.

p4raw-id: //depot/perl@12997

23 years agotest.pl runperl() nits from Chris Nandor and Craig Berry,
Jarkko Hietaniemi [Wed, 14 Nov 2001 19:31:01 +0000]
test.pl runperl() nits from Chris Nandor and Craig Berry,
and add "verbose" option to show the final command.

p4raw-id: //depot/perl@12996

23 years agoGoof in some of the comment fields of #12994.
Jarkko Hietaniemi [Wed, 14 Nov 2001 15:02:29 +0000]
Goof in some of the comment fields of #12994.

p4raw-id: //depot/perl@12995

23 years agoThe First, Last ranges in the Unicode data weren't
Jarkko Hietaniemi [Wed, 14 Nov 2001 14:59:32 +0000]
The First, Last ranges in the Unicode data weren't
getting their general categories added properly;
noticed by Jeffrey Friedl.

p4raw-id: //depot/perl@12994

23 years agonew version of runperl()
Rafael Garcia-Suarez [Wed, 14 Nov 2001 12:23:01 +0000]
new version of runperl()
Message-ID: <20011114122301.A29384@rafael>

p4raw-id: //depot/perl@12993

23 years agos/parse_perl/parse_body/
Michael G. Schwern [Tue, 13 Nov 2001 23:17:54 +0000]
s/parse_perl/parse_body/
Message-Id: <20011113231754.S32567@blackrider>

p4raw-id: //depot/perl@12992

23 years agoRe: [PATCH pod/perlapio.pod double-word fix]
Philip Newton [Wed, 14 Nov 2001 10:59:53 +0000]
Re: [PATCH pod/perlapio.pod double-word fix]
Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>

plus a lot of paragraph reformatting because of long lines.

p4raw-id: //depot/perl@12991

23 years agoA bool is not a pointer.
Jarkko Hietaniemi [Wed, 14 Nov 2001 13:19:19 +0000]
A bool is not a pointer.

p4raw-id: //depot/perl@12990

23 years agoAUTHORS updates.
Jarkko Hietaniemi [Wed, 14 Nov 2001 02:41:42 +0000]
AUTHORS updates.

p4raw-id: //depot/perl@12989

23 years agoThere are several MIME RFCs.
Jarkko Hietaniemi [Wed, 14 Nov 2001 02:18:44 +0000]
There are several MIME RFCs.

p4raw-id: //depot/perl@12988

23 years agoSimple little VMS fix
Michael G. Schwern [Tue, 13 Nov 2001 20:59:13 +0000]
Simple little VMS fix
Message-Id: <20011113205913.H32567@blackrider>

p4raw-id: //depot/perl@12987

23 years agoVMS fix
Michael G. Schwern [Tue, 13 Nov 2001 20:51:34 +0000]
VMS fix
Message-Id: <20011113205134.F32567@blackrider>

p4raw-id: //depot/perl@12986

23 years agoRe: select() broken under VMS?
Michael G. Schwern [Tue, 13 Nov 2001 20:38:42 +0000]
Re: select() broken under VMS?
Message-Id: <20011113203842.E32567@blackrider>

p4raw-id: //depot/perl@12985

23 years agoVMS fixups for IO::* tests
Michael G. Schwern [Tue, 13 Nov 2001 20:27:02 +0000]
VMS fixups for IO::* tests
Message-Id: <20011113202702.D32567@blackrider>

p4raw-id: //depot/perl@12984

23 years agos/socket/select/ typo
Michael G. Schwern [Tue, 13 Nov 2001 19:51:59 +0000]
s/socket/select/ typo
Message-Id: <20011113195159.B32567@blackrider>

p4raw-id: //depot/perl@12983

23 years agoMessage-Id: <20011113172759.E27768@zippy.zyx.net>
Larry Shatzer [Tue, 13 Nov 2001 17:27:59 +0000]
Message-Id: <20011113172759.E27768@zippy.zyx.net>

p4raw-id: //depot/perl@12982

23 years agoFix for the :utf8 read() bug noticed by Matt Sergeant:
Jarkko Hietaniemi [Tue, 13 Nov 2001 22:50:27 +0000]
Fix for the :utf8 read() bug noticed by Matt Sergeant:
"large enough" Unicode characters returned more than one
as their "Unicode size".

p4raw-id: //depot/perl@12981

23 years agovms/gen_shrfls.pl tweak
Craig A. Berry [Tue, 13 Nov 2001 14:33:25 +0000]
vms/gen_shrfls.pl tweak
Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>

p4raw-id: //depot/perl@12980

23 years agoMinor patch to Encode.pm (detypo)
Philip Newton [Tue, 13 Nov 2001 20:11:01 +0000]
Minor patch to Encode.pm (detypo)
Message-ID: <20011113.200845@ID-11583.news.dfncis.de>

p4raw-id: //depot/perl@12979

23 years agoEvil tabulators.
Jarkko Hietaniemi [Tue, 13 Nov 2001 17:55:02 +0000]
Evil tabulators.

p4raw-id: //depot/perl@12978

23 years agoDocument the available encodings.
Jarkko Hietaniemi [Tue, 13 Nov 2001 17:52:17 +0000]
Document the available encodings.

p4raw-id: //depot/perl@12977

23 years agoRe: Why *not* use UNIVERSAL qw( isa can ) ; ??
Barrie Slaymaker [Tue, 13 Nov 2001 12:41:36 +0000]
Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
Message-Id: <20011113124133.C24305@sizzle.whoville.com>

p4raw-id: //depot/perl@12976

23 years agoRe: Why *not* use UNIVERSAL qw( isa can ) ; ??
Barrie Slaymaker [Tue, 13 Nov 2001 10:56:20 +0000]
Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
Message-Id: <20011113105620.B24192@sizzle.whoville.com>
(Test applied with minor tweaks and ->isa("HASH") omission.)

p4raw-id: //depot/perl@12975

23 years agodocco tweaks
Barrie Slaymaker [Tue, 13 Nov 2001 11:34:45 +0000]
docco tweaks
Message-Id: <20011113113442.B24305@sizzle.whoville.com>

p4raw-id: //depot/perl@12974

23 years ago[PATCH] Attack of the C loops, round 1
Richard Soderberg [Mon, 12 Nov 2001 12:07:29 +0000]
[PATCH] Attack of the C loops, round 1
Date: Mon, 12 Nov 2001 12:07:29 -0800
Message-Id: <200111122007.MAA01994@oregonnet.com>

Subject: [PATCH] bytecode.pl (tiny patch)
From: Richard Soderberg <rs@oregonnet.com>
Date: Mon, 12 Nov 2001 12:53:24 -0800
Message-Id: <200111122053.MAA06272@oregonnet.com>

p4raw-id: //depot/perl@12973

23 years agoUpdate to Filter::Util::Call
Paul Marquess [Sun, 11 Nov 2001 22:33:33 +0000]
Update to Filter::Util::Call
Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>

Use the new CXT* macros.

p4raw-id: //depot/perl@12972

23 years agoMaking vmsish.pm a no-op on non-VMS
Michael G. Schwern [Mon, 12 Nov 2001 20:50:34 +0000]
Making vmsish.pm a no-op on non-VMS
Message-ID: <20011112205034.H2888@blackrider>

p4raw-id: //depot/perl@12971

23 years ago:utf8 works only with perlio.
Jarkko Hietaniemi [Tue, 13 Nov 2001 13:09:23 +0000]
:utf8 works only with perlio.

p4raw-id: //depot/perl@12970

23 years agoRe: @Config -"des" not quite working on VMS
Charles Lane [Tue, 13 Nov 2001 08:35:13 +0000]
Re: @Config -"des" not quite working on VMS
Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>

p4raw-id: //depot/perl@12969

23 years agolib/charnames.pm
Jeffrey Friedl [Tue, 13 Nov 2001 00:36:21 +0000]
lib/charnames.pm
Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>

p4raw-id: //depot/perl@12968

23 years agoexit docs out of order
Michael G. Schwern [Mon, 12 Nov 2001 20:16:45 +0000]
exit docs out of order
Message-Id: <20011112201644.G2888@blackrider>

p4raw-id: //depot/perl@12961

23 years agoRecoving dup tests for VMS
Michael G. Schwern [Mon, 12 Nov 2001 19:35:33 +0000]
Recoving dup tests for VMS
Message-Id: <20011112193533.D2888@blackrider>

p4raw-id: //depot/perl@12960

23 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 12 Nov 2001 20:23:59 +0000]
Update Changes.

p4raw-id: //depot/perl@12959

23 years ago[Patch Perl@12856] MULTIPLICITY on VMS
Charles Lane [Mon, 12 Nov 2001 12:35:18 +0000]
[Patch Perl@12856] MULTIPLICITY on VMS
Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>

p4raw-id: //depot/perl@12958

23 years agoremove volume from result
Barrie Slaymaker [Mon, 12 Nov 2001 11:19:52 +0000]
remove volume from result
Message-ID: <20011112111948.C7626@sizzle.whoville.com>

p4raw-id: //depot/perl@12957

23 years agoAdd "none" style to cmpthese(), alter result
Barrie Slaymaker [Mon, 12 Nov 2001 11:07:36 +0000]
Add "none" style to cmpthese(), alter result
Message-ID: <20011112110733.B7626@sizzle.whoville.com>

p4raw-id: //depot/perl@12956

23 years agoMisplaced test, noticed by Barrie Slaymaker.
Jarkko Hietaniemi [Mon, 12 Nov 2001 15:22:23 +0000]
Misplaced test, noticed by Barrie Slaymaker.
(We are missing Benchmark tests, then.)

p4raw-id: //depot/perl@12955

23 years agoa few typo fixes
Jeffrey Friedl [Sun, 11 Nov 2001 21:15:18 +0000]
a few typo fixes
Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>

Patching README.foo instead of pod/perlfoo.pod,
not patching Math::BigInt (Tels will take care of that),
dropping broken hv.c and sv.h patches, patching libnetcfg.PL
and perldoc.PL instead of libnetcfg and perldoc, patching
ext/Digest/MD5/t/files.t since MD5.pm was changed.

p4raw-id: //depot/perl@12954

23 years agoAdd a note about the dangers of bad UTF-8.
Jarkko Hietaniemi [Mon, 12 Nov 2001 13:11:55 +0000]
Add a note about the dangers of bad UTF-8.

p4raw-id: //depot/perl@12953

23 years agoNetWare Nit from Ananth Kesari.
Jarkko Hietaniemi [Mon, 12 Nov 2001 12:54:52 +0000]
NetWare Nit from Ananth Kesari.

p4raw-id: //depot/perl@12952

23 years agoOoops. I was "fixing" the wrong routine in #12947 and #12950.
Jarkko Hietaniemi [Mon, 12 Nov 2001 12:32:13 +0000]
Ooops.  I was "fixing" the wrong routine in #12947 and #12950.

p4raw-id: //depot/perl@12951

23 years ago(retracted by #12951)
Jarkko Hietaniemi [Mon, 12 Nov 2001 12:14:53 +0000]
(retracted by #12951)

p4raw-id: //depot/perl@12950

23 years ago[PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
Abhijit Menon-Sen [Mon, 12 Nov 2001 06:40:18 +0000]
[PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
From: Robert Spier <rspier@pobox.com>
Date: Sun, 11 Nov 2001 18:50:18 -0800
Message-Id: <15343.14570.121505.233336@rls.cx>

Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
From: Rick Delaney <rick.delaney@home.com>
Date: 12 Nov 2001 00:15:52 -0500
Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>

p4raw-id: //depot/perl@12949

23 years agoIt seems that we actually have this detail implemented
Jarkko Hietaniemi [Mon, 12 Nov 2001 01:23:58 +0000]
It seems that we actually have this detail implemented
as for as Level 1 Support of Unicode regex support is
concerned: at Level 1 only 1:1 support for loose
(aka caseless, aka caseigoring ) matching is required.

p4raw-id: //depot/perl@12948

23 years ago(retracted by #12951)
Jarkko Hietaniemi [Sun, 11 Nov 2001 21:41:44 +0000]
(retracted by #12951)

p4raw-id: //depot/perl@12947

23 years agoBOM, bom, Bom.
Jarkko Hietaniemi [Sun, 11 Nov 2001 21:09:31 +0000]
BOM, bom, Bom.

p4raw-id: //depot/perl@12946

23 years agoUpgrade to Math::BigInt 1.46.
Jarkko Hietaniemi [Sun, 11 Nov 2001 21:07:18 +0000]
Upgrade to Math::BigInt 1.46.

p4raw-id: //depot/perl@12945

23 years agoRe: PERFORCE change 12943 for review
Philip Newton [Sun, 11 Nov 2001 20:53:36 +0000]
Re: PERFORCE change 12943 for review
Message-ID: <20011111.204950@ID-11583.news.dfncis.de>

p4raw-id: //depot/perl@12944

23 years agoDoc updates; make the Unicode discussions a little
Jarkko Hietaniemi [Sun, 11 Nov 2001 18:00:03 +0000]
Doc updates; make the Unicode discussions a little
bit less alarming, and add information about encodings,
surrogates, and BOMs.

p4raw-id: //depot/perl@12943

23 years agoUnicode::Collate v0.09
貞廣知行 [Mon, 12 Nov 2001 00:22:57 +0000]
Unicode::Collate v0.09
Message-Id: <20011112002232.BD46.BQW10602@nifty.com>

p4raw-id: //depot/perl@12942

23 years agoRe: PERFORCE change 12929 for review
Philip Newton [Sun, 11 Nov 2001 14:27:44 +0000]
Re: PERFORCE change 12929 for review
Message-Id: <20011111.142505@ID-11583.news.dfncis.de>

p4raw-id: //depot/perl@12941

23 years ago%ENV protection
Michael G. Schwern [Thu, 8 Nov 2001 22:56:45 +0000]
%ENV protection
Message-Id: <20011108225645.H5587@blackrider>

p4raw-id: //depot/perl@12940

23 years agoVMS fixage and cleanup
Michael G. Schwern [Sun, 11 Nov 2001 00:54:43 +0000]
VMS fixage and cleanup
Message-Id: <20011111005443.A24450@blackrider>

p4raw-id: //depot/perl@12939

23 years ago(was Re: [ID 20011110.104] File::stat vs. $! conflict)
chromatic [Sat, 10 Nov 2001 21:03:20 +0000]
(was Re: [ID 20011110.104] File::stat vs. $! conflict)
Message-Id: <20011111041025.12984.qmail@onion.perl.org>

p4raw-id: //depot/perl@12938

23 years agoRe: [PATCH] resurrect t/op/magic.t on VMS
Craig A. Berry [Sat, 10 Nov 2001 17:23:52 +0000]
Re: [PATCH] resurrect t/op/magic.t on VMS
Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>

p4raw-id: //depot/perl@12937

23 years agoBah. %X doesn't mean 0xC1, it means 0XC1. So let's %x.
Jarkko Hietaniemi [Sat, 10 Nov 2001 18:55:21 +0000]
Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.

p4raw-id: //depot/perl@12936

23 years agoThe Official name of ASCII.
Jarkko Hietaniemi [Sat, 10 Nov 2001 17:47:21 +0000]
The Official name of ASCII.

p4raw-id: //depot/perl@12935

23 years agoThe KOI8-R example wasn't quite right.
Jarkko Hietaniemi [Sat, 10 Nov 2001 17:44:27 +0000]
The KOI8-R example wasn't quite right.

p4raw-id: //depot/perl@12934