This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
23 years agoon Windows, cwd strings in the environment should be of the
Gurusamy Sarathy [Mon, 9 Oct 2000 18:41:40 +0000 (18:41 +0000)]
on Windows, cwd strings in the environment should be of the
form =X:=X:\foo instead of =X=X:\foo\

p4raw-id: //depot/perl@7172

23 years agoon Windows, LoadLibrary() could load an extension DLL multiple
Gurusamy Sarathy [Mon, 9 Oct 2000 18:30:09 +0000 (18:30 +0000)]
on Windows, LoadLibrary() could load an extension DLL multiple
times if forward slashes are used in the path

p4raw-id: //depot/perl@7171

23 years agoAdd a todo note about overloadable assertions.
Jarkko Hietaniemi [Mon, 9 Oct 2000 17:53:59 +0000 (17:53 +0000)]
Add a todo note about overloadable assertions.

p4raw-id: //depot/perl@7170

23 years agoPATCH 5.6 perldebguts grammar cleanup
Mark-Jason Dominus [Mon, 9 Oct 2000 00:24:44 +0000 (00:24 +0000)]
PATCH 5.6 perldebguts grammar cleanup
Message-ID: <20001009002444.10616.qmail@plover.com>

p4raw-id: //depot/perl@7169

23 years agoTables assume network byte order for 16 bit forms, so 'S' packing
Nick Ing-Simmons [Sun, 8 Oct 2000 13:16:33 +0000 (13:16 +0000)]
Tables assume network byte order for 16 bit forms, so 'S' packing
is not right thing to do on (e.g. x86). Network order is also "right" for
X fonts.

p4raw-id: //depot/perl@7168

23 years agoMake "encodings" work post-install when Encode/*.enc files may not
Nick Ing-Simmons [Sun, 8 Oct 2000 12:54:42 +0000 (12:54 +0000)]
Make "encodings" work post-install when Encode/*.enc files may not
be in same directory as Encode.pm

p4raw-id: //depot/perl@7167

23 years agoWork round the fact that $hash->{$key} does not take into account
Nick Ing-Simmons [Sun, 8 Oct 2000 11:51:26 +0000 (11:51 +0000)]
Work round the fact that $hash->{$key} does not take into account
UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
so that key is always in the "expected" encoding - i.e. same way we put
it in the hash.

p4raw-id: //depot/perl@7166

23 years agosave_re_context() could reset PL_curcop to freed memory, causing core
Gurusamy Sarathy [Sun, 8 Oct 2000 04:15:29 +0000 (04:15 +0000)]
save_re_context() could reset PL_curcop to freed memory, causing core
dumps in code such as C<use CGI::Carp; use something_that_calls_die;>

p4raw-id: //depot/perl@7165

23 years agoUTF8ize split() so that the cloned substrings get the UTF8
Jarkko Hietaniemi [Fri, 6 Oct 2000 20:51:48 +0000 (20:51 +0000)]
UTF8ize split() so that the cloned substrings get the UTF8
flag of the original scalar.  Problem reported by Simon Cozens.

p4raw-id: //depot/perl@7164

23 years agoFix in change 7162 was too-late for case where we "upgraded" to PVIV and
Nick Ing-Simmons [Fri, 6 Oct 2000 20:48:34 +0000 (20:48 +0000)]
Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
got a false +ve and so did not reach code which would have un-FAKEd the SV.

p4raw-id: //depot/perl@7163

23 years agoMake sv_upgrade() undo READONLY|FAKE shared string hackery.
Nick Ing-Simmons [Fri, 6 Oct 2000 20:25:37 +0000 (20:25 +0000)]
Make sv_upgrade() undo READONLY|FAKE shared string hackery.
To fix  (sort {$a <=> $b} keys %hash) in particular but
should cover a number of other as-yet-unknown cases as well.

p4raw-id: //depot/perl@7162

23 years agoChange the version number of Tie::Handle in the core to 4.0,
Andreas König [Fri, 6 Oct 2000 21:48:58 +0000 (23:48 +0200)]
Change the version number of Tie::Handle in the core to 4.0,
the (unrelated) Tie::Handle in CPAN will remain at 3.0.

Subject: Note on Tie::Handle
Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>

p4raw-id: //depot/perl@7161

23 years agoFix bug in #7157 (s/cflags/ccflags); moved the -o foo
Jarkko Hietaniemi [Fri, 6 Oct 2000 18:20:35 +0000 (18:20 +0000)]
Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
as the first option of cc/ld because of ultrapicky compilers
(e.g. OS/390 R2.5)

p4raw-id: //depot/perl@7160

23 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 6 Oct 2000 13:56:39 +0000 (13:56 +0000)]
Update Changes.

p4raw-id: //depot/perl@7159

23 years agoEliminate $Is_VMS code from the test.
Charles Lane [Thu, 5 Oct 2000 07:46:33 +0000 (03:46 -0400)]
Eliminate $Is_VMS code from the test.

Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>

p4raw-id: //depot/perl@7158

23 years agoAlso the $ccflags is needed for the C compiler check.
H.Merijn Brand [Fri, 6 Oct 2000 08:47:15 +0000 (10:47 +0200)]
Also the $ccflags is needed for the C compiler check.

Subject: Configure (check for C-compiler)
Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@7157

23 years agoThe HINT_BYTE patch is apparently unnecessary, retracted.
Jarkko Hietaniemi [Fri, 6 Oct 2000 11:45:15 +0000 (11:45 +0000)]
The HINT_BYTE patch is apparently unnecessary, retracted.

p4raw-id: //depot/perl@7156

23 years agoIO::Handle->syswrite() did not handle length omission
Graham Barr [Fri, 6 Oct 2000 10:22:05 +0000 (11:22 +0100)]
IO::Handle->syswrite() did not handle length omission
like CORE::syswrite() does.

Subject: [Fwd] IO::Handle, syswrite and arguments
Message-ID: <20001006102205.U6312@pobox.com>

The original patch from andrew@ugh.net.au.

p4raw-id: //depot/perl@7155

23 years agoTweak #7153.
Jarkko Hietaniemi [Fri, 6 Oct 2000 01:42:15 +0000 (01:42 +0000)]
Tweak #7153.

p4raw-id: //depot/perl@7154

23 years agoPatch from Simon Cozens to avoid using utf8 routines in EBCDIC.
Jarkko Hietaniemi [Fri, 6 Oct 2000 00:39:55 +0000 (00:39 +0000)]
Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.

p4raw-id: //depot/perl@7153

23 years agoPatch from Peter Prymmer to disable utf8 in EBCDIC platforms.
Jarkko Hietaniemi [Fri, 6 Oct 2000 00:38:11 +0000 (00:38 +0000)]
Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.

p4raw-id: //depot/perl@7152

23 years agoRe: Questions about Tie::Array and perl modules
Nick Ing-Simmons [Thu, 5 Oct 2000 09:37:11 +0000 (10:37 +0100)]
Re: Questions about Tie::Array and perl modules
Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>

Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.

p4raw-id: //depot/perl@7151

23 years agoRegen Changes.
Jarkko Hietaniemi [Thu, 5 Oct 2000 00:20:45 +0000 (00:20 +0000)]
Regen Changes.

p4raw-id: //depot/perl@7150

23 years agoRegen toc.
Jarkko Hietaniemi [Thu, 5 Oct 2000 00:20:01 +0000 (00:20 +0000)]
Regen toc.

p4raw-id: //depot/perl@7149

23 years agoCode around the stat-on-a-pipe-returns-a-mode-of-zero bug
Jarkko Hietaniemi [Wed, 4 Oct 2000 23:35:08 +0000 (23:35 +0000)]
Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
reported several times by Dominic Dunlop, for example in
ID 20000315.008.  Patch from Dominic.  Patch affects at
least MachTen, and possibly other oldish BSDs. Should not
break non-broken platforms (tested on LinuxPPC).

p4raw-id: //depot/perl@7148

23 years agoEnable disabling scripts installation by Configure -Uinstallscripts,
Jarkko Hietaniemi [Wed, 4 Oct 2000 23:25:04 +0000 (23:25 +0000)]
Enable disabling scripts installation by Configure -Uinstallscripts,
suggested by H. Merijn Brand.

p4raw-id: //depot/perl@7146

23 years agoRe: [PATCH 5.7.0] h2xs not documenting the created module
Ilya Zakharevich [Wed, 4 Oct 2000 17:37:46 +0000 (13:37 -0400)]
Re: [PATCH 5.7.0] h2xs not documenting the created module
Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@7145

23 years agoRe: [ID 20000930.002] perlrun nor perldelta mention -s modification
Jeff Pinyan [Tue, 3 Oct 2000 16:35:42 +0000 (12:35 -0400)]
Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>

p4raw-id: //depot/perl@7144

23 years agoperlhack.pod Patch for Externals Tools
Mark Fisher [Tue, 3 Oct 2000 15:43:27 +0000 (10:43 -0500)]
perlhack.pod Patch for Externals Tools
Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>

p4raw-id: //depot/perl@7143

23 years ago5.6.0 & 5.7.0 VMS TZ fix for VMS6.2 and earlier
Charles Lane [Wed, 4 Oct 2000 12:11:11 +0000 (08:11 -0400)]
5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>

p4raw-id: //depot/perl@7142

23 years ago[PATCH 5.7.0] h2xs not working
Ilya Zakharevich [Tue, 3 Oct 2000 21:43:01 +0000 (17:43 -0400)]
[PATCH 5.7.0] h2xs not working
Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
Date: Tue, 3 Oct 2000 21:43:01 -0400

Subject: [PATCH 5.7.0] h2xs not documenting the created module
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
Date: Tue, 3 Oct 2000 22:55:19 -0400
Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@7141

23 years ago[ID 20001004.003] installman "Ambiguous call resolved as CORE::"
nick@babyhippo.com [Wed, 4 Oct 2000 12:06:45 +0000 (13:06 +0100)]
[ID 20001004.003] installman "Ambiguous call resolved as CORE::"
Message-Id: <20001004120645.A7356@babyhippo.com>

Retract 7118 and 7135.

p4raw-id: //depot/perl@7140

23 years agoIt is possible to have no hosts database at all. Pointed out in
Peter Prymmer [Tue, 3 Oct 2000 12:05:59 +0000 (05:05 -0700)]
It is possible to have no hosts database at all.  Pointed out in

Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>

p4raw-id: //depot/perl@7139

23 years agoPWPASSWD problem for passwd less pwd's
Peter Prymmer [Tue, 3 Oct 2000 12:05:59 +0000 (05:05 -0700)]
PWPASSWD problem for passwd less pwd's
Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>

p4raw-id: //depot/perl@7138

23 years agoOne remaining nit less at the VMS mailbox sizing.
Jarkko Hietaniemi [Tue, 3 Oct 2000 20:10:05 +0000 (20:10 +0000)]
One remaining nit less at the VMS mailbox sizing.

p4raw-id: //depot/perl@7137

23 years agoTest harness update to sync with the new perlcc,
Jarkko Hietaniemi [Tue, 3 Oct 2000 20:08:47 +0000 (20:08 +0000)]
Test harness update to sync with the new perlcc,
from Simon Cozens.

p4raw-id: //depot/perl@7136

23 years agoRe: PATCH for 20001003.004
Aaron B. Dossett [Tue, 3 Oct 2000 11:03:04 +0000 (07:03 -0400)]
Re: PATCH for 20001003.004
Message-Id: <E13gTay-0006od-00@iglou.com>

p4raw-id: //depot/perl@7135

23 years ago[ID 20001003.006] B::Debug not -w clean
Nicholas Clark [Tue, 3 Oct 2000 15:46:32 +0000 (16:46 +0100)]
[ID 20001003.006] B::Debug not -w clean
Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>

p4raw-id: //depot/perl@7134

23 years agoScale down the VMS message boxes, by Charles Lane.
Jarkko Hietaniemi [Tue, 3 Oct 2000 14:58:39 +0000 (14:58 +0000)]
Scale down the VMS message boxes, by Charles Lane.
Fix for ID 20000903.009, workaround at
http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html

p4raw-id: //depot/perl@7133

23 years agoUpgrade to Storable 1.0.3, from Raphael Manfredi.
Jarkko Hietaniemi [Tue, 3 Oct 2000 11:20:37 +0000 (11:20 +0000)]
Upgrade to Storable 1.0.3, from Raphael Manfredi.

p4raw-id: //depot/perl@7132

23 years agoEncode nits.
Jarkko Hietaniemi [Tue, 3 Oct 2000 03:38:23 +0000 (03:38 +0000)]
Encode nits.

p4raw-id: //depot/perl@7131

23 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 3 Oct 2000 03:31:05 +0000 (03:31 +0000)]
Update Changes.

p4raw-id: //depot/perl@7130

23 years agoMisplaced else.
Jarkko Hietaniemi [Tue, 3 Oct 2000 02:24:02 +0000 (02:24 +0000)]
Misplaced else.

p4raw-id: //depot/perl@7129

23 years ago[ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
Yitzchak Scott-Thoennes [Fri, 15 Sep 2000 07:19:57 +0000 (00:19 -0700)]
[ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>

p4raw-id: //depot/perl@7128

23 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 3 Oct 2000 01:13:14 +0000 (01:13 +0000)]
Update Changes.

p4raw-id: //depot/perl@7127

23 years agoIntroduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
Jarkko Hietaniemi [Tue, 3 Oct 2000 00:57:08 +0000 (00:57 +0000)]
Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
as suggested by Olaf Flebbe and Nicholas Clark.

p4raw-id: //depot/perl@7126

23 years ago[ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINST...
Nicholas Clark [Mon, 2 Oct 2000 11:03:24 +0000 (12:03 +0100)]
[ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
Message-Id: <20001002110324.D20073@plum.flirble.org>

Also fixes bug ID 20001002.005.

p4raw-id: //depot/perl@7125

23 years agoEpoc update
Olaf Flebbe [Wed, 20 Sep 2000 23:16:26 +0000 (01:16 +0200)]
Epoc update
Message-ID: <26423.969484586@www10.gmx.net>

p4raw-id: //depot/perl@7124

23 years agoRegen headers.
Jarkko Hietaniemi [Tue, 3 Oct 2000 00:30:07 +0000 (00:30 +0000)]
Regen headers.

p4raw-id: //depot/perl@7123

23 years agoOpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
Jarkko Hietaniemi [Tue, 3 Oct 2000 00:10:48 +0000 (00:10 +0000)]
OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.

p4raw-id: //depot/perl@7122

23 years agoDocumentation glitch in magic autoincrement.
Abigail [Tue, 26 Sep 2000 13:36:14 +0000 (09:36 -0400)]
Documentation glitch in magic autoincrement.
Message-ID: <20000926173614.4356.qmail@foad.org>

p4raw-id: //depot/perl@7121

23 years agoInside require() $^S was always left undefined.
Ilya Zakharevich [Wed, 27 Sep 2000 18:54:49 +0000 (14:54 -0400)]
Inside require() $^S was always left undefined.

Subject: Re: Tiny 2-byte change to fix debugger's eval bug
Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@7120

23 years agoDLL not restartabke with threaded perl
Dave Hartnoll [Thu, 28 Sep 2000 09:20:46 +0000 (10:20 +0100)]
DLL not restartabke with threaded perl
Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>

p4raw-id: //depot/perl@7119

23 years agoRe: [ID 20000828.017] bytecode fails with use subs;
Nicholas Clark [Thu, 28 Sep 2000 11:52:24 +0000 (12:52 +0100)]
Re: [ID 20000828.017] bytecode fails with use subs;
Message-ID: <20000928115224.D7924@plum.flirble.org>

p4raw-id: //depot/perl@7118

23 years ago[ID 20000928.002] perlcc & ByteCode.pm option mismatch
Nicholas Clark [Thu, 28 Sep 2000 12:18:10 +0000 (13:18 +0100)]
[ID 20000928.002] perlcc & ByteCode.pm option mismatch
Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>

Did not apply cleanly, manual intervention was needed.

p4raw-id: //depot/perl@7117

23 years agoDocument the issue (is not a syntax error, kind of)
Nicholas Clark [Thu, 28 Sep 2000 17:12:42 +0000 (18:12 +0100)]
Document the issue (is not a syntax error, kind of)

Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
Message-ID: <20000928171242.K7924@plum.flirble.org>

p4raw-id: //depot/perl@7116

23 years agoMinor optimization in re_intuit_start
Ilya Zakharevich [Thu, 28 Sep 2000 21:55:31 +0000 (17:55 -0400)]
Minor optimization in re_intuit_start
Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@7115

23 years agoDOC PATCH 5.6.0
Mark-Jason Dominus [Sat, 30 Sep 2000 06:02:34 +0000 (06:02 +0000)]
DOC PATCH 5.6.0
Message-ID: <20000930060234.4559.qmail@plover.com>

p4raw-id: //depot/perl@7114

23 years agoSOCK_DGRAM and listen() do not mix as reported in
Petter Reinholdtsen [Sun, 1 Oct 2000 10:57:20 +0000 (18:57 +0800)]
SOCK_DGRAM and listen() do not mix as reported in

Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
Message-Id: <200010010257.KAA05735@localhost.localdomain>

The patch for 5.7.0+ had to be reengineered, though.

p4raw-id: //depot/perl@7113

23 years agoRe: [PATCH 5.005_64 missed]
Ilya Zakharevich [Sun, 1 Oct 2000 18:50:10 +0000 (14:50 -0400)]
Re: [PATCH 5.005_64 missed]
Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@7112

23 years agoRe: [ID 20000912.008] substr replacement of tainted data (bug)
Radu Greab [Mon, 2 Oct 2000 22:03:44 +0000 (01:03 +0300)]
Re: [ID 20000912.008] substr replacement of tainted data (bug)
Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>

p4raw-id: //depot/perl@7111

23 years agoFix aliasing of tied filehandles
Daniel Chetlin [Mon, 2 Oct 2000 14:53:27 +0000 (07:53 -0700)]
Fix aliasing of tied filehandles
Message-ID: <20001002145327.C1617@ilmd>

p4raw-id: //depot/perl@7110

23 years agos/Robin Parker/Robin Barker/
Jarkko Hietaniemi [Mon, 2 Oct 2000 23:31:30 +0000 (23:31 +0000)]
s/Robin Parker/Robin Barker/

p4raw-id: //depot/perl@7109

23 years agoRetract #7091 as suggested in
Robin Barker [Fri, 29 Sep 2000 13:10:22 +0000 (14:10 +0100)]
Retract #7091 as suggested in
Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>

p4raw-id: //depot/perl@7108

23 years agoA few tweaks to get Tk803 to work with Encode scheme.
Nick Ing-Simmons [Mon, 2 Oct 2000 18:23:14 +0000 (18:23 +0000)]
A few tweaks to get Tk803 to work with Encode scheme.

p4raw-id: //depot/perl@7107

23 years agoAdd checking cases to Encode's toUnicode and fromUnicode.
Nick Ing-Simmons [Sun, 1 Oct 2000 21:34:14 +0000 (21:34 +0000)]
Add checking cases to Encode's toUnicode and fromUnicode.

p4raw-id: //depot/perl@7106

23 years agoAdd encoding tables from tcl8.3.2 and perl code in Encode.pm
Nick Ing-Simmons [Sun, 1 Oct 2000 17:18:01 +0000 (17:18 +0000)]
Add encoding tables from tcl8.3.2 and perl code in Encode.pm
To read and use them.
Add a lib/encode.t which checks a few things.

p4raw-id: //depot/perl@7105

23 years agoFix some recursion in overload.pm
Daniel Chetlin [Mon, 18 Sep 2000 05:05:40 +0000 (22:05 -0700)]
Fix some recursion in overload.pm
Message-Id: <20000918050540.C652@ilmd>

p4raw-id: //depot/perl@7104

23 years ago[ID 20000917.002] 5.7.0 and blead@7095 make html makes man
Johan Vromans [Sun, 17 Sep 2000 19:46:05 +0000 (21:46 +0200)]
[ID 20000917.002] 5.7.0 and blead@7095 make html makes man
Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>

p4raw-id: //depot/perl@7103

23 years agoRe: [ID 20000915.010] Infinite loop with -MO=Deparse
Spider Boardman [Sat, 16 Sep 2000 16:36:45 +0000 (12:36 -0400)]
Re: [ID 20000915.010] Infinite loop with -MO=Deparse
Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>

p4raw-id: //depot/perl@7102

23 years agoanother VMS my_fwrite() fix for Storable
Craig A. Berry [Sat, 16 Sep 2000 10:11:10 +0000 (05:11 -0500)]
another VMS my_fwrite() fix for Storable
Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>

p4raw-id: //depot/perl@7101

23 years agoRe: unicode support and perl [ID 20000901.097]
Spider Boardman [Fri, 15 Sep 2000 16:37:58 +0000 (12:37 -0400)]
Re: unicode support and perl [ID 20000901.097]
Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>

p4raw-id: //depot/perl@7100

23 years agoRe: unicode support and perl [ID 20000901.097]
Spider Boardman [Fri, 15 Sep 2000 16:25:30 +0000 (12:25 -0400)]
Re: unicode support and perl [ID 20000901.097]
Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>

p4raw-id: //depot/perl@7099

23 years agoRe: Trapping by opmask sets strange parser state [PATCH]
Gisle Aas [Fri, 15 Sep 2000 16:23:41 +0000 (18:23 +0200)]
Re: Trapping by opmask sets strange parser state [PATCH]
Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>

p4raw-id: //depot/perl@7098

23 years agoNits in perlmod.pod
Daniel Chetlin [Fri, 15 Sep 2000 02:04:09 +0000 (19:04 -0700)]
Nits in perlmod.pod
Message-Id: <20000915020409.A2104@ilmd>

p4raw-id: //depot/perl@7097

23 years agoRe-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
Nick Ing-Simmons [Sat, 30 Sep 2000 12:18:00 +0000 (12:18 +0000)]
Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
0 to checking to get the warning.

p4raw-id: //depot/perl@7096

23 years agoMultiplicity & ithreads fix for sv.c/Encode.xs
Spider Boardman [Fri, 15 Sep 2000 06:37:30 +0000 (02:37 -0400)]
Multiplicity & ithreads fix for sv.c/Encode.xs

Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>

p4raw-id: //depot/perl@7095

23 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 15 Sep 2000 03:23:32 +0000 (03:23 +0000)]
Update Changes.

p4raw-id: //depot/perl@7094

23 years agoFix for the charnames.t failures from Spider Boardman.
Jarkko Hietaniemi [Fri, 15 Sep 2000 03:11:44 +0000 (03:11 +0000)]
Fix for the charnames.t failures from Spider Boardman.

p4raw-id: //depot/perl@7093

23 years agoBotched the #7090 check-in.
Jarkko Hietaniemi [Fri, 15 Sep 2000 00:15:48 +0000 (00:15 +0000)]
Botched the #7090 check-in.

p4raw-id: //depot/perl@7092

23 years agoPart of #7081 didn't come through.
Jarkko Hietaniemi [Thu, 14 Sep 2000 23:33:24 +0000 (23:33 +0000)]
Part of #7081 didn't come through.

p4raw-id: //depot/perl@7091

23 years agoRe: perl@7078
Spider Boardman [Thu, 14 Sep 2000 19:06:36 +0000 (15:06 -0400)]
Re: perl@7078
Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>

p4raw-id: //depot/perl@7090

23 years agoSmall portability tweaks.
Jarkko Hietaniemi [Thu, 14 Sep 2000 23:11:21 +0000 (23:11 +0000)]
Small portability tweaks.

p4raw-id: //depot/perl@7089

23 years agoFake return to pacify picky compilers.
Jarkko Hietaniemi [Thu, 14 Sep 2000 22:57:23 +0000 (22:57 +0000)]
Fake return to pacify picky compilers.

p4raw-id: //depot/perl@7088

23 years agoutf8.c apidoc
Simon Cozens [Thu, 14 Sep 2000 23:46:57 +0000 (00:46 +0100)]
utf8.c apidoc
Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>

p4raw-id: //depot/perl@7087

23 years agoWe don't need to count the high bit bytes, a boolean is enough.
Jarkko Hietaniemi [Thu, 14 Sep 2000 22:40:38 +0000 (22:40 +0000)]
We don't need to count the high bit bytes, a boolean is enough.

p4raw-id: //depot/perl@7086

23 years agoReplace #7084 with
Spider Boardman [Thu, 14 Sep 2000 17:09:36 +0000 (13:09 -0400)]
Replace #7084 with

Subject: Re: perl@7078
Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>

p4raw-id: //depot/perl@7085

23 years agoUTF8-encoded version of 256 is 0xc4 0x80; test that a char is
Simon Cozens [Thu, 14 Sep 2000 20:59:19 +0000 (21:59 +0100)]
UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
convertible to bytes by checking it doesn't go above 0xc3

Subject: Re: perl@7078
Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>

p4raw-id: //depot/perl@7084

23 years agoRe: perl@7078
Simon Cozens [Thu, 14 Sep 2000 20:13:09 +0000 (21:13 +0100)]
Re: perl@7078
Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>

p4raw-id: //depot/perl@7083

23 years agoThe one that got away.
Jarkko Hietaniemi [Thu, 14 Sep 2000 17:50:44 +0000 (17:50 +0000)]
The one that got away.

p4raw-id: //depot/perl@7082

23 years agocontinued -Wformat support
Robin Barker [Thu, 14 Sep 2000 18:07:38 +0000 (19:07 +0100)]
continued -Wformat support
Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>

p4raw-id: //depot/perl@7081

23 years agoProblems picked up by AIX cc.
H.Merijn Brand [Thu, 14 Sep 2000 18:53:30 +0000 (20:53 +0200)]
Problems picked up by AIX cc.

Subject: Re: perl@7078 (patch included)
Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@7080

23 years agoFile::Find 5.7.0 POD nits
Rich Morin [Wed, 13 Sep 2000 22:03:58 +0000 (15:03 -0700)]
File::Find 5.7.0 POD nits
Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>

p4raw-id: //depot/perl@7079

23 years agoUpdate Changes.
Jarkko Hietaniemi [Thu, 14 Sep 2000 14:58:20 +0000 (14:58 +0000)]
Update Changes.

p4raw-id: //depot/perl@7078

23 years agoCompilation warnings and an error.
Jarkko Hietaniemi [Thu, 14 Sep 2000 14:55:54 +0000 (14:55 +0000)]
Compilation warnings and an error.

p4raw-id: //depot/perl@7077

23 years agoFix for a parsing bug, not for the original bug.
Spider Boardman [Wed, 13 Sep 2000 17:52:20 +0000 (13:52 -0400)]
Fix for a parsing bug, not for the original bug.

Subject: Re: [ID 20000910.005] Another segfault with regexes.
Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>

p4raw-id: //depot/perl@7076

23 years agoBatch of UTF-8 patches from Simon Cozens.
Jarkko Hietaniemi [Thu, 14 Sep 2000 14:40:40 +0000 (14:40 +0000)]
Batch of UTF-8 patches from Simon Cozens.

p4raw-id: //depot/perl@7075

23 years agoRe: Two advertising clauses need to be removed
Russ Allbery [Wed, 13 Sep 2000 18:50:26 +0000 (11:50 -0700)]
Re: Two advertising clauses need to be removed
Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>

p4raw-id: //depot/perl@7074

23 years agode-wall t/README
Yitzchak Scott-Thoennes [Wed, 13 Sep 2000 17:46:55 +0000 (10:46 -0700)]
de-wall t/README
Message-ID: <//Bw5gzkge/e092yn@efn.org>

p4raw-id: //depot/perl@7073

23 years agoHints optimization.
H.Merijn Brand [Wed, 13 Sep 2000 21:42:07 +0000 (23:42 +0200)]
Hints optimization.

Subject: Minor nit
Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@7072