This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
23 years agoPATCH installperl misinformed
Andreas König [Sun, 10 Dec 2000 13:01:32 +0000 (14:01 +0100)]
PATCH installperl misinformed
Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>

p4raw-id: //depot/perl@8073

23 years agoThe walkoptree confusion rages; walkoptree() seems to be coming
Jarkko Hietaniemi [Sun, 10 Dec 2000 18:07:55 +0000 (18:07 +0000)]
The walkoptree confusion rages; walkoptree() seems to be coming
from B.xs, while walkoptree_slow() comes from B.pm.

p4raw-id: //depot/perl@8072

23 years agoUpdate Changes.
Jarkko Hietaniemi [Sun, 10 Dec 2000 04:46:21 +0000 (04:46 +0000)]
Update Changes.

p4raw-id: //depot/perl@8070

23 years agoRe: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
Andreas König [Sat, 9 Dec 2000 17:14:25 +0000 (18:14 +0100)]
Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>

p4raw-id: //depot/perl@8069

23 years agoRE: [ID 20001013.009] DB_File issues warning when setting element to undef
Paul Marquess [Sat, 9 Dec 2000 16:47:22 +0000 (16:47 +0000)]
RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>

p4raw-id: //depot/perl@8068

23 years agoTest case for #8066.
Jarkko Hietaniemi [Sun, 10 Dec 2000 03:52:02 +0000 (03:52 +0000)]
Test case for #8066.

p4raw-id: //depot/perl@8067

23 years agoRe: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
Simon Cozens [Sun, 10 Dec 2000 00:55:37 +0000 (00:55 +0000)]
Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>

p4raw-id: //depot/perl@8066

23 years agoTest case for #8064.
Jarkko Hietaniemi [Sun, 10 Dec 2000 03:44:52 +0000 (03:44 +0000)]
Test case for #8064.

p4raw-id: //depot/perl@8065

23 years agoRe: prototype of substr
Simon Cozens [Sun, 10 Dec 2000 00:13:33 +0000 (00:13 +0000)]
Re: prototype of substr
Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>

Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
In other words, make the returned prototypes for any function
stop prepending the ';' optionality marker after the first one.
       If they start getting optional, all the rest are optional.

p4raw-id: //depot/perl@8064

23 years agoperlguts.pod
Simon Cozens [Sun, 10 Dec 2000 00:06:47 +0000 (00:06 +0000)]
perlguts.pod
Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>

Documentation of the different types of ops,
plus the functions in dump.c

p4raw-id: //depot/perl@8063

23 years ago[ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1...
Nicholas Clark [Sat, 9 Dec 2000 18:57:25 +0000 (18:57 +0000)]
[ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>

Be more robust in weird hostname setups.

p4raw-id: //depot/perl@8062

23 years agoPacify fussy compiler.
Jarkko Hietaniemi [Sun, 10 Dec 2000 03:28:21 +0000 (03:28 +0000)]
Pacify fussy compiler.

p4raw-id: //depot/perl@8061

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Sun, 10 Dec 2000 02:52:46 +0000 (02:52 +0000)]
Integrate perlio:

[  8059]
read/sysread/recv should now be utf8 aware.
Basic test for utf8 read.

p4raw-link: @8059 on //depot/perlio: eb5c063ad00efba84ec136b0b86cfe12eb4ab14c

p4raw-id: //depot/perl@8060

23 years agoread/sysread/recv should now be utf8 aware.
Nick Ing-Simmons [Sat, 9 Dec 2000 23:40:14 +0000 (23:40 +0000)]
read/sysread/recv should now be utf8 aware.
Basic test for utf8 read.

p4raw-id: //depot/perlio@8059

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Sat, 9 Dec 2000 21:56:02 +0000 (21:56 +0000)]
Integrate perlio:

[  8055]
Make write() (i.e. formats) utf8-aware by calling do_print() rather
than raw PerlIO_write() - does not seem to break any tests.

[  8054]
Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
(sysread, recv and write i.e. formats still to do...)
Allow :utf8 or :bytes in PerlIO_apply_layers() so that
open($fh,">:utf8","name")
etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
so no extra overhead is involved.
Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
to a non-utf8 stream.
Add initial io/utf8.t
Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.

[  8053]
Did not get that has_utf8/this_utf8 fix right last time, another spot
was only testing this_utf8.

[  8052]
Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
i.e. the output string has one, but don't mess with source assumption.

p4raw-link: @8055 on //depot/perlio: d75029d0f4549b2fe0cff3cd80934a1b6bbb54eb
p4raw-link: @8054 on //depot/perlio: 7d59b7e40bca518078f3e97c802950b76d52efa2
p4raw-link: @8053 on //depot/perlio: bbc28b27949817e8e7461c0a92c6108632259a4b
p4raw-link: @8052 on //depot/perlio: 4e553d734e1cb450bb69a562e02eb0c12ecd8995

p4raw-id: //depot/perl@8058

23 years agoRe: Additional patch for UTF8-keys (Re: perl@8016)
Inaba Hiroto [Sun, 10 Dec 2000 05:53:21 +0000 (14:53 +0900)]
Re: Additional patch for UTF8-keys (Re: perl@8016)
Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>

Tests for #8056.

p4raw-id: //depot/perl@8057

23 years agoAdditional patch for UTF8-keys (Re: perl@8016)
Inaba Hiroto [Sat, 9 Dec 2000 18:02:00 +0000 (03:02 +0900)]
Additional patch for UTF8-keys (Re: perl@8016)
Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>

exists() didn't work for UTF-8 keys, and neither did shared hash keys.

p4raw-id: //depot/perl@8056

23 years agoMake write() (i.e. formats) utf8-aware by calling do_print() rather
Nick Ing-Simmons [Sat, 9 Dec 2000 20:11:48 +0000 (20:11 +0000)]
Make write() (i.e. formats) utf8-aware by calling do_print() rather
than raw PerlIO_write() - does not seem to break any tests.

p4raw-id: //depot/perlio@8055

23 years agoMake print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
Nick Ing-Simmons [Sat, 9 Dec 2000 19:47:30 +0000 (19:47 +0000)]
Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
(sysread, recv and write i.e. formats still to do...)
Allow :utf8 or :bytes in PerlIO_apply_layers() so that
   open($fh,">:utf8","name")
etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
so no extra overhead is involved.
Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
to a non-utf8 stream.
Add initial io/utf8.t
Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.

p4raw-id: //depot/perlio@8054

23 years agoDid not get that has_utf8/this_utf8 fix right last time, another spot
Nick Ing-Simmons [Sat, 9 Dec 2000 19:26:37 +0000 (19:26 +0000)]
Did not get that has_utf8/this_utf8 fix right last time, another spot
was only testing this_utf8.

p4raw-id: //depot/perlio@8053

23 years agoTypo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
Nick Ing-Simmons [Sat, 9 Dec 2000 19:09:41 +0000 (19:09 +0000)]
Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
i.e. the output string has one, but don't mess with source assumption.

p4raw-id: //depot/perlio@8052

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Sat, 9 Dec 2000 16:55:17 +0000 (16:55 +0000)]
Integrate perlio:

[  8049]
UTF8 output prework.
- Store $\ and $, as SVs so they can have SvUTF8 flag
- use do_print() rather than raw PerlIO_write() to print them.

p4raw-link: @8049 on //depot/perlio: 7889fe52c8bdedf274e4826ad460ef6c3606ca6a

p4raw-id: //depot/perl@8051

23 years agoNits noticed by Peter Prymmer.
Jarkko Hietaniemi [Sat, 9 Dec 2000 16:48:07 +0000 (16:48 +0000)]
Nits noticed by Peter Prymmer.

p4raw-id: //depot/perl@8050

23 years agoUTF8 output prework.
Nick Ing-Simmons [Sat, 9 Dec 2000 13:49:40 +0000 (13:49 +0000)]
UTF8 output prework.
 - Store $\ and $, as SVs so they can have SvUTF8 flag
 - use do_print() rather than raw PerlIO_write() to print them.

p4raw-id: //depot/perlio@8049

23 years agoIntegrate mainline.
Nick Ing-Simmons [Sat, 9 Dec 2000 12:30:43 +0000 (12:30 +0000)]
Integrate mainline.

p4raw-id: //depot/perlio@8048

23 years agoRe: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP...
Michael G. Schwern [Fri, 8 Dec 2000 14:43:04 +0000 (08:43 -0600)]
Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]

p4raw-id: //depot/perl@8047

23 years agoA missed check-in.
Jarkko Hietaniemi [Fri, 8 Dec 2000 23:10:27 +0000 (23:10 +0000)]
A missed check-in.

p4raw-id: //depot/perl@8046

23 years ago(null check-in)
Jarkko Hietaniemi [Fri, 8 Dec 2000 21:57:12 +0000 (21:57 +0000)]
(null check-in)

p4raw-id: //depot/perl@8045

23 years agoAdd ISO 8859-16 encoding. Not a standard yet but seems to be
Jarkko Hietaniemi [Fri, 8 Dec 2000 21:11:06 +0000 (21:11 +0000)]
Add ISO 8859-16 encoding.  Not a standard yet but seems to be
at the final draft stage.

p4raw-id: //depot/perl@8044

23 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 8 Dec 2000 16:39:04 +0000 (16:39 +0000)]
Update Changes.

p4raw-id: //depot/perl@8043

23 years agoDo not return the Unicode replacement character if UTF-8
Jarkko Hietaniemi [Fri, 8 Dec 2000 16:33:39 +0000 (16:33 +0000)]
Do not return the Unicode replacement character if UTF-8
decoding goes awry, it should be up to the caller to decide.

p4raw-id: //depot/perl@8042

23 years ago[ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
Yitzchak Scott-Thoennes [Thu, 7 Dec 2000 21:32:43 +0000 (13:32 -0800)]
[ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>

p4raw-id: //depot/perl@8040

23 years agoRe: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
Simon Cozens [Fri, 8 Dec 2000 13:33:31 +0000 (13:33 +0000)]
Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>

(The pp_hot part needed a rewrite.)

p4raw-id: //depot/perl@8039

23 years agodjSP
Michael Stevens [Wed, 6 Dec 2000 23:24:01 +0000 (23:24 +0000)]
djSP
Message-ID: <20001206232400.A21381@firedrake.org>

Plus a note from Nick Ing-Simmons.

p4raw-id: //depot/perl@8038

23 years agoFiletype is text.
Jarkko Hietaniemi [Fri, 8 Dec 2000 15:18:35 +0000 (15:18 +0000)]
Filetype is text.

p4raw-id: //depot/perl@8037

23 years ago[ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
Andy Dougherty [Thu, 7 Dec 2000 12:36:45 +0000 (07:36 -0500)]
[ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>

Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
From: Andy Dougherty <doughera@lafayette.edu>
Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@8036

23 years ago[ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
Andy Dougherty [Thu, 7 Dec 2000 10:50:47 +0000 (05:50 -0500)]
[ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@8035

23 years agoDOC PATCH 5.6.0: -s return value incompletely documented
Mark-Jason Dominus [Thu, 7 Dec 2000 21:04:20 +0000 (21:04 +0000)]
DOC PATCH 5.6.0: -s return value incompletely documented
Message-ID: <20001207210420.22282.qmail@plover.com>

Plus -z doc.

p4raw-id: //depot/perl@8034

23 years agoUse the UTF8 macros a bit. They can't be used with abandon
Jarkko Hietaniemi [Fri, 8 Dec 2000 03:19:03 +0000 (03:19 +0000)]
Use the UTF8 macros a bit.  They can't be used with abandon
everywhere because we do generate illegal UTF-8 in some situations.
This is of course naughty.

p4raw-id: //depot/perl@8033

23 years agoOut of sync?
Jarkko Hietaniemi [Fri, 8 Dec 2000 03:00:09 +0000 (03:00 +0000)]
Out of sync?

p4raw-id: //depot/perl@8032

23 years agoCnt spl.
Jarkko Hietaniemi [Fri, 8 Dec 2000 02:22:39 +0000 (02:22 +0000)]
Cnt spl.

p4raw-id: //depot/perl@8031

23 years agoAdd test for reverse().
Jarkko Hietaniemi [Fri, 8 Dec 2000 01:23:54 +0000 (01:23 +0000)]
Add test for reverse().

p4raw-id: //depot/perl@8030

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Fri, 8 Dec 2000 01:21:47 +0000 (01:21 +0000)]
Integrate perlio:

[  8026]
Various oddities p4 diff -se showed up
Remove 'our' from warnings.pl

[  8025]
Change PerlIO_(get|set)pos to take SV *
Should fix, OS/2, VMS, (sfio??)

p4raw-link: @8026 on //depot/perlio: 0ca4541c317eb395329cac582e39db540241d553
p4raw-link: @8025 on //depot/perlio: 766a733e849204725c27391cf2992d649af4aba6

p4raw-id: //depot/perl@8029

23 years agoIntroduce macros for UTF8 decoding.
Jarkko Hietaniemi [Fri, 8 Dec 2000 01:19:08 +0000 (01:19 +0000)]
Introduce macros for UTF8 decoding.

p4raw-id: //depot/perl@8028

23 years agoIntegrate mainline
Nick Ing-Simmons [Thu, 7 Dec 2000 22:18:19 +0000 (22:18 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@8027

23 years agoVarious oddities p4 diff -se showed up
Nick Ing-Simmons [Thu, 7 Dec 2000 21:45:08 +0000 (21:45 +0000)]
Various oddities p4 diff -se showed up
Remove 'our' from warnings.pl

p4raw-id: //depot/perlio@8026

23 years agoChange PerlIO_(get|set)pos to take SV *
Nick Ing-Simmons [Thu, 7 Dec 2000 21:43:32 +0000 (21:43 +0000)]
Change PerlIO_(get|set)pos to take SV *
Should fix, OS/2, VMS, (sfio??)

p4raw-id: //depot/perlio@8025

23 years agoDocument utf8_to_uv() better.
Jarkko Hietaniemi [Thu, 7 Dec 2000 19:05:32 +0000 (19:05 +0000)]
Document utf8_to_uv() better.

p4raw-id: //depot/perl@8024

23 years agoDocument utf8_length(), utf8_distance(), and utf8_hop().
Jarkko Hietaniemi [Thu, 7 Dec 2000 18:23:47 +0000 (18:23 +0000)]
Document utf8_length(), utf8_distance(), and utf8_hop().

p4raw-id: //depot/perl@8023

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Thu, 7 Dec 2000 04:13:51 +0000 (04:13 +0000)]
Integrate perlio:

[  8021]
Various attempts at MSVC debug - not sure what has
changed but works now.
Seems atexit() _may_ work for DLLs built with MSVC so don't
call cleanup that way.

[  8019]
Add useperlio to config.vc
Turn off binmode in config_H.PL
Regen all the config_H.xx
Attempt to get debugging build with MSVC.

[  8018]
Test various dup/external program options on all platforms.

[  8017]
Fix harness to be less picky

p4raw-link: @8021 on //depot/perlio: be696b0a6b61315b71a751e7291be8d8a9066650
p4raw-link: @8019 on //depot/perlio: 8c8a4ace7996843229b7a1f2a007f1cea5c7a38d
p4raw-link: @8018 on //depot/perlio: e4a4387cd67b57d9dfcb057f769a33143eec0663
p4raw-link: @8017 on //depot/perlio: 252585246f39d85ad7388d28c06dd6ed97b4d47d

p4raw-id: //depot/perl@8022

23 years agoVarious attempts at MSVC debug - not sure what has
Nick Ing-Simmons [Thu, 7 Dec 2000 00:28:14 +0000 (00:28 +0000)]
Various attempts at MSVC debug - not sure what has
changed but works now.
Seems atexit() _may_ work for DLLs built with MSVC so don't
call cleanup that way.

p4raw-id: //depot/perlio@8021

23 years agoIntegrate mainline
Nick Ing-Simmons [Wed, 6 Dec 2000 19:57:20 +0000 (19:57 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@8020

23 years agoAdd useperlio to config.vc
Nick Ing-Simmons [Wed, 6 Dec 2000 19:28:21 +0000 (19:28 +0000)]
Add useperlio to config.vc
Turn off binmode in config_H.PL
Regen all the config_H.xx
Attempt to get debugging build with MSVC.

p4raw-id: //depot/perlio@8019

23 years agoTest various dup/external program options on all platforms.
Nick Ing-Simmons [Wed, 6 Dec 2000 19:21:57 +0000 (19:21 +0000)]
Test various dup/external program options on all platforms.

p4raw-id: //depot/perlio@8018

23 years agoFix harness to be less picky
Nick Ing-Simmons [Wed, 6 Dec 2000 19:20:47 +0000 (19:20 +0000)]
Fix harness to be less picky

p4raw-id: //depot/perlio@8017

23 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 6 Dec 2000 16:45:12 +0000 (16:45 +0000)]
Update Changes.

p4raw-id: //depot/perl@8016

23 years agoTest \x{...} with ord().
Jarkko Hietaniemi [Wed, 6 Dec 2000 16:41:03 +0000 (16:41 +0000)]
Test \x{...} with ord().

p4raw-id: //depot/perl@8015

23 years agoTest tweak because of #8013.
Jarkko Hietaniemi [Wed, 6 Dec 2000 16:20:33 +0000 (16:20 +0000)]
Test tweak because of #8013.

p4raw-id: //depot/perl@8014

23 years ago$VERSION crusade, strict, tests, etc... all over lib/
Michael G. Schwern [Tue, 5 Dec 2000 21:23:28 +0000 (16:23 -0500)]
$VERSION crusade, strict, tests, etc... all over lib/
Message-ID: <20001205212328.C6473@blackrider.aocn.com>

Carp::Heavy parts not very applicable because of recent changes.

p4raw-id: //depot/perl@8013

23 years agoRe: New harness is failing things
Nick Ing-Simmons [Wed, 6 Dec 2000 13:00:30 +0000 (13:00 +0000)]
Re: New harness is failing things
Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>

p4raw-id: //depot/perl@8012

23 years agoinstallhtml changes
Michael Stevens [Wed, 6 Dec 2000 13:15:53 +0000 (13:15 +0000)]
installhtml changes
Message-ID: <20001206131553.A27317@firedrake.org>

p4raw-id: //depot/perl@8011

23 years agothe dTHR hits
Michael Stevens [Wed, 6 Dec 2000 12:06:03 +0000 (12:06 +0000)]
the dTHR hits
Message-ID: <20001206120603.A24581@firedrake.org>

More, errrm, less dTHRs.

p4raw-id: //depot/perl@8010

23 years agoMakeMaker mailing list gone?
Michael G. Schwern [Tue, 5 Dec 2000 19:29:59 +0000 (14:29 -0500)]
MakeMaker mailing list gone?
Message-ID: <20001205192959.B6473@blackrider.aocn.com>

The MakeMaker mailing list is dead, perlbug is the right
address to report bugs.

p4raw-id: //depot/perl@8009

23 years agoDefault MANIFEST.SKIP]
Michael G. Schwern [Tue, 5 Dec 2000 19:21:21 +0000 (14:21 -0500)]
Default MANIFEST.SKIP]
Message-ID: <20001205192121.A6473@blackrider.aocn.com>

Add a default MANIFEST skip that ignores things like
version control files, editor temporary files, and the Makefile.

p4raw-id: //depot/perl@8008

23 years agoIn Amiga more manual hackery of the scripts seems to be needed,
Jarkko Hietaniemi [Wed, 6 Dec 2000 14:57:20 +0000 (14:57 +0000)]
In Amiga more manual hackery of the scripts seems to be needed,
from Jan-Erik Karlsson.  Why Configure does not get this right
is unknown, may be shell-induced.

p4raw-id: //depot/perl@8007

23 years agoAdd TOPm1s to peek at the second topmost stack item.
Jarkko Hietaniemi [Tue, 5 Dec 2000 23:53:12 +0000 (23:53 +0000)]
Add TOPm1s to peek at the second topmost stack item.

p4raw-id: //depot/perl@8006

23 years agoAvaunt, you foul UTF-8 tests.
Jarkko Hietaniemi [Tue, 5 Dec 2000 23:13:55 +0000 (23:13 +0000)]
Avaunt, you foul UTF-8 tests.

p4raw-id: //depot/perl@8005

23 years agoContinue utf8 dispersal.
Jarkko Hietaniemi [Tue, 5 Dec 2000 23:09:54 +0000 (23:09 +0000)]
Continue utf8 dispersal.

p4raw-id: //depot/perl@8004

23 years agoIntegrate mainline.
Nick Ing-Simmons [Tue, 5 Dec 2000 23:02:39 +0000 (23:02 +0000)]
Integrate mainline.

p4raw-id: //depot/perlio@8003

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Tue, 5 Dec 2000 22:59:28 +0000 (22:59 +0000)]
Integrate perlio:

[  8001]
Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
- calloc/free suffer from damage on TerminateThread()
- use PerlMemShared (as originally planned) now fixed
- avoid doing anything important on DLL "detach".

[  8000]
Fix gross PerlMemShared issue.

p4raw-link: @8001 on //depot/perlio: ce3e5b80724e7725765c5559e5f4b0058876fc19
p4raw-link: @8000 on //depot/perlio: 0a77e2d7f7c1b1af440a8cf545295905853ca727

p4raw-id: //depot/perl@8002

23 years agoWin32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
Nick Ing-Simmons [Tue, 5 Dec 2000 22:07:52 +0000 (22:07 +0000)]
Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
 - calloc/free suffer from damage on TerminateThread()
 - use PerlMemShared (as originally planned) now fixed
 - avoid doing anything important on DLL "detach".

p4raw-id: //depot/perlio@8001

23 years agoFix gross PerlMemShared issue.
Nick Ing-Simmons [Tue, 5 Dec 2000 21:05:09 +0000 (21:05 +0000)]
Fix gross PerlMemShared issue.

p4raw-id: //depot/perlio@8000

23 years agoTest for Unicode (UTF-8) hash keys.
Jarkko Hietaniemi [Tue, 5 Dec 2000 20:46:58 +0000 (20:46 +0000)]
Test for Unicode (UTF-8) hash keys.

p4raw-id: //depot/perl@7999

23 years agoRemove an unnecessary 'use utf8' (unnecessary because \x{...}
Jarkko Hietaniemi [Tue, 5 Dec 2000 20:30:35 +0000 (20:30 +0000)]
Remove an unnecessary 'use utf8' (unnecessary because \x{...}
is now always UTF-8), empty line cosmetics.

p4raw-id: //depot/perl@7998

23 years agoRe: STRLEN - what?
Andy Dougherty [Tue, 5 Dec 2000 11:58:46 +0000 (06:58 -0500)]
Re: STRLEN - what?
Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>

Explain STRLEN.

p4raw-id: //depot/perl@7997

23 years agoSplit off the UTF-8 decoder tests, make them to check also
Jarkko Hietaniemi [Tue, 5 Dec 2000 20:13:34 +0000 (20:13 +0000)]
Split off the UTF-8 decoder tests, make them to check also
the error message.

p4raw-id: //depot/perl@7996

23 years agoStart migrating bits of pragma/utf8 to elsewhere
Jarkko Hietaniemi [Tue, 5 Dec 2000 16:39:47 +0000 (16:39 +0000)]
Start migrating bits of pragma/utf8 to elsewhere
(since the long term plan is to obsolete 'use utf8').

p4raw-id: //depot/perl@7995

23 years agoFix a manual edit typo from #7993, fix the message formatting
Jarkko Hietaniemi [Tue, 5 Dec 2000 16:30:21 +0000 (16:30 +0000)]
Fix a manual edit typo from #7993, fix the message formatting
for Unicode, add few our declarations.

p4raw-id: //depot/perl@7994

23 years agoNeed help with warnings :-(
Ben Tilly [Tue, 5 Dec 2000 01:35:54 +0000 (20:35 -0500)]
Need help with warnings :-(
Date: Tue, 05 Dec 2000 01:35:54 -0500
Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>

Subject: UPDATE: Carp/Heavy now passes all tests
From: "Ben Tilly" <ben_tilly@hotmail.com>
Date: Tue, 05 Dec 2000 07:59:41 -0500
Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>

The Brave New Carp.

p4raw-id: //depot/perl@7993

23 years agocygwin port
Eric Fifer [Tue, 5 Dec 2000 14:04:09 +0000 (14:04 +0000)]
cygwin port
Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>

p4raw-id: //depot/perl@7992

23 years agoRe: [PATCH] The largest hoax of all times?
Ilya Zakharevich [Tue, 5 Dec 2000 00:40:25 +0000 (19:40 -0500)]
Re: [PATCH] The largest hoax of all times?
Date: Tue, 5 Dec 2000 00:40:25 -0500
Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>

Subject: Re: [PATCH] The largest hoax of all times?
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
Date: Mon, 4 Dec 2000 23:55:53 -0500
Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>

Subject: Re: [PATCH] The largest hoax of all times?
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
Date: Tue, 5 Dec 2000 01:28:45 -0500
Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>

Fix the unpredictable order of DESTROYs.

p4raw-id: //depot/perl@7991

23 years agoshrink pp_hot fractionally
Nicholas Clark [Tue, 5 Dec 2000 12:44:31 +0000 (12:44 +0000)]
shrink pp_hot fractionally
Message-ID: <20001205124431.E74518@plum.flirble.org>

Use report_evil_fh().

p4raw-id: //depot/perl@7990

23 years ago[ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
Yitzchak Scott-Thoennes [Mon, 4 Dec 2000 22:21:59 +0000 (14:21 -0800)]
[ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
Message-ID: <HmIL6gzkgepS092yn@efn.org>

Harness shouldn't ignore responses like "ok 3\r\r\n".

p4raw-id: //depot/perl@7989

23 years agoIntegrate the "skip" messages to explain().
Jarkko Hietaniemi [Tue, 5 Dec 2000 13:51:28 +0000 (13:51 +0000)]
Integrate the "skip" messages to explain().

p4raw-id: //depot/perl@7988

23 years agoThe one that got away in #7984.
Michael Stevens [Tue, 5 Dec 2000 11:15:52 +0000 (11:15 +0000)]
The one that got away in #7984.

Subject: Re: dTHR - what and why?
Message-ID: <20001205111552.A4647@firedrake.org>

p4raw-id: //depot/perl@7987

23 years agofix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
Gurusamy Sarathy [Tue, 5 Dec 2000 09:14:44 +0000 (09:14 +0000)]
fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
due to the notorious GetFileType() bug in Windows 9x, which fstat()
tickles)

p4raw-id: //depot/perl@7986

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Tue, 5 Dec 2000 05:49:03 +0000 (05:49 +0000)]
Integrate perlio:

[  7983]
PERL_IMPLICIT_SYS (almost) works - something odd with "signal"

p4raw-link: @7983 on //depot/perlio: 5f1a76d08cedee4f2888d077fe9593b03dd9bd13

p4raw-id: //depot/perl@7985

23 years agodTHR is a nop in 5.6.0 onwards. Ergo, it can go.
Jarkko Hietaniemi [Tue, 5 Dec 2000 05:48:16 +0000 (05:48 +0000)]
dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.

p4raw-id: //depot/perl@7984

23 years agoPERL_IMPLICIT_SYS (almost) works - something odd with "signal"
Nick Ing-Simmons [Mon, 4 Dec 2000 23:27:43 +0000 (23:27 +0000)]
PERL_IMPLICIT_SYS (almost) works - something odd with "signal"

p4raw-id: //depot/perlio@7983

23 years agoYet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
Jarkko Hietaniemi [Mon, 4 Dec 2000 19:44:09 +0000 (19:44 +0000)]
Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
uncovered by #7980.

p4raw-id: //depot/perl@7982

23 years agoTrivial dump.c feature
Simon Cozens [Mon, 4 Dec 2000 18:08:38 +0000 (18:08 +0000)]
Trivial dump.c feature
Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>

Show whether a constant is UTF-8.

p4raw-id: //depot/perl@7981

23 years agoUTF-8 hash keys, patch from Inaba Hiroto.
Jarkko Hietaniemi [Mon, 4 Dec 2000 19:36:51 +0000 (19:36 +0000)]
UTF-8 hash keys, patch from Inaba Hiroto.

p4raw-id: //depot/perl@7980

23 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 4 Dec 2000 17:36:28 +0000 (17:36 +0000)]
Update Changes.

p4raw-id: //depot/perl@7979

23 years agoRetract #7977, still too volatile (the euphemism of the day
Jarkko Hietaniemi [Mon, 4 Dec 2000 16:42:17 +0000 (16:42 +0000)]
Retract #7977, still too volatile (the euphemism of the day
for unfinished and buggy :-)

p4raw-id: //depot/perl@7978

23 years ago(Retracted by #7978, too shaky yet.)
Simon Cozens [Sat, 2 Dec 2000 19:49:35 +0000 (19:49 +0000)]
(Retracted by #7978, too shaky yet.)

Subject: Re: utf8 in hash keys, implementor missing
Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>

The first step at UTF-8 hash keys.

p4raw-id: //depot/perl@7977

23 years ago[ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
Yitzchak Scott-Thoennes [Sun, 3 Dec 2000 19:06:53 +0000 (11:06 -0800)]
[ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
Message-Id: <200012040306.eB436rE18922@garcia.efn.org>

p4raw-id: //depot/perl@7976

23 years agoRe: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
Yitzchak Scott-Thoennes [Thu, 30 Nov 2000 20:50:37 +0000 (12:50 -0800)]
Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>

p4raw-id: //depot/perl@7975

23 years ago++ 20% faster
Nicholas Clark [Mon, 4 Dec 2000 12:17:27 +0000 (12:17 +0000)]
++ 20% faster
Message-ID: <20001204121726.B52976@plum.flirble.org>

Make '$i = ""; $i++' to produce true IVs without a hint of NVs.

p4raw-id: //depot/perl@7974

23 years agoRe: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
H.Merijn Brand [Mon, 4 Dec 2000 12:30:45 +0000 (13:30 +0100)]
Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>

AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
library (getprotobyname and getprotobynumber are outversioned by
the same calls in libc, at least for xlc version 3.

p4raw-id: //depot/perl@7973

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Mon, 4 Dec 2000 02:58:31 +0000 (02:58 +0000)]
Integrate perlio:

[  7971]
Quieten some noise in Win32 builds:
- win32.h is included after <sys/socket.h>, so need to
set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
- GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.

[  7970]
PERL_IMPLICIT_SYS compiles but does not work.

p4raw-link: @7971 on //depot/perlio: b4748376b6239962bd75b743e5a7b14788a2970c
p4raw-link: @7970 on //depot/perlio: adb71456d0ff53391c88789f315f1e66b14373d5

p4raw-id: //depot/perl@7972