This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
21 years agoSlight tweaks on the XS-and-Unicode docs, inspired by [perl #17852].
Jarkko Hietaniemi [Tue, 3 Dec 2002 15:04:07 +0000 (15:04 +0000)]
Slight tweaks on the XS-and-Unicode docs, inspired by [perl #17852].

p4raw-id: //depot/maint-5.8/perl@18242

21 years agoIntegrate:
Jarkko Hietaniemi [Tue, 3 Dec 2002 14:02:58 +0000 (14:02 +0000)]
Integrate:
[ 18239]
Fix up #18229.
p4raw-link: @18239 on //depot/perl: d90a703e9b2a2038e53e20447f0482fe07515888

p4raw-id: //depot/maint-5.8/perl@18241
p4raw-integrated: from //depot/perl@18236 'copy in'
ext/threads/t/join.t (@18229..) 'ignore' embedvar.h perlapi.h
(@18188..) 'merge in' perlvars.h (@18030..) pod/perlintern.pod
(@18220..) perl.c (@18229..)

21 years agoAccording to Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Jarkko Hietaniemi [Tue, 3 Dec 2002 01:25:45 +0000 (01:25 +0000)]
According to Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
gcc on IRIX (6.2) does not need and does indeed much better
without -D_POSIX_C_SOURCE [perl #15128] (the inclusion of
_POSIX_C_SOURCE in CFLAGS disables the definition of _SGIAPI
and <sys/dirent.h> doesn't define struct dirent64,
which causes reentr.c not to compile)

p4raw-id: //depot/maint-5.8/perl@18236

21 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 2 Dec 2002 23:15:05 +0000 (23:15 +0000)]
Update Changes.

p4raw-id: //depot/maint-5.8/perl@18235

21 years agoIntegrate:
Jarkko Hietaniemi [Mon, 2 Dec 2002 22:30:41 +0000 (22:30 +0000)]
Integrate:
[ 17815]
formatting cleanup and:
Subject: Re: perl-5.8.0 on HP porting center
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Date: Thu, 29 Aug 2002 12:23:31 +0200
Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>

[ 18170]
Move some tests from t/run/fresh_perl.t
to the new t/comp/parser.t. The goal being to
get rid of fresh_perl.t at some point.

[ 18228]
integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
with a module-driven version, and separates out its docs.

[ 18229]
$0 mofifying part I

Date: Sat, 30 Nov 2002 20:16:51 +0200
From: Jarkko Hietaniemi <jhi@iki.fi>
Subject: [PATCH] $0 modifying
Message-ID: <20021130181651.GA5876@kosh.hut.fi>

[ 18230]
$0 modifying part II (HP-UX only)

Date: Sat, 30 Nov 2002 20:16:51 +0200
From: Jarkko Hietaniemi <jhi@iki.fi>
Subject: [PATCH] $0 modifying
Message-ID: <20021130181651.GA5876@kosh.hut.fi>

[ 18231]
Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
From: Andy Dougherty <doughera@lafayette.edu>
Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>

[ 18232]
Skip test #17 of lib/open.t when useperlio is not defined.

[ 18233]
Fix bug #18573 : in a double-quoted string, a \c not followed
by any character may corrupt memory due to reading past the
end of the input buffer. Add a new error message corresponding
to this case.
p4raw-link: @18233 on //depot/perl: 961ce445580b4e9c0fefe3823cbf9226fa16b9bc
p4raw-link: @18232 on //depot/perl: c4b28b7cc0e40557fc1e70e22387cf763a1ef2fe
p4raw-link: @18231 on //depot/perl: b48c3bfbb4a90d003ead63cb81cdf4e84295c8b9
p4raw-link: @18230 on //depot/perl: 17aa7f3df185d8eaf8e0b1dad106f97ac3c6da48
p4raw-link: @18229 on //depot/perl: e297595301ee5f3b0643be0fb1fffae9b6b548a0
p4raw-link: @18228 on //depot/perl: 1a67fee7d910c67790fff4a69f2f20f7628aa80a
p4raw-link: @18170 on //depot/perl: f15b33d337d48f26112cfef23a2f05290f7ec3ae
p4raw-link: @17815 on //depot/perl: 2e2b85db5c320075c6df5b304492078465626441

p4raw-id: //depot/maint-5.8/perl@18234
p4raw-branched: from //depot/perl@18227 'branch in' lib/Pod/Perldoc.pm
lib/Pod/Perldoc/BaseTo.pm lib/Pod/Perldoc/GetOptsOO.pm
lib/Pod/Perldoc/ToChecker.pm lib/Pod/Perldoc/ToMan.pm
lib/Pod/Perldoc/ToNroff.pm lib/Pod/Perldoc/ToPod.pm
lib/Pod/Perldoc/ToRtf.pm lib/Pod/Perldoc/ToText.pm
lib/Pod/Perldoc/ToTk.pm lib/Pod/Perldoc/ToXml.pm
lib/Pod/Perldoc/t/checkerbasic.t
lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
pod/perldoc.pod
p4raw-integrated: from //depot/perl@18227 'copy in'
ext/threads/t/join.t (@14659..) pod/perlvar.pod (@17821..)
README.hpux (@17888..) utils/perldoc.PL (@18059..)
t/comp/parser.t (@18170..) t/op/magic.t (@18171..) lib/open.t
(@18188..) 'merge in' makedef.pl thread.h (@18030..) perl.c
(@18150..) sv.c toke.c (@18220..) pod/perldiag.pod (@18221..)
MANIFEST (@18226..) mg.c (@18229..)
p4raw-integrated: from //depot/perl@17815 'copy in' installperl
(@17764..)

21 years agoIntegrate:
Jarkko Hietaniemi [Mon, 2 Dec 2002 13:23:48 +0000 (13:23 +0000)]
Integrate:
[ 18216]
64bit Peek failure on HP-UX 11.00

Subject: Re: Smoke 18188
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
From: Slaven Rezic <slaven.rezic@berlin.de>
Date: 28 Nov 2002 19:25:25 +0100
Message-ID: <877kexsga2.fsf@vran.herceg.de>

[ 18217]
Document the hint constants and where they're used.

[ 18224]
Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
and lib/Pod/t/utils.t to cater for simpler output text.

[ 18226]
missed the new file from #18224
p4raw-link: @18226 on //depot/perl: ad712fffcec5900fb4a7ea9cf7786f96f8a6606d
p4raw-link: @18224 on //depot/perl: 9c6ed6d7263c1b2c230f35c31c8bcd2eef2d5431
p4raw-link: @18217 on //depot/perl: 9cfe5470b44e33f00045a3b9c3128c6ade6e813f
p4raw-link: @18216 on //depot/perl: 7957ad98fb4b8d8bd28e35e4d1de3a2d6a7acfb9

p4raw-id: //depot/maint-5.8/perl@18227
p4raw-branched: from //depot/perl@18219 'branch in'
lib/Pod/PlainText.pm (@6602..)
p4raw-integrated: from //depot/perl@18219 'copy in' t/pod/emptycmd.t
t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
t/pod/podselect.t t/pod/special_seqs.t (@9643..)
t/pod/special_seqs.xr (@11273..) lib/Pod/ParseUtils.pm
(@12071..) t/pod/lref.xr t/pod/pod2usage.xr (@13021..)
lib/vmsish.pm (@13034..) lib/Pod/t/latex.t (@13143..)
lib/Pod/t/utils.t (@13148..) t/pod/multiline_items.xr
(@13202..) ext/re/re.pm (@14483..) t/pod/testp2pt.pl (@16276..)
lib/Pod/Checker.pm t/pod/poderrs.t t/pod/poderrs.xr (@16979..)
pod/podselect.PL (@17400..) t/pod/podselect.xr (@17401..)
lib/Pod/Usage.pm (@17691..) lib/File/Basename.pm (@17840..)
lib/filetest.pm (@18045..) lib/charnames.pm (@18088..)
lib/open.pm (@18165..) 'merge in' lib/overload.pm (@17725..)
perl.h (@18120..) MANIFEST (@18221..)
p4raw-integrated: from //depot/perl@18216 'merge in'
ext/Devel/Peek/Peek.t (@18177..)

21 years agoIntegrate maint-5.6/macperl #17852.
Jarkko Hietaniemi [Sat, 30 Nov 2002 16:55:14 +0000 (16:55 +0000)]
Integrate maint-5.6/macperl #17852.

p4raw-id: //depot/maint-5.8/perl@18219
p4raw-integrated: from //depot/maint-5.6/macperl@18218 'merge in'
lib/File/Copy.pm (@16473..)

21 years agoAdd test from [perl #8026]
Jarkko Hietaniemi [Fri, 29 Nov 2002 18:23:39 +0000 (18:23 +0000)]
Add test from [perl #8026]

p4raw-id: //depot/maint-5.8/perl@18218

21 years agoperl #7887: Bad URL in README.os2
Jarkko Hietaniemi [Fri, 29 Nov 2002 00:32:10 +0000 (00:32 +0000)]
perl #7887: Bad URL in README.os2

p4raw-id: //depot/maint-5.8/perl@18215

21 years agoTwo tests from perl #7806.
Jarkko Hietaniemi [Thu, 28 Nov 2002 23:41:54 +0000 (23:41 +0000)]
Two tests from perl #7806.

p4raw-id: //depot/maint-5.8/perl@18214

21 years agoUnintended integratee from #18210.
Jarkko Hietaniemi [Thu, 28 Nov 2002 22:26:23 +0000 (22:26 +0000)]
Unintended integratee from #18210.

p4raw-id: //depot/maint-5.8/perl@18213

21 years agoMore pseudohashery.
Jarkko Hietaniemi [Thu, 28 Nov 2002 21:50:05 +0000 (21:50 +0000)]
More pseudohashery.

p4raw-id: //depot/maint-5.8/perl@18211

21 years agoIntegrate:
Jarkko Hietaniemi [Thu, 28 Nov 2002 21:24:10 +0000 (21:24 +0000)]
Integrate:
[ 18200]
Yet another approach to signal handling (Matthias)

(from maint-5.8/macperl)
p4raw-link: @18200 on //depot/maint-5.8/macperl: 1a8b74efed255c857ff9a5ff4a52b9dad52fc1ceon //depot/maint-5.6/macperl: a2727a034ccc111db91d9467425dd2fdbb900c69on //depot/macperl: c395ebfef09f1d1af9cf6ed1bdb37a1e33e7ca23

p4raw-id: //depot/maint-5.8/perl@18210

21 years agoAdd the test case from perl #9728.
Jarkko Hietaniemi [Thu, 28 Nov 2002 19:07:20 +0000 (19:07 +0000)]
Add the test case from perl #9728.

p4raw-id: //depot/maint-5.8/perl@18209

21 years agoRetry the #17920.
Jarkko Hietaniemi [Thu, 28 Nov 2002 16:57:01 +0000 (16:57 +0000)]
Retry the #17920.

p4raw-id: //depot/maint-5.8/perl@18208

21 years agoUrque. Retract #18206 since it got two patches interleaved
Jarkko Hietaniemi [Thu, 28 Nov 2002 16:49:00 +0000 (16:49 +0000)]
Urque.  Retract #18206 since it got two patches interleaved
(the #17920, and an unfinished experimental patch).

p4raw-id: //depot/maint-5.8/perl@18207

21 years agoIntegrate:
H.Merijn Brand [Mon, 23 Sep 2002 18:33:12 +0000 (20:33 +0200)]
Integrate:
[ 17920]
LEAKTEST is dead, RIP
Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>

(since LEAKTEST seems to be fundamentally obsolete,
even maint-5.8 shouldn't keep flogging a dead feature)
p4raw-link: @17920 on //depot/perl: 7bab3ede7bf671f54f0d8f3d55d015d9c9882812

p4raw-id: //depot/maint-5.8/perl@18206

21 years agoAnother pseudohash usage.
Jarkko Hietaniemi [Thu, 28 Nov 2002 15:25:35 +0000 (15:25 +0000)]
Another pseudohash usage.

p4raw-id: //depot/maint-5.8/perl@18205

21 years agoIntegrate:
Jarkko Hietaniemi [Thu, 28 Nov 2002 14:55:34 +0000 (14:55 +0000)]
Integrate:
[ 18203]
Slight beauty tweak.
p4raw-link: @18203 on //depot/perl: edab1aa3af79c1ef86d921f247dd75c9419a7ac3

p4raw-id: //depot/maint-5.8/perl@18204

21 years agoSlight beauty tweak.
Jarkko Hietaniemi [Thu, 28 Nov 2002 14:54:34 +0000 (14:54 +0000)]
Slight beauty tweak.

p4raw-id: //depot/perl@18203

21 years agoAdd test for bug #18153.
Jarkko Hietaniemi [Thu, 28 Nov 2002 14:49:11 +0000 (14:49 +0000)]
Add test for bug #18153.

p4raw-id: //depot/maint-5.8/perl@18202

21 years agoYet another approach to signal handling (Matthias)
Chris Nandor [Thu, 28 Nov 2002 05:29:12 +0000 (05:29 +0000)]
Yet another approach to signal handling (Matthias)

p4raw-id: //depot/maint-5.8/macperl@18200

21 years agoIntegrate maint-5.8/macperl/ from maint-5.8/perl/
Chris Nandor [Thu, 28 Nov 2002 05:20:16 +0000 (05:20 +0000)]
Integrate maint-5.8/macperl/ from maint-5.8/perl/

p4raw-id: //depot/maint-5.8/macperl@18199

21 years agoIntegrate:
Jarkko Hietaniemi [Thu, 28 Nov 2002 04:14:27 +0000 (04:14 +0000)]
Integrate:
[ 18175]
Subject: [Encode] 1.83 + bleedperl patch released
From: Dan Kogai <dankogai@dan.co.jp>
Date: Tue, 19 Nov 2002 03:18:44 +0900
Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>

[ 18176]
Subject: Re: [perl #18479] Error when no strict refs in effect
From: Slaven Rezic <slaven.rezic@berlin.de>
Date: 18 Nov 2002 22:50:04 +0100
Message-ID: <87smxya6pf.fsf@vran.herceg.de>

[ 18177]
add support for STASH and MAGIC information for REFs to sv_dump().
Subject: [PATCH]
From: Slaven Rezic <slaven.rezic@berlin.de>
Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>

[ 18178]
Subject: Re: Storable bug #1698
From: Slaven Rezic <slaven.rezic@berlin.de>
Date: 18 Nov 2002 10:41:36 +0100
Message-ID: <87ptt343lb.fsf@vran.herceg.de>

[ 18179]
Subject: [PATCH] UTF8 regexp {n} bug
From: Inaba Hiroto <inaba@st.rim.or.jp>
Date: Sat, 16 Nov 2002 19:23:00 +0900
Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>

[ 18182]
Subject: #17171: ld flag for shrplib on OpenBSD
Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>

[ 18183]
Subject: Re: [perl #18626] bug in perlipc man page
From: Slaven Rezic <slaven.rezic@berlin.de>
Date: 23 Nov 2002 21:23:20 +0100
Message-ID: <87bs4gdohz.fsf@vran.herceg.de>

[ 18184]
Subject: [PATCH] 2 Pod errors in perlop.pod
From: andreas.koenig@anima.de (Andreas J. Koenig)
Date: Mon, 25 Nov 2002 10:21:08 +0100
Message-ID: <m31y5admyj.fsf@k242.linux.bogus>

Plus a few similar POD fixes

[ 18185]
PerlFAQ sync.

[ 18186]
Subject: DESTROY called in scalar context ?
From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
Date: Tue, 29 Oct 2002 22:04:23 +0100
Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>

[ 18188]
Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
From: Slaven Rezic <slaven.rezic@berlin.de>
Date: 03 Nov 2002 10:59:43 +0100
Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
p4raw-link: @18188 on //depot/perl: d7a09b413c09654b842604d673ae0943eb928a18
p4raw-link: @18186 on //depot/perl: 44389ee9cadafd577d385ebdd55fa3c406c4202a
p4raw-link: @18185 on //depot/perl: 49d635f9372392ae44fe4c5b62b06e41912ae0c9
p4raw-link: @18184 on //depot/perl: ad0f383a28b730182ea06492027f82167ce7032b
p4raw-link: @18183 on //depot/perl: 78fc38e12ada7f29fe773fd35880f8076a010cc9
p4raw-link: @18182 on //depot/perl: 32b2ae027534ad371a7b2219e0afd4bc2c6d07c1
p4raw-link: @18179 on //depot/perl: 0e933229fa7586258708edba9d57af3dee7f48c0
p4raw-link: @18178 on //depot/perl: 87baa35a563d45b9921650f6d6957f8ce4f33b49
p4raw-link: @18177 on //depot/perl: 6bf47b083ef4085da3ab3288ed9331208cbe862c
p4raw-link: @18176 on //depot/perl: 9d7f88ddd9ec1f324b7625b5481fe9d2002a2554
p4raw-link: @18175 on //depot/perl: b536bf570905070470ba64c88c9fb4f28bfa54f3

p4raw-id: //depot/maint-5.8/perl@18197

21 years agoDoc tweak for perl #9731.
Jarkko Hietaniemi [Wed, 27 Nov 2002 03:14:22 +0000 (03:14 +0000)]
Doc tweak for perl #9731.

p4raw-id: //depot/maint-5.8/perl@18192

21 years agoA bit of additional information regarding BIND's harmful
Jarkko Hietaniemi [Wed, 27 Nov 2002 02:56:52 +0000 (02:56 +0000)]
A bit of additional information regarding BIND's harmful
effects (perl #9465).

p4raw-id: //depot/maint-5.8/perl@18191

21 years agoFix perl #18519: GDBM_SYNC and GDBM_SYNCMODE were unsupported.
Jarkko Hietaniemi [Wed, 27 Nov 2002 02:28:34 +0000 (02:28 +0000)]
Fix perl #18519: GDBM_SYNC and GDBM_SYNCMODE were unsupported.

p4raw-id: //depot/maint-5.8/perl@18190

21 years agoAdd the new POSIX isxxx() test by Ed Santiago <esm@pobox.com>
Jarkko Hietaniemi [Wed, 27 Nov 2002 01:51:45 +0000 (01:51 +0000)]
Add the new POSIX isxxx() test by Ed Santiago <esm@pobox.com>
(perl #16799).

p4raw-id: //depot/maint-5.8/perl@18189

21 years agoRe: [perl #18203] Recursive call in PerlIO_find_layer
Slaven Rezic [Sun, 3 Nov 2002 10:59:43 +0000 (11:59 +0100)]
Re: [perl #18203] Recursive call in PerlIO_find_layer
Message-ID: <877kfvnfcg.fsf@vran.herceg.de>

p4raw-id: //depot/perl@18188

21 years agoFollow-up on change #18122 (perl #18065) as noted by Philip Newton.
Jarkko Hietaniemi [Wed, 27 Nov 2002 01:26:02 +0000 (01:26 +0000)]
Follow-up on change #18122 (perl #18065) as noted by Philip Newton.
p4raw-link: @18122 on //depot/perl: b0d0c53930669dca23928a6d1a7ae6e9f2bd61d8

p4raw-id: //depot/maint-5.8/perl@18187

21 years agoDESTROY called in scalar context ?
Rafael Garcia-Suarez [Tue, 29 Oct 2002 22:04:23 +0000 (23:04 +0100)]
DESTROY called in scalar context ?
Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>

p4raw-id: //depot/perl@18186

21 years agoPerlFAQ sync.
Rafael Garcia-Suarez [Tue, 26 Nov 2002 21:06:48 +0000 (21:06 +0000)]
PerlFAQ sync.

p4raw-id: //depot/perl@18185

21 years ago2 Pod errors in perlop.pod
Andreas König [Mon, 25 Nov 2002 10:21:08 +0000 (11:21 +0100)]
2 Pod errors in perlop.pod
Message-ID: <m31y5admyj.fsf@k242.linux.bogus>

Plus a few similar POD fixes

p4raw-id: //depot/perl@18184

21 years agoRe: [perl #18626] bug in perlipc man page
Slaven Rezic [Sat, 23 Nov 2002 21:23:20 +0000 (22:23 +0100)]
Re: [perl #18626] bug in perlipc man page
Message-ID: <87bs4gdohz.fsf@vran.herceg.de>

p4raw-id: //depot/perl@18183

21 years ago#17171: ld flag for shrplib on OpenBSD
Todd C. Miller [Wed, 11 Sep 2002 13:44:12 +0000 (07:44 -0600)]
#17171: ld flag for shrplib on OpenBSD
From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>

p4raw-id: //depot/perl@18182

21 years agointegrate #18144 updates to pod/perlport.pod
Hugo van der Sanden [Mon, 25 Nov 2002 03:10:03 +0000 (03:10 +0000)]
integrate #18144 updates to pod/perlport.pod

p4raw-id: //depot/perl@18180

21 years agoUTF8 regexp {n} bug
Inaba Hiroto [Sat, 16 Nov 2002 19:23:00 +0000 (04:23 +0900)]
UTF8 regexp {n} bug
Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>

p4raw-id: //depot/perl@18179

21 years agoRe: Storable bug #1698
Slaven Rezic [Mon, 18 Nov 2002 10:41:36 +0000 (11:41 +0100)]
Re: Storable bug #1698
Message-ID: <87ptt343lb.fsf@vran.herceg.de>

p4raw-id: //depot/perl@18178

21 years agoadd support for STASH and MAGIC information for REFs to sv_dump().
Slaven Rezic [Mon, 18 Nov 2002 11:09:51 +0000 (12:09 +0100)]
add support for STASH and MAGIC information for REFs to sv_dump().
Subject: [PATCH]
Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>

p4raw-id: //depot/perl@18177

21 years agoRe: [perl #18479] Error when no strict refs in effect
Slaven Rezic [Mon, 18 Nov 2002 22:50:04 +0000 (23:50 +0100)]
Re: [perl #18479] Error when no strict refs in effect
Message-ID: <87smxya6pf.fsf@vran.herceg.de>

p4raw-id: //depot/perl@18176

21 years ago[Encode] 1.83 + bleedperl patch released
Dan Kogai [Tue, 19 Nov 2002 03:18:44 +0000 (12:18 +0900)]
[Encode] 1.83 + bleedperl patch released
Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>

p4raw-id: //depot/perl@18175

21 years agoFix perl #7305: UnicodeCD::compexcl is weird
Jarkko Hietaniemi [Sun, 24 Nov 2002 22:35:23 +0000 (22:35 +0000)]
Fix perl #7305: UnicodeCD::compexcl is weird

p4raw-id: //depot/maint-5.8/perl@18174

21 years agoIntegrate:
Jarkko Hietaniemi [Sat, 23 Nov 2002 02:02:33 +0000 (02:02 +0000)]
Integrate:
[ 18135]
Subject: [PATCH] perlopentut and PerlIO documentation
From: Slaven Rezic <slaven.rezic@berlin.de>
Date: 08 Nov 2002 22:22:19 +0100
Message-ID: <8765v7kb90.fsf@vran.herceg.de>

[ 18136]
Subject: t/run/runenv.t bug
From: Salvador "Fandiño" <sfandino@yahoo.com>
Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>

[ 18137]
Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
From: Slaven Rezic <slaven.rezic@berlin.de>
Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>

[ 18139]
Date: Tue, 12 Nov 2002 16:49:22 +0200
From: Jarkko Hietaniemi <jhi@iki.fi>
Subject: [PATCH] Tru64 osvers
Message-ID: <20021112144922.GI511825@lyta.hut.fi>

[ 18141]
repair 18139 (missing awk command)

[ 18147]
Subject: [PATCH] Typo in perl58delta
From: andreas.koenig@anima.de (Andreas J. Koenig)
Date: Sat, 16 Nov 2002 16:29:14 +0100
Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>

[ 18148]
New B::Lint option, bare-subs, that checks for implicitely
quoted barewords that are also subroutines, from
Ian Phillipps <ip@tarragon-et.co.uk>.
Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
With a few tweaks to the implementation and tests.

[ 18149]
       New B::Lint option, bare-subs, that checks for implicitely
       quoted barewords that are also subroutines, from
       Ian Phillipps <ip@tarragon-et.co.uk>.
       Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
       With a few tweaks to the implementation and tests.
(previous change was empty)

[ 18150]
Subject: [PATCH] optional code for debugging leaking scalars
From: Dave Mitchell <davem@fdgroup.com>
Date: Thu, 14 Nov 2002 23:03:00 +0000
Message-ID: <20021114230300.B18614@fdgroup.com>

[ 18151]
Document PRIVSHIFT.
Subject: [PATCH] two small doc patches
From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
Date: Thu, 14 Nov 2002 15:07:35 -0800
Message-ID: <3yC19gzkguTO092yn@efn.org>

[ 18152]
Subject: Re: [PATCH] optional code for debugging leaking scalars
From: Dave Mitchell <davem@fdgroup.com>
Date: Sat, 16 Nov 2002 22:18:23 +0000
Message-ID: <20021116221823.A23614@fdgroup.com>
Documentation for change #18150.

[ 18154]
Correction to change #18152, by Dave Mitchell.

[ 18158]
Remove duplicate my() declaration giving warnings from change #18105.

[ 18159]
Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
From: Gurusamy Sarathy <gsar@ActiveState.com>
Date: Wed, 30 Oct 2002 20:58:15 -0800
Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
Date: Wed, 30 Oct 2002 21:56:22 -0800
Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
Date: Wed, 30 Oct 2002 22:55:30 -0800
Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>

[ 18160]
Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
From: Nicholas Clark <nick@unfortu.net>
Date: Tue, 29 Oct 2002 23:00:05 +0000
Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>

[ 18161]
Subject: [PATCH Win32] Document wperl.exe
From: "Brent Dax" <brentdax@cpan.org>
Date: Fri, 15 Nov 2002 23:02:01 -0800
Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>

[ 18162]
Subject: [PATCH ext/threads/threads.xs] trivial typo
From: Dave Mitchell <davem@fdgroup.com>
Date: Thu, 14 Nov 2002 22:55:39 +0000
Message-ID: <20021114225539.A18614@fdgroup.com>

[ 18163]
Subject: Re: [PATCH] AutoLoader gives wrong message
From: Peter Scott <Peter@PSDT.com>
Date: Thu, 07 Nov 2002 19:04:27 -0800
Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>

With a tweak to the END cleanup block to fully remove the
temporary test directory

[ 18164]
t/io/crlf.t failed with miniperl.

[ 18165]
Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Sun, 3 Nov 2002 17:50:08 +0200
Message-ID: <20021103155008.GA382682@lyta.hut.fi>

[ 18166]
Fix perl bug #17920 : a case of parser coredump.
The fix is to disable Perl_block_start and Perl_block_end
when the yacc parser has encountered errors. This prevents
corruption of the internal stack, at the expense of correctness,
but this doesn't matter as the code is unparseable anyway.

[ 18168]
Subject: [PATCH] hires sleeping wants libs
Date: Wed, 20 Nov 2002 17:18:31 +0200
From: Jarkko Hietaniemi <jhi@iki.fi>
Message-ID: <20021120151830.GC127060@lyta.hut.fi>

[ 18169]
Add a test for bug #17920, and a new test file for it.

[ 18170]
Move some tests from t/run/fresh_perl.t
to the new t/comp/parser.t. The goal being to
get rid of fresh_perl.t at some point.

[ 18171]
A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
Fix the existing tests that didn't checked the difference
between 0 and undef.

[ 18172]
Subject: [PATCH] Historic version labels
From: andreas.koenig@anima.de (Andreas J. Koenig)
Date: Fri, 22 Nov 2002 14:39:41 +0100
Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>

(and regen Configure, regen_headers)
p4raw-link: @18172 on //depot/perl: cb08891181ecbc3fbbda8b8f23b205ec0d0e1cb7
p4raw-link: @18171 on //depot/perl: b0e6f8646079e4cbee83cdda71aa353762e00e3b
p4raw-link: @18170 on //depot/perl: f15b33d337d48f26112cfef23a2f05290f7ec3ae
p4raw-link: @18169 on //depot/perl: 923be969f850682dfbedb80d41b470ed27a2362b
p4raw-link: @18168 on //depot/perl: 53df3d8cb98cbfbef669eddaaa174212d27bd68c
p4raw-link: @18166 on //depot/perl: 39aa8287bdfc9ec0aeb8d8ace09b665ef71c53a8
p4raw-link: @18165 on //depot/perl: 61de9fb5aad39c2904a43125c7c70031be6bc679
p4raw-link: @18164 on //depot/perl: 31d12d11428d1c60a1eda9dedfa22782c4331ecb
p4raw-link: @18163 on //depot/perl: 94825128f215c164961da3f6ffd645af41f1d5db
p4raw-link: @18162 on //depot/perl: c8dae523ee7d36f845a2fdbbbb34116da97972e4
p4raw-link: @18161 on //depot/perl: 13ee867edc32e36741ac42b9562212ef3b159f54
p4raw-link: @18160 on //depot/perl: 36bb303b6ac55df9c2780b48d374c505374dc378
p4raw-link: @18159 on //depot/perl: 0dae17bd7971d11b90a07b6fc03ec78ab38e4db4
p4raw-link: @18158 on //depot/perl: 8af2e859c733a1615cc8dbeb3491332ed702a779
p4raw-link: @18154 on //depot/perl: 287a822c675abc6308357941862beda584b38a68
p4raw-link: @18152 on //depot/perl: 5a6c59efdb6adbea810f12ca2ce4a559f52eca2e
p4raw-link: @18151 on //depot/perl: 7b2a0f841a9bbe7062cc61dc1e243a85576b8e52
p4raw-link: @18150 on //depot/perl: eba0f806800ee6c16a404edf6a6aff3df57bdcb5
p4raw-link: @18149 on //depot/perl: 40f1df11ae16783cbf9e21d31dd70ec71d4993dc
p4raw-link: @18148 on //depot/perl: 66ab01efa2dccac305525894f45ccaf6d373c517
p4raw-link: @18147 on //depot/perl: 899914caadddae9f40c2da9fd2949220633c94e1
p4raw-link: @18141 on //depot/perl: fdd85a0336e53022f23038eaac184e017d9c5d61
p4raw-link: @18139 on //depot/perl: ed2f3d382347ec6277f063901256239f1d017afe
p4raw-link: @18137 on //depot/perl: d49f26d47a884d90aae378b8a343605c5f035cd8
p4raw-link: @18136 on //depot/perl: a07046312b1e745e6afd58111064e3a7a00b11b0
p4raw-link: @18135 on //depot/perl: 80fea0d2bcf08e174a74010b6dc3b53a2700dacd
p4raw-link: @18105 on //depot/perl: dd58e686a56f2e2b79be702b8652140afcbfc717

p4raw-id: //depot/maint-5.8/perl@18173

21 years agoHistoric version labels
Andreas König [Fri, 22 Nov 2002 14:39:41 +0000 (15:39 +0100)]
Historic version labels
Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>

p4raw-id: //depot/perl@18172

21 years agoA new test for $^S, based on a patch by Iain 'Spoon' Truskett.
Rafael Garcia-Suarez [Fri, 22 Nov 2002 21:15:54 +0000 (21:15 +0000)]
A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
Fix the existing tests that didn't checked the difference
between 0 and undef.

p4raw-id: //depot/perl@18171

21 years agoMove some tests from t/run/fresh_perl.t
Rafael Garcia-Suarez [Fri, 22 Nov 2002 20:49:12 +0000 (20:49 +0000)]
Move some tests from t/run/fresh_perl.t
to the new t/comp/parser.t. The goal being to
get rid of fresh_perl.t at some point.

p4raw-id: //depot/perl@18170

21 years agoAdd a test for bug #17920, and a new test file for it.
Rafael Garcia-Suarez [Thu, 21 Nov 2002 20:49:36 +0000 (20:49 +0000)]
Add a test for bug #17920, and a new test file for it.

p4raw-id: //depot/perl@18169

21 years agohires sleeping wants libs
Jarkko Hietaniemi [Wed, 20 Nov 2002 17:18:31 +0000 (19:18 +0200)]
hires sleeping wants libs
Message-ID: <20021120151830.GC127060@lyta.hut.fi>

p4raw-id: //depot/perl@18168

21 years agoFix perl bug #17920 : a case of parser coredump.
Rafael Garcia-Suarez [Tue, 19 Nov 2002 23:02:31 +0000 (23:02 +0000)]
Fix perl bug #17920 : a case of parser coredump.
The fix is to disable Perl_block_start and Perl_block_end
when the yacc parser has encountered errors. This prevents
corruption of the internal stack, at the expense of correctness,
but this doesn't matter as the code is unparseable anyway.

p4raw-id: //depot/perl@18166

21 years agoRe: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
Jarkko Hietaniemi [Sun, 3 Nov 2002 17:50:08 +0000 (19:50 +0200)]
Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
Message-ID: <20021103155008.GA382682@lyta.hut.fi>

p4raw-id: //depot/perl@18165

21 years agot/io/crlf.t failed with miniperl.
Rafael Garcia-Suarez [Tue, 19 Nov 2002 22:32:52 +0000 (22:32 +0000)]
t/io/crlf.t failed with miniperl.

p4raw-id: //depot/perl@18164

21 years agoRe: [PATCH] AutoLoader gives wrong message
Peter Scott [Thu, 7 Nov 2002 19:04:27 +0000 (11:04 -0800)]
Re: [PATCH] AutoLoader gives wrong message
Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>

With a tweak to the END cleanup block to fully remove the
temporary test directory

p4raw-id: //depot/perl@18163

21 years agotrivial typo
Dave Mitchell [Thu, 14 Nov 2002 22:55:39 +0000 (22:55 +0000)]
trivial typo
Message-ID: <20021114225539.A18614@fdgroup.com>

p4raw-id: //depot/perl@18162

21 years agoDocument wperl.exe
Brent Dax [Fri, 15 Nov 2002 23:02:01 +0000 (15:02 -0800)]
Document wperl.exe
From: "Brent Dax" <brentdax@cpan.org>
Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>

p4raw-id: //depot/perl@18161

21 years agoregen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
Nicholas Clark [Tue, 29 Oct 2002 23:00:05 +0000 (23:00 +0000)]
regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@18160

21 years agoRe: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
Gurusamy Sarathy [Wed, 30 Oct 2002 20:58:15 +0000 (12:58 -0800)]
Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
Date: Wed, 30 Oct 2002 20:58:15 -0800
Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
Date: Wed, 30 Oct 2002 21:56:22 -0800
Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
Date: Wed, 30 Oct 2002 22:55:30 -0800
Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>

p4raw-id: //depot/perl@18159

21 years agoRemove duplicate my() declaration giving warnings from change #18105.
Hugo van der Sanden [Tue, 19 Nov 2002 11:35:16 +0000 (11:35 +0000)]
Remove duplicate my() declaration giving warnings from change #18105.
p4raw-link: @18105 on //depot/perl: dd58e686a56f2e2b79be702b8652140afcbfc717

p4raw-id: //depot/perl@18158

21 years agoUnicode 3.2 Errata from
Jarkko Hietaniemi [Mon, 18 Nov 2002 23:06:22 +0000 (23:06 +0000)]
Unicode 3.2 Errata from
http://www.unicode.org/unicode/uni2errata/UnicodeErrata.html
(errata 2002 October 31 and 2002 October 30)
(If/when 3.2.1 or 4.0 happens, just replace SpecialCasing
and UnicodeData, don't bother with diffs, and rerun
perl ./mktables)

p4raw-id: //depot/maint-5.8/perl@18156

21 years agomake regen_headers
Jarkko Hietaniemi [Sat, 16 Nov 2002 22:34:07 +0000 (22:34 +0000)]
make regen_headers

p4raw-id: //depot/maint-5.8/perl@18155

21 years agoCorrection to change #18152, by Dave Mitchell.
Rafael Garcia-Suarez [Sat, 16 Nov 2002 22:08:44 +0000 (22:08 +0000)]
Correction to change #18152, by Dave Mitchell.
p4raw-link: @18152 on //depot/perl: 5a6c59efdb6adbea810f12ca2ce4a559f52eca2e

p4raw-id: //depot/perl@18154

21 years agoTripped by the pseudo-hash warning.
Jarkko Hietaniemi [Sat, 16 Nov 2002 21:24:13 +0000 (21:24 +0000)]
Tripped by the pseudo-hash warning.

p4raw-id: //depot/maint-5.8/perl@18153

21 years agoRe: [PATCH] optional code for debugging leaking scalars
Dave Mitchell [Sat, 16 Nov 2002 22:18:23 +0000 (22:18 +0000)]
Re: [PATCH] optional code for debugging leaking scalars
Message-ID: <20021116221823.A23614@fdgroup.com>
Documentation for change #18150.
p4raw-link: @18150 on //depot/perl: eba0f806800ee6c16a404edf6a6aff3df57bdcb5

p4raw-id: //depot/perl@18152

21 years agoDocument PRIVSHIFT.
Yitzchak Scott-Thoennes [Thu, 14 Nov 2002 15:07:35 +0000 (07:07 -0800)]
Document PRIVSHIFT.
Subject: [PATCH] two small doc patches
Message-ID: <3yC19gzkguTO092yn@efn.org>

p4raw-id: //depot/perl@18151

21 years agooptional code for debugging leaking scalars
Dave Mitchell [Thu, 14 Nov 2002 23:03:00 +0000 (23:03 +0000)]
optional code for debugging leaking scalars
Message-ID: <20021114230300.B18614@fdgroup.com>

p4raw-id: //depot/perl@18150

21 years ago New B::Lint option, bare-subs, that checks for implicitely
Rafael Garcia-Suarez [Sat, 16 Nov 2002 20:10:50 +0000 (20:10 +0000)]
   New B::Lint option, bare-subs, that checks for implicitely
       quoted barewords that are also subroutines, from
       Ian Phillipps <ip@tarragon-et.co.uk>.
       Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
       With a few tweaks to the implementation and tests.
(previous change was empty)

p4raw-id: //depot/perl@18149

21 years agoNew B::Lint option, bare-subs, that checks for implicitely
Rafael Garcia-Suarez [Sat, 16 Nov 2002 20:05:34 +0000 (20:05 +0000)]
New B::Lint option, bare-subs, that checks for implicitely
quoted barewords that are also subroutines, from
Ian Phillipps <ip@tarragon-et.co.uk>.
Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
With a few tweaks to the implementation and tests.

p4raw-id: //depot/perl@18148

21 years agoTypo in perl58delta
Andreas König [Sat, 16 Nov 2002 16:29:14 +0000 (17:29 +0100)]
Typo in perl58delta
Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>

p4raw-id: //depot/perl@18147

21 years agoTypo noticed by Philip Newton.
Jarkko Hietaniemi [Sat, 16 Nov 2002 15:09:26 +0000 (15:09 +0000)]
Typo noticed by Philip Newton.

p4raw-id: //depot/maint-5.8/perl@18146

21 years agoAdd 5.005-style thread deprecation warning (at each
Jarkko Hietaniemi [Sat, 16 Nov 2002 02:53:59 +0000 (02:53 +0000)]
Add 5.005-style thread deprecation warning (at each
thread create).

p4raw-id: //depot/maint-5.8/perl@18145

21 years agoperlport tweaks:
Jarkko Hietaniemi [Fri, 15 Nov 2002 22:30:36 +0000 (22:30 +0000)]
perlport tweaks:
- timezone
- $!, Errno
- metainformation changing
- perlunicode

p4raw-id: //depot/maint-5.8/perl@18144

21 years agoAdd pseudo-hashes deprecation warning (at each pseudo-hash access).
Jarkko Hietaniemi [Fri, 15 Nov 2002 04:37:24 +0000 (04:37 +0000)]
Add pseudo-hashes deprecation warning (at each pseudo-hash access).

p4raw-id: //depot/maint-5.8/perl@18143

21 years agoRe: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
Dave Mitchell [Thu, 7 Nov 2002 16:38:02 +0000 (16:38 +0000)]
Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
Message-ID: <20021107163802.C25337@fdgroup.com>

p4raw-id: //depot/perl@18142

21 years agorepair 18139 (missing awk command)
H.Merijn Brand [Tue, 12 Nov 2002 16:15:30 +0000 (16:15 +0000)]
repair 18139 (missing awk command)

p4raw-id: //depot/perl@18141

21 years agoTru64 osvers
Jarkko Hietaniemi [Tue, 12 Nov 2002 16:49:22 +0000 (18:49 +0200)]
Tru64 osvers
Message-ID: <20021112144922.GI511825@lyta.hut.fi>

p4raw-id: //depot/perl@18139

21 years agowarning fix in SYNOPSIS example of Term::ReadLine pod
Slaven Rezic [Sat, 9 Nov 2002 22:31:31 +0000 (23:31 +0100)]
warning fix in SYNOPSIS example of Term::ReadLine pod
Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>

p4raw-id: //depot/perl@18137

21 years agot/run/runenv.t bug
Salvador Fandiño [Fri, 8 Nov 2002 08:07:13 +0000 (00:07 -0800)]
t/run/runenv.t bug
Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>

p4raw-id: //depot/perl@18136

21 years agoperlopentut and PerlIO documentation
Slaven Rezic [Fri, 8 Nov 2002 22:22:19 +0000 (23:22 +0100)]
perlopentut and PerlIO documentation
Message-ID: <8765v7kb90.fsf@vran.herceg.de>

p4raw-id: //depot/perl@18135

21 years agoUpdate Changes.
Jarkko Hietaniemi [Sat, 9 Nov 2002 22:10:52 +0000 (22:10 +0000)]
Update Changes.

p4raw-id: //depot/maint-5.8/perl@18134

21 years agoIntegrate
Jarkko Hietaniemi [Sat, 9 Nov 2002 21:56:38 +0000 (21:56 +0000)]
Integrate

[ 18122]
Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
From: "david@dhaller.de (via RT)" <perlbug@perl.org>
Date: 23 Oct 2002 18:42:51 -0000
Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>

[ 18123]
Subject: PATCH x2p/find2perl.PL
From: "Newton, Philip" <Philip.Newton@datenrevision.de>
Date: Thu, 24 Oct 2002 10:05:19 +0200
Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>

[ 18124]
Subject: [PATCH] File::Temp documentation fix
From: Slaven Rezic <slaven.rezic@berlin.de>
Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>

[ 18125]
Subject: Re: The Inaba patch for tr/// vs. use encoding
From: Dan Kogai <dankogai@dan.co.jp>
Date: Fri, 25 Oct 2002 13:04:00 +0900
Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
p4raw-link: @18125 on //depot/perl: 0d55c8f7c05ceae7db13bb3863932232a57c2a7b
p4raw-link: @18124 on //depot/perl: c6d63c67cbd3ac9fa6ff9e314b9945f590abfc9d
p4raw-link: @18123 on //depot/perl: b739a87e1136803e4caa98b406c9987f6607e13e
p4raw-link: @18122 on //depot/perl: b0d0c53930669dca23928a6d1a7ae6e9f2bd61d8

p4raw-id: //depot/maint-5.8/perl@18133
p4raw-branched: from //depot/perl@18132 'branch in' t/uni/tr_7jis.t
t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t
p4raw-integrated: from //depot/perl@18132 'copy in'
ext/Fcntl/t/syslfs.t t/op/lfs.t (@11940..) lib/File/Temp.pm
(@16942..) x2p/find2perl.PL (@16979..) 'merge in' MANIFEST
(@18102..)

21 years agoIntegrate
Yitzchak Scott-Thoennes [Sun, 3 Nov 2002 15:48:18 +0000 (07:48 -0800)]
Integrate

[ 18121]
Subject: Re: [perl #18038] DESTROY change in 5.8.0?
Message-ID: <CXbx9gzkgS8W092yn@efn.org>
p4raw-link: @18121 on //depot/perl: b5ccf5f2cdb7415d32c161b40f11284c4f37fb57

p4raw-id: //depot/maint-5.8/perl@18132
p4raw-integrated: from //depot/perl@18131 'copy in' t/op/tie.t
(@17022..) 'merge in' sv.c (@18090..)

21 years agoIntegrate
Jarkko Hietaniemi [Sat, 9 Nov 2002 21:28:07 +0000 (21:28 +0000)]
Integrate

[ 18119]
Subject: [perl #18154] Problem found in calculating offsets in regex
From: Mark Pease (via RT) <perlbug@perl.org>
Date: 29 Oct 2002 20:23:54 -0000
Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>

[ 18120]
Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
From: Gurusamy Sarathy <gsar@ActiveState.com>
Date: Sat, 19 Oct 2002 12:11:43 -0700
Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
p4raw-link: @18120 on //depot/perl: 479b2847c3fbb8fe8ee4a5811514a771839458c4
p4raw-link: @18119 on //depot/perl: ccb2c380d5450f468e8b3ff18499f19757b950a6

p4raw-id: //depot/maint-5.8/perl@18131
p4raw-integrated: from //depot/perl@18130 'copy in' doio.c (@18023..)
ext/DB_File/t/db-recno.t (@18062..) 'merge in' perl.h
win32/win32.h (@18030..) regcomp.c (@18058..) pp_sys.c
(@18115..)

21 years agoIntegrate
Hugo van der Sanden [Sun, 3 Nov 2002 16:41:24 +0000 (16:41 +0000)]
Integrate

[ 18118]
Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>

(closure.t required manual edit since blead had a new test)
p4raw-link: @18118 on //depot/perl: e9f19e3c03f1d62dc32ee20c3f9cd088c9618f14

p4raw-id: //depot/maint-5.8/perl@18130
p4raw-integrated: from //depot/perl@18129 'copy in' t/op/sub_lval.t
(@15837..) 'ignore' t/op/closure.t (@18048..) 'merge in'
pp_hot.c (@18030..) op.c (@18048..) ext/B/B/Concise.pm
(@18114..)

21 years agoIntegrate
Slaven Rezic [Thu, 24 Oct 2002 00:44:35 +0000 (02:44 +0200)]
Integrate

[ 18115]
Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
Message-ID: <87vg3sixm4.fsf@vran.herceg.de>

[ 18117]
"make distclean" should remove the generated file lib/Config.pod.
p4raw-link: @18117 on //depot/perl: 3d40713cb3f43f5a6bd87317708c170c5a6a2304
p4raw-link: @18115 on //depot/perl: b5fe5ca2134a9ef76f895fb7bc7abec4e8196b08

p4raw-id: //depot/maint-5.8/perl@18129

21 years agoIntegrate
Jarkko Hietaniemi [Sat, 9 Nov 2002 21:15:09 +0000 (21:15 +0000)]
Integrate

[ 18116]
The new test introduced in #18114 failed with threads

(edit //= to be ||=)
p4raw-link: @18116 on //depot/perl: aa18c8dc25b0a85494e957118cc61cb80bb67ca8

p4raw-id: //depot/maint-5.8/perl@18128
p4raw-integrated: from //depot/perl@18127 'copy in' ext/B/t/concise.t
(@18114..)

21 years agoIntegrate
Stephen McCamant [Thu, 31 Oct 2002 01:35:29 +0000 (20:35 -0500)]
Integrate

[ 18114]
Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>

plus a test case in ext/B/t/concise.t
plus a (less intrusive, but less future-proof) fix for a
similar problem in B::walkoptree_exec().

(edit away dor and dorassign)
p4raw-link: @18114 on //depot/perl: 62e36f8a468863e09ecdb7f4dfc6bb112b1a327e

p4raw-id: //depot/maint-5.8/perl@18127

21 years agoIntegrate
Jarkko Hietaniemi [Sat, 9 Nov 2002 19:00:47 +0000 (19:00 +0000)]
Integrate

[ 18102]
Subject: Re: [perl #18066] Bug in -I when path has double colons?
From: Slaven Rezic <slaven.rezic@berlin.de>
Date: 30 Oct 2002 11:18:47 +0100
Message-ID: <87of9c2prs.fsf@vran.herceg.de>

With the corresponding change to embed.fnc

[ 18105]
Subject: Re: Class::Struct, simple patch, tests
From: Marty Pauley <marty+p5p@kasei.com>
Date: Fri, 18 Oct 2002 22:26:38 +0100
Message-ID: <20021018212638.GB3764@soto.kasei.com>

[ 18106]
new test based on:
Subject: [TEST] for [PATCH] bug in utf8.c(?)
From: Marty Pauley <marty+p5p@kasei.com>
Date: Fri, 18 Oct 2002 21:02:38 +0100
Message-ID: <20021018200238.GY3764@soto.kasei.com>

[ 18107]
1. Update pp_ucfirst to enter the UTF-8 branch only if the first
   character is UTF-8. (Copied from pp_lcfirst.)
2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.

[ 18108]
Put back the DO NOT EDIT headers in proto.h and global.sym

Subject: Re: [perl #18066] Bug in -I when path has double colons?
From: Slaven Rezic <slaven.rezic@berlin.de>
Date: 03 Nov 2002 10:25:10 +0100
Message-ID: <87adkrngy1.fsf@vran.herceg.de>

[ 18109]
Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
From: hv@crypt.org
Date: Tue, 05 Nov 2002 13:30:00 +0000
Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>

This is half of the fix for #18107. The swash_init() problems
described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
but can now be seen only with UTF-8 test cases.

[ 18113]
make regen_headers.
Backport change #18078 to warnings.pl.

plus make regen_headers
p4raw-link: @18113 on //depot/perl: f5e3445d922108beb0eda8afa05a86411da18e40
p4raw-link: @18109 on //depot/perl: d104a74c650f174423937daa379e5578a56dc3bb
p4raw-link: @18108 on //depot/perl: b445a7d9de59a3c21efaf046071b5c6b77dbd8b2
p4raw-link: @18107 on //depot/perl: 34aa158557bf899117e749eb5a8375ffe870f5d0
p4raw-link: @18106 on //depot/perl: 107c23634640452662c18f6ae1ae0d2920a4cf3b
p4raw-link: @18105 on //depot/perl: dd58e686a56f2e2b79be702b8652140afcbfc717
p4raw-link: @18102 on //depot/perl: 574c798aa09309489c549b50dff81b705c3afde8
p4raw-link: @18078 on //depot/perl: 92cde64730ac68c05bd8f8990a57fb156d283457

p4raw-id: //depot/maint-5.8/perl@18126

21 years agoRe: The Inaba patch for tr/// vs. use encoding
Dan Kogai [Fri, 25 Oct 2002 13:04:00 +0000 (22:04 +0900)]
Re: The Inaba patch for tr/// vs. use encoding
Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>

p4raw-id: //depot/perl@18125

21 years agoFile::Temp documentation fix
Slaven Rezic [Thu, 24 Oct 2002 19:04:20 +0000 (21:04 +0200)]
File::Temp documentation fix
Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>

p4raw-id: //depot/perl@18124

21 years agoPATCH x2p/find2perl.PL
Newton, Philip [Thu, 24 Oct 2002 10:05:19 +0000 (12:05 +0200)]
PATCH x2p/find2perl.PL
From: "Newton, Philip" <Philip.Newton@datenrevision.de>
Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>

p4raw-id: //depot/perl@18123

21 years ago[perl #18065] LFS related bug in perl-5.8.0 testsuite
david@dhaller.de [Wed, 23 Oct 2002 18:42:51 +0000 (18:42 +0000)]
[perl #18065] LFS related bug in perl-5.8.0 testsuite
From: "david@dhaller.de (via RT)" <perlbug@perl.org>
Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>

p4raw-id: //depot/perl@18122

21 years agoRe: [perl #18038] DESTROY change in 5.8.0?
Yitzchak Scott-Thoennes [Sun, 3 Nov 2002 15:48:18 +0000 (07:48 -0800)]
Re: [perl #18038] DESTROY change in 5.8.0?
Message-ID: <CXbx9gzkgS8W092yn@efn.org>

p4raw-id: //depot/perl@18121

21 years agoRe: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
Gurusamy Sarathy [Sat, 19 Oct 2002 12:11:43 +0000 (05:11 -0700)]
Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>

p4raw-id: //depot/perl@18120

21 years ago[perl #18154] Problem found in calculating offsets in regex
Mark Pease [Tue, 29 Oct 2002 20:23:54 +0000 (20:23 +0000)]
[perl #18154] Problem found in calculating offsets in regex
From: Mark Pease (via RT) <perlbug@perl.org>
Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>

p4raw-id: //depot/perl@18119

21 years agoRe: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0)...
Hugo van der Sanden [Sun, 3 Nov 2002 16:41:24 +0000 (16:41 +0000)]
Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>

p4raw-id: //depot/perl@18118

21 years ago"make distclean" should remove the generated file lib/Config.pod.
Rafael Garcia-Suarez [Wed, 6 Nov 2002 22:15:36 +0000 (22:15 +0000)]
"make distclean" should remove the generated file lib/Config.pod.

p4raw-id: //depot/perl@18117

21 years agoThe new test introduced in #18114 failed with threads
Rafael Garcia-Suarez [Wed, 6 Nov 2002 22:11:06 +0000 (22:11 +0000)]
The new test introduced in #18114 failed with threads

p4raw-id: //depot/perl@18116

21 years agoRe: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
Slaven Rezic [Thu, 24 Oct 2002 00:44:35 +0000 (02:44 +0200)]
Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
Message-ID: <87vg3sixm4.fsf@vran.herceg.de>

p4raw-id: //depot/perl@18115

21 years agoRe: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
Stephen McCamant [Thu, 31 Oct 2002 01:35:29 +0000 (20:35 -0500)]
Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>

plus a test case in ext/B/t/concise.t
plus a (less intrusive, but less future-proof) fix for a
similar problem in B::walkoptree_exec().

p4raw-id: //depot/perl@18114

21 years agomake regen_headers.
Rafael Garcia-Suarez [Tue, 5 Nov 2002 20:11:55 +0000 (20:11 +0000)]
make regen_headers.
Backport change #18078 to warnings.pl.
p4raw-link: @18078 on //depot/perl: 92cde64730ac68c05bd8f8990a57fb156d283457

p4raw-id: //depot/perl@18113

21 years agoperl embed.pl
Jarkko Hietaniemi [Tue, 5 Nov 2002 13:26:28 +0000 (13:26 +0000)]
perl embed.pl

p4raw-id: //depot/maint-5.8/perl@18112