summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@wiw.org>2003-05-05 03:31:36 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2003-05-05 03:31:36 +0000
commit9d1d2f03e892fae9453eb21bd6774d4900b74b07 (patch)
tree8f4e972f65349838a7230f84603e2d554ecd9865 /Changes
parent3ddd445a464742b8bb4abd429bca2f5ea08318fe (diff)
downloadperl-9d1d2f03e892fae9453eb21bd6774d4900b74b07.tar.gz
Update Changes.
p4raw-id: //depot/perl@19410
Diffstat (limited to 'Changes')
-rw-r--r--Changes10569
1 files changed, 10569 insertions, 0 deletions
diff --git a/Changes b/Changes
index 0a46dd28fb..e613ca3b8b 100644
--- a/Changes
+++ b/Changes
@@ -27,6 +27,10575 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
--------------
Version v5.9.X Development release working toward v5.10
--------------
+
+____________________________________________________________________________
+[ 19409] By: ams on 2003/05/05 03:21:41
+ Log: Subject: Re: Bug in Storable???
+ From: Slaven Rezic <slaven@rezic.de>
+ Date: 04 May 2003 18:00:40 +0200
+ Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
+ Branch: perl
+ ! ext/Storable/Storable.xs ext/Storable/t/integer.t
+____________________________________________________________________________
+[ 19408] By: jhi on 2003/05/04 19:57:14
+ Log: For some reason a fragment of change #19314 had not been merged.
+ Branch: maint-5.8/perl
+ ! uconfig.h uconfig.sh
+____________________________________________________________________________
+[ 19407] By: jhi on 2003/05/04 19:39:01
+ Log: This way reads a bit better with pod2man.
+ Branch: perl
+ ! pod/perlartistic.pod pod/perlgpl.pod
+____________________________________________________________________________
+[ 19406] By: jhi on 2003/05/04 12:01:00
+ Log: Integrate from maint:
+ [ 18568]
+ Add the POSIX::sigaction() trick by Slaven Rezic
+ for [perl #17341].
+ Branch: perl
+ !> pod/perlfunc.pod pod/perlipc.pod
+____________________________________________________________________________
+[ 19405] By: jhi on 2003/05/04 11:51:42
+ Log: Cosmic rays? Whatever it was, now it is gone and the test works
+ also in maint.
+ Branch: maint-5.8/perl
+ ! t/run/switchd.t
+____________________________________________________________________________
+[ 19404] By: jhi on 2003/05/04 11:15:59
+ Log: It seems as if this issue wouldn't be fixed in maint yet?
+ Branch: maint-5.8/perl
+ ! t/run/switchd.t
+____________________________________________________________________________
+[ 19403] By: jhi on 2003/05/04 11:14:49
+ Log: Integrate:
+ [ 19401]
+ Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
+ regen perltoc, perlmodlib. The GPL added as verbatim as possible,
+ the perlartistic is a straightforward podification.
+ Branch: maint-5.8/perl
+ +> pod/perlartistic.pod pod/perlgpl.pod
+ !> MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
+ !> pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
+____________________________________________________________________________
+[ 19402] By: jhi on 2003/05/04 11:10:26
+ Log: Integrate:
+ [ 19381]
+ Forgot to check in the -d: file.
+ Branch: maint-5.8/perl
+ !> t/run/switchd.t
+____________________________________________________________________________
+[ 19401] By: jhi on 2003/05/04 09:25:48
+ Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
+ regen perltoc, perlmodlib. The GPL added as verbatim as possible,
+ the perlartistic is a straightforward podification.
+ Branch: perl
+ + pod/perlartistic.pod pod/perlgpl.pod
+ ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
+ ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
+____________________________________________________________________________
+[ 19400] By: jhi on 2003/05/04 08:29:43
+ Log: Integrate:
+ [ 19242]
+ Fix up Larry's copyright statements to my best knowledge.
+ (Lots of Perl 5 source code archaeology was involved.)
+ Larry didn't make strangled noises when I showed him
+ the patch, either :-)
+ Branch: maint-5.8/perl
+ !> (integrate 98 files)
+____________________________________________________________________________
+[ 19399] By: jhi on 2003/05/04 08:25:06
+ Log: Integrate:
+ [ 19398]
+ Doesn't make any difference for the test but is more logical.
+ Branch: maint-5.8/perl
+ !> t/lib/Devel/switchd.pm
+____________________________________________________________________________
+[ 19398] By: jhi on 2003/05/04 08:19:14
+ Log: Doesn't make any difference for the test but is more logical.
+ Branch: perl
+ ! t/lib/Devel/switchd.pm
+____________________________________________________________________________
+[ 19397] By: jhi on 2003/05/04 08:16:21
+ Log: Integrate:
+ [ 19378]
+ The [perl #21890] (Devel::Coverage breakage) has been fixed
+ by change #18589 (it was broken by change #9754); add test case.
+
+ [ 19380]
+ Solaris: make -Duse64bitall'ed to have an archname of
+ sun4-solaris-64, from Alan Burlison. (The default is to not
+ to suffix anything with -Duse64bitall if longs are 64 bit.
+ This may lead into confusion and much sorrow if 32-bit binaries
+ and 64-bit binaries are installed under the same directories.
+ Why is "-64" or something like that the default? Well, there
+ are platforms where 64 bits really is the default default.
+ There adding a "-64" would be kind of odd. Better to let
+ each 64-bit capable platform to choose their archnames.)
+
+ [ 19381]
+ Forgot to check in the -d: file.
+
+ [ 19382]
+ Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Wed, 30 Apr 2003 18:19:32 -0700
+ Message-ID: <20030501011932.GM701@windhund.schwern.org>
+
+ [ 19383]
+ Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
+ From: Abe Timmerman <abe@ztreet.demon.nl>
+ Date: Thu, 1 May 2003 18:34:35 +0200
+ Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
+
+ [ 19384]
+ Subject: [PATCH win32/win32.c] silence compiler warnings
+ From: Abe Timmerman <abe@ztreet.demon.nl>
+ Date: Fri, 2 May 2003 00:51:42 +0200
+ Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
+
+ [ 19385]
+ Subject: [PATCH] OpenUNIX 8 support
+ From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+ Date: Fri, 2 May 2003 12:12:08 +0200
+ Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
+
+ [ 19386]
+ Subject: [PATCH] Re: maintperl on OpenUNIX 8
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
+ Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
+
+ [ 19387]
+ Regen Configure (no changes but that's fine).
+
+ [ 19390]
+ Tru64: PerlIO_tell() was returning about one _megabyte_ for
+ the fp offset, which was quite a big larger than the input file,
+ which meant that the SvGROW tried to grow the file to about
+ 2**64-2**20, which made safesysrealloc() to understandably
+ croak (in argv.t).
+
+ [ 19391]
+ Upgrade to Unicode 4.0.0. (Well, upgrade at least
+ the Unicode character database to 4.0.0.)
+
+ [ 19392]
+ Salvage 'use filetest "access"' from compiletime to runtime.
+
+ [ 19393]
+ Extra tweakage from Rafael for #19392.
+
+ [ 19394]
+ Subject: Re: Does filetest work at all?
+ From: Slaven Rezic <slaven@rezic.de>
+ Date: 03 May 2003 18:26:49 +0200
+ Message-ID: <87ade4q9me.fsf@vran.herceg.de>
+
+ [ 19395]
+ Must skip more.
+
+ [ 19396]
+ Plagued by thinkos tonight.
+ Branch: maint-5.8/perl
+ +> (branch 29 files)
+ ! Configure config_h.SH
+ !> (integrate 143 files)
+____________________________________________________________________________
+[ 19396] By: jhi on 2003/05/03 15:42:54
+ Log: Plagued by thinkos tonight.
+ Branch: perl
+ ! lib/filetest.t
+____________________________________________________________________________
+[ 19395] By: jhi on 2003/05/03 15:37:35
+ Log: Must skip more.
+ Branch: perl
+ ! lib/filetest.t
+____________________________________________________________________________
+[ 19394] By: jhi on 2003/05/03 15:30:45
+ Log: Subject: Re: Does filetest work at all?
+ From: Slaven Rezic <slaven@rezic.de>
+ Date: 03 May 2003 18:26:49 +0200
+ Message-ID: <87ade4q9me.fsf@vran.herceg.de>
+ Branch: perl
+ ! lib/filetest.t pp_sys.c
+____________________________________________________________________________
+[ 19393] By: jhi on 2003/05/03 05:34:21
+ Log: Extra tweakage from Rafael for #19392.
+ Branch: perl
+ ! ext/B/B/Concise.pm lib/filetest.pm
+____________________________________________________________________________
+[ 19392] By: jhi on 2003/05/03 05:33:04
+ Log: Salvage 'use filetest "access"' from compiletime to runtime.
+ Branch: perl
+ ! dump.c op.c op.h pp_sys.c
+____________________________________________________________________________
+[ 19391] By: jhi on 2003/05/03 05:19:23
+ Log: Upgrade to Unicode 4.0.0. (Well, upgrade at least
+ the Unicode character database to 4.0.0.)
+ Branch: perl
+ + lib/unicore/HangulSyllableType.txt
+ + lib/unicore/NormalizationCorrections.txt
+ + lib/unicore/StandardizedVariants.txt
+ + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
+ + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
+ + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
+ + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
+ + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
+ + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
+ + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
+ + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
+ + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
+ + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
+ + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
+ + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
+ ! (edit 129 files)
+____________________________________________________________________________
+[ 19390] By: jhi on 2003/05/03 04:52:09
+ Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
+ the fp offset, which was quite a big larger than the input file,
+ which meant that the SvGROW tried to grow the file to about
+ 2**64-2**20, which made safesysrealloc() to understandably
+ croak (in argv.t).
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 19389] By: jhi on 2003/05/02 19:39:12
+ Log: Better comment from Rafael.
+ Branch: metaconfig
+ ! U/modified/Oldconfig.U
+____________________________________________________________________________
+[ 19388] By: jhi on 2003/05/02 19:18:58
+ Log: metaconfig unit change for change #19387.
+ Branch: metaconfig
+ ! U/modified/Oldconfig.U
+____________________________________________________________________________
+[ 19387] By: jhi on 2003/05/02 19:18:35
+ Log: Regen Configure (no changes but that's fine).
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 19386] By: jhi on 2003/05/02 19:06:39
+ Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
+ Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 19385] By: jhi on 2003/05/02 19:01:04
+ Log: Subject: [PATCH] OpenUNIX 8 support
+ From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+ Date: Fri, 2 May 2003 12:12:08 +0200
+ Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
+ Branch: perl
+ ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
+____________________________________________________________________________
+[ 19384] By: jhi on 2003/05/02 18:58:32
+ Log: Subject: [PATCH win32/win32.c] silence compiler warnings
+ From: Abe Timmerman <abe@ztreet.demon.nl>
+ Date: Fri, 2 May 2003 00:51:42 +0200
+ Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
+ Branch: perl
+ ! win32/win32.c
+____________________________________________________________________________
+[ 19383] By: jhi on 2003/05/02 18:55:37
+ Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
+ From: Abe Timmerman <abe@ztreet.demon.nl>
+ Date: Thu, 1 May 2003 18:34:35 +0200
+ Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
+ Branch: perl
+ ! win32/win32.h
+____________________________________________________________________________
+[ 19382] By: jhi on 2003/05/02 18:50:25
+ Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Wed, 30 Apr 2003 18:19:32 -0700
+ Message-ID: <20030501011932.GM701@windhund.schwern.org>
+ Branch: perl
+ ! ext/POSIX/POSIX.pod
+____________________________________________________________________________
+[ 19381] By: jhi on 2003/05/02 15:12:47
+ Log: Forgot to check in the -d: file.
+ Branch: perl
+ + t/lib/Devel/switchd.pm
+ ! MANIFEST t/run/switchd.t
+____________________________________________________________________________
+[ 19380] By: jhi on 2003/05/02 15:02:04
+ Log: Solaris: make -Duse64bitall'ed to have an archname of
+ sun4-solaris-64, from Alan Burlison. (The default is to not
+ to suffix anything with -Duse64bitall if longs are 64 bit.
+ This may lead into confusion and much sorrow if 32-bit binaries
+ and 64-bit binaries are installed under the same directories.
+ Why is "-64" or something like that the default? Well, there
+ are platforms where 64 bits really is the default default.
+ There adding a "-64" would be kind of odd. Better to let
+ each 64-bit capable platform to choose their archnames.)
+ Branch: perl
+ ! hints/solaris_2.sh
+____________________________________________________________________________
+[ 19379] By: nick on 2003/05/02 13:37:08
+ Log: Integrate mainline (run/switchd.t fails).
+ Branch: perlio
+ +> t/run/switchd.t
+ !> (integrate 35 files)
+____________________________________________________________________________
+[ 19378] By: jhi on 2003/05/02 08:41:40
+ Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
+ by change #18589 (it was broken by change #9754); add test case.
+ Branch: perl
+ + t/run/switchd.t
+ ! MANIFEST
+____________________________________________________________________________
+[ 19377] By: jhi on 2003/05/02 07:52:13
+ Log: Integrate:
+ [ 19371]
+ The solution in change #19363 was too unportable.
+
+ [ 19372]
+ miniperl cannot handle layers.t.
+
+ [ 19373]
+ Subject: [PATCH] RE: perl@19333
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Tue, 29 Apr 2003 17:30:23 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
+
+ [ 19374]
+ OS X test tweak.
+
+ [ 19375]
+ OS X: could not -Doptimize=-g.
+
+ [ 19376]
+ great_circle_direction() was broken,
+ reported by Alexander Becher.
+ Branch: maint-5.8/perl
+ !> embed.pl ext/Cwd/t/cwd.t hints/darwin.sh lib/Math/Trig.pm
+ !> lib/Math/Trig.t pp_hot.c pp_pack.c proto.h t/io/layers.t
+ !> t/io/openpid.t
+____________________________________________________________________________
+[ 19376] By: jhi on 2003/05/02 05:31:52
+ Log: great_circle_direction() was broken,
+ reported by Alexander Becher.
+ Branch: perl
+ ! lib/Math/Trig.pm lib/Math/Trig.t
+____________________________________________________________________________
+[ 19375] By: jhi on 2003/05/01 18:18:06
+ Log: OS X: could not -Doptimize=-g.
+ Branch: perl
+ ! hints/darwin.sh
+____________________________________________________________________________
+[ 19374] By: jhi on 2003/05/01 12:33:44
+ Log: OS X test tweak.
+ Branch: perl
+ ! ext/Cwd/t/cwd.t
+____________________________________________________________________________
+[ 19373] By: jhi on 2003/05/01 11:09:42
+ Log: Subject: [PATCH] RE: perl@19333
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Tue, 29 Apr 2003 17:30:23 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
+ Branch: perl
+ ! embed.pl pp_hot.c pp_pack.c proto.h
+____________________________________________________________________________
+[ 19372] By: jhi on 2003/05/01 09:52:52
+ Log: miniperl cannot handle layers.t.
+ Branch: perl
+ ! t/io/layers.t
+____________________________________________________________________________
+[ 19371] By: jhi on 2003/05/01 08:26:06
+ Log: The solution in change #19363 was too unportable.
+ Branch: perl
+ ! t/io/openpid.t
+____________________________________________________________________________
+[ 19370] By: jhi on 2003/05/01 07:57:19
+ Log: Integrate:
+ [ 19364]
+ Subject: [PATCH] [patch #7514] Bug in perlop regex explination
+ From: Casey West <casey@geeknest.com>
+ Date: mŒn apr 28, 2003 19:22:06 Europe/Stockholm
+ Message-Id: <20030428172206.GK62281@geeknest.com>
+
+ [ 19365]
+ Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
+ From: Casey West <casey@geeknest.com>
+ Date: mŒn apr 28, 2003 16:00:05 Europe/Stockholm
+ Message-Id: <20030428140005.GC62281@geeknest.com>
+
+ [ 19366]
+ If it's S_, it should be STATIC.
+
+ [ 19367]
+ Subject: [PATCH] buglet: sub a(;&) { } doesn't work
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sat, 19 Apr 2003 01:41:07 +0300
+ Message-ID: <20030418224107.GA2751@ratsnest.hole>
+
+ [ 19368]
+ z/OS: More threaded build tweaks from Brian De Pradine--
+ apparently now it works!
+
+ [ 19369]
+ perlreftut updates from mjd.
+ Branch: maint-5.8/perl
+ !> embed.fnc embed.h ext/threads/threads.xs handy.h
+ !> hints/os390.sh numeric.c pod/perlop.pod pod/perlreftut.pod
+ !> proto.h t/comp/parser.t thread.h toke.c
+____________________________________________________________________________
+[ 19369] By: jhi on 2003/05/01 07:48:06
+ Log: perlreftut updates from mjd.
+ Branch: perl
+ ! pod/perlreftut.pod
+____________________________________________________________________________
+[ 19368] By: jhi on 2003/05/01 07:45:06
+ Log: z/OS: More threaded build tweaks from Brian De Pradine--
+ apparently now it works!
+ Branch: perl
+ ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
+____________________________________________________________________________
+[ 19367] By: rgs on 2003/04/29 20:31:07
+ Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sat, 19 Apr 2003 01:41:07 +0300
+ Message-ID: <20030418224107.GA2751@ratsnest.hole>
+ Branch: perl
+ ! t/comp/parser.t toke.c
+____________________________________________________________________________
+[ 19366] By: jhi on 2003/04/29 08:55:12
+ Log: If it's S_, it should be STATIC.
+ Branch: perl
+ ! embed.fnc embed.h numeric.c proto.h
+____________________________________________________________________________
+[ 19365] By: sky on 2003/04/28 16:30:03
+ Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
+ From: Casey West <casey@geeknest.com>
+ Date: mŒn apr 28, 2003 16:00:05 Europe/Stockholm
+ Message-Id: <20030428140005.GC62281@geeknest.com>
+ Branch: perl
+ ! pod/perlop.pod
+____________________________________________________________________________
+[ 19364] By: sky on 2003/04/28 16:20:43
+ Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
+ From: Casey West <casey@geeknest.com>
+ Date: mŒn apr 28, 2003 19:22:06 Europe/Stockholm
+ Message-Id: <20030428172206.GK62281@geeknest.com>
+ Branch: perl
+ ! pod/perlop.pod
+____________________________________________________________________________
+[ 19363] By: sky on 2003/04/28 15:32:35
+ Log: Fix bug 2681, change the test not to use the shell and use 3+arg
+ open.
+ Branch: perl
+ ! t/io/openpid.t
+____________________________________________________________________________
+[ 19362] By: jhi on 2003/04/28 14:33:35
+ Log: It helps to count right.
+ Branch: maint-5.8/perl
+ ! lib/fields.t
+____________________________________________________________________________
+[ 19361] By: jhi on 2003/04/28 09:16:12
+ Log: The fields test required a little bit of backporting.
+ Branch: maint-5.8/perl
+ ! lib/fields.t
+____________________________________________________________________________
+[ 19360] By: jhi on 2003/04/28 09:10:08
+ Log: Integrate:
+ [ 19348]
+ Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
+ From: Casey West <casey@geeknest.com>
+ Date: Thu, 24 Apr 2003 08:18:42 -0400
+ Message-ID: <20030424121842.GW34510@geeknest.com>
+
+ [ 19349]
+ Subject: [PATCH] VMS::Stdio test tweak
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sat, 26 Apr 2003 15:53:07 -0500
+ Message-ID: <3EAAF1B3.7020708@mac.com>
+
+ [ 19350]
+ Add Dave Mitchell's test case for fields.
+
+ [ 19351]
+ Add a test case for [perl #15288] (already solved).
+
+ [ 19353]
+ utime() doc clarifications
+ based on :
+ Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
+ From: Casey West <casey@geeknest.com>
+ Date: Fri, 25 Apr 2003 08:00:54 -0400
+ Message-ID: <20030425120054.GQ34510@geeknest.com>
+
+ [ 19354]
+ $[ clarifications.
+
+ [ 19355]
+ Document a faint compilation noise.
+
+ [ 19356]
+ Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
+ Check errno to see if the call to nice(2) succeeded.
+ Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Wed, 23 Apr 2003 22:48:20 +0300
+ Message-ID: <20030423194820.GA874@ratsnest.hole>
+
+ [ 19357]
+ Detecting errors of reentrant APIs: getgrgid_r and the like
+ when returning an int can either return the error in the return
+ value or in the errno. We need a new per-interp variable to store
+ the return value instead of clobbering the errno with it. The new
+ variable, PL_reentrant_retint, is only used within the reentrancy
+ framework, and immediately after it's set, so there should not be
+ similar visibility issues as for the errno. Spotted by Edward Moy.
+
+ [ 19358]
+ SysV msg queues can be something hanging (witnessed in IRIX),
+ so let's use IPC_NOWAIT.
+
+ [ 19359]
+ Feel-good cleanup.
+ Branch: maint-5.8/perl
+ !> README.aix embedvar.h ext/IPC/SysV/t/msg.t ext/POSIX/POSIX.xs
+ !> intrpvar.h lib/UNIVERSAL.pm lib/fields.t perlapi.h
+ !> pod/perlfunc.pod pod/perlvar.pod reentr.c reentr.h reentr.pl
+ !> sv.c t/op/pack.t t/op/taint.t vms/ext/Stdio/test.pl
+____________________________________________________________________________
+[ 19359] By: jhi on 2003/04/28 08:43:23
+ Log: Feel-good cleanup.
+ Branch: perl
+ ! intrpvar.h sv.c
+____________________________________________________________________________
+[ 19358] By: jhi on 2003/04/28 08:27:15
+ Log: SysV msg queues can be something hanging (witnessed in IRIX),
+ so let's use IPC_NOWAIT.
+ Branch: perl
+ ! ext/IPC/SysV/t/msg.t t/op/taint.t
+____________________________________________________________________________
+[ 19357] By: jhi on 2003/04/28 06:32:47
+ Log: Detecting errors of reentrant APIs: getgrgid_r and the like
+ when returning an int can either return the error in the return
+ value or in the errno. We need a new per-interp variable to store
+ the return value instead of clobbering the errno with it. The new
+ variable, PL_reentrant_retint, is only used within the reentrancy
+ framework, and immediately after it's set, so there should not be
+ similar visibility issues as for the errno. Spotted by Edward Moy.
+ Branch: perl
+ ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
+____________________________________________________________________________
+[ 19356] By: rgs on 2003/04/27 20:09:01
+ Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
+ Check errno to see if the call to nice(2) succeeded.
+ Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Wed, 23 Apr 2003 22:48:20 +0300
+ Message-ID: <20030423194820.GA874@ratsnest.hole>
+ Branch: perl
+ ! ext/POSIX/POSIX.xs
+____________________________________________________________________________
+[ 19355] By: jhi on 2003/04/27 19:56:09
+ Log: Document a faint compilation noise.
+ Branch: perl
+ ! README.aix
+____________________________________________________________________________
+[ 19354] By: rgs on 2003/04/27 19:35:11
+ Log: $[ clarifications.
+ Branch: perl
+ ! pod/perlvar.pod
+____________________________________________________________________________
+[ 19353] By: rgs on 2003/04/27 18:51:37
+ Log: utime() doc clarifications
+ based on :
+ Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
+ From: Casey West <casey@geeknest.com>
+ Date: Fri, 25 Apr 2003 08:00:54 -0400
+ Message-ID: <20030425120054.GQ34510@geeknest.com>
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 19352] By: nick on 2003/04/27 18:49:03
+ Log: Integrate mainline.
+ Branch: perlio
+ +> Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
+ +> Cross/config.sh-arm-linux Cross/generate_config_sh
+ +> Cross/installperl.patch Cross/warp
+ !> (integrate 113 files)
+____________________________________________________________________________
+[ 19351] By: jhi on 2003/04/27 08:13:34
+ Log: Add a test case for [perl #15288] (already solved).
+ Branch: perl
+ ! t/op/pack.t
+____________________________________________________________________________
+[ 19350] By: jhi on 2003/04/27 07:38:17
+ Log: Add Dave Mitchell's test case for fields.
+ Branch: perl
+ ! lib/fields.t
+____________________________________________________________________________
+[ 19349] By: jhi on 2003/04/27 06:50:09
+ Log: Subject: [PATCH] VMS::Stdio test tweak
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sat, 26 Apr 2003 15:53:07 -0500
+ Message-ID: <3EAAF1B3.7020708@mac.com>
+ Branch: perl
+ ! vms/ext/Stdio/test.pl
+____________________________________________________________________________
+[ 19348] By: jhi on 2003/04/27 06:46:16
+ Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
+ From: Casey West <casey@geeknest.com>
+ Date: Thu, 24 Apr 2003 08:18:42 -0400
+ Message-ID: <20030424121842.GW34510@geeknest.com>
+ Branch: perl
+ ! lib/UNIVERSAL.pm
+____________________________________________________________________________
+[ 19347] By: jhi on 2003/04/27 06:11:14
+ Log: Integrate:
+ [ 19342]
+ Fix bug #15161 by increasing the refcount on the RE and making
+ sure to restore it correctly. Deals with both s//e and s///g.
+
+ [ 19343]
+ Document that splice() doesn't extend arrays
+ Subject: Re: slice autoextending ? still another revised doc patch; COW
+ From: david nicol <whatever@davidnicol.com>
+ Date: 22 Apr 2003 22:05:02 -0500
+ Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
+
+ [ 19344]
+ Some doc patches by Casey West :
+
+ Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
+ From: Casey West <casey@geeknest.com>
+ Date: Fri, 25 Apr 2003 10:46:39 -0400
+ Message-ID: <20030425144639.GY34510@geeknest.com>
+
+ Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
+ From: Casey West <casey@geeknest.com>
+ Date: Fri, 25 Apr 2003 07:52:13 -0400
+ Message-ID: <20030425115213.GP34510@geeknest.com>
+
+ Subject: Re: [perl #7213] [PATCH] Updating example in perldata
+ From: Casey West <casey@geeknest.com>
+ Date: Thu, 24 Apr 2003 21:27:22 -0400
+ Message-ID: <20030425012722.GN34510@geeknest.com>
+
+ [ 19345]
+ Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Sat, 26 Apr 2003 18:45:28 +0100
+ Message-ID: <20030426174528.GA9588@fdgroup.com>
+
+ [ 19346]
+ Document that restricted hashes are not atomic
+ (from Dave Mitchell).
+ Branch: maint-5.8/perl
+ !> hv.c lib/Hash/Util.pm lib/Hash/Util.t pod/perldata.pod
+ !> pod/perldiag.pod pod/perlfunc.pod pod/perlsyn.pod pp_ctl.c
+ !> pp_hot.c
+____________________________________________________________________________
+[ 19346] By: jhi on 2003/04/27 06:03:48
+ Log: Document that restricted hashes are not atomic
+ (from Dave Mitchell).
+ Branch: perl
+ ! lib/Hash/Util.pm
+____________________________________________________________________________
+[ 19345] By: jhi on 2003/04/27 05:59:39
+ Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Sat, 26 Apr 2003 18:45:28 +0100
+ Message-ID: <20030426174528.GA9588@fdgroup.com>
+ Branch: perl
+ ! hv.c lib/Hash/Util.t pod/perldiag.pod
+____________________________________________________________________________
+[ 19344] By: rgs on 2003/04/26 22:48:32
+ Log: Some doc patches by Casey West :
+
+ Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
+ From: Casey West <casey@geeknest.com>
+ Date: Fri, 25 Apr 2003 10:46:39 -0400
+ Message-ID: <20030425144639.GY34510@geeknest.com>
+
+ Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
+ From: Casey West <casey@geeknest.com>
+ Date: Fri, 25 Apr 2003 07:52:13 -0400
+ Message-ID: <20030425115213.GP34510@geeknest.com>
+
+ Subject: Re: [perl #7213] [PATCH] Updating example in perldata
+ From: Casey West <casey@geeknest.com>
+ Date: Thu, 24 Apr 2003 21:27:22 -0400
+ Message-ID: <20030425012722.GN34510@geeknest.com>
+ Branch: perl
+ ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
+____________________________________________________________________________
+[ 19343] By: rgs on 2003/04/26 22:30:07
+ Log: Document that splice() doesn't extend arrays
+ Subject: Re: slice autoextending ? still another revised doc patch; COW
+ From: david nicol <whatever@davidnicol.com>
+ Date: 22 Apr 2003 22:05:02 -0500
+ Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 19342] By: sky on 2003/04/26 21:43:32
+ Log: Fix bug #15161 by increasing the refcount on the RE and making
+ sure to restore it correctly. Deals with both s//e and s///g.
+ Branch: perl
+ ! pp_ctl.c pp_hot.c
+____________________________________________________________________________
+[ 19341] By: jhi on 2003/04/26 04:36:03
+ Log: Integrate:
+ [ 19340]
+ Caught by Mark Lutz in UNICOS: A declaration cannot appear
+ after an executable statement in a block.
+ Branch: perl
+ !> pp_pack.c
+____________________________________________________________________________
+[ 19340] By: jhi on 2003/04/26 04:22:24
+ Log: Caught by Mark Lutz in UNICOS: A declaration cannot appear
+ after an executable statement in a block.
+ Branch: maint-5.8/perl
+ ! pp_pack.c
+____________________________________________________________________________
+[ 19339] By: jhi on 2003/04/25 20:22:48
+ Log: metaconfig unit change for #19337 and #19338.
+ Branch: metaconfig/U/perl
+ ! Extensions.U
+____________________________________________________________________________
+[ 19338] By: jhi on 2003/04/25 20:22:09
+ Log: Fix -Dnoextensions and -Donlyextensions.
+ Branch: maint-5.8/perl
+ ! Configure
+____________________________________________________________________________
+[ 19337] By: jhi on 2003/04/25 20:19:36
+ Log: Now the -Dnoextensions and -Dnoextensions have the
+ chance of actually doing something.
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 19336] By: jhi on 2003/04/25 19:50:54
+ Log: metaconfig unit change for #19334 and #19335.
+ Branch: metaconfig/U/perl
+ ! Extensions.U
+____________________________________________________________________________
+[ 19335] By: jhi on 2003/04/25 19:50:33
+ Log: Subject: [PATCH] Configure's extension sanity check is too strict
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
+ Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
+ Branch: maint-5.8/perl
+ ! Configure
+____________________________________________________________________________
+[ 19334] By: jhi on 2003/04/25 19:48:31
+ Log: Subject: [PATCH] Configure's extension sanity check is too strict
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
+ Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 19333] By: jhi on 2003/04/25 16:14:13
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 19332] By: jhi on 2003/04/25 15:35:49
+ Log: Integrate:
+ [ 19197]
+ Continue hunting for the cause of the Tru64 failed threaded smokes
+ most probably introduced by the change #19157. The tweak suggested
+ by Stephen McCamant trades a possible dangling pointer (CopFILE()
+ is tricky like that with threads) to a memory leak. (This means
+ that this tweak shouldn't be left in as-is, but if this helps,
+ we at least know that the failure was caused by the #19157.)
+
+ Firstly, because we nothing better has come up, and secondly
+ because otherwise the subtest #18 of deparse.t is acting up
+ in Tru64 (a sub B::NULL::as_string() { '' } appears).
+ Branch: maint-5.8/perl
+ !> op.c
+____________________________________________________________________________
+[ 19331] By: jhi on 2003/04/25 14:51:16
+ Log: Integrate:
+ [ 19195]
+ Upgrade to Test::Harness 2.27_04.
+
+ [ 19325]
+ Upgrade to Encode 1.93.
+
+ [ 19326]
+ Upgrade to Test::Harness 2.28.
+
+ [ 19327]
+ Clarify(?) the perlio default layers table.
+
+ [ 19328]
+ Subject: typo in Time::HiRes docs
+ From: mjd@plover.com
+ Date: 19 Apr 2003 15:13:44 -0000
+ Message-ID: <20030419151344.28237.qmail@plover.com>
+
+ [ 19329]
+ Upgrade to Time::HiRes 1.46.
+
+ [ 19330]
+ Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Thu, 24 Apr 2003 20:09:48 -0500
+ Message-ID: <3EA88ADC.3000300@mac.com>
+ Branch: maint-5.8/perl
+ +> lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
+ !> (integrate 26 files)
+____________________________________________________________________________
+[ 19330] By: jhi on 2003/04/25 14:11:33
+ Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Thu, 24 Apr 2003 20:09:48 -0500
+ Message-ID: <3EA88ADC.3000300@mac.com>
+ Branch: perl
+ ! ext/Encode/t/enc_module.t
+____________________________________________________________________________
+[ 19329] By: jhi on 2003/04/25 07:06:49
+ Log: Upgrade to Time::HiRes 1.46.
+ Branch: perl
+ ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+ ! ext/Time/HiRes/Makefile.PL
+____________________________________________________________________________
+[ 19328] By: jhi on 2003/04/25 06:57:10
+ Log: Subject: typo in Time::HiRes docs
+ From: mjd@plover.com
+ Date: 19 Apr 2003 15:13:44 -0000
+ Message-ID: <20030419151344.28237.qmail@plover.com>
+ Branch: perl
+ ! ext/Time/HiRes/HiRes.pm
+____________________________________________________________________________
+[ 19327] By: jhi on 2003/04/25 04:45:05
+ Log: Clarify(?) the perlio default layers table.
+ Branch: perl
+ ! lib/PerlIO.pm t/io/layers.t
+____________________________________________________________________________
+[ 19326] By: jhi on 2003/04/25 04:22:49
+ Log: Upgrade to Test::Harness 2.28.
+ Branch: perl
+ ! lib/Test/Harness.pm lib/Test/Harness/Changes
+ ! lib/Test/Harness/t/pod.t
+____________________________________________________________________________
+[ 19325] By: jhi on 2003/04/24 19:06:29
+ Log: Upgrade to Encode 1.93.
+ Branch: perl
+ ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
+ ! ext/Encode/lib/Encode/CJKConstants.pm
+ ! ext/Encode/lib/Encode/CN/HZ.pm
+ ! ext/Encode/lib/Encode/Encoding.pm
+ ! ext/Encode/lib/Encode/Guess.pm
+ ! ext/Encode/lib/Encode/KR/2022_KR.pm
+ ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
+ ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
+ ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
+ ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
+____________________________________________________________________________
+[ 19324] By: jhi on 2003/04/24 17:07:28
+ Log: Integrate:
+ [ 19323]
+ VMS patch for faststdio from Craig Berry.
+ Branch: maint-5.8/perl
+ !> configure.com
+____________________________________________________________________________
+[ 19323] By: jhi on 2003/04/24 16:57:13
+ Log: VMS patch for faststdio from Craig Berry.
+ Branch: perl
+ ! configure.com
+____________________________________________________________________________
+[ 19322] By: jhi on 2003/04/24 12:52:16
+ Log: Regen perlmodlib and perltoc.
+ Branch: maint-5.8/perl
+ ! pod/perlmodlib.pod pod/perltoc.pod
+____________________________________________________________________________
+[ 19321] By: jhi on 2003/04/24 05:10:36
+ Log: Integrate:
+ [ 19316]
+ A new fatal error :
+ Subject: [PATCH] Perl_croak("Use of freed value in iteration")
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Mon, 21 Apr 2003 13:19:50 +0100
+ Message-ID: <20030421121950.GB18189@fdgroup.com>
+ Message-ID: <20030421125433.GC18189@fdgroup.com>
+
+ [ 19319]
+ Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
+ From: Chris Pepper (via RT) <perlbug-followup@perl.org>
+ Date: 22 Apr 2003 04:31:17 -0000
+ Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
+ (with minor further corrections)
+
+ [ 19320]
+ Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
+ From: Casey West <casey@geeknest.com>
+ Date: Wed, 23 Apr 2003 14:03:20 -0400
+ Message-ID: <20030423180320.GZ15574@geeknest.com>
+
+ plus regen some docs.
+ Branch: maint-5.8/perl
+ ! pod/perldiag.pod pod/perlintern.pod pod/perlmod.pod
+ ! pod/perlmodlib.PL pod/perlmodlib.pod
+ !> pp_hot.c t/cmd/for.t
+____________________________________________________________________________
+[ 19320] By: rgs on 2003/04/23 20:20:58
+ Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
+ From: Casey West <casey@geeknest.com>
+ Date: Wed, 23 Apr 2003 14:03:20 -0400
+ Message-ID: <20030423180320.GZ15574@geeknest.com>
+ Branch: perl
+ ! pod/perlmodlib.PL pod/perlmodlib.pod
+____________________________________________________________________________
+[ 19319] By: rgs on 2003/04/23 19:54:31
+ Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
+ From: Chris Pepper (via RT) <perlbug-followup@perl.org>
+ Date: 22 Apr 2003 04:31:17 -0000
+ Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
+ (with minor further corrections)
+ Branch: perl
+ ! pod/perlmod.pod
+____________________________________________________________________________
+[ 19318] By: jhi on 2003/04/23 19:24:49
+ Log: config.h fixing.
+ Branch: maint-5.8/perl
+ ! NetWare/config_H.wc plan9/config.plan9 plan9/config_h.sample
+ ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+ ! win32/config_H.vc64 wince/config_H.ce
+____________________________________________________________________________
+[ 19317] By: jhi on 2003/04/23 19:12:05
+ Log: Integrate:
+ [ 19314]
+ Introduce 'fast stdio' symbols to non-Configure lands.
+
+ plus edit the usefaststdio as defined plus regen vosish.
+ Branch: maint-5.8/perl
+ ! NetWare/config.wc NetWare/config_H.wc configure.com
+ ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
+ ! plan9/config_sh.sample uconfig.h uconfig.sh vos/config.alpha.h
+ ! vos/config.ga.h win32/config.bc win32/config.gc
+ ! win32/config.vc win32/config.vc64 win32/config_H.bc
+ ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
+ ! wince/config.ce wince/config_H.ce
+____________________________________________________________________________
+[ 19316] By: rgs on 2003/04/23 19:11:01
+ Log: A new fatal error :
+ Subject: [PATCH] Perl_croak("Use of freed value in iteration")
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Mon, 21 Apr 2003 13:19:50 +0100
+ Message-ID: <20030421121950.GB18189@fdgroup.com>
+ Message-ID: <20030421125433.GC18189@fdgroup.com>
+ Branch: perl
+ ! pod/perldiag.pod pp_hot.c t/cmd/for.t
+____________________________________________________________________________
+[ 19315] By: jhi on 2003/04/23 19:03:10
+ Log: Regen Configure, Glossary, et alia.
+ Branch: maint-5.8/perl
+ ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+ ! config_h.SH
+____________________________________________________________________________
+[ 19314] By: jhi on 2003/04/23 18:53:46
+ Log: Introduce 'fast stdio' symbols to non-Configure lands.
+ Branch: perl
+ ! NetWare/config.wc NetWare/config_H.wc configure.com
+ ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
+ ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
+ ! win32/config.gc win32/config.vc win32/config.vc64
+ ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+ ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
+____________________________________________________________________________
+[ 19313] By: jhi on 2003/04/23 18:22:02
+ Log: metaconfig unit change for #19312.
+ Branch: metaconfig/U/perl
+ ! usefaststdio.U
+____________________________________________________________________________
+[ 19312] By: jhi on 2003/04/23 18:21:47
+ Log: Regen Configure, Glossary, et alia.
+ Branch: perl
+ ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+ ! config_h.SH
+____________________________________________________________________________
+[ 19311] By: jhi on 2003/04/23 08:35:52
+ Log: Integrate:
+ [ 19310]
+ Handle the combination of dosish and non-faststdio.
+ Branch: maint-5.8/perl
+ !> t/io/layers.t
+____________________________________________________________________________
+[ 19310] By: jhi on 2003/04/23 08:34:33
+ Log: Handle the combination of dosish and non-faststdio.
+ Branch: perl
+ ! t/io/layers.t
+____________________________________________________________________________
+[ 19309] By: jhi on 2003/04/23 05:35:38
+ Log: Integrate:
+ [ 19304]
+ Re-merge Encode 1.92.
+
+ [ 19305]
+ Enache's turn.
+
+ [ 19306]
+ z/OS: changes for building threaded from "Brian De Pradine"
+ <PRADINE@uk.ibm.com>.
+
+ [ 19307]
+ Subject: [PATCH] Doc pointers in perlbot.
+ From: Casey West <casey@geeknest.com>
+ Date: Tue, 22 Apr 2003 11:19:09 -0400
+ Message-Id: <20030422151909.GC11119@geeknest.com>
+ (Applied by hand.)
+
+ [ 19308]
+ Subject: 5.8.0: two problems
+ From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+ Date: Tue, 22 Apr 2003 11:43:17 -0700
+ Message-ID: <20030422184316.GA8602@math.berkeley.edu>
+ Branch: maint-5.8/perl
+ !> Makefile.SH XSUB.h ext/Encode/Makefile.PL
+ !> ext/Encode/t/enc_module.t hints/os390.sh pod/perlbot.pod
+ !> thread.h util.c
+____________________________________________________________________________
+[ 19308] By: rgs on 2003/04/22 20:53:20
+ Log: Subject: 5.8.0: two problems
+ From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+ Date: Tue, 22 Apr 2003 11:43:17 -0700
+ Message-ID: <20030422184316.GA8602@math.berkeley.edu>
+ Branch: perl
+ ! XSUB.h
+____________________________________________________________________________
+[ 19307] By: ams on 2003/04/22 16:39:51
+ Log: Subject: [PATCH] Doc pointers in perlbot.
+ From: Casey West <casey@geeknest.com>
+ Date: Tue, 22 Apr 2003 11:19:09 -0400
+ Message-Id: <20030422151909.GC11119@geeknest.com>
+ (Applied by hand.)
+ Branch: perl
+ ! pod/perlbot.pod
+____________________________________________________________________________
+[ 19306] By: jhi on 2003/04/22 13:09:21
+ Log: z/OS: changes for building threaded from "Brian De Pradine"
+ <PRADINE@uk.ibm.com>.
+ Branch: perl
+ ! Makefile.SH hints/os390.sh thread.h util.c
+____________________________________________________________________________
+[ 19305] By: jhi on 2003/04/22 11:42:35
+ Log: Enache's turn.
+ Branch: perl
+ ! ext/Encode/t/enc_module.t
+____________________________________________________________________________
+[ 19304] By: jhi on 2003/04/22 10:48:47
+ Log: Re-merge Encode 1.92.
+ Branch: perl
+ ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
+____________________________________________________________________________
+[ 19303] By: jhi on 2003/04/22 05:30:15
+ Log: Integrate:
+ [ 19299]
+ Croak on non ref to shared methods instead of segfault.
+ This can really only happen for &share("string").
+
+ [ 19301]
+ Fix bug 17964 by properly refcounting the gv top.
+ Seems like the entries in rsfp are way different than
+ normal PVIO objects.
+
+ [ 19302]
+ Argh, cut-and-pasto.
+ Branch: maint-5.8/perl
+ !> ext/threads/shared/shared.xs perlio.c sv.c
+____________________________________________________________________________
+[ 19302] By: jhi on 2003/04/22 05:26:21
+ Log: Argh, cut-and-pasto.
+ Branch: perl
+ ! perlio.c
+____________________________________________________________________________
+[ 19301] By: sky on 2003/04/21 21:33:14
+ Log: Fix bug 17964 by properly refcounting the gv top.
+ Seems like the entries in rsfp are way different than
+ normal PVIO objects.
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 19300] By: rgs on 2003/04/21 19:42:04
+ Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
+
+ Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sun, 20 Apr 2003 02:45:48 +0300
+ Message-ID: <20030419234548.GA849@ratsnest.hole>
+ and
+ Date: Wed, 2 Apr 2003 07:52:28 +0300
+ Message-ID: <20030402045227.GA1023@ratsnest.hole>
+ Branch: perl
+ ! pp_sys.c t/op/ref.t util.c
+____________________________________________________________________________
+[ 19299] By: sky on 2003/04/21 17:05:31
+ Log: Croak on non ref to shared methods instead of segfault.
+ This can really only happen for &share("string").
+ Branch: perl
+ ! ext/threads/shared/shared.xs
+____________________________________________________________________________
+[ 19298] By: jhi on 2003/04/21 16:26:33
+ Log: Integrate:
+ [ 19297]
+ Add OpenZaurus cross-compilation patches.
+ Branch: maint-5.8/perl
+ +> Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
+ +> Cross/config.sh-arm-linux Cross/generate_config_sh
+ +> Cross/installperl.patch Cross/warp
+ !> Cross/README INSTALL MANIFEST
+____________________________________________________________________________
+[ 19297] By: jhi on 2003/04/21 16:24:36
+ Log: Add OpenZaurus cross-compilation patches.
+ Branch: perl
+ + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
+ + Cross/config.sh-arm-linux Cross/generate_config_sh
+ + Cross/installperl.patch Cross/warp
+ ! Cross/README INSTALL MANIFEST
+____________________________________________________________________________
+[ 19296] By: jhi on 2003/04/21 15:54:28
+ Log: Update vosish headers.
+ Branch: maint-5.8/perl
+ ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
+ ! vos/config.ga.h vos/config.pl
+____________________________________________________________________________
+[ 19295] By: jhi on 2003/04/21 15:45:24
+ Log: Integrate:
+ [ 19286]
+ Introduce two new Configure symbols:
+ [1] d_faststdio = d_stdstdio && d_stdio_ptr_lval &&
+ (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
+ [2] usefaststdio = do we use fast stdio if we have it?
+ For 5.[68], we do. For anything else, we don't.
+ (At least, unless otherwise instructed by -Dusefaststdio.)
+ This means that for bleadperl we no more use stdio, but instead
+ default to perlio: the effect of PERLIO=perlio, in other words.
+ (PERLIO=stdio will still switch to using stdio.)
+ This change may endanger extensions using FILE*-- but if we are
+ to migrate fully to perlio, better start swallowing the poison now.
+ For maintperl, the usefaststdio still defaults to yes.
+
+ and regen Configure.
+ Branch: maint-5.8/perl
+ ! Configure config_h.SH
+ !> perlio.c t/io/layers.t
+____________________________________________________________________________
+[ 19294] By: jhi on 2003/04/21 15:36:02
+ Log: Integrate:
+ [ 19276]
+ Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Sat, 19 Apr 2003 20:06:51 +0100
+ Message-ID: <20030419190651.GD13333@fdgroup.com>
+
+ [ 19280]
+ Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
+ Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Date: Wed, 16 Apr 2003 11:12:22 +0100
+ Message-ID: <3E9D2C86.8040104@uk.radan.com>
+
+ [ 19281]
+ Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sat, 19 Apr 2003 20:12:18 +0300
+ Message-ID: <20030419171218.GA974@ratsnest.hole>
+
+ [ 19282]
+ Remove, in the main Makefile, the $(LDLIBPTH) variable from
+ the commands that invoke $(CC).
+ Subject: Re: Smoke failure
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Fri, 18 Apr 2003 19:06:07 +0300
+ Message-ID: <20030418160606.GA797@ratsnest.hole>
+
+ [ 19283]
+ Subject: [PATCH] goto &sub doesn't empty @_
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Sun, 20 Apr 2003 21:46:51 +0100
+ Message-ID: <20030420204651.GE15591@fdgroup.com>
+
+ [ 19284]
+ Upgrade to Test 1.24.
+
+ [ 19285]
+ Upgrade to Locale::Maketext 1.05.
+ Branch: maint-5.8/perl
+ !> INSTALL Makefile.SH lib/Locale/Maketext.pm
+ !> lib/Locale/Maketext/ChangeLog lib/Test.pm pp_ctl.c sv.c
+ !> t/comp/parser.t toke.c win32/Makefile
+____________________________________________________________________________
+[ 19293] By: jhi on 2003/04/21 15:28:59
+ Log: Integrate:
+ [ 19269]
+ Bump the test count.
+ Branch: maint-5.8/perl
+ !> ext/Storable/t/tied.t
+____________________________________________________________________________
+[ 19292] By: jhi on 2003/04/21 15:27:36
+ Log: Integrate:
+ [ 19263]
+ Unused variables.
+
+ [ 19264]
+ UTF8 regexp patch from Inaba Hiroto.
+
+ [ 19266]
+ Subject: [PATCH] Re: any takers for this Storable bug?
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Wed, 16 Apr 2003 21:11:11 +0300
+ Message-ID: <20030416181111.GA6687@ratsnest.hole>
+
+ ams had already fixed the bug by #19227, but take the
+ test case.
+
+ [ 19268]
+ Subject: [PATCH] allow recursive FETCHes
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Mon, 7 Apr 2003 10:00:41 +0100
+ Message-ID: <20030407100041.A1617@fdgroup.com>
+
+ [ 19275]
+ Restore the two variables retired by the change #19268
+ (for binary backward compatibility)
+ Branch: maint-5.8/perl
+ !> av.c dump.c embed.fnc embed.h embedvar.h
+ !> ext/Storable/t/st-dump.pl ext/Storable/t/tied.t hv.c perl.c
+ !> perlapi.h perlio.c proto.h regcomp.c sv.c sv.h t/op/pat.t
+ !> t/op/tie.t thrdvar.h universal.c
+____________________________________________________________________________
+[ 19291] By: jhi on 2003/04/21 15:20:58
+ Log: Integrate:
+ [ 19262]
+ Another needle in the voodoo doll.
+ Now I think it should work with the shared
+ strings.
+
+ [ 19265]
+ Don't use the stack to allocate a SV that we hand out to another
+ function, only badness can ensure.
+ Message-Id: <20030418180131.GD10086@fdgroup.com>
+ Thanks go to Dave Mitchell for help in tracking down the bug!
+
+ [ 19289]
+ Fixes bug #17043, resets PL_srand_called before the cloning.
+ Allows people to override the resetting by using srand() in CLONE.
+ Branch: maint-5.8/perl
+ !> ext/threads/t/thread.t ext/threads/threads.xs sv.c
+____________________________________________________________________________
+[ 19290] By: jhi on 2003/04/21 15:14:17
+ Log: Integrate:
+ [ 19196]
+ Upgrade to Net::Ping 2.29.
+
+ [ 19270]
+ Upgrade to Net::Ping 2.30.
+ Branch: maint-5.8/perl
+ +> lib/Net/Ping/t/510_ping_udp.t
+ - lib/Net/Ping/README
+ !> MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
+ !> lib/Net/Ping/t/450_service.t
+____________________________________________________________________________
+[ 19289] By: sky on 2003/04/21 13:24:40
+ Log: Fixes bug #17043, resets PL_srand_called before the cloning.
+ Allows people to override the resetting by using srand() in CLONE.
+ Branch: perl
+ ! ext/threads/t/thread.t ext/threads/threads.xs
+____________________________________________________________________________
+[ 19288] By: jhi on 2003/04/21 06:53:46
+ Log: Move the new *.U files into a subdirectory.
+ Branch: metaconfig
+ - U/d_faststdio.U U/usefaststdio.U
+ Branch: metaconfig/U/perl
+ + d_faststdio.U usefaststdio.U
+____________________________________________________________________________
+[ 19287] By: jhi on 2003/04/21 06:52:10
+ Log: metaconfig units for #19286.
+ Branch: metaconfig
+ + U/d_faststdio.U U/usefaststdio.U
+____________________________________________________________________________
+[ 19286] By: jhi on 2003/04/21 06:50:42
+ Log: Introduce two new Configure symbols:
+ [1] d_faststdio = d_stdstdio && d_stdio_ptr_lval &&
+ (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
+ [2] usefaststdio = do we use fast stdio if we have it?
+ For 5.[68], we do. For anything else, we don't.
+ (At least, unless otherwise instructed by -Dusefaststdio.)
+ This means that for bleadperl we no more use stdio, but instead
+ default to perlio: the effect of PERLIO=perlio, in other words.
+ (PERLIO=stdio will still switch to using stdio.)
+ This change may endanger extensions using FILE*-- but if we are
+ to migrate fully to perlio, better start swallowing the poison now.
+ For maintperl, the usefaststdio still defaults to yes.
+ Branch: perl
+ ! Configure config_h.SH perlio.c t/io/layers.t
+____________________________________________________________________________
+[ 19285] By: jhi on 2003/04/21 05:43:55
+ Log: Upgrade to Locale::Maketext 1.05.
+ Branch: perl
+ ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
+____________________________________________________________________________
+[ 19284] By: jhi on 2003/04/21 05:40:34
+ Log: Upgrade to Test 1.24.
+ Branch: perl
+ ! lib/Test.pm
+____________________________________________________________________________
+[ 19283] By: rgs on 2003/04/20 22:01:28
+ Log: Subject: [PATCH] goto &sub doesn't empty @_
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Sun, 20 Apr 2003 21:46:51 +0100
+ Message-ID: <20030420204651.GE15591@fdgroup.com>
+ Branch: perl
+ ! pp_ctl.c
+____________________________________________________________________________
+[ 19282] By: rgs on 2003/04/20 21:22:29
+ Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
+ the commands that invoke $(CC).
+ Subject: Re: Smoke failure
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Fri, 18 Apr 2003 19:06:07 +0300
+ Message-ID: <20030418160606.GA797@ratsnest.hole>
+ Branch: perl
+ ! Makefile.SH
+____________________________________________________________________________
+[ 19281] By: rgs on 2003/04/20 19:53:53
+ Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sat, 19 Apr 2003 20:12:18 +0300
+ Message-ID: <20030419171218.GA974@ratsnest.hole>
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 19280] By: rgs on 2003/04/20 18:55:40
+ Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
+ Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Date: Wed, 16 Apr 2003 11:12:22 +0100
+ Message-ID: <3E9D2C86.8040104@uk.radan.com>
+ Branch: perl
+ ! INSTALL win32/Makefile
+____________________________________________________________________________
+[ 19279] By: jhi on 2003/04/20 07:42:33
+ Log: metaconfig unit changes for #19278.
+ Branch: metaconfig
+ ! U/compline/ptrsize.U
+ Branch: metaconfig/U/perl
+ ! use64bits.U
+____________________________________________________________________________
+[ 19278] By: jhi on 2003/04/20 07:42:17
+ Log: Give more information of what to do when -Dusexxx fail.
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 19277] By: rgs on 2003/04/19 19:40:22
+ Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
+ by adding a dummy destructor method Regexp::DESTROY.
+ This prevents infinite recursion, since Regexp::DESTROY
+ is no more autoloaded.
+
+ Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Wed, 2 Apr 2003 05:02:42 +0300
+ Message-ID: <20030402020242.GA2966@ratsnest.hole>
+ Branch: perl
+ ! ext/B/t/stash.t t/op/ref.t universal.c
+____________________________________________________________________________
+[ 19276] By: rgs on 2003/04/19 19:32:25
+ Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Sat, 19 Apr 2003 20:06:51 +0100
+ Message-ID: <20030419190651.GD13333@fdgroup.com>
+ Branch: perl
+ ! t/comp/parser.t toke.c
+____________________________________________________________________________
+[ 19275] By: jhi on 2003/04/19 18:52:24
+ Log: Restore the two variables retired by the change #19268
+ (for binary backward compatibility)
+ Branch: perl
+ ! embedvar.h perlapi.h thrdvar.h
+____________________________________________________________________________
+[ 19274] By: jhi on 2003/04/19 17:39:58
+ Log: metaconfig unit changes for #19273.
+ Branch: metaconfig
+ ! U/compline/ptrsize.U
+ Branch: metaconfig/U/perl
+ ! d_modfl.U use64bits.U
+____________________________________________________________________________
+[ 19273] By: jhi on 2003/04/19 17:36:33
+ Log: Fail if the specified -Duse64xxx cannot be fulfilled.
+ (And undo a doublesize probe glitch from change #19272.)
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 19272] By: jhi on 2003/04/19 16:38:12
+ Log: If long doubles fail, we really cannot sensibly
+ drop back to doubles anymore, therefore abort.
+ Pointed out by Slaven Rezic. (I tried to fix this
+ via metaconfig but ended up with a vicious cyclic
+ dependency.)
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 19271] By: jhi on 2003/04/19 12:27:44
+ Log: metalint nit.
+ Branch: metaconfig/U/perl
+ ! Extensions.U
+____________________________________________________________________________
+[ 19270] By: jhi on 2003/04/19 12:09:21
+ Log: Upgrade to Net::Ping 2.30.
+ Branch: perl
+ ! lib/Net/Ping.pm lib/Net/Ping/Changes
+ ! lib/Net/Ping/t/450_service.t
+____________________________________________________________________________
+[ 19269] By: jhi on 2003/04/19 07:10:57
+ Log: Bump the test count.
+ Branch: perl
+ ! ext/Storable/t/tied.t
+____________________________________________________________________________
+[ 19268] By: jhi on 2003/04/19 07:06:13
+ Log: Subject: [PATCH] allow recursive FETCHes
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Mon, 7 Apr 2003 10:00:41 +0100
+ Message-ID: <20030407100041.A1617@fdgroup.com>
+ Branch: perl
+ ! av.c dump.c embed.fnc embed.h embedvar.h
+ ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
+ ! sv.h t/op/tie.t thrdvar.h
+____________________________________________________________________________
+[ 19267] By: jhi on 2003/04/19 06:54:34
+ Log: Subject: [PATCH] readline.t tweak for VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Thu, 17 Apr 2003 17:18:19 -0500
+ Message-ID: <3E9F282B.6090603@mac.com>
+ Branch: perl
+ ! t/op/readline.t
+____________________________________________________________________________
+[ 19266] By: jhi on 2003/04/19 06:46:48
+ Log: Subject: [PATCH] Re: any takers for this Storable bug?
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Wed, 16 Apr 2003 21:11:11 +0300
+ Message-ID: <20030416181111.GA6687@ratsnest.hole>
+
+ ams had already fixed the bug by #19227, but take the
+ test case.
+ Branch: perl
+ ! ext/Storable/t/tied.t
+____________________________________________________________________________
+[ 19265] By: sky on 2003/04/19 00:40:42
+ Log: Don't use the stack to allocate a SV that we hand out to another
+ function, only badness can ensure.
+ Message-Id: <20030418180131.GD10086@fdgroup.com>
+ Thanks go to Dave Mitchell for help in tracking down the bug!
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 19264] By: jhi on 2003/04/18 19:28:04
+ Log: UTF8 regexp patch from Inaba Hiroto.
+ Branch: perl
+ ! regcomp.c t/op/pat.t
+____________________________________________________________________________
+[ 19263] By: jhi on 2003/04/18 19:16:43
+ Log: Unused variables.
+ Branch: perl
+ ! perlio.c universal.c
+____________________________________________________________________________
+[ 19262] By: sky on 2003/04/17 20:02:33
+ Log: Another needle in the voodoo doll.
+ Now I think it should work with the shared
+ strings.
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 19261] By: jhi on 2003/04/17 18:59:54
+ Log: Integrate the below, regen Configure. No regen Glossary,
+ though, that is somehow broken with maint, must investigate more.
+ Branch: maint-5.8/perl
+ ! Configure config_h.SH
+ !> INSTALL NetWare/config.wc NetWare/config_H.wc configure.com
+ !> djgpp/configure.bat epoc/config.sh hints/solaris_2.sh
+ !> numeric.c perl.h plan9/config.plan9 plan9/config_h.sample
+ !> plan9/config_sh.sample pp.c win32/config.bc win32/config.gc
+ !> win32/config.vc win32/config.vc64 win32/config_H.bc
+ !> win32/config_H.gc win32/config_H.vc win32/config_H.vc64
+ !> wince/config.ce wince/config_H.ce
+____________________________________________________________________________
+[ 19260] By: jhi on 2003/04/17 18:43:31
+ Log: Integrate:
+ [ 19204]
+ Bump up the version and admonish against aspiring (ab)use.
+
+ [ 19205]
+ Build get_layers() also under -Uuseperlio.
+
+ [ 19208]
+ Skip as early as possible if no perlio since the
+ use open would be compile-time.
+
+ [ 19209]
+ PERLIO=perlio requires extra steps.
+
+ [ 19217]
+ Don't skip the whole test for PERLIO=perlio.
+
+ [ 19223]
+ Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
+
+ [ 19234]
+ PerlIO::get_layers() usage tip.
+
+ [ 19235]
+ Use the right prototype and a glob is fine (from Rafael).
+
+ [ 19237]
+ What does an empty PERLIO= mean, anyway?
+
+ [ 19239]
+ Try to get the layers.t working also for dosish platforms.
+
+ [ 19241]
+ Handle PERLIO= and document a bit.
+
+ [ 19243]
+ Detect the 'fast stdio' case.
+ Branch: maint-5.8/perl
+ !> lib/PerlIO.pm pod/perlrun.pod t/io/layers.t universal.c
+____________________________________________________________________________
+[ 19259] By: jhi on 2003/04/17 18:41:23
+ Log: Integrate:
+ [ 19203]
+ Introduce PerlIO::get_layers() to allow people to peek
+ at the PerlIO layer stack.
+ Branch: maint-5.8/perl
+ +> t/io/layers.t
+ !> MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
+ !> universal.c
+____________________________________________________________________________
+[ 19258] By: jhi on 2003/04/17 18:38:58
+ Log: Integrate:
+ [ 19232]
+ Redundant test.
+
+ [ 19233]
+ Syntax terror.
+ Branch: maint-5.8/perl
+ !> lib/unicore/mktables
+____________________________________________________________________________
+[ 19257] By: jhi on 2003/04/17 18:33:40
+ Log: Integrate:
+ [ 19231]
+ Synchronize the specifications of the POSIX character
+ classes alnum, graph, and print closer to the planned
+ Unicode proposal.
+
+ [ 19244]
+ More maneuvering closer to proposed POSIX classes
+ mapping to Unicode: (1) The definitions of "graph" and
+ "print" are still in flux: move closer back to how Perl
+ 5.8.0 defined it (though drop Co, that did not make sense)
+ (2) Add U+0085 (NEL) to "space".
+ Branch: maint-5.8/perl
+ !> lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
+ !> lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
+ !> lib/unicore/mktables utf8.c
+____________________________________________________________________________
+[ 19256] By: jhi on 2003/04/17 18:26:24
+ Log: Integrate:
+ [ 19194]
+ Darwin/Rhapsody hints files updates by Wilfredo Sánchez
+
+ [ 19198]
+ The lib/ipc_sysv.t test has a new name.
+
+ [ 19199]
+ Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
+ ../../lib for the lc() at line 66 (UTF-8 data possible
+ if using UTF-8 locales).
+
+ [ 19200]
+ Fix bug #15893 by creating shared scalars with a refcount of 1
+ instead of 2 and make push and pop increase the refcount.
+
+ [ 19201]
+ Fix bug #16253, use all the CPU that we can :-)
+
+ [ 19202]
+ Subject: [PATCH] vms/vms.c waitpid tweak
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Mon, 14 Apr 2003 00:43:00 -0500
+ Message-ID: <3E9A4A64.6030205@mac.com>
+
+ [ 19206]
+ More docs about running tests and the test suite.
+ Update perlhack.pod in various places.
+ Add 'test_harness' as a .PHONY dependency in the Makefile.
+
+ [ 19207]
+ Document and test autovivified dirhandles.
+ Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
+ From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
+ Date: 12 Apr 2003 12:40:45 -0000
+ Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
+
+ [ 19210]
+ Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1 [perl #17757]
+ From: Inaba Hiroto <inaba@st.rim.or.jp>
+ Date: Fri, 21 Mar 2003 17:35:21 +0900
+ Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
+ Date: Sat, 22 Mar 2003 11:28:05 +0900
+ Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
+
+ [ 19211]
+ Mention that "make test_harness" lets messages sent through
+ standard error out. Complements change #19206.
+
+ [ 19212]
+ Fixes to bugs introduced by PL_stashcache
+ A) Follow suggestion by Benjamin Goldberg to use hv_delete
+ instead of hv_delete_ent to avoid creating a temporary SV
+ B) Don't increment the refcount, sneak it into an IV instead
+ C) When a GP is a deleted that contains a stash, remove the
+ corresponding entry since hv might be in use in other places.
+ D) Note that no test cases test the deletion of packages to catch
+ this bug.
+
+ [ 19213]
+ Ook, run tests on correct build-dir next time.
+ We must check if the hv is a stash, otherwise we try to delete
+ something that is a HvNAME of null..... tests pass better now
+
+ [ 19214]
+ [perl #21845] "proto.h": 'id' is a reserved word in Objective-C.
+
+ [ 19215]
+ Add a test for [perl #17753].
+
+ [ 19226]
+ Upgrade to Pod::LaTeX 0.55.
+
+ [ 19227]
+ [#17040] Storable now handles self-tied scalars with NULL mg_obj.
+
+ [ 19236]
+ Document the effect of thread creation context.
+
+ [ 19238]
+ A -C parsed from the #! line can still have line endings in it.
+
+ [ 19240]
+ Fix double join problem for those places where free
+ actually means free (solaris for example :)
+ Fixes bug #16681
+
+ [ 19245]
+ Document that the open pragma does not affect
+ the three-headed hydra, ummm, open.
+
+ [ 19247]
+ Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Thu, 17 Apr 2003 14:35:36 +0300
+ Message-Id: <20030417113536.GA898@ratsnest.hole>
+
+ [ 19252]
+ [#21962] Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
+ Anything that's broken by this change should be fixed.
+
+ [ 19254]
+ Extreme Voodoo programming, by not pinching the SV if it is a
+ PADTMP it happily keeps it's value later on!
+ Branch: maint-5.8/perl
+ +> lib/Pod/t/pod2latex.t
+ - lib/Pod/t/latex.t
+ ! embedvar.h
+ !> (integrate 32 files)
+____________________________________________________________________________
+[ 19255] By: jhi on 2003/04/17 17:44:24
+ Log: metaconfig unit change for #19253.
+ Branch: metaconfig/U/perl
+ ! Extensions.U
+____________________________________________________________________________
+[ 19254] By: sky on 2003/04/17 17:31:52
+ Log: Extreme Voodoo programming, by not pinching the SV if it is a
+ PADTMP it happily keeps it's value later on!
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 19253] By: jhi on 2003/04/17 17:09:16
+ Log: Implement -Dnoextensions=... and -Donlyextensions=...
+ Branch: perl
+ ! Configure INSTALL
+____________________________________________________________________________
+[ 19252] By: ams on 2003/04/17 16:19:31
+ Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
+ Anything that's broken by this change should be fixed.
+ Branch: perl
+ ! gv.c
+____________________________________________________________________________
+[ 19251] By: jhi on 2003/04/17 15:39:56
+ Log: Introduce the new *l APIs, undefined, to non-Configure lands.
+ Branch: perl
+ ! NetWare/config.wc NetWare/config_H.wc configure.com
+ ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
+ ! plan9/config_h.sample plan9/config_sh.sample win32/config.bc
+ ! win32/config.gc win32/config.vc win32/config.vc64
+ ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+ ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
+____________________________________________________________________________
+[ 19250] By: jhi on 2003/04/17 15:07:08
+ Log: Regen Glossary et alia.
+ Branch: perl
+ ! Porting/Glossary Porting/config.sh Porting/config_H
+____________________________________________________________________________
+[ 19249] By: jhi on 2003/04/17 14:54:01
+ Log: metaconfig unit change for #19248.
+ Branch: metaconfig/U/perl
+ ! selectminbits.U
+____________________________________________________________________________
+[ 19248] By: jhi on 2003/04/17 14:53:41
+ Log: Small tidying up of the selectminbits code, but most
+ importantly allocate the buffer from the heap using
+ malloc, not from the stack: using stack causes unaligned
+ access in LP64 Solaris since stack data is not guaranteed
+ to be 64-bit aligned, while a fd_set is (it has 1024 longs).
+ (via Alan Burlison)
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 19247] By: ams on 2003/04/17 12:24:57
+ Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Thu, 17 Apr 2003 14:35:36 +0300
+ Message-Id: <20030417113536.GA898@ratsnest.hole>
+ Branch: perl
+ ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
+____________________________________________________________________________
+[ 19246] By: nick on 2003/04/17 10:44:49
+ Log: Integrate mainline
+ Branch: perlio
+ +> lib/ExtUtils/t/MM_Any.t lib/Locale/Maketext/t/00about.t
+ +> lib/Locale/Maketext/t/01make.t lib/Locale/Maketext/t/02get.t
+ +> lib/Locale/Maketext/t/03http.t lib/Net/Ping/t/510_ping_udp.t
+ +> lib/Pod/t/pod2latex.t lib/Test/Harness/t/pod.t t/io/layers.t
+ +> t/lib/sample-tests/switches
+ - lib/Locale/Maketext/test.pl lib/Net/Ping/README
+ - lib/Pod/t/latex.t
+ !> (integrate 258 files)
+____________________________________________________________________________
+[ 19245] By: jhi on 2003/04/17 09:20:27
+ Log: Document that the open pragma does not affect
+ the three-headed hydra, ummm, open.
+ Branch: perl
+ ! lib/open.pm
+____________________________________________________________________________
+[ 19244] By: jhi on 2003/04/17 06:45:26
+ Log: More maneuvering closer to proposed POSIX classes
+ mapping to Unicode: (1) The definitions of "graph" and
+ "print" are still in flux: move closer back to how Perl
+ 5.8.0 defined it (though drop Co, that did not make sense)
+ (2) Add U+0085 (NEL) to "space".
+ Branch: perl
+ ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
+ ! lib/unicore/lib/Space.pl lib/unicore/mktables
+____________________________________________________________________________
+[ 19243] By: jhi on 2003/04/17 05:29:24
+ Log: Detect the 'fast stdio' case.
+ Branch: perl
+ ! lib/PerlIO.pm t/io/layers.t
+____________________________________________________________________________
+[ 19242] By: jhi on 2003/04/16 20:14:01
+ Log: Fix up Larry's copyright statements to my best knowledge.
+ (Lots of Perl 5 source code archaeology was involved.)
+ Larry didn't make strangled noises when I showed him
+ the patch, either :-)
+ Branch: perl
+ ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
+ ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
+ ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
+ ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
+ ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
+ ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
+ ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
+ ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
+ ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
+ ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
+ ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
+ ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h
+ ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
+ ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
+ ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
+____________________________________________________________________________
+[ 19241] By: jhi on 2003/04/16 17:24:24
+ Log: Handle PERLIO= and document a bit.
+ Branch: perl
+ ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
+____________________________________________________________________________
+[ 19240] By: sky on 2003/04/16 16:27:43
+ Log: Fix double join problem for those places where free
+ actually means free (solaris for example :)
+ Fixes bug #16681
+ Branch: perl
+ ! ext/threads/t/join.t ext/threads/threads.xs
+____________________________________________________________________________
+[ 19239] By: jhi on 2003/04/16 14:57:47
+ Log: Try to get the layers.t working also for dosish platforms.
+ Branch: perl
+ ! lib/PerlIO.pm t/io/layers.t
+____________________________________________________________________________
+[ 19238] By: jhi on 2003/04/16 13:27:24
+ Log: A -C parsed from the #! line can still have line endings in it.
+ Branch: perl
+ ! util.c
+____________________________________________________________________________
+[ 19237] By: jhi on 2003/04/16 13:23:37
+ Log: What does an empty PERLIO= mean, anyway?
+ Branch: perl
+ ! t/io/layers.t
+____________________________________________________________________________
+[ 19236] By: jhi on 2003/04/16 13:09:42
+ Log: Document the effect of thread creation context.
+ Branch: perl
+ ! ext/threads/threads.pm
+____________________________________________________________________________
+[ 19235] By: jhi on 2003/04/16 12:13:07
+ Log: Use the right prototype and a glob is fine (from Rafael).
+ Branch: perl
+ ! lib/PerlIO.pm universal.c
+____________________________________________________________________________
+[ 19234] By: jhi on 2003/04/16 10:20:46
+ Log: PerlIO::get_layers() usage tip.
+ Branch: perl
+ ! lib/PerlIO.pm
+____________________________________________________________________________
+[ 19233] By: jhi on 2003/04/16 10:07:48
+ Log: Syntax terror.
+ Branch: perl
+ ! lib/unicore/mktables
+____________________________________________________________________________
+[ 19232] By: jhi on 2003/04/16 09:45:51
+ Log: Redundant test.
+ Branch: perl
+ ! lib/unicore/mktables
+____________________________________________________________________________
+[ 19231] By: jhi on 2003/04/16 09:21:25
+ Log: Synchronize the specifications of the POSIX character
+ classes alnum, graph, and print closer to the planned
+ Unicode proposal.
+ Branch: perl
+ ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
+ ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
+____________________________________________________________________________
+[ 19230] By: jhi on 2003/04/16 08:57:01
+ Log: Patch from Merijn.
+ Branch: perl
+ ! perl.h
+____________________________________________________________________________
+[ 19229] By: jhi on 2003/04/16 08:27:53
+ Log: metaconfig unit change for #19228.
+ Branch: metaconfig/U/perl
+ ! d_modfl.U
+____________________________________________________________________________
+[ 19228] By: jhi on 2003/04/16 08:27:26
+ Log: Thinko in modfl detection.
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 19227] By: ams on 2003/04/16 02:32:11
+ Log: Storable now handles self-tied scalars with NULL mg_obj.
+ Branch: perl
+ ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 19226] By: jhi on 2003/04/15 18:00:21
+ Log: Upgrade to Pod::LaTeX 0.55.
+ Branch: perl
+ + lib/Pod/t/pod2latex.t
+ - lib/Pod/t/latex.t
+ ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
+____________________________________________________________________________
+[ 19225] By: jhi on 2003/04/15 17:01:40
+ Log: metaconfig unit change for #19224.
+ Branch: metaconfig
+ ! U/threads/archname.U
+ Branch: metaconfig/U/perl
+ - sanelongdbl.U
+ ! d_modfl.U
+____________________________________________________________________________
+[ 19224] By: jhi on 2003/04/15 17:01:27
+ Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 19223] By: jhi on 2003/04/15 16:36:32
+ Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
+ Branch: perl
+ ! t/io/layers.t
+____________________________________________________________________________
+[ 19222] By: jhi on 2003/04/15 16:28:54
+ Log: metaconfig unit change for #19221.
+ Branch: metaconfig
+ ! U/modified/libs.U
+____________________________________________________________________________
+[ 19221] By: jhi on 2003/04/15 16:27:49
+ Log: False alarm: no cyclic dependency.
+ Branch: perl
+ ! Configure config_h.SH
+____________________________________________________________________________
+[ 19220] By: jhi on 2003/04/15 16:09:17
+ Log: metaconfig unit changes for #19219.
+ Branch: metaconfig
+ ! U/compline/byteorder.U U/compline/ccflags.U
+ ! U/compline/d_fd_set.U U/compline/d_isascii.U
+ ! U/compline/d_open3.U U/compline/d_stdstdio.U
+ ! U/compline/d_vprintf.U U/compline/i_time.U
+ ! U/compline/nblock_io.U U/compline/orderlib.U
+ ! U/modified/Signal.U U/modified/d_access.U
+ ! U/modified/d_getpgrp.U U/modified/d_setpgrp.U
+ ! U/modified/prototype.U U/threads/archname.U
+ Branch: metaconfig/U/perl
+ + d_aintl.U d_copysignl.U d_ilogbl.U d_scalbnl.U sanelongdbl.U
+ ! d_dirfd.U d_dlsymun.U d_fcntl_can_lock.U d_sqrtl.U dlsrc.U
+ ! fflushall.U fpossize.U i_db.U perlxv.U uselfs.U uselongdbl.U
+____________________________________________________________________________
+[ 19219] By: jhi on 2003/04/15 16:08:11
+ Log: Backport of _most_ of the changes in #19218: not one big
+ cyclic dependency, though, it must be broken up somehow.
+ Branch: perl
+ ! Configure config_h.SH
+____________________________________________________________________________
+[ 19218] By: jhi on 2003/04/15 14:09:31
+ Log: Big patch from Alan Burlison to make Solaris long doubles work.
+ (Also spreads more <stdlib.h> joy.)
+ Needs backporting to metaconfig units and introducing the new
+ symbols to non-Configure lands.
+ Branch: perl
+ ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
+____________________________________________________________________________
+[ 19217] By: jhi on 2003/04/15 14:01:03
+ Log: Don't skip the whole test for PERLIO=perlio.
+ Branch: perl
+ ! t/io/layers.t
+____________________________________________________________________________
+[ 19216] By: jhi on 2003/04/15 13:47:16
+ Log: Revert #19031 now that #19210 fixed the bug (#17757).
+ Branch: maint-5.8/perl
+ ! regexec.c t/op/subst.t
+____________________________________________________________________________
+[ 19215] By: jhi on 2003/04/15 05:54:17
+ Log: Add a test for [perl #17753].
+ Branch: perl
+ ! t/op/undef.t
+____________________________________________________________________________
+[ 19214] By: jhi on 2003/04/15 05:40:52
+ Log: "proto.h": 'id' is a reserved word in Objective-C.
+ Branch: perl
+ ! embed.fnc op.c proto.h
+____________________________________________________________________________
+[ 19213] By: sky on 2003/04/14 21:42:10
+ Log: Ook, run tests on correct build-dir next time.
+ We must check if the hv is a stash, otherwise we try to delete
+ something that is a HvNAME of null..... tests pass better now
+ Branch: perl
+ ! gv.c
+____________________________________________________________________________
+[ 19212] By: sky on 2003/04/14 21:15:00
+ Log: Fixes to bugs introduced by PL_stashcache
+ A) Follow suggestion by Benjamin Goldberg to use hv_delete
+ instead of hv_delete_ent to avoid creating a temporary SV
+ B) Don't increment the refcount, sneak it into an IV instead
+ C) When a GP is a deleted that contains a stash, remove the
+ corresponding entry since hv might be in use in other places.
+ D) Note that no test cases test the deletion of packages to catch
+ this bug.
+ Branch: perl
+ ! gv.c hv.c pp_hot.c
+____________________________________________________________________________
+[ 19211] By: rgs on 2003/04/14 21:11:11
+ Log: Mention that "make test_harness" lets messages sent through
+ standard error out. Complements change #19206.
+ Branch: perl
+ ! pod/perlhack.pod
+____________________________________________________________________________
+[ 19210] By: rgs on 2003/04/14 20:48:02
+ Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1 [perl #17757]
+ From: Inaba Hiroto <inaba@st.rim.or.jp>
+ Date: Fri, 21 Mar 2003 17:35:21 +0900
+ Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
+ Date: Sat, 22 Mar 2003 11:28:05 +0900
+ Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
+ Branch: perl
+ ! regexec.c t/op/pat.t
+____________________________________________________________________________
+[ 19209] By: jhi on 2003/04/14 20:36:55
+ Log: PERLIO=perlio requires extra steps.
+ Branch: perl
+ ! lib/PerlIO.pm t/io/layers.t
+____________________________________________________________________________
+[ 19208] By: jhi on 2003/04/14 20:02:04
+ Log: Skip as early as possible if no perlio since the
+ use open would be compile-time.
+ Branch: perl
+ ! t/io/layers.t
+____________________________________________________________________________
+[ 19207] By: rgs on 2003/04/14 19:34:42
+ Log: Document and test autovivified dirhandles.
+ Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
+ From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
+ Date: 12 Apr 2003 12:40:45 -0000
+ Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
+ Branch: perl
+ ! pod/perlfunc.pod t/op/readdir.t
+____________________________________________________________________________
+[ 19206] By: rgs on 2003/04/14 19:13:26
+ Log: More docs about running tests and the test suite.
+ Update perlhack.pod in various places.
+ Add 'test_harness' as a .PHONY dependency in the Makefile.
+ Branch: perl
+ ! Makefile.SH pod/perlhack.pod t/README
+____________________________________________________________________________
+[ 19205] By: jhi on 2003/04/14 18:58:01
+ Log: Build get_layers() also under -Uuseperlio.
+ Branch: perl
+ ! universal.c
+____________________________________________________________________________
+[ 19204] By: jhi on 2003/04/14 18:48:04
+ Log: Bump up the version and admonish against aspiring (ab)use.
+ Branch: perl
+ ! lib/PerlIO.pm
+____________________________________________________________________________
+[ 19203] By: jhi on 2003/04/14 17:35:51
+ Log: Introduce PerlIO::get_layers() to allow people to peek
+ at the PerlIO layer stack.
+ Branch: perl
+ + t/io/layers.t
+ ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
+ ! universal.c
+____________________________________________________________________________
+[ 19202] By: merijn on 2003/04/14 05:42:18
+ Log: Subject: [PATCH] vms/vms.c waitpid tweak
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Mon, 14 Apr 2003 00:43:00 -0500
+ Message-ID: <3E9A4A64.6030205@mac.com>
+ Branch: perl
+ ! vms/vms.c
+____________________________________________________________________________
+[ 19201] By: sky on 2003/04/13 19:26:46
+ Log: Fix bug #16253, use all the CPU that we can :-)
+ Branch: perl
+ ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 19200] By: sky on 2003/04/13 18:38:58
+ Log: Fix bug #15893 by creating shared scalars with a refcount of 1
+ instead of 2 and make push and pop increase the refcount.
+ Branch: perl
+ ! ext/threads/shared/shared.xs
+____________________________________________________________________________
+[ 19199] By: jhi on 2003/04/13 11:45:42
+ Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
+ ../../lib for the lc() at line 66 (UTF-8 data possible
+ if using UTF-8 locales).
+ Branch: perl
+ ! lib/ExtUtils/t/Install.t
+____________________________________________________________________________
+[ 19198] By: jhi on 2003/04/13 09:43:09
+ Log: The lib/ipc_sysv.t test has a new name.
+ Branch: perl
+ ! INSTALL
+____________________________________________________________________________
+[ 19197] By: jhi on 2003/04/13 09:32:05
+ Log: Continue hunting for the cause of the Tru64 failed threaded smokes
+ most probably introduced by the change #19157. The tweak suggested
+ by Stephen McCamant trades a possible dangling pointer (CopFILE()
+ is tricky like that with threads) to a memory leak. (This means
+ that this tweak shouldn't be left in as-is, but if this helps,
+ we at least know that the failure was caused by the #19157.)
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 19196] By: jhi on 2003/04/13 09:20:02
+ Log: Upgrade to Net::Ping 2.29.
+ Branch: perl
+ + lib/Net/Ping/t/510_ping_udp.t
+ - lib/Net/Ping/README
+ ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
+____________________________________________________________________________
+[ 19195] By: jhi on 2003/04/13 09:02:05
+ Log: Upgrade to Test::Harness 2.27_04.
+ Branch: perl
+ + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
+ ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
+ ! lib/Test/Harness/t/test-harness.t
+____________________________________________________________________________
+[ 19194] By: rgs on 2003/04/12 21:21:04
+ Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
+ Branch: perl
+ ! hints/darwin.sh hints/rhapsody.sh
+____________________________________________________________________________
+[ 19193] By: jhi on 2003/04/12 18:46:31
+ Log: Integrate:
+ [ 19166]
+ Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1` these days?
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Tue, 8 Apr 2003 14:23:04 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
+
+ [ 19167]
+ Typos fixes by Stas Bekman.
+
+ [ 19168]
+ Document that perl recognizes 2>&1 on the command-line on VMS.
+
+ [ 19171]
+ Implement support for --help and --version in Getopt::Std
+ Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
+ From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+ Date: Mon, 7 Apr 2003 17:07:15 -0700
+ Message-ID: <20030408000714.GA953@math.berkeley.edu>
+
+ [ 19172]
+ Try to be more descriptive than just __ANONIO__ which is what
+ you get when you autovivify filehandles into array/hash elements.
+
+ [ 19173]
+ open(my $fh, ">&", STDOUT) should not warn under strict.
+
+ [ 19174]
+ Even more promotion for -lc128 (long doubles on AIX)
+ More obvious detection of C compiler
+ cc_type should not promote to config.sh
+
+ From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+ Date: Wed, 09 Apr 2003 14:31:48 +0200
+ Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
+
+ [ 19175]
+ In case someone is using UTF-8 locales.
+
+ [ 19176]
+ Also locale names can contain illegal UTF-8.
+
+ [ 19177]
+ perlport information about portably embedding string data.
+
+ [ 19179]
+ I assume the idea was to use the *cwd variables for testing.
+
+ [ 19180]
+ With AFS the cwds have little chance of agreeing.
+
+ [ 19181]
+ Unless Inuits are involved...
+
+ [ 19183]
+ The test doesn't work that well when -Uusedl.
+ Some of the tests could be salvaged even then I guess.
+
+ [ 19184]
+ Add an option for the grok_xxx() to silently ignore bad digits.
+
+ [ 19185]
+ Noted by Nat: -0 didn't work that well with Unicode.
+
+ [ 19186]
+ Be more descriptive.
+
+ [ 19188]
+ PerlFAQ sync.
+
+ [ 19189]
+ Peter Scott suggests that the docs for base.pm should
+ state explicitely that base.pm doesn't call import()
+ on base classes. Plus a few typos.
+
+ [ 19190]
+ Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Fri, 11 Apr 2003 00:32:02 -0700
+ Message-ID: <20030411073202.GC5916@windhund.schwern.org>
+
+ [ 19191]
+ Benchmark nit from Nick Clark (in OpenBSD the result could
+ be a negative zero, -0).
+ Branch: maint-5.8/perl
+ !> (integrate 38 files)
+____________________________________________________________________________
+[ 19192] By: jhi on 2003/04/12 18:23:40
+ Log: The debugging aid #19182 didn't.
+ Branch: perl
+ ! ext/B/t/deparse.t
+____________________________________________________________________________
+[ 19191] By: jhi on 2003/04/12 16:51:12
+ Log: Benchmark nit from Nick Clark (in OpenBSD the result could
+ be a negative zero, -0).
+ Branch: perl
+ ! lib/Benchmark.t
+____________________________________________________________________________
+[ 19190] By: rgs on 2003/04/12 13:41:25
+ Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Fri, 11 Apr 2003 00:32:02 -0700
+ Message-ID: <20030411073202.GC5916@windhund.schwern.org>
+ Branch: perl
+ ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
+ ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
+ ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
+ ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
+ ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
+ ! lib/ExtUtils/t/zz_cleanup_dummy.t
+____________________________________________________________________________
+[ 19189] By: rgs on 2003/04/10 20:40:14
+ Log: Peter Scott suggests that the docs for base.pm should
+ state explicitely that base.pm doesn't call import()
+ on base classes. Plus a few typos.
+ Branch: perl
+ ! lib/base.pm
+____________________________________________________________________________
+[ 19188] By: rgs on 2003/04/10 19:45:08
+ Log: PerlFAQ sync.
+ Branch: perl
+ ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
+ ! pod/perlfaq7.pod pod/perlfaq9.pod
+____________________________________________________________________________
+[ 19187] By: rgs on 2003/04/10 19:25:18
+ Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
+ There used to be a nullstash (%{"<none>::"}) to hold illegal
+ variables under strict 'vars'. It has been removed by change #17942.
+ This can lead to segfaults during the parsing, because some illegal
+ variables might have been discarded before the compilation of the
+ current statement had completed.
+ Bug analysis and test case by Enache Adrian.
+ Branch: perl
+ ! gv.c t/lib/strict/vars
+____________________________________________________________________________
+[ 19186] By: jhi on 2003/04/10 19:13:40
+ Log: Be more descriptive.
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 19185] By: jhi on 2003/04/10 19:06:02
+ Log: Noted by Nat: -0 didn't work that well with Unicode.
+ Branch: perl
+ ! perl.c pod/perlrun.pod
+____________________________________________________________________________
+[ 19184] By: jhi on 2003/04/10 17:26:43
+ Log: Add an option for the grok_xxx() to silently ignore bad digits.
+ Branch: perl
+ ! numeric.c perl.h
+____________________________________________________________________________
+[ 19183] By: jhi on 2003/04/10 10:56:25
+ Log: The test doesn't work that well when -Uusedl.
+ Some of the tests could be salvaged even then I guess.
+ Branch: perl
+ ! lib/ExtUtils/t/Constant.t
+____________________________________________________________________________
+[ 19182] By: jhi on 2003/04/10 09:40:24
+ Log: A temporary debugging aid for Tru64 threaded builds.
+ Branch: perl
+ ! ext/B/t/deparse.t
+____________________________________________________________________________
+[ 19181] By: jhi on 2003/04/10 08:02:10
+ Log: Unless Inuits are involved...
+ Branch: perl
+ ! pod/perlrun.pod
+____________________________________________________________________________
+[ 19180] By: jhi on 2003/04/10 07:02:44
+ Log: With AFS the cwds have little chance of agreeing.
+ Branch: perl
+ ! ext/Cwd/t/cwd.t
+____________________________________________________________________________
+[ 19179] By: jhi on 2003/04/10 06:46:50
+ Log: I assume the idea was to use the *cwd variables for testing.
+ Branch: perl
+ ! ext/Cwd/t/cwd.t
+____________________________________________________________________________
+[ 19178] By: jhi on 2003/04/10 04:59:18
+ Log: Integrate:
+ [ 18601]
+ More of the #18600.
+ Branch: maint-5.8/perl
+ !> pad.c
+____________________________________________________________________________
+[ 19177] By: jhi on 2003/04/10 04:34:48
+ Log: perlport information about portably embedding string data.
+ Branch: perl
+ ! pod/perlport.pod
+____________________________________________________________________________
+[ 19176] By: jhi on 2003/04/10 04:18:45
+ Log: Also locale names can contain illegal UTF-8.
+ Branch: perl
+ ! lib/locale.t
+____________________________________________________________________________
+[ 19175] By: jhi on 2003/04/10 04:03:48
+ Log: In case someone is using UTF-8 locales.
+ Branch: perl
+ ! lib/ExtUtils/MM_MacOS.pm
+____________________________________________________________________________
+[ 19174] By: merijn on 2003/04/09 14:33:12
+ Log: Even more promotion for -lc128 (long doubles on AIX)
+ More obvious detection of C compiler
+ cc_type should not promote to config.sh
+
+ From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+ Date: Wed, 09 Apr 2003 14:31:48 +0200
+ Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
+ Branch: perl
+ ! hints/aix.sh
+____________________________________________________________________________
+[ 19173] By: jhi on 2003/04/09 12:39:35
+ Log: open(my $fh, ">&", STDOUT) should not warn under strict.
+ Branch: perl
+ ! op.c t/io/open.t
+____________________________________________________________________________
+[ 19172] By: jhi on 2003/04/09 10:40:31
+ Log: Try to be more descriptive than just __ANONIO__ which is what
+ you get when you autovivify filehandles into array/hash elements.
+ Branch: perl
+ ! doio.c op.c t/io/open.t
+____________________________________________________________________________
+[ 19171] By: rgs on 2003/04/08 20:44:20
+ Log: Implement support for --help and --version in Getopt::Std
+ Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
+ From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+ Date: Mon, 7 Apr 2003 17:07:15 -0700
+ Message-ID: <20030408000714.GA953@math.berkeley.edu>
+ Branch: perl
+ ! lib/Getopt/Std.pm
+____________________________________________________________________________
+[ 19170] By: rgs on 2003/04/08 19:47:05
+ Log: Subject: [PATCH] Re: Error: Unknown error
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Tue, 8 Apr 2003 07:12:13 +0300
+ Message-ID: <20030408041213.GA13553@ratsnest.hole>
+ Branch: perl
+ ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
+____________________________________________________________________________
+[ 19169] By: rgs on 2003/04/08 19:19:34
+ Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Mon, 7 Apr 2003 21:43:17 +0100
+ Message-ID: <20030407204317.GA8796@fdgroup.com>
+
+ The new XTERMORDORDOR lexer expectation must also be named
+ in debugging perls, to be used in the output of -DT.
+ Branch: perl
+ ! perl.h toke.c
+____________________________________________________________________________
+[ 19168] By: rgs on 2003/04/08 19:05:22
+ Log: Document that perl recognizes 2>&1 on the command-line on VMS.
+ Branch: perl
+ ! vms/perlvms.pod
+____________________________________________________________________________
+[ 19167] By: rgs on 2003/04/08 18:47:18
+ Log: Typos fixes by Stas Bekman.
+ Branch: perl
+ ! cv.h lib/attributes.pm sv.h
+____________________________________________________________________________
+[ 19166] By: rgs on 2003/04/08 18:43:22
+ Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1` these days?
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Tue, 8 Apr 2003 14:23:04 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
+ Branch: perl
+ ! pod/perlpod.pod
+____________________________________________________________________________
+[ 19165] By: jhi on 2003/04/08 17:43:04
+ Log: Integrate:
+ [ 19162]
+ Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Mon, 7 Apr 2003 02:09:17 -0700
+ Message-ID: <20030407090917.GA9221@windhund.schwern.org>
+
+ [ 19163]
+ The SvGROW() might move the PV.
+
+ [ 19164]
+ Few more words about safe/unsafe signals.
+ Branch: maint-5.8/perl
+ +> lib/ExtUtils/t/MM_Any.t
+ !> (integrate 33 files)
+____________________________________________________________________________
+[ 19164] By: jhi on 2003/04/08 04:42:05
+ Log: Few more words about safe/unsafe signals.
+ Branch: perl
+ ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
+____________________________________________________________________________
+[ 19163] By: jhi on 2003/04/07 19:25:39
+ Log: The SvGROW() might move the PV.
+ Branch: perl
+ ! pp.c
+____________________________________________________________________________
+[ 19162] By: jhi on 2003/04/07 18:23:29
+ Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Mon, 7 Apr 2003 02:09:17 -0700
+ Message-ID: <20030407090917.GA9221@windhund.schwern.org>
+ Branch: perl
+ + lib/ExtUtils/t/MM_Any.t
+ ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
+ ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
+ ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
+ ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
+ ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
+ ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
+ ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.pm
+ ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
+ ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
+ ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
+ ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
+ ! lib/ExtUtils/README lib/ExtUtils/TODO
+ ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
+ ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
+____________________________________________________________________________
+[ 19161] By: jhi on 2003/04/07 04:20:20
+ Log: Integrate:
+ [ 19126]
+ Fix bug #21742. require should be always invoked in
+ scalar context. This wasn't the case when called from
+ an eval(""), because the void context doesn't propagate
+ through the leaveeval op. Instead of making scalarvoid()
+ handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
+ a workaround in doeval().
+
+ [ 19127]
+ Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sat, 29 Mar 2003 19:45:41 +0200
+ Message-ID: <20030329174541.GA8138@ratsnest.hole>
+
+ [ 19128]
+ Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Date: Thu, 20 Mar 2003 12:34:15 +0000
+ Message-ID: <3E79B547.6030201@uk.radan.com>
+ (with a few minor tweaks)
+
+ [ 19129]
+ MM_VMS tweak from Craig Berry:
+ http://nntp.x.perl.org/group/perl.makemaker/1002
+
+ [ 19130]
+ Cannot portably compare files if one of them is still open
+ (from Craig Berry).
+
+ [ 19131]
+ Spread IlyaZ's PERL_CORE detection trick.
+
+ [ 19132]
+ #19122 should have been tested on non-glibc system (like AIX)
+
+ [ 19133]
+ Add packname->stash cache before the check if a packname is a
+ filehandle or a package, it works because only packnames
+ that have been resolved to stashes are added to the cache,
+ and when a newIO is created we clean the cache.
+ Results in roughly 1.8 speed increase for class->method()
+ calls.
+
+ [ 19134]
+ Fix some small nits, thanks to Rafael.
+
+ [ 19135]
+ Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
+ From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+ Date: Tue, 01 Apr 2003 16:32:46 -0800
+ Message-ID: <u+ii+gzkgqkV092yn@efn.org>
+
+ [ 19136]
+ Fixes for "installhtml --splithead", based on :
+ Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Date: Wed, 02 Apr 2003 11:33:41 +0100
+ Message-ID: <3E8ABC85.5060807@uk.radan.com>
+
+ This also includes a small patch to Pod::Html : when generating
+ anchor names, play on the safe side and turn every non-alphanumeric
+ character into an '_'. Moreover, Pod::Html::anchorify() is now
+ optionally exported.
+
+ [ 19137]
+ Adjust test for the recent change (#19136) to Pod::Html
+
+ [ 19138]
+ Make at least the thread count make sense.
+
+ [ 19139]
+ Make perldiag agree with #19138.
+
+ [ 19140]
+ Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Date: Thu, 20 Mar 2003 11:55:01 +0000
+ Message-ID: <3E79AC15.80307@uk.radan.com>
+
+ [ 19141]
+ Don't recurse from threads to threads/shared (since
+ threads/shared is built separately, temp solution from
+ Schwern while MM is being fixed.)
+
+ [ 19142]
+ Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
+ From: andreas.koenig@anima.de (Andreas J. Koenig)
+ Date: Thu, 03 Apr 2003 08:28:52 +0200
+ Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
+
+ [ 19143]
+ Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Wed, 02 Apr 2003 18:09:03 -0600
+ Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
+
+ [ 19144]
+ Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
+ by SADAHIRO Tomoyuki.
+
+ [ 19145]
+ The manpages don't have to be built by MakeMaker for the
+ core modules in ext/. Disable this in Devel::PPPort (not
+ up-to-date on CPAN), Unicode::Normalize (the CPAN version
+ uses a different Makefile.PL anyway) and XS::APItest
+ (not CPANized.)
+
+ [ 19146]
+ Heredocs and use encoding didn't work for SJIS;
+ patch from Inaba Hiroto.
+
+ [ 19147]
+ Subject: [PATCH 5.8.1 @19053] Embedding
+ From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+ Date: Mon, 31 Mar 2003 12:39:24 -0800
+ Message-ID: <20030331203924.GA3602@math.berkeley.edu>
+
+ Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
+ to be used in a C program's main function.
+
+ [ 19148]
+ [perl #21839] perluniintro.pod: nice_string() doesn't escape
+ literal escape chars -- use Sadahiro-san's fix(es).
+
+ [ 19149]
+ Upgrade to Locale::Maketext 1.04.
+
+ [ 19150]
+ Subject: LD_PRELOAD hack, still badly flawed / a solution
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Thu, 3 Apr 2003 15:50:48 +0300
+ Message-ID: <20030403125048.GA6107@ratsnest.hole>
+
+ On linux, when building a shared library, generate
+ a small shell wrapper, "preload", that preloads libperl.so
+ only if it exists. Useful when the 'make' process stops
+ before the link phase.
+
+ [ 19151]
+ Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
+ From: Joost van Baal <J.E.vanBaal@uvt.nl>
+ Date: Mon, 25 Nov 2002 17:35:37 +0100
+ Message-ID: <20021125163537.GC4745@banach.uvt.nl>
+
+ (The .pm patch modified a bit, and removed the false
+ claim that _PATH_INFO would be coming from syslog.ph)
+
+ [ 19152]
+ Remove unportable ">|" shell syntax
+ Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sun, 6 Apr 2003 21:13:27 +0300
+ Message-ID: <20030406181326.GA873@ratsnest.hole>
+
+ [ 19153]
+ Subject: [DOC PATCH] README.solaris and -Dcc=gcc
+ From: Robert Spier <rspier@pobox.com>
+ Date: Sat, 05 Apr 2003 21:12:20 -0800
+ Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
+
+ [ 19154]
+ An unconditional carp is not nice.
+
+ [ 19156]
+ Subject: [PATCH] B::Deparse: sv_no != 0
+ From: Stephen McCamant <smcc@mit.edu>
+ Date: Sun, 6 Apr 2003 17:00:48 -0400
+ Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
+
+ [ 19157]
+ Subject: CvFILE for constant subs
+ From: Stephen McCamant <smcc@mit.edu>
+ Date: Sun, 6 Apr 2003 16:39:13 -0400
+ Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
+
+ [ 19158]
+ More WinCE tweaking for Vadim Konovalov.
+
+ [ 19159]
+ Future binary compat wishful thinking:
+ maint will use the stashcache, but not the dbassertion.
+
+ [ 19160]
+ Time::HiRes: Do not create files in blib directories under core
+ (from Rafael)
+ Branch: maint-5.8/perl
+ +> lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
+ +> lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
+ - lib/Locale/Maketext/test.pl
+ !> (integrate 63 files)
+____________________________________________________________________________
+[ 19160] By: jhi on 2003/04/07 04:17:38
+ Log: Time::HiRes: Do not create files in blib directories under core
+ (from Rafael)
+ Branch: perl
+ ! ext/Time/HiRes/Makefile.PL
+____________________________________________________________________________
+[ 19159] By: jhi on 2003/04/07 03:53:01
+ Log: Future binary compat wishful thinking:
+ maint will use the stashcache, but not the dbassertion.
+ Branch: perl
+ ! intrpvar.h
+____________________________________________________________________________
+[ 19158] By: jhi on 2003/04/07 03:41:17
+ Log: More WinCE tweaking for Vadim Konovalov.
+ Branch: perl
+ ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
+ ! wince/makedist.pl
+____________________________________________________________________________
+[ 19157] By: rgs on 2003/04/06 20:53:29
+ Log: Subject: CvFILE for constant subs
+ From: Stephen McCamant <smcc@mit.edu>
+ Date: Sun, 6 Apr 2003 16:39:13 -0400
+ Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 19156] By: rgs on 2003/04/06 20:44:09
+ Log: Subject: [PATCH] B::Deparse: sv_no != 0
+ From: Stephen McCamant <smcc@mit.edu>
+ Date: Sun, 6 Apr 2003 17:00:48 -0400
+ Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
+ Branch: perl
+ ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 19155] By: jhi on 2003/04/06 19:56:30
+ Log: Integrate:
+ [ 18900]
+ Integrate (by hand) change #18386 from maint-5.8
+ Branch: maint-5.8/perl
+ !> t/op/split.t
+____________________________________________________________________________
+[ 19154] By: jhi on 2003/04/06 19:46:35
+ Log: An unconditional carp is not nice.
+ Branch: perl
+ ! ext/Sys/Syslog/Syslog.pm
+____________________________________________________________________________
+[ 19153] By: rgs on 2003/04/06 18:37:58
+ Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
+ From: Robert Spier <rspier@pobox.com>
+ Date: Sat, 05 Apr 2003 21:12:20 -0800
+ Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
+ Branch: perl
+ ! README.solaris
+____________________________________________________________________________
+[ 19152] By: rgs on 2003/04/06 18:24:38
+ Log: Remove unportable ">|" shell syntax
+ Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sun, 6 Apr 2003 21:13:27 +0300
+ Message-ID: <20030406181326.GA873@ratsnest.hole>
+ Branch: perl
+ ! Makefile.SH
+____________________________________________________________________________
+[ 19151] By: jhi on 2003/04/06 18:14:44
+ Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
+ From: Joost van Baal <J.E.vanBaal@uvt.nl>
+ Date: Mon, 25 Nov 2002 17:35:37 +0100
+ Message-ID: <20021125163537.GC4745@banach.uvt.nl>
+
+ (The .pm patch modified a bit, and removed the false
+ claim that _PATH_INFO would be coming from syslog.ph)
+ Branch: perl
+ ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
+ ! ext/Sys/Syslog/syslog.t
+____________________________________________________________________________
+[ 19150] By: rgs on 2003/04/05 21:10:00
+ Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Thu, 3 Apr 2003 15:50:48 +0300
+ Message-ID: <20030403125048.GA6107@ratsnest.hole>
+
+ On linux, when building a shared library, generate
+ a small shell wrapper, "preload", that preloads libperl.so
+ only if it exists. Useful when the 'make' process stops
+ before the link phase.
+ Branch: perl
+ ! Makefile.SH
+____________________________________________________________________________
+[ 19149] By: jhi on 2003/04/05 20:44:25
+ Log: Upgrade to Locale::Maketext 1.04.
+ Branch: perl
+ + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
+ + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
+ - lib/Locale/Maketext/test.pl
+ ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
+ ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
+____________________________________________________________________________
+[ 19148] By: jhi on 2003/04/05 20:38:30
+ Log: perluniintro.pod: nice_string() doesn't escape
+ literal escape chars -- use Sadahiro-san's fix(es).
+ Branch: perl
+ ! pod/perluniintro.pod
+____________________________________________________________________________
+[ 19147] By: rgs on 2003/04/05 19:12:30
+ Log: Subject: [PATCH 5.8.1 @19053] Embedding
+ From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+ Date: Mon, 31 Mar 2003 12:39:24 -0800
+ Message-ID: <20030331203924.GA3602@math.berkeley.edu>
+
+ Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
+ to be used in a C program's main function.
+ Branch: perl
+ ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
+____________________________________________________________________________
+[ 19146] By: jhi on 2003/04/05 19:08:37
+ Log: Heredocs and use encoding didn't work for SJIS;
+ patch from Inaba Hiroto.
+ Branch: perl
+ ! toke.c
+____________________________________________________________________________
+[ 19145] By: rgs on 2003/04/05 11:45:36
+ Log: The manpages don't have to be built by MakeMaker for the
+ core modules in ext/. Disable this in Devel::PPPort (not
+ up-to-date on CPAN), Unicode::Normalize (the CPAN version
+ uses a different Makefile.PL anyway) and XS::APItest
+ (not CPANized.)
+ Branch: perl
+ ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
+ ! ext/XS/APItest/Makefile.PL
+____________________________________________________________________________
+[ 19144] By: rgs on 2003/04/05 11:28:22
+ Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
+ by SADAHIRO Tomoyuki.
+ Branch: perl
+ ! ext/Unicode/Normalize/Changes
+ ! ext/Unicode/Normalize/Normalize.pm
+ ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
+ ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
+ ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
+ ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
+ ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
+____________________________________________________________________________
+[ 19143] By: merijn on 2003/04/03 08:55:33
+ Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Wed, 02 Apr 2003 18:09:03 -0600
+ Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
+ Branch: perl
+ ! vms/vms.c vms/vmsish.h
+____________________________________________________________________________
+[ 19142] By: merijn on 2003/04/03 08:50:55
+ Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
+ From: andreas.koenig@anima.de (Andreas J. Koenig)
+ Date: Thu, 03 Apr 2003 08:28:52 +0200
+ Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
+ Branch: perl
+ ! lib/Pod/t/Functions.t
+____________________________________________________________________________
+[ 19141] By: jhi on 2003/04/03 05:00:36
+ Log: Don't recurse from threads to threads/shared (since
+ threads/shared is built separately, temp solution from
+ Schwern while MM is being fixed.)
+ Branch: perl
+ ! ext/threads/Makefile.PL
+____________________________________________________________________________
+[ 19140] By: rgs on 2003/04/02 20:41:46
+ Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Date: Thu, 20 Mar 2003 11:55:01 +0000
+ Message-ID: <3E79AC15.80307@uk.radan.com>
+ Branch: perl
+ ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
+____________________________________________________________________________
+[ 19139] By: jhi on 2003/04/02 19:44:07
+ Log: Make perldiag agree with #19138.
+ Branch: perl
+ ! pod/perldiag.pod
+____________________________________________________________________________
+[ 19138] By: jhi on 2003/04/02 19:37:59
+ Log: Make at least the thread count make sense.
+ Branch: perl
+ ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 19137] By: rgs on 2003/04/02 19:24:47
+ Log: Adjust test for the recent change (#19136) to Pod::Html
+ Branch: perl
+ ! lib/Pod/t/htmlview.t
+____________________________________________________________________________
+[ 19136] By: rgs on 2003/04/02 18:46:31
+ Log: Fixes for "installhtml --splithead", based on :
+ Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Date: Wed, 02 Apr 2003 11:33:41 +0100
+ Message-ID: <3E8ABC85.5060807@uk.radan.com>
+
+ This also includes a small patch to Pod::Html : when generating
+ anchor names, play on the safe side and turn every non-alphanumeric
+ character into an '_'. Moreover, Pod::Html::anchorify() is now
+ optionally exported.
+ Branch: perl
+ ! installhtml lib/Pod/Html.pm
+____________________________________________________________________________
+[ 19135] By: rgs on 2003/04/02 18:42:50
+ Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
+ From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+ Date: Tue, 01 Apr 2003 16:32:46 -0800
+ Message-ID: <u+ii+gzkgqkV092yn@efn.org>
+ Branch: perl
+ ! pp.c t/op/split.t
+____________________________________________________________________________
+[ 19134] By: sky on 2003/04/02 18:01:40
+ Log: Fix some small nits, thanks to Rafael.
+ Branch: perl
+ ! pp_hot.c
+____________________________________________________________________________
+[ 19133] By: sky on 2003/04/02 13:41:14
+ Log: Add packname->stash cache before the check if a packname is a
+ filehandle or a package, it works because only packnames
+ that have been resolved to stashes are added to the cache,
+ and when a newIO is created we clean the cache.
+ Results in roughly 1.8 speed increase for class->method()
+ calls.
+ Branch: perl
+ ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
+____________________________________________________________________________
+[ 19132] By: merijn on 2003/04/02 11:28:02
+ Log: #19122 should have been tested on non-glibc system (like AIX)
+ Branch: perl
+ ! pp.c
+____________________________________________________________________________
+[ 19131] By: jhi on 2003/04/02 05:25:19
+ Log: Spread IlyaZ's PERL_CORE detection trick.
+ Branch: perl
+ ! ext/Encode/Makefile.PL
+____________________________________________________________________________
+[ 19130] By: jhi on 2003/04/02 04:42:40
+ Log: Cannot portably compare files if one of them is still open
+ (from Craig Berry).
+ Branch: perl
+ ! ext/Encode/t/enc_module.t
+____________________________________________________________________________
+[ 19129] By: jhi on 2003/04/02 04:30:45
+ Log: MM_VMS tweak from Craig Berry:
+ http://nntp.x.perl.org/group/perl.makemaker/1002
+ Branch: perl
+ ! lib/ExtUtils/MM_VMS.pm
+____________________________________________________________________________
+[ 19128] By: rgs on 2003/04/01 21:30:12
+ Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Date: Thu, 20 Mar 2003 12:34:15 +0000
+ Message-ID: <3E79B547.6030201@uk.radan.com>
+ (with a few minor tweaks)
+ Branch: perl
+ ! installhtml
+____________________________________________________________________________
+[ 19127] By: rgs on 2003/04/01 19:01:20
+ Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sat, 29 Mar 2003 19:45:41 +0200
+ Message-ID: <20030329174541.GA8138@ratsnest.hole>
+ Branch: perl
+ ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 19126] By: rgs on 2003/04/01 18:39:43
+ Log: Fix bug #21742. require should be always invoked in
+ scalar context. This wasn't the case when called from
+ an eval(""), because the void context doesn't propagate
+ through the leaveeval op. Instead of making scalarvoid()
+ handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
+ a workaround in doeval().
+ Branch: perl
+ ! pp_ctl.c t/comp/require.t
+____________________________________________________________________________
+[ 19125] By: jhi on 2003/04/01 17:08:47
+ Log: Integrate:
+ [ 19124]
+ Subject: [patch] fix HiRes.t failures on Stratus VOS
+ From: "Green, Paul" <Paul.Green@stratus.com>
+ Date: Tue, 1 Apr 2003 12:37:38 -0500
+ Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
+ Branch: maint-5.8/perl
+ !> hints/vos.sh
+____________________________________________________________________________
+[ 19124] By: jhi on 2003/04/01 16:52:28
+ Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
+ From: "Green, Paul" <Paul.Green@stratus.com>
+ Date: Tue, 1 Apr 2003 12:37:38 -0500
+ Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
+ Branch: perl
+ ! hints/vos.sh
+____________________________________________________________________________
+[ 19123] By: jhi on 2003/04/01 16:38:55
+ Log: Integrate:
+ [ 19113]
+ Implemented AIX longdouble support in hints/aix.sh, which now
+ actually work. Thanks to John L. Allen for the hint.
+
+ Subject: Re: AIX longdoubles
+ From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+ Date: Tue, 01 Apr 2003 17:18:57 +0200
+ Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
+
+ [ 19114]
+ Subject: [PATCH] Text::Abbrev warnings safe
+ From: Peter Scott <Peter@PSDT.com>
+ Date: Fri, 28 Mar 2003 16:34:47 -0800
+ Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
+
+ [ 19115]
+ Subject: [PATCH] overdue perlhack.pod corrections for RT
+ From: Richard.Foley@ubsw.com
+ Date: Mon, 31 Mar 2003 16:27:14 +0200
+ Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
+
+ [ 19116]
+ Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Mon, 31 Mar 2003 15:16:57 -0800
+ Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
+
+ [ 19117]
+ Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
+ From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+ Date: Tue, 1 Apr 2003 11:02:35 +0200
+ Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
+
+ [ 19118]
+ Document the _exit() issue with threads in Linux [perl #17057].
+ Branch: maint-5.8/perl
+ !> ext/POSIX/POSIX.pod ext/SDBM_File/sdbm/Makefile.PL
+ !> hints/aix.sh lib/Text/Abbrev.pm lib/Text/Abbrev.t
+ !> pod/perlhack.pod t/op/getpid.t
+____________________________________________________________________________
+[ 19122] By: jhi on 2003/04/01 16:36:52
+ Log: Integrate:
+ [ 19119]
+ Address "5.8.1@19053: crypt_r() takes 128K per thread".
+ Branch: perl
+ !> pp.c reentr.c reentr.h reentr.pl
+____________________________________________________________________________
+[ 19121] By: jhi on 2003/04/01 16:36:02
+ Log: Integrate:
+ [ 19109]
+ Subject: [PATCH 5.8.1 @19053] Time::HiRes
+ From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+ Date: Mon, 31 Mar 2003 12:53:01 -0800
+ Message-ID: <20030331205301.GA3687@math.berkeley.edu>
+
+ [ 19111]
+ A cleaner way to detect PERL_CORE, from IlyaZ.
+ Branch: perl
+ !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
+____________________________________________________________________________
+[ 19120] By: jhi on 2003/04/01 16:32:03
+ Log: Integrate:
+ [ 19106]
+ Subject: [PATCH 5.8.1 @19053] OS/2-related patches
+ From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+ Date: Mon, 31 Mar 2003 12:43:37 -0800
+ Message-ID: <20030331204337.GA3634@math.berkeley.edu>
+
+ and regen Configure.
+ Branch: perl
+ ! Configure config_h.SH embedvar.h
+ !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
+ !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
+ !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
+ !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
+ !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
+ !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
+ !> reentr.h reentr.pl sv.c
+____________________________________________________________________________
+[ 19119] By: jhi on 2003/04/01 16:21:37
+ Log: Address "5.8.1@19053: crypt_r() takes 128K per thread".
+ Branch: maint-5.8/perl
+ ! pp.c reentr.c reentr.h reentr.pl
+____________________________________________________________________________
+[ 19118] By: jhi on 2003/04/01 16:17:04
+ Log: Document the _exit() issue with threads in Linux [perl #17057].
+ Branch: perl
+ ! ext/POSIX/POSIX.pod
+____________________________________________________________________________
+[ 19117] By: jhi on 2003/04/01 16:07:59
+ Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
+ From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+ Date: Tue, 1 Apr 2003 11:02:35 +0200
+ Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
+ Branch: perl
+ ! t/op/getpid.t
+____________________________________________________________________________
+[ 19116] By: jhi on 2003/04/01 16:06:12
+ Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Mon, 31 Mar 2003 15:16:57 -0800
+ Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
+ Branch: perl
+ ! ext/SDBM_File/sdbm/Makefile.PL
+____________________________________________________________________________
+[ 19115] By: jhi on 2003/04/01 15:58:45
+ Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
+ From: Richard.Foley@ubsw.com
+ Date: Mon, 31 Mar 2003 16:27:14 +0200
+ Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
+ Branch: perl
+ ! pod/perlhack.pod
+____________________________________________________________________________
+[ 19114] By: jhi on 2003/04/01 15:56:27
+ Log: Subject: [PATCH] Text::Abbrev warnings safe
+ From: Peter Scott <Peter@PSDT.com>
+ Date: Fri, 28 Mar 2003 16:34:47 -0800
+ Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
+ Branch: perl
+ ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
+____________________________________________________________________________
+[ 19113] By: merijn on 2003/04/01 14:12:33
+ Log: Implemented AIX longdouble support in hints/aix.sh, which now
+ actually work. Thanks to John L. Allen for the hint.
+
+ Subject: Re: AIX longdoubles
+ From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+ Date: Tue, 01 Apr 2003 17:18:57 +0200
+ Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
+ Branch: perl
+ ! hints/aix.sh
+____________________________________________________________________________
+[ 19112] By: nick on 2003/04/01 08:48:50
+ Log: Integrate mainline
+ Branch: perlio
+ +> ext/Time/HiRes/hints/irix.pl lib/CPAN/bin/cpan
+ +> lib/ExtUtils/MakeMaker/FAQ.pod
+ +> lib/ExtUtils/MakeMaker/Tutorial.pod
+ +> lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
+ +> lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
+ +> lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
+ +> lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
+ +> lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
+ +> t/lib/TieIn.pm t/lib/sample-tests/no_output
+ +> t/lib/sample-tests/segfault t/lib/sample-tests/too_many
+ +> utils/cpan.PL wince/compile-all.bat wince/makedist.pl
+ - utils/cpan wince/include/sys/stat.h wince/xbuildall.ksh
+ - wince/xdistclean.ksh wince/xmakediffs.ksh
+ !> (integrate 110 files)
+____________________________________________________________________________
+[ 19111] By: jhi on 2003/04/01 07:17:01
+ Log: A cleaner way to detect PERL_CORE, from IlyaZ.
+ Branch: maint-5.8/perl
+ ! ext/Time/HiRes/Makefile.PL
+____________________________________________________________________________
+[ 19110] By: jhi on 2003/04/01 05:33:03
+ Log: Integrate:
+ [ 19042]
+ Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Thu, 20 Mar 2003 23:03:36 -0600
+ Message-ID: <3E7A9D28.1040706@mac.com>
+ Branch: maint-5.8/perl
+ !> configure.com vms/vms.c vms/vmsish.h
+____________________________________________________________________________
+[ 19109] By: jhi on 2003/04/01 05:25:39
+ Log: Subject: [PATCH 5.8.1 @19053] Time::HiRes
+ From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+ Date: Mon, 31 Mar 2003 12:53:01 -0800
+ Message-ID: <20030331205301.GA3687@math.berkeley.edu>
+ Branch: maint-5.8/perl
+ ! ext/Time/HiRes/HiRes.t
+____________________________________________________________________________
+[ 19108] By: jhi on 2003/04/01 05:23:25
+ Log: metaconfig unit changes for #19107.
+ Branch: metaconfig
+ ! U/modified/Findhdr.U U/modified/Head.U U/modified/Init.U
+ ! U/modified/Oldconfig.U
+____________________________________________________________________________
+[ 19107] By: jhi on 2003/04/01 05:23:03
+ Log: Regen Configure.
+ Branch: maint-5.8/perl
+ ! Configure
+____________________________________________________________________________
+[ 19106] By: jhi on 2003/04/01 05:11:53
+ Log: Subject: [PATCH 5.8.1 @19053] OS/2-related patches
+ From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+ Date: Mon, 31 Mar 2003 12:43:37 -0800
+ Message-ID: <20030331204337.GA3634@math.berkeley.edu>
+ Branch: maint-5.8/perl
+ ! Configure Makefile.SH embed.fnc embed.h embed.pl embedvar.h
+ ! ext/threads/threads.xs intrpvar.h makedef.pl os2/Makefile.SHs
+ ! os2/OS2/ExtAttr/Changes os2/OS2/ExtAttr/ExtAttr.pm
+ ! os2/OS2/PrfDB/Changes os2/OS2/PrfDB/PrfDB.pm
+ ! os2/OS2/REXX/DLL/DLL.pm os2/OS2/REXX/REXX.pm os2/dl_os2.c
+ ! os2/os2.c os2/os2ish.h os2/os2thread.h perlapi.h perlio.c
+ ! perlvars.h reentr.c reentr.h reentr.pl sv.c
+____________________________________________________________________________
+[ 19105] By: jhi on 2003/03/31 10:54:05
+ Log: Integrate:
+ [ 19104]
+ Tabify; strictly speaking unnecessary but anyway...
+ Branch: maint-5.8/perl
+ !> MANIFEST
+____________________________________________________________________________
+[ 19104] By: jhi on 2003/03/31 10:51:36
+ Log: Tabify; strictly speaking unnecessary but anyway...
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 19103] By: jhi on 2003/03/31 10:41:09
+ Log: Integrate:
+ [ 19094]
+ Upgrade to Time::HiRes 1.44.
+
+ [ 19095]
+ Dave Mitchell noticed that one patch entry was missing
+ from the Changes.
+
+ [ 19096]
+ switch_A.t is not in maint (noticed by AndreasK).
+
+ [ 19097]
+ Some low-hanging fruit for EBCDIC portability
+ (or for marking as EBCDIC todos)
+
+ [ 19098]
+ Subject: [PATCH dump.c] stray n_a
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Mon, 31 Mar 2003 00:55:49 -0800
+ Message-ID: <20030331085549.GB1300@windhund.schwern.org>
+
+ [ 19099]
+ Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Mon, 31 Mar 2003 02:42:58 -0800
+ Message-ID: <20030331104257.GB15327@windhund.schwern.org>
+
+ [ 19100]
+ Upgrade to Encode 1.92.
+
+ [ 19101]
+ Upgrade to podlators 1.26.
+
+ [ 19102]
+ Upgrade to Test::Harness 2.27_02.
+ Branch: maint-5.8/perl
+ +> lib/ExtUtils/MakeMaker/FAQ.pod
+ +> lib/ExtUtils/MakeMaker/Tutorial.pod
+ +> lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
+ +> lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
+ +> lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
+ +> lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
+ +> lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
+ +> t/lib/TieIn.pm t/lib/sample-tests/no_output
+ +> t/lib/sample-tests/segfault t/lib/sample-tests/too_many
+ !> (integrate 64 files)
+____________________________________________________________________________
+[ 19102] By: jhi on 2003/03/31 10:36:48
+ Log: Upgrade to Test::Harness 2.27_02.
+ Branch: perl
+ + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
+ + t/lib/sample-tests/too_many
+ ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
+ ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
+ ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t
+____________________________________________________________________________
+[ 19101] By: jhi on 2003/03/31 10:07:35
+ Log: Upgrade to podlators 1.26.
+ Branch: perl
+ ! lib/Pod/Man.pm
+____________________________________________________________________________
+[ 19100] By: jhi on 2003/03/31 10:03:50
+ Log: Upgrade to Encode 1.92.
+ Branch: perl
+ ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
+ ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
+ ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
+ ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
+ ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
+ ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
+____________________________________________________________________________
+[ 19099] By: jhi on 2003/03/31 09:54:52
+ Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Mon, 31 Mar 2003 02:42:58 -0800
+ Message-ID: <20030331104257.GB15327@windhund.schwern.org>
+ Branch: perl
+ + lib/ExtUtils/MakeMaker/FAQ.pod
+ + lib/ExtUtils/MakeMaker/Tutorial.pod
+ + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
+ + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
+ + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
+ + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
+ + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
+ + t/lib/TieIn.pm
+ ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
+ ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
+ ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
+ ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
+ ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
+ ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
+ ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
+ ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
+ ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
+ ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
+ ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
+ ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
+ ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
+ ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t
+ ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
+ ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t
+ ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
+ ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
+____________________________________________________________________________
+[ 19098] By: jhi on 2003/03/31 09:36:11
+ Log: Subject: [PATCH dump.c] stray n_a
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Mon, 31 Mar 2003 00:55:49 -0800
+ Message-ID: <20030331085549.GB1300@windhund.schwern.org>
+ Branch: perl
+ ! dump.c
+____________________________________________________________________________
+[ 19097] By: jhi on 2003/03/31 05:00:07
+ Log: Some low-hanging fruit for EBCDIC portability
+ (or for marking as EBCDIC todos)
+ Branch: perl
+ ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
+ ! t/uni/write.t
+____________________________________________________________________________
+[ 19096] By: jhi on 2003/03/30 19:43:07
+ Log: switch_A.t is not in maint (noticed by AndreasK).
+ Branch: maint-5.8/perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 19095] By: jhi on 2003/03/30 18:58:49
+ Log: Dave Mitchell noticed that one patch entry was missing
+ from the Changes.
+ Branch: maint-5.8/perl
+ ! Changes
+____________________________________________________________________________
+[ 19094] By: jhi on 2003/03/30 15:54:35
+ Log: Upgrade to Time::HiRes 1.44.
+ Branch: perl
+ ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+____________________________________________________________________________
+[ 19093] By: jhi on 2003/03/30 15:16:16
+ Log: Integrate:
+ [ 19074]
+ Missing final \n.
+
+ [ 19076]
+ Craig Berry: remove extra (.
+
+ [ 19077]
+ Feeding illegal QP (like \x80) to this
+ ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
+ caused a coredump in av_length() <- nextargv() because
+ the av was NULL. I don't know that returning Nullfp is
+ the best thing to do, but it dodges the segfault and
+ introduces no test failures.
+
+ [ 19078]
+ It seems that in Tru64 V5 gcc cannot be used to
+ compile a threaded Perl because <pthread.h> explicitly
+ checks for supported compilers (gcc not being one of them).
+ This is not so bad since the system C compiler is always there.
+
+ [ 19079]
+ Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Thu, 27 Mar 2003 22:37:35 +0000
+ Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
+
+ [ 19080]
+ Minor rephrasing in perlopentut,
+ noticed by Bob Wilkinson (RT [perl #21725])
+
+ [ 19081]
+ Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Sat, 29 Mar 2003 18:58:09 +0000
+ Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
+
+ [ 19082]
+ IRIX 5.3 can have PF_LINK defined to be AF_LINK but
+ not defined AF_LINK.
+
+ [ 19084]
+ gethostbyname('localhost') is not that portable.
+ inet_aton('localhost') in IRIX 5.3 returned an undef,
+ which in turn made pack_sockaddr_in to barf on zero
+ length in_addr.
+
+ [ 19085]
+ In IRIX 5.3 being too POSIXly hides the struct timespec.
+
+ [ 19086]
+ In IRIX 5.3 the cc is awfully confused about the prototype
+ of select().
+
+ [ 19087]
+ In IRIX 5.3 turn off some of the warnings that cannot
+ really be helped (e.g. warnings coming from system headers,
+ or linker warnings during Configure).
+
+ [ 19088]
+ Another victim of IRIX 5.3's inability to resolve 'localhost'
+ as the test expects.
+
+ [ 19089]
+ Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
+
+ [ 19090]
+ Ending strings is customary (typo from #19084).
+
+ [ 19091]
+ Not all compilers like #ifdefs within cpp macros
+ (follow-up on #19086)
+
+ [ 19092]
+ IRIX 5.3 update.
+ Branch: maint-5.8/perl
+ +> ext/Time/HiRes/hints/irix.pl
+ !> MANIFEST README.irix README.tru64 doio.c dump.c
+ !> ext/Socket/Socket.t ext/Socket/Socket.xs hints/dec_osf.sh
+ !> hints/irix_5.sh lib/Attribute/Handlers/Changes
+ !> lib/Net/hostent.t pod/perlapi.pod pod/perlfunc.pod
+ !> pod/perlopentut.pod pod/perlport.pod pp_sys.c sv.h
+____________________________________________________________________________
+[ 19092] By: jhi on 2003/03/30 15:09:02
+ Log: IRIX 5.3 update.
+ Branch: perl
+ ! README.irix
+____________________________________________________________________________
+[ 19091] By: jhi on 2003/03/30 10:26:32
+ Log: Not all compilers like #ifdefs within cpp macros
+ (follow-up on #19086)
+ Branch: perl
+ ! pp_sys.c
+____________________________________________________________________________
+[ 19090] By: jhi on 2003/03/30 09:50:33
+ Log: Ending strings is customary (typo from #19084).
+ Branch: perl
+ ! ext/Socket/Socket.t
+____________________________________________________________________________
+[ 19089] By: jhi on 2003/03/30 09:24:08
+ Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 19088] By: jhi on 2003/03/30 09:09:42
+ Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
+ as the test expects.
+ Branch: perl
+ ! lib/Net/hostent.t
+____________________________________________________________________________
+[ 19087] By: jhi on 2003/03/30 09:08:07
+ Log: In IRIX 5.3 turn off some of the warnings that cannot
+ really be helped (e.g. warnings coming from system headers,
+ or linker warnings during Configure).
+ Branch: perl
+ ! hints/irix_5.sh
+____________________________________________________________________________
+[ 19086] By: jhi on 2003/03/30 08:59:24
+ Log: In IRIX 5.3 the cc is awfully confused about the prototype
+ of select().
+ Branch: perl
+ ! hints/irix_5.sh pp_sys.c
+____________________________________________________________________________
+[ 19085] By: jhi on 2003/03/30 08:43:53
+ Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
+ Branch: perl
+ + ext/Time/HiRes/hints/irix.pl
+ ! MANIFEST
+____________________________________________________________________________
+[ 19084] By: jhi on 2003/03/30 08:31:53
+ Log: gethostbyname('localhost') is not that portable.
+ inet_aton('localhost') in IRIX 5.3 returned an undef,
+ which in turn made pack_sockaddr_in to barf on zero
+ length in_addr.
+ Branch: perl
+ ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
+____________________________________________________________________________
+[ 19083] By: jhi on 2003/03/30 07:49:46
+ Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Sun, 30 Mar 2003 00:35:48 +0000
+ Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 19082] By: jhi on 2003/03/29 21:18:32
+ Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
+ not defined AF_LINK.
+ Branch: perl
+ ! ext/Socket/Socket.xs
+____________________________________________________________________________
+[ 19081] By: jhi on 2003/03/29 20:41:56
+ Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Sat, 29 Mar 2003 18:58:09 +0000
+ Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
+ Branch: perl
+ ! dump.c
+____________________________________________________________________________
+[ 19080] By: rgs on 2003/03/29 20:39:34
+ Log: Minor rephrasing in perlopentut,
+ noticed by Bob Wilkinson (RT [perl #21725])
+ Branch: perl
+ ! pod/perlopentut.pod
+____________________________________________________________________________
+[ 19079] By: rgs on 2003/03/29 20:21:11
+ Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Thu, 27 Mar 2003 22:37:35 +0000
+ Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
+ Branch: perl
+ ! pod/perlapi.pod sv.h
+____________________________________________________________________________
+[ 19078] By: jhi on 2003/03/29 07:23:00
+ Log: It seems that in Tru64 V5 gcc cannot be used to
+ compile a threaded Perl because <pthread.h> explicitly
+ checks for supported compilers (gcc not being one of them).
+ This is not so bad since the system C compiler is always there.
+ Branch: perl
+ ! README.tru64 hints/dec_osf.sh
+____________________________________________________________________________
+[ 19077] By: jhi on 2003/03/28 06:03:16
+ Log: Feeding illegal QP (like \x80) to this
+ ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
+ caused a coredump in av_length() <- nextargv() because
+ the av was NULL. I don't know that returning Nullfp is
+ the best thing to do, but it dodges the segfault and
+ introduces no test failures.
+ Branch: perl
+ ! doio.c
+____________________________________________________________________________
+[ 19076] By: jhi on 2003/03/27 18:49:53
+ Log: Craig Berry: remove extra (.
+ Branch: maint-5.8/perl
+ ! vms/vms.c
+____________________________________________________________________________
+[ 19075] By: jhi on 2003/03/27 18:47:50
+ Log: Have to get this thing started.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 19074] By: jhi on 2003/03/27 18:17:20
+ Log: Missing final \n.
+ Branch: perl
+ ! lib/Attribute/Handlers/Changes
+____________________________________________________________________________
+[ 19073] By: jhi on 2003/03/27 04:25:46
+ Log: Integrate:
+ [ 19062]
+ Subject: [PATCH README.qnx] for QNX 6.2
+ From: Norton Allen <allen@huarp.harvard.edu>
+ Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
+ Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
+
+ [ 19063]
+ Subject: [perl #21648] Doc typo in Net::servent
+ From: Andy Lester (via RT) <perlbug-followup@perl.org>
+ Date: 22 Mar 2003 05:02:31 -0000
+ Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
+
+ [ 19064]
+ Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Thu, 20 Mar 2003 01:26:19 +0000
+ Message-ID: <20030320012619.C19869@fdgroup.com>
+
+ Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Mon, 24 Mar 2003 16:06:51 +0000
+ Message-ID: <20030324160651.D1798@fdgroup.com>
+
+ [ 19065]
+ Add a file utils/cpan.PL to generate the "cpan" utility,
+ also separately maintained on CPAN, and now moved as
+ lib/CPAN/bin/cpan. Tweak installperl to avoid installing
+ this last file.
+
+ [ 19066]
+ Upgrade to Term::ANSIColor 1.07.
+
+ [ 19067]
+ VMS counterpart of change #19065
+
+ [ 19068]
+ Win32 counterpart of change #19065
+
+ [ 19070]
+ Subject: [patch] for Stratus VOS
+ From: "Green, Paul" <Paul.Green@stratus.com>
+ Date: Wed, 26 Mar 2003 17:24:38 -0500
+ Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
+ (plus a small tweak to the test script)
+
+ [ 19072]
+ Subject: [perl #21672] IO::New and undefined filename behaviour
+ From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
+ Date: 24 Mar 2003 16:29:08 -0000
+ Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
+ plus a regression test
+ Branch: maint-5.8/perl
+ +> lib/CPAN/bin/cpan utils/cpan.PL
+ - utils/cpan
+ !> MANIFEST README.qnx README.vos ext/IO/lib/IO/File.pm
+ !> installperl lib/FileHandle.t lib/Net/servent.pm
+ !> lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
+ !> lib/Term/ANSIColor/README pp_ctl.c pp_hot.c scope.c
+ !> t/op/args.t t/op/pack.t utils/Makefile
+ !> vms/descrip_mms.template win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 19072] By: rgs on 2003/03/26 22:30:09
+ Log: Subject: [perl #21672] IO::New and undefined filename behaviour
+ From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
+ Date: 24 Mar 2003 16:29:08 -0000
+ Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
+ plus a regression test
+ Branch: perl
+ ! ext/IO/lib/IO/File.pm lib/FileHandle.t
+____________________________________________________________________________
+[ 19071] By: rgs on 2003/03/26 22:08:16
+ Log: Better version of change #19069
+ Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Wed, 26 Mar 2003 23:01:46 +0000
+ Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
+ Branch: perl
+ ! pp_hot.c sv.c t/op/readline.t
+____________________________________________________________________________
+[ 19070] By: rgs on 2003/03/26 21:31:55
+ Log: Subject: [patch] for Stratus VOS
+ From: "Green, Paul" <Paul.Green@stratus.com>
+ Date: Wed, 26 Mar 2003 17:24:38 -0500
+ Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
+ (plus a small tweak to the test script)
+ Branch: perl
+ ! README.vos t/op/pack.t
+____________________________________________________________________________
+[ 19069] By: rgs on 2003/03/26 21:14:33
+ Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Tue, 25 Mar 2003 22:59:17 +0000
+ Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
+ Branch: perl
+ ! sv.c t/op/readline.t
+____________________________________________________________________________
+[ 19068] By: rgs on 2003/03/26 20:53:18
+ Log: Win32 counterpart of change #19065
+ Branch: perl
+ ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 19067] By: rgs on 2003/03/26 20:34:32
+ Log: VMS counterpart of change #19065
+ Branch: perl
+ ! vms/descrip_mms.template
+____________________________________________________________________________
+[ 19066] By: jhi on 2003/03/26 20:05:40
+ Log: Upgrade to Term::ANSIColor 1.07.
+ Branch: perl
+ ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
+ ! lib/Term/ANSIColor/README
+____________________________________________________________________________
+[ 19065] By: rgs on 2003/03/26 19:55:20
+ Log: Add a file utils/cpan.PL to generate the "cpan" utility,
+ also separately maintained on CPAN, and now moved as
+ lib/CPAN/bin/cpan. Tweak installperl to avoid installing
+ this last file.
+ Branch: perl
+ + utils/cpan.PL
+ +> lib/CPAN/bin/cpan
+ - utils/cpan
+ ! MANIFEST installperl utils/Makefile
+____________________________________________________________________________
+[ 19064] By: jhi on 2003/03/26 19:48:32
+ Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Thu, 20 Mar 2003 01:26:19 +0000
+ Message-ID: <20030320012619.C19869@fdgroup.com>
+
+ Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Mon, 24 Mar 2003 16:06:51 +0000
+ Message-ID: <20030324160651.D1798@fdgroup.com>
+ Branch: perl
+ ! pp_ctl.c pp_hot.c scope.c t/op/args.t
+____________________________________________________________________________
+[ 19063] By: jhi on 2003/03/26 19:33:09
+ Log: Subject: [perl #21648] Doc typo in Net::servent
+ From: Andy Lester (via RT) <perlbug-followup@perl.org>
+ Date: 22 Mar 2003 05:02:31 -0000
+ Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
+ Branch: perl
+ ! lib/Net/servent.pm
+____________________________________________________________________________
+[ 19062] By: jhi on 2003/03/26 19:29:39
+ Log: Subject: [PATCH README.qnx] for QNX 6.2
+ From: Norton Allen <allen@huarp.harvard.edu>
+ Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
+ Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
+ Branch: perl
+ ! README.qnx
+____________________________________________________________________________
+[ 19061] By: jhi on 2003/03/26 19:23:37
+ Log: Integrate:
+ [ 19055]
+ Subject: no more 'make install && make test' with shared libperl.so on Linux
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sat, 22 Mar 2003 22:49:49 +0200
+ Message-ID: <20030322204949.GB794@ratsnest.hole>
+
+ This is a slightly more defensive patch than Chip's patch that
+ fell through the cracks, but does the same
+ Subject: Shared libperl.so and build issues
+ From: Chip Turner <cturner@redhat.com>
+ Date: Tue 31 Dec 2002 17:21
+
+ [ 19056]
+ Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Mon, 24 Mar 2003 23:56:25 +0200
+ Message-ID: <20030324215625.GB853@ratsnest.hole>
+
+ [ 19057]
+ Typo, spotted by Doru Petrescu
+ Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
+
+ [ 19058]
+ Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Mon, 24 Mar 2003 00:50:39 -0800
+ Message-ID: <20030324085039.GA19981@windhund.schwern.org>
+
+ [ 19059]
+ Change 19056 wasn't good enough.
+ ldlibpth should be changed later, to avoid spaces to be quoted.
+
+ [ 19060]
+ Subject: [PATCH] lib/vmsish.t GMT bug fix
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Tue, 25 Mar 2003 22:52:58 -0600
+ Message-ID: <3E81322A.3040508@mac.com>
+ Branch: maint-5.8/perl
+ !> Makefile.SH ext/Data/Dumper/Dumper.pm lib/vmsish.t
+ !> pod/perlhist.pod
+____________________________________________________________________________
+[ 19060] By: merijn on 2003/03/26 13:13:23
+ Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Tue, 25 Mar 2003 22:52:58 -0600
+ Message-ID: <3E81322A.3040508@mac.com>
+ Branch: perl
+ ! lib/vmsish.t
+____________________________________________________________________________
+[ 19059] By: rgs on 2003/03/24 21:43:03
+ Log: Change 19056 wasn't good enough.
+ ldlibpth should be changed later, to avoid spaces to be quoted.
+ Branch: perl
+ ! Makefile.SH
+____________________________________________________________________________
+[ 19058] By: rgs on 2003/03/24 21:37:59
+ Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Mon, 24 Mar 2003 00:50:39 -0800
+ Message-ID: <20030324085039.GA19981@windhund.schwern.org>
+ Branch: perl
+ ! pod/perlhist.pod
+____________________________________________________________________________
+[ 19057] By: rgs on 2003/03/24 21:33:43
+ Log: Typo, spotted by Doru Petrescu
+ Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
+ Branch: perl
+ ! ext/Data/Dumper/Dumper.pm
+____________________________________________________________________________
+[ 19056] By: rgs on 2003/03/24 21:05:48
+ Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Mon, 24 Mar 2003 23:56:25 +0200
+ Message-ID: <20030324215625.GB853@ratsnest.hole>
+ Branch: perl
+ ! Makefile.SH
+____________________________________________________________________________
+[ 19055] By: merijn on 2003/03/24 07:05:39
+ Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sat, 22 Mar 2003 22:49:49 +0200
+ Message-ID: <20030322204949.GB794@ratsnest.hole>
+
+ This is a slightly more defensive patch than Chip's patch that
+ fell through the cracks, but does the same
+ Subject: Shared libperl.so and build issues
+ From: Chip Turner <cturner@redhat.com>
+ Date: Tue 31 Dec 2002 17:21
+ Branch: perl
+ ! Makefile.SH
+____________________________________________________________________________
+[ 19054] By: merijn on 2003/03/24 06:54:23
+ Log: Subject: [PATCH bleadperl] vms.c thread clean-up
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sun, 23 Mar 2003 15:32:58 -0600
+ Message-ID: <3E7E280A.5000304@mac.com>
+ Branch: perl
+ ! vms/vms.c
+____________________________________________________________________________
+[ 19053] By: jhi on 2003/03/24 04:44:50
+ Log: Integrate:
+ [ 19051]
+ WinCE update from Vadim Konovalov.
+
+ [ 19052]
+ For change #19051: a new .bat to CRLF.
+ Branch: maint-5.8/perl
+ +> wince/compile-all.bat wince/makedist.pl
+ - wince/include/sys/stat.h wince/xbuildall.ksh
+ - wince/xdistclean.ksh wince/xmakediffs.ksh
+ !> MANIFEST Porting/makerel README.ce dosish.h wince/Makefile.ce
+ !> wince/compile.bat wince/config.ce
+____________________________________________________________________________
+[ 19052] By: jhi on 2003/03/24 04:28:13
+ Log: For change #19051: a new .bat to CRLF.
+ Branch: perl
+ ! Porting/makerel
+____________________________________________________________________________
+[ 19051] By: jhi on 2003/03/24 04:27:55
+ Log: WinCE update from Vadim Konovalov.
+ Branch: perl
+ + wince/compile-all.bat wince/makedist.pl
+ - wince/include/sys/stat.h wince/xbuildall.ksh
+ - wince/xdistclean.ksh wince/xmakediffs.ksh
+ ! MANIFEST README.ce dosish.h wince/Makefile.ce
+ ! wince/compile.bat wince/config.ce
+____________________________________________________________________________
+[ 19050] By: jhi on 2003/03/24 04:25:15
+ Log: Oops (change #19013 missed changing the Perl version number).
+ Branch: perl
+ ! cygwin/perlld.in
+____________________________________________________________________________
+[ 19049] By: jhi on 2003/03/24 04:10:00
+ Log: Subject: [PATCH maintperl] vms.c threads tweak
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sun, 23 Mar 2003 14:57:56 -0600
+ Message-ID: <3E7E1FD4.3000704@mac.com>
+ Branch: maint-5.8/perl
+ ! vms/vms.c
+____________________________________________________________________________
+[ 19048] By: jhi on 2003/03/23 17:56:22
+ Log: Integrate:
+ [ 19043]
+ Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
+ From: Martien Verbruggen <mgjv@tradingpost.com.au>
+ Date: Sat, 15 Mar 2003 12:31:47 +1100
+ Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
+
+ [ 19044]
+ Subject: [PATCH] p4genpatch
+ From: andreas.koenig@anima.de (Andreas J. Koenig)
+ Date: Sat, 15 Mar 2003 12:04:18 +0100
+ Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
+ Branch: maint-5.8/perl
+ !> Porting/p4genpatch pod/perlsub.pod pod/perlsyn.pod
+____________________________________________________________________________
+[ 19047] By: jhi on 2003/03/23 17:54:33
+ Log: Integrate from maint-5.8:
+ [ 19045]
+ If no IVSIZE == 8, no need for modulo_1.
+ Branch: perl
+ !> pp.c
+____________________________________________________________________________
+[ 19046] By: nick on 2003/03/22 16:19:37
+ Log: Integrate mainline
+ Branch: perlio
+ +> ext/Data/Dumper/t/pair.t ext/Encode/t/enc_data.t regen_lib.pl
+ - regen_headers.pl
+ !> (integrate 179 files)
+____________________________________________________________________________
+[ 19045] By: jhi on 2003/03/22 09:32:52
+ Log: If no IVSIZE == 8, no need for modulo_1.
+ Branch: maint-5.8/perl
+ ! pp.c
+____________________________________________________________________________
+[ 19044] By: rgs on 2003/03/21 21:09:15
+ Log: Subject: [PATCH] p4genpatch
+ From: andreas.koenig@anima.de (Andreas J. Koenig)
+ Date: Sat, 15 Mar 2003 12:04:18 +0100
+ Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
+ Branch: perl
+ ! Porting/p4genpatch
+____________________________________________________________________________
+[ 19043] By: rgs on 2003/03/21 20:43:55
+ Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
+ From: Martien Verbruggen <mgjv@tradingpost.com.au>
+ Date: Sat, 15 Mar 2003 12:31:47 +1100
+ Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
+ Branch: perl
+ ! pod/perlsub.pod pod/perlsyn.pod
+____________________________________________________________________________
+[ 19042] By: merijn on 2003/03/21 07:45:54
+ Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Thu, 20 Mar 2003 23:03:36 -0600
+ Message-ID: <3E7A9D28.1040706@mac.com>
+ Branch: perl
+ ! configure.com vms/vms.c vms/vmsish.h
+____________________________________________________________________________
+[ 19041] By: jhi on 2003/03/21 05:24:28
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 19040] By: jhi on 2003/03/21 05:00:59
+ Log: Integrate:
+ [ 19021]
+ The description of SIG_SIZE was off.
+
+ [ 19037]
+ Subject: [DOC-PATCH] for README.cygwin, bleadperl version
+ From: "Gerrit P. Haase" <gp@familiehaase.de>
+ Date: Thu, 20 Mar 2003 21:23:28 +0100
+ Message-ID: <941032389637.20030320212328@familiehaase.de>
+
+ [ 19038]
+ Subject: Re: Bytecode? Back into service.
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Thu, 20 Mar 2003 07:38:39 +0200
+ Message-ID: <20030320053839.GA4044@ratsnest.hole>
+
+ [ 19039]
+ Subject: Re: [patch] [perl #21628] rcatline issue
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Thu, 20 Mar 2003 22:39:06 +0200
+ Message-ID: <20030320203906.GA31199@ratsnest.hole>
+ Branch: maint-5.8/perl
+ !> Configure MANIFEST NetWare/config_H.wc Porting/Glossary
+ !> Porting/config.sh Porting/config_H README.cygwin bytecode.pl
+ !> config_h.SH ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
+ !> ext/ByteLoader/byterun.h op.c plan9/config.plan9
+ !> plan9/config_h.sample pp_hot.c t/op/readline.t
+ !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
+ !> win32/config_H.vc64 wince/config_H.ce
+____________________________________________________________________________
+[ 19039] By: rgs on 2003/03/20 22:40:38
+ Log: Subject: Re: [patch] [perl #21628] rcatline issue
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Thu, 20 Mar 2003 22:39:06 +0200
+ Message-ID: <20030320203906.GA31199@ratsnest.hole>
+ Branch: perl
+ ! MANIFEST pp_hot.c t/op/readline.t
+____________________________________________________________________________
+[ 19038] By: rgs on 2003/03/20 22:07:50
+ Log: Subject: Re: Bytecode? Back into service.
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Thu, 20 Mar 2003 07:38:39 +0200
+ Message-ID: <20030320053839.GA4044@ratsnest.hole>
+ Branch: perl
+ ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
+ ! ext/ByteLoader/byterun.h op.c
+____________________________________________________________________________
+[ 19037] By: rgs on 2003/03/20 20:16:43
+ Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
+ From: "Gerrit P. Haase" <gp@familiehaase.de>
+ Date: Thu, 20 Mar 2003 21:23:28 +0100
+ Message-ID: <941032389637.20030320212328@familiehaase.de>
+ Branch: perl
+ ! README.cygwin
+____________________________________________________________________________
+[ 19036] By: jhi on 2003/03/20 05:23:15
+ Log: Integrate:
+ [ 19033]
+ file test operators weren't doing the right thing if the SV
+ passed to them wasn't NUL-terminated
+
+ [ 19034]
+ ensure SVs returned by Win32::Get{Short,Full}PathName() are
+ NUL-terminated
+ Branch: perl
+ !> doio.c win32/win32.c
+____________________________________________________________________________
+[ 19035] By: jhi on 2003/03/20 05:22:27
+ Log: Integrate:
+ [ 19033]
+ file test operators weren't doing the right thing if the SV
+ passed to them wasn't NUL-terminated
+
+ [ 19034]
+ ensure SVs returned by Win32::Get{Short,Full}PathName() are
+ NUL-terminated
+ Branch: maint-5.8/perl
+ !> doio.c win32/win32.c
+____________________________________________________________________________
+[ 19034] By: gsar on 2003/03/20 01:31:39
+ Log: ensure SVs returned by Win32::Get{Short,Full}PathName() are
+ NUL-terminated
+ Branch: maint-5.6/perl
+ ! win32/win32.c
+____________________________________________________________________________
+[ 19033] By: gsar on 2003/03/20 01:30:46
+ Log: file test operators weren't doing the right thing if the SV
+ passed to them wasn't NUL-terminated
+ Branch: maint-5.6/perl
+ ! doio.c
+____________________________________________________________________________
+[ 19032] By: gsar on 2003/03/19 23:22:56
+ Log: regenerate win32/config_H.*
+ Branch: maint-5.8/perl
+ ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+ ! win32/config_H.vc64
+____________________________________________________________________________
+[ 19031] By: jhi on 2003/03/19 19:56:15
+ Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1 [perl #17757]
+ From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+ Date: Wed, 19 Mar 2003 11:32:25 +0100
+ Message-Id: <20030319113225.3aadf2fc.rgarciasuarez@free.fr>
+
+ Retract #18533 for now.
+ Branch: maint-5.8/perl
+ ! regexec.c t/op/subst.t
+____________________________________________________________________________
+[ 19030] By: jhi on 2003/03/19 15:57:49
+ Log: Integrate:
+ [ 19020]
+ Minor updates of Wolfgang's pack patch
+
+ Subject: Re: pack changes and related fixes
+ From: Philip Newton <Philip.Newton@gmx.net>
+ Date: Tue, 18 Mar 2003 06:19:30 +0100
+ Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
+
+ [ 19023]
+ Subject: [PATCH] poll() help for VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Tue, 18 Mar 2003 01:10:10 -0600
+ Message-ID: <3E76C652.30205@mac.com>
+
+ [ 19024]
+ Subject: [PATCH] VMS pod install tweaks
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sat, 15 Mar 2003 16:06:07 -0600
+ Message-ID: <3E73A3CF.3060502@mac.com>
+
+ [ 19025]
+ Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Tue, 18 Mar 2003 21:55:05 +0000
+ Message-ID: <20030318215505.A16787@fdgroup.com>
+
+ [ 19026]
+ Update the DB_File instructions in Tru64.
+
+ [ 19028]
+ Better wording as requested by Rafael, and
+ the module is BerkeleyDB, not BerkeleyFile.
+ Branch: maint-5.8/perl
+ !> README.tru64 configure.com embed.fnc ext/IO/poll.h
+ !> pod/perldiag.pod pp_ctl.c t/op/goto.t vms/descrip_mms.template
+____________________________________________________________________________
+[ 19029] By: jhi on 2003/03/19 15:42:44
+ Log: Integrate:
+ [ 19014]
+ clarify behaviour of $a++
+
+ [ 19015]
+ add comment at undef postinc special case
+
+ [ 19016]
+ add tests for existing behaviour of undef postinc/dec
+
+ [ 19017]
+ according to the new Porting/Glossary, sig_num doesn't have an
+ extra '0' at the end
+
+ [ 19018]
+ there is no trailing NULL in sig_name or sig_num, so don't
+ talk about it
+ Branch: maint-5.8/perl
+ !> Porting/Glossary pod/perlop.pod pp.c t/op/inc.t
+ !> win32/config.bc win32/config.gc win32/config.vc
+ !> win32/config.vc64
+____________________________________________________________________________
+[ 19028] By: jhi on 2003/03/19 09:46:27
+ Log: Better wording as requested by Rafael, and
+ the module is BerkeleyDB, not BerkeleyFile.
+ Branch: perl
+ ! README.tru64
+____________________________________________________________________________
+[ 19027] By: jhi on 2003/03/19 09:38:54
+ Log: Synchronize t/op/pack.t:s between blead and maint with
+ a fake success for maint (test for a blead feature not
+ merged into maint) so that the test numberings don't drift
+ unnecessarily. Not necessarily a long-term thing to do
+ (if blead gets even more new features), but works for now.
+ Branch: maint-5.8/perl
+ ! t/op/pack.t
+____________________________________________________________________________
+[ 19026] By: jhi on 2003/03/19 09:11:43
+ Log: Update the DB_File instructions in Tru64.
+ Branch: perl
+ ! README.tru64
+____________________________________________________________________________
+[ 19025] By: rgs on 2003/03/18 21:59:33
+ Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Tue, 18 Mar 2003 21:55:05 +0000
+ Message-ID: <20030318215505.A16787@fdgroup.com>
+ Branch: perl
+ ! pp_ctl.c t/op/goto.t
+____________________________________________________________________________
+[ 19024] By: rgs on 2003/03/18 21:24:27
+ Log: Subject: [PATCH] VMS pod install tweaks
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sat, 15 Mar 2003 16:06:07 -0600
+ Message-ID: <3E73A3CF.3060502@mac.com>
+ Branch: perl
+ ! vms/descrip_mms.template
+____________________________________________________________________________
+[ 19023] By: rgs on 2003/03/18 21:22:03
+ Log: Subject: [PATCH] poll() help for VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Tue, 18 Mar 2003 01:10:10 -0600
+ Message-ID: <3E76C652.30205@mac.com>
+ Branch: perl
+ ! configure.com ext/IO/poll.h
+____________________________________________________________________________
+[ 19022] By: jhi on 2003/03/18 06:56:45
+ Log: metaconfig unit change for #19021.
+ Branch: metaconfig
+ ! U/modified/sig_name.U
+____________________________________________________________________________
+[ 19021] By: jhi on 2003/03/18 06:56:26
+ Log: The description of SIG_SIZE was off.
+ Branch: perl
+ ! Configure NetWare/config_H.wc Porting/Glossary
+ ! Porting/config.sh Porting/config_H config_h.SH
+ ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
+ ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
+ ! wince/config_H.ce
+____________________________________________________________________________
+[ 19020] By: merijn on 2003/03/18 05:45:50
+ Log: Minor updates of Wolfgang's pack patch
+
+ Subject: Re: pack changes and related fixes
+ From: Philip Newton <Philip.Newton@gmx.net>
+ Date: Tue, 18 Mar 2003 06:19:30 +0100
+ Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
+ Branch: perl
+ ! embed.fnc pod/perldiag.pod
+____________________________________________________________________________
+[ 19019] By: gsar on 2003/03/18 05:06:07
+ Log: regenerate win32/config_H.*
+ Branch: perl
+ ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+ ! win32/config_H.vc64
+____________________________________________________________________________
+[ 19018] By: gsar on 2003/03/18 03:02:38
+ Log: there is no trailing NULL in sig_name or sig_num, so don't
+ talk about it
+ Branch: perl
+ ! Porting/Glossary
+____________________________________________________________________________
+[ 19017] By: gsar on 2003/03/18 03:01:02
+ Log: according to the new Porting/Glossary, sig_num doesn't have an
+ extra '0' at the end
+ Branch: perl
+ ! win32/config.bc win32/config.gc win32/config.vc
+ ! win32/config.vc64
+____________________________________________________________________________
+[ 19016] By: hv on 2003/03/18 00:52:09
+ Log: add tests for existing behaviour of undef postinc/dec
+ Branch: perl
+ ! t/op/inc.t
+____________________________________________________________________________
+[ 19015] By: hv on 2003/03/18 00:46:18
+ Log: add comment at undef postinc special case
+ Branch: perl
+ ! pp.c
+____________________________________________________________________________
+[ 19014] By: hv on 2003/03/18 00:27:19
+ Log: clarify behaviour of $a++
+ Branch: perl
+ ! pod/perlop.pod
+____________________________________________________________________________
+[ 19013] By: jhi on 2003/03/17 19:52:06
+ Log: Integrate:
+ [ 19012]
+ We don't have the new Perl at this stage.
+ Branch: perl
+ !> cygwin/perlld.in
+____________________________________________________________________________
+[ 19012] By: jhi on 2003/03/17 19:50:06
+ Log: We don't have the new Perl at this stage.
+ Branch: maint-5.8/perl
+ ! cygwin/perlld.in
+____________________________________________________________________________
+[ 19011] By: jhi on 2003/03/17 19:15:23
+ Log: Integrate:
+ [ 19010]
+ Subject: pack changes and related fixes
+ From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
+ Date: Mon, 17 Mar 2003 13:55:37 +0100
+ Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
+ Branch: maint-5.8/perl
+ !> embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
+ !> pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
+ !> t/lib/warnings/pp_pack t/op/pack.t
+____________________________________________________________________________
+[ 19010] By: jhi on 2003/03/17 17:16:44
+ Log: Subject: pack changes and related fixes
+ From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
+ Date: Mon, 17 Mar 2003 13:55:37 +0100
+ Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
+ Branch: perl
+ ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
+ ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
+ ! t/lib/warnings/pp_pack t/op/pack.t
+____________________________________________________________________________
+[ 19009] By: jhi on 2003/03/17 11:08:20
+ Log: Pseudohashes die hard -- go with Rick Delaney's idea
+ of blessing the href at $phash->[0] as 'pseudohash',
+ so the avhv_index() can then check for that. Now:
+ (1) thingies got via fields::new() do not warn
+ (2) blessed manually constructed phashes warn
+ (3) unblessed manually constructed phashes warn
+ While the idea of using the Hash::Util lock_hash/unlock_hash
+ on the href was enticing, it didn't quite work transparently
+ since it changed the error message from "No such pseudo-hash
+ field ..." to "Attempt to access disallowed key ...".
+ Branch: maint-5.8/perl
+ ! av.c lib/fields.pm t/lib/warnings/av
+____________________________________________________________________________
+[ 19008] By: jhi on 2003/03/17 04:59:15
+ Log: Integrate:
+ [ 18994]
+ Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
+ Should work both for PERL_UNICODE/-C and use encoding 'foo';
+
+ [ 18995]
+ Signedness nits.
+
+ [ 18996]
+ Turn on UTF-8 flag only if the $str is valid utf8
+ (pointed out by Dan Kogai).
+
+ [ 18997]
+ IRIX ls -l marks sockets with 'S'.
+
+ [ 18998]
+ This seems to fix (well, dodge) the problems in FreeBSD for
+ Enache Adrian; in _theory_ this patch could be good for NetBSD,
+ too, but Alian gets a core dump already at subtest #9 (anyone
+ with a real NetBSD, Alian's is a VMware one, which has in the
+ past caused similar odd crashes). OpenBSD threaded build result
+ still unknown.
+
+ [ 18999]
+ Stay within know facts: what platforms the skippage helps,
+ and in which it is not needed.
+
+ [ 19000]
+ Subject: [Patch] Maintperl versioning for Cygwin
+ From: "Gerrit P. Haase" <gp@familiehaase.de>
+ Date: Sun, 16 Mar 2003 22:24:19 +0100
+ Message-ID: <152690440450.20030316222419@familiehaase.de>
+
+ [ 19001]
+ getservbyname_r() kaputt in OpenBSD (might get fixed
+ for 3.3, but only might)
+
+ [ 19002]
+ Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
+ From: Adam Spiers (via RT) <perlbug-followup@perl.org>
+ Date: 10 Jan 2003 10:59:44 -0000
+ Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
+
+ [ 19003]
+ Subject: [perl #20724] Patch for dprofpp
+ From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
+ Date: 5 Feb 2003 08:41:17 -0000
+ Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
+
+ [ 19004]
+ Subject: [patch] utils/h2xs.PL (get rid of \t and '')
+ From: Stas Bekman <stas@stason.org>
+ Date: Fri, 14 Feb 2003 11:59:53 +1100
+ Message-ID: <3E4C3F89.6050005@stason.org>
+
+ [ 19005]
+ Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
+ From: chocolateboy <chocolateboy@chocolatey.com>
+ Date: Sat, 22 Feb 2003 12:17:28 +0000
+ Message-ID: <3E576A58.8010901@chocolatey.com>
+ Branch: maint-5.8/perl
+ +> ext/Data/Dumper/t/pair.t
+ !> MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
+ !> ext/POSIX/t/posix.t hints/openbsd.sh lib/IPC/Open3.pm
+ !> lib/Term/ReadLine.pm regcomp.c t/op/stat.t utils/dprofpp.PL
+ !> utils/h2xs.PL
+____________________________________________________________________________
+[ 19007] By: jhi on 2003/03/17 04:45:40
+ Log: Integrate:
+ [ 19006]
+ Subject: Re: [Patch] Maintperl versioning for Cygwin
+ From: Slaven Rezic <slaven@rezic.de>
+ Date: 17 Mar 2003 00:42:43 +0100
+ Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
+ Branch: perl
+ !> cygwin/perlld.in
+____________________________________________________________________________
+[ 19006] By: jhi on 2003/03/17 04:44:03
+ Log: Subject: Re: [Patch] Maintperl versioning for Cygwin
+ From: Slaven Rezic <slaven@rezic.de>
+ Date: 17 Mar 2003 00:42:43 +0100
+ Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
+ Branch: maint-5.8/perl
+ ! cygwin/perlld.in
+____________________________________________________________________________
+[ 19005] By: hv on 2003/03/17 02:06:20
+ Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
+ From: chocolateboy <chocolateboy@chocolatey.com>
+ Date: Sat, 22 Feb 2003 12:17:28 +0000
+ Message-ID: <3E576A58.8010901@chocolatey.com>
+ Branch: perl
+ + ext/Data/Dumper/t/pair.t
+ ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
+____________________________________________________________________________
+[ 19004] By: hv on 2003/03/17 01:38:23
+ Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
+ From: Stas Bekman <stas@stason.org>
+ Date: Fri, 14 Feb 2003 11:59:53 +1100
+ Message-ID: <3E4C3F89.6050005@stason.org>
+ Branch: perl
+ ! utils/h2xs.PL
+____________________________________________________________________________
+[ 19003] By: hv on 2003/03/17 01:23:02
+ Log: Subject: [perl #20724] Patch for dprofpp
+ From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
+ Date: 5 Feb 2003 08:41:17 -0000
+ Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
+ Branch: perl
+ ! utils/dprofpp.PL
+____________________________________________________________________________
+[ 19002] By: hv on 2003/03/16 23:36:57
+ Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
+ From: Adam Spiers (via RT) <perlbug-followup@perl.org>
+ Date: 10 Jan 2003 10:59:44 -0000
+ Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
+ Branch: perl
+ ! lib/IPC/Open3.pm
+____________________________________________________________________________
+[ 19001] By: jhi on 2003/03/16 21:50:24
+ Log: getservbyname_r() kaputt in OpenBSD (might get fixed
+ for 3.3, but only might)
+ Branch: perl
+ ! hints/openbsd.sh
+____________________________________________________________________________
+[ 19000] By: jhi on 2003/03/16 21:38:39
+ Log: Subject: [Patch] Maintperl versioning for Cygwin
+ From: "Gerrit P. Haase" <gp@familiehaase.de>
+ Date: Sun, 16 Mar 2003 22:24:19 +0100
+ Message-ID: <152690440450.20030316222419@familiehaase.de>
+ Branch: maint-5.8/perl
+ ! cygwin/perlld.in
+____________________________________________________________________________
+[ 18999] By: jhi on 2003/03/16 21:33:49
+ Log: Stay within know facts: what platforms the skippage helps,
+ and in which it is not needed.
+ Branch: perl
+ ! ext/POSIX/t/posix.t
+____________________________________________________________________________
+[ 18998] By: jhi on 2003/03/16 18:15:42
+ Log: This seems to fix (well, dodge) the problems in FreeBSD for
+ Enache Adrian; in _theory_ this patch could be good for NetBSD,
+ too, but Alian gets a core dump already at subtest #9 (anyone
+ with a real NetBSD, Alian's is a VMware one, which has in the
+ past caused similar odd crashes). OpenBSD threaded build result
+ still unknown.
+ Branch: perl
+ ! ext/POSIX/t/posix.t
+____________________________________________________________________________
+[ 18997] By: jhi on 2003/03/16 18:07:30
+ Log: IRIX ls -l marks sockets with 'S'.
+ Branch: perl
+ ! t/op/stat.t
+____________________________________________________________________________
+[ 18996] By: jhi on 2003/03/16 17:41:42
+ Log: Turn on UTF-8 flag only if the $str is valid utf8
+ (pointed out by Dan Kogai).
+ Branch: perl
+ ! lib/Term/ReadLine.pm
+____________________________________________________________________________
+[ 18995] By: jhi on 2003/03/16 16:40:06
+ Log: Signedness nits.
+ Branch: perl
+ ! regcomp.c
+____________________________________________________________________________
+[ 18994] By: jhi on 2003/03/16 15:41:44
+ Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
+ Should work both for PERL_UNICODE/-C and use encoding 'foo';
+ Branch: perl
+ ! lib/Term/ReadLine.pm
+____________________________________________________________________________
+[ 18993] By: jhi on 2003/03/16 15:20:38
+ Log: Integrate:
+ [ 18984]
+ Subject: [patch ext/B/typemap] STRLEN T_UV
+ From: Stas Bekman <stas@stason.org>
+ Date: Fri, 14 Mar 2003 17:45:09 +1100
+ Message-ID: <3E717A75.2060300@stason.org>
+
+ [ 18985]
+ Time::HiRes is a core module
+
+ [ 18986]
+ Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Fri, 14 Mar 2003 23:02:42 +0200
+ Message-ID: <20030314210242.GA1159@ratsnest.hole>
+ (with an added test)
+
+ [ 18988]
+ Needs PerlIO for :bytes.
+
+ [ 18989]
+ Make the :bytes conditional on PerlIO.
+
+ [ 18990]
+ Further potential pitfalls for the utf8 len/pos cache
+ found by Inaba Hiroto. No test cases, yet.
+
+ [ 18991]
+ Pod fix from Philip Newton.
+
+ [ 18992]
+ Better wording from Philip Newton.
+ Branch: maint-5.8/perl
+ !> ext/B/typemap ext/Encode/t/CJKT.t pod/perlfunc.pod regcomp.c
+ !> t/comp/parser.t toke.c
+____________________________________________________________________________
+[ 18992] By: jhi on 2003/03/16 15:15:16
+ Log: Better wording from Philip Newton.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 18991] By: jhi on 2003/03/16 15:14:31
+ Log: Pod fix from Philip Newton.
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 18990] By: jhi on 2003/03/16 15:12:00
+ Log: Further potential pitfalls for the utf8 len/pos cache
+ found by Inaba Hiroto. No test cases, yet.
+ Branch: perl
+ ! regcomp.c
+____________________________________________________________________________
+[ 18989] By: jhi on 2003/03/16 08:02:31
+ Log: Make the :bytes conditional on PerlIO.
+ Branch: perl
+ ! ext/Encode/t/CJKT.t
+____________________________________________________________________________
+[ 18988] By: jhi on 2003/03/15 18:27:36
+ Log: Needs PerlIO for :bytes.
+ Branch: perl
+ ! ext/Encode/t/CJKT.t
+____________________________________________________________________________
+[ 18987] By: jhi on 2003/03/14 21:16:34
+ Log: Warn only on unblessed pseudohashes.
+ Branch: maint-5.8/perl
+ ! av.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/av
+____________________________________________________________________________
+[ 18986] By: rgs on 2003/03/14 20:28:20
+ Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Fri, 14 Mar 2003 23:02:42 +0200
+ Message-ID: <20030314210242.GA1159@ratsnest.hole>
+ (with an added test)
+ Branch: perl
+ ! t/comp/parser.t toke.c
+____________________________________________________________________________
+[ 18985] By: rgs on 2003/03/14 19:45:18
+ Log: Time::HiRes is a core module
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 18984] By: rgs on 2003/03/14 19:38:57
+ Log: Subject: [patch ext/B/typemap] STRLEN T_UV
+ From: Stas Bekman <stas@stason.org>
+ Date: Fri, 14 Mar 2003 17:45:09 +1100
+ Message-ID: <3E717A75.2060300@stason.org>
+ Branch: perl
+ ! ext/B/typemap
+____________________________________________________________________________
+[ 18983] By: jhi on 2003/03/14 15:17:22
+ Log: Integrate:
+ [ 18982]
+ Better pass in the $self for a method.
+ Branch: maint-5.8/perl
+ !> lib/File/Spec/Unix.pm
+____________________________________________________________________________
+[ 18982] By: jhi on 2003/03/14 15:16:18
+ Log: Better pass in the $self for a method.
+ Branch: perl
+ ! lib/File/Spec/Unix.pm
+____________________________________________________________________________
+[ 18981] By: jhi on 2003/03/14 13:45:24
+ Log: Integrate:
+ [ 18979]
+ whichsig() really does return -1 for unknown signals.
+
+ [ 18980]
+ Cleanup the File::Spec tmpdir() implementations:
+ now all the platforms specific modules call _tmpdir()
+ (inherited from Unix.pm) with the list of platform
+ specific list of temporary directories, and _tmpdir()
+ then does the appropriate suitability checking.
+ Branch: maint-5.8/perl
+ !> lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
+ !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
+ !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
+ !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm mg.c
+____________________________________________________________________________
+[ 18980] By: jhi on 2003/03/14 13:42:32
+ Log: Cleanup the File::Spec tmpdir() implementations:
+ now all the platforms specific modules call _tmpdir()
+ (inherited from Unix.pm) with the list of platform
+ specific list of temporary directories, and _tmpdir()
+ then does the appropriate suitability checking.
+ Branch: perl
+ ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
+ ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
+ ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
+ ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
+____________________________________________________________________________
+[ 18979] By: jhi on 2003/03/14 12:48:09
+ Log: whichsig() really does return -1 for unknown signals.
+ Branch: perl
+ ! mg.c
+____________________________________________________________________________
+[ 18978] By: jhi on 2003/03/14 10:52:06
+ Log: Integrate; regen Configure et alia.
+ [ 18962]
+ Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Tue, 11 Mar 2003 21:29:31 -0600
+ Message-ID: <3E6EA99B.9060902@mac.com>
+ Patch by Scott Lepage (scott.lepage@hp.com)
+
+ [ 18963]
+ Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
+ From: Kurt Starsinic <kstar@cpan.org>
+ Date: Mon, 10 Mar 2003 00:54:49 -0500
+ Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
+
+ [ 18964]
+ Skip the last test of Config.t on HP-UX.
+ (This test should be skipped for every system that
+ actually defines a negative signal number. Maybe that
+ test should be removed, to be future-proof.)
+
+ [ 18965]
+ fix CJKT.t failures on windows due to incorrect binmode()
+
+ [ 18966]
+ another fix for failing test on windows ("use encoding" puts
+ STDIN in :raw mode, so chomp() wasn't stripping the CR)
+
+ [ 18967]
+ Config.t wasn't getting the sig_num and sig_size relationship
+ right, and therefore failed test#35 on windows
+
+ note that config_h.SH documents that $sig_size does NOT include
+ the final NULL in $sig_num!
+
+ [ 18968]
+ fix for switchC.t test#6 failure on windows
+
+ [ 18969]
+ Subject: [PATCH] Perldoc.pm tweak for VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Thu, 13 Mar 2003 13:44:55 -0600
+ Message-ID: <3E70DFB7.8070405@mac.com>
+
+ [ 18970]
+ Hopefully this works also in Win32.
+
+ [ 18971]
+ Signal issues.
+ (1) Filter out negative signals.
+ (2) Correct sig_num* and sig_name* descriptions.
+
+ [ 18973]
+ Since Configure does the signal name/number probe with awk
+ based on the cpp results (not by really running code), testing
+ for the signum value is not really helpful if we have runtime
+ function calls (some signal numbers are dynamic, for example)
+ (or other extra stuff where the signum value is expected).
+ (Runtimeness also means that Configure cannot get these right,
+ anyway.) Better filter in just the constant non-negative numbers.
+
+ [ 18975]
+ Make whichsig() to work also if some system defines
+ zero signals (now -1 is the "not found"). Note that
+ in couple of mg.c spots only whichsig() > 0 branches
+ are taken because signal handlers et al don't make
+ much sense for the zero signal.
+
+ [ 18976]
+ Subject: [PATCH] configure.com: sig_num, etc.
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Thu, 13 Mar 2003 21:38:19 -0600
+ Message-ID: <3E714EAB.6030001@mac.com>
+
+ [ 18977]
+ Rework the @Config{/sig.*/} tests.
+ Branch: maint-5.8/perl
+ ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+ ! config_h.SH
+ !> configure.com doio.c ext/Encode/t/CJKT.t
+ !> ext/Encode/t/enc_module.t hv.c lib/Config.t lib/Pod/Perldoc.pm
+ !> mg.c perl.c t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
+____________________________________________________________________________
+[ 18977] By: jhi on 2003/03/14 10:42:33
+ Log: Rework the @Config{/sig.*/} tests.
+ Branch: perl
+ ! lib/Config.t
+____________________________________________________________________________
+[ 18976] By: jhi on 2003/03/14 10:31:50
+ Log: Subject: [PATCH] configure.com: sig_num, etc.
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Thu, 13 Mar 2003 21:38:19 -0600
+ Message-ID: <3E714EAB.6030001@mac.com>
+ Branch: perl
+ ! configure.com
+____________________________________________________________________________
+[ 18975] By: jhi on 2003/03/14 10:30:53
+ Log: Make whichsig() to work also if some system defines
+ zero signals (now -1 is the "not found"). Note that
+ in couple of mg.c spots only whichsig() > 0 branches
+ are taken because signal handlers et al don't make
+ much sense for the zero signal.
+ Branch: perl
+ ! doio.c mg.c
+____________________________________________________________________________
+[ 18974] By: jhi on 2003/03/14 10:28:27
+ Log: metaconfig unit changes for #18973.
+ Branch: metaconfig
+ ! U/modified/Signal.U
+____________________________________________________________________________
+[ 18973] By: jhi on 2003/03/14 10:27:46
+ Log: Since Configure does the signal name/number probe with awk
+ based on the cpp results (not by really running code), testing
+ for the signum value is not really helpful if we have runtime
+ function calls (some signal numbers are dynamic, for example)
+ (or other extra stuff where the signum value is expected).
+ (Runtimeness also means that Configure cannot get these right,
+ anyway.) Better filter in just the constant non-negative numbers.
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 18972] By: jhi on 2003/03/14 09:30:38
+ Log: metaconfig unit changes for #18971; regen Glossary.patch.
+ Branch: metaconfig
+ ! U/Glossary.patch U/modified/Signal.U U/modified/sig_name.U
+____________________________________________________________________________
+[ 18971] By: jhi on 2003/03/14 09:30:18
+ Log: Signal issues.
+ (1) Filter out negative signals.
+ (2) Correct sig_num* and sig_name* descriptions.
+ Branch: perl
+ ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+ ! config_h.SH
+____________________________________________________________________________
+[ 18970] By: jhi on 2003/03/14 06:21:48
+ Log: Hopefully this works also in Win32.
+ Branch: perl
+ ! ext/Encode/t/CJKT.t
+____________________________________________________________________________
+[ 18969] By: jhi on 2003/03/14 05:43:34
+ Log: Subject: [PATCH] Perldoc.pm tweak for VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Thu, 13 Mar 2003 13:44:55 -0600
+ Message-ID: <3E70DFB7.8070405@mac.com>
+ Branch: perl
+ ! lib/Pod/Perldoc.pm
+____________________________________________________________________________
+[ 18968] By: gsar on 2003/03/14 04:41:25
+ Log: fix for switchC.t test#6 failure on windows
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 18967] By: gsar on 2003/03/14 04:29:10
+ Log: Config.t wasn't getting the sig_num and sig_size relationship
+ right, and therefore failed test#35 on windows
+
+ note that config_h.SH documents that $sig_size does NOT include
+ the final NULL in $sig_num!
+ Branch: perl
+ ! lib/Config.t
+____________________________________________________________________________
+[ 18966] By: gsar on 2003/03/14 04:20:51
+ Log: another fix for failing test on windows ("use encoding" puts
+ STDIN in :raw mode, so chomp() wasn't stripping the CR)
+ Branch: perl
+ ! ext/Encode/t/enc_module.t
+____________________________________________________________________________
+[ 18965] By: gsar on 2003/03/14 04:06:31
+ Log: fix CJKT.t failures on windows due to incorrect binmode()
+ Branch: perl
+ ! ext/Encode/t/CJKT.t
+____________________________________________________________________________
+[ 18964] By: rgs on 2003/03/13 21:47:52
+ Log: Skip the last test of Config.t on HP-UX.
+ (This test should be skipped for every system that
+ actually defines a negative signal number. Maybe that
+ test should be removed, to be future-proof.)
+ Branch: perl
+ ! lib/Config.t
+____________________________________________________________________________
+[ 18963] By: rgs on 2003/03/13 20:57:32
+ Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
+ From: Kurt Starsinic <kstar@cpan.org>
+ Date: Mon, 10 Mar 2003 00:54:49 -0500
+ Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
+ Branch: perl
+ ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
+____________________________________________________________________________
+[ 18962] By: rgs on 2003/03/13 20:46:53
+ Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Tue, 11 Mar 2003 21:29:31 -0600
+ Message-ID: <3E6EA99B.9060902@mac.com>
+ Patch by Scott Lepage (scott.lepage@hp.com)
+ Branch: perl
+ ! hv.c
+____________________________________________________________________________
+[ 18961] By: jhi on 2003/03/13 20:09:22
+ Log: Integrate:
+ [ 18954]
+ Another finding by IRIX cc: non-void function
+ sv_cat_decode() should return a value.
+
+ [ 18955]
+ File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
+ was unset (the tests attempted to create files at the /)
+
+ [ 18956]
+ File::Spec: Do not fall back to '', use curdir instead.
+ Note: Mac used to use cwd(), now curdir, slight change
+ (relative vs. absolute).
+
+ [ 18957]
+ VOS nit from Paul Green.
+
+ [ 18958]
+ Trims slashes from the argument to rmdir(), likewise
+ to what happens with rmdir(). Factorize the code in a
+ local macro, TRIMSLASHES.
+
+ [ 18959]
+ Some more stdlib.h inclusions and change the gccversion
+ test to use return (could have used that for all, sigh).
+ Branch: maint-5.8/perl
+ !> Configure lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
+ !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
+ !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pp_sys.c sv.c
+ !> vos/configure_full_perl.sh
+____________________________________________________________________________
+[ 18960] By: jhi on 2003/03/13 20:06:39
+ Log: metaconfig unit changes for #18959.
+ Branch: metaconfig
+ ! U/compline/d_sigaction.U
+ Branch: metaconfig/U/perl
+ ! gccvers.U uselfs.U
+____________________________________________________________________________
+[ 18959] By: jhi on 2003/03/13 20:05:50
+ Log: Some more stdlib.h inclusions and change the gccversion
+ test to use return (could have used that for all, sigh).
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 18958] By: rgs on 2003/03/12 20:46:58
+ Log: Trims slashes from the argument to rmdir(), likewise
+ to what happens with rmdir(). Factorize the code in a
+ local macro, TRIMSLASHES.
+ Branch: perl
+ ! pp_sys.c
+____________________________________________________________________________
+[ 18957] By: jhi on 2003/03/12 14:23:02
+ Log: VOS nit from Paul Green.
+ Branch: perl
+ ! vos/configure_full_perl.sh
+____________________________________________________________________________
+[ 18956] By: jhi on 2003/03/12 13:58:26
+ Log: File::Spec: Do not fall back to '', use curdir instead.
+ Note: Mac used to use cwd(), now curdir, slight change
+ (relative vs. absolute).
+ Branch: perl
+ ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
+ ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
+ ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
+____________________________________________________________________________
+[ 18955] By: jhi on 2003/03/12 13:49:15
+ Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
+ was unset (the tests attempted to create files at the /)
+ Branch: perl
+ ! lib/File/Spec/Cygwin.pm
+____________________________________________________________________________
+[ 18954] By: jhi on 2003/03/12 10:59:03
+ Log: Another finding by IRIX cc: non-void function
+ sv_cat_decode() should return a value.
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 18953] By: jhi on 2003/03/12 10:55:38
+ Log: Integrate:
+ [ 18950]
+ Cygwin doesn't like initing the $0 mutex in perl_construct()
+ (Too early? If inited there the pthread_mutex_init() returns
+ an integer much too large be an errno), but initing the mutex
+ later, in perl_alloc(), seems to be okay with Cygwin, and also
+ with Linux.
+ Branch: maint-5.8/perl
+ !> perl.c
+____________________________________________________________________________
+[ 18952] By: jhi on 2003/03/12 10:53:02
+ Log: Integrate:
+ [ 18949]
+ pudge> never integrate anything from macos/
+ Branch: perl
+ - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
+ - macos/macperl.sym
+ !> MANIFEST
+____________________________________________________________________________
+[ 18951] By: jhi on 2003/03/12 10:52:17
+ Log: Integrate:
+ [ 18946]
+ Integrate from maint-5.8/macperl:
+ [ 18937]
+ Various MacOS portability fixes for tests
+
+ [ 18938]
+ File::Spec::Unix method should be called on $self
+
+ [ 18939]
+ lib.pm:_get_dirs() should use $_[0], not $_
+
+ [ 18940]
+ Update MacOS for new configpm
+
+ [ 18941]
+ Update MacOS build
+ Update Makefile for new source files,
+ update test script, add additional symbol for APItest
+ Branch: perl
+ +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
+ +> macos/macperl.sym
+ !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
+ !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
+ !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
+ !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
+ !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
+ !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
+____________________________________________________________________________
+[ 18950] By: jhi on 2003/03/12 10:49:27
+ Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
+ (Too early? If inited there the pthread_mutex_init() returns
+ an integer much too large be an errno), but initing the mutex
+ later, in perl_alloc(), seems to be okay with Cygwin, and also
+ with Linux.
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 18949] By: jhi on 2003/03/12 10:39:39
+ Log: pudge> never integrate anything from macos/
+ Branch: maint-5.8/perl
+ - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
+ - macos/macperl.sym
+ ! MANIFEST
+____________________________________________________________________________
+[ 18948] By: jhi on 2003/03/12 06:21:16
+ Log: Integrate:
+ [ 18935]
+ WinCE tweaks from Vadim Konovalov.
+
+ [ 18943]
+ Tell how to possibly dodge 'Out of memory' errors.
+
+ [ 18944]
+ Ouch. Missed one more, the void flags check (and exit() is void).
+ Branch: maint-5.8/perl
+ !> Configure perl.c perlio.c pod/perldiag.pod wince/Makefile.ce
+____________________________________________________________________________
+[ 18947] By: jhi on 2003/03/12 06:17:43
+ Log: New files from #18946.
+ Branch: maint-5.8/perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 18946] By: jhi on 2003/03/12 06:13:00
+ Log: Integrate from maint-5.8/macperl:
+ [ 18937]
+ Various MacOS portability fixes for tests
+
+ [ 18938]
+ File::Spec::Unix method should be called on $self
+
+ [ 18939]
+ lib.pm:_get_dirs() should use $_[0], not $_
+
+ [ 18940]
+ Update MacOS for new configpm
+
+ [ 18941]
+ Update MacOS build
+ Update Makefile for new source files,
+ update test script, add additional symbol for APItest
+ Branch: maint-5.8/perl
+ +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
+ +> macos/macperl.sym
+ !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
+ !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
+ !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
+ !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
+ !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
+ !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
+____________________________________________________________________________
+[ 18945] By: jhi on 2003/03/12 06:01:15
+ Log: metaconfig unit changes for #18944.
+ Branch: metaconfig
+ ! U/compline/d_sigsetjmp.U U/modified/voidflags.U
+ Branch: metaconfig/U/perl
+ ! gccvers.U
+____________________________________________________________________________
+[ 18944] By: jhi on 2003/03/12 06:00:48
+ Log: Ouch. Missed one more, the void flags check (and exit() is void).
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 18943] By: jhi on 2003/03/12 05:51:21
+ Log: Tell how to possibly dodge 'Out of memory' errors.
+ Branch: perl
+ ! pod/perldiag.pod
+____________________________________________________________________________
+[ 18942] By: pudge on 2003/03/12 03:31:48
+ Log: Integrate from maint-5.8/perl
+ Branch: maint-5.8/macperl
+ !> (integrate 50 files)
+____________________________________________________________________________
+[ 18941] By: pudge on 2003/03/12 03:19:52
+ Log: Update MacOS build
+ Update Makefile for new source files,
+ update test script, add additional symbol for APItest
+ Branch: maint-5.8/macperl
+ ! macos/MacPerlTests.cmd macos/Makefile.mk macos/macperl.sym
+____________________________________________________________________________
+[ 18940] By: pudge on 2003/03/12 03:18:38
+ Log: Update MacOS for new configpm
+ Branch: maint-5.8/macperl
+ ! macos/configpm
+____________________________________________________________________________
+[ 18939] By: pudge on 2003/03/12 03:17:22
+ Log: lib.pm:_get_dirs() should use $_[0], not $_
+ Branch: maint-5.8/macperl
+ ! lib/lib_pm.PL
+____________________________________________________________________________
+[ 18938] By: pudge on 2003/03/12 03:15:26
+ Log: File::Spec::Unix method should be called on $self
+ Branch: maint-5.8/macperl
+ ! lib/File/Spec/Unix.pm
+____________________________________________________________________________
+[ 18937] By: pudge on 2003/03/12 03:14:23
+ Log: Various MacOS portability fixes for tests
+ Branch: maint-5.8/macperl
+ ! ext/Digest/MD5/t/files.t ext/Filter/t/call.t
+ ! ext/POSIX/t/taint.t lib/Unicode/Collate/t/index.t
+ ! lib/Unicode/Collate/t/test.t lib/charnames.t t/io/crlf.t
+ ! t/op/method.t t/op/mkdir.t t/op/recurse.t t/op/sprintf.t
+ ! t/op/stat.t t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
+____________________________________________________________________________
+[ 18936] By: pudge on 2003/03/12 03:02:22
+ Log: Integrate from maint-5.8/perl
+ Branch: maint-5.8/macperl
+ !> t/op/recurse.t t/op/sprintf.t
+____________________________________________________________________________
+[ 18935] By: jhi on 2003/03/11 22:00:54
+ Log: WinCE tweaks from Vadim Konovalov.
+ Branch: perl
+ ! perl.c perlio.c wince/Makefile.ce
+____________________________________________________________________________
+[ 18934] By: jhi on 2003/03/11 20:24:49
+ Log: Integrate:
+ [ 18932]
+ Missed one.
+ Branch: maint-5.8/perl
+ !> Configure
+____________________________________________________________________________
+[ 18933] By: jhi on 2003/03/11 20:23:17
+ Log: metaconfig unit change for #18932.
+ Branch: metaconfig
+ ! U/a_dvisory/intsize.U
+____________________________________________________________________________
+[ 18932] By: jhi on 2003/03/11 20:22:07
+ Log: Missed one.
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 18931] By: jhi on 2003/03/11 20:18:23
+ Log: Integrate:
+ [ 18929]
+ Single vs doublequoted context is important...
+ Branch: maint-5.8/perl
+ !> Configure
+____________________________________________________________________________
+[ 18930] By: jhi on 2003/03/11 20:16:12
+ Log: metaconfig unit changes for #18929.
+ Branch: metaconfig
+ ! U/compline/charsize.U U/compline/doublesize.U
+ ! U/compline/ptrsize.U
+____________________________________________________________________________
+[ 18929] By: jhi on 2003/03/11 20:15:51
+ Log: Single vs doublequoted context is important...
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 18928] By: jhi on 2003/03/11 20:09:47
+ Log: Integrate:
+ [ 18923]
+ Solaris cc wants prototype for exit(), so <stdlib.h> needed.
+
+ [ 18925]
+ Better setmode() prototype for cygwin.
+
+ [ 18926]
+ Questionable construct.
+
+ [ 18927]
+ """glob.*""" patch for VMS, from Peter Prymmer.
+ Branch: maint-5.8/perl
+ !> Configure perl.h pod/perltooc.pod vms/perlvms.pod vms/vms.c
+____________________________________________________________________________
+[ 18927] By: jhi on 2003/03/11 20:04:33
+ Log: """glob.*""" patch for VMS, from Peter Prymmer.
+ Branch: perl
+ ! vms/perlvms.pod vms/vms.c
+____________________________________________________________________________
+[ 18926] By: rgs on 2003/03/11 19:44:54
+ Log: Questionable construct.
+ Branch: perl
+ ! pod/perltooc.pod
+____________________________________________________________________________
+[ 18925] By: jhi on 2003/03/11 19:15:15
+ Log: Better setmode() prototype for cygwin.
+ Branch: perl
+ ! perl.h
+____________________________________________________________________________
+[ 18924] By: jhi on 2003/03/11 19:12:51
+ Log: metaconfig unit changes for #18923. The gccvers unit
+ cannot have <stdlib.h>, though, because that would
+ introduce a nasty dependency loop.
+ Branch: metaconfig
+ ! U/a_dvisory/intsize.U U/compline/charsize.U
+ ! U/compline/d_casti32.U U/compline/d_castneg.U
+ ! U/compline/d_sigsetjmp.U U/compline/doublesize.U
+ ! U/compline/ptrsize.U U/compline/ssizetype.U
+ ! U/modified/voidflags.U U/typedefs/gidsize.U
+ ! U/typedefs/sizesize.U U/typedefs/uidsize.U
+ Branch: metaconfig/U/perl
+ ! d_u32align.U fpossize.U gccvers.U selectminbits.U
+____________________________________________________________________________
+[ 18923] By: jhi on 2003/03/11 19:11:39
+ Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 18922] By: jhi on 2003/03/11 18:20:53
+ Log: Integrate:
+ [ 18914]
+ Try to handle hitting the heap/data limit in small systems.
+ (One can simulate this with e.g. 32MB or 64MB datasize,
+ use your shell's ulimit/limit/limits command.)
+
+ [ 18915]
+ Be more lax about the out of memory error message.
+
+ [ 18916]
+ Upgrade to Time-HiRes 1.43.
+
+ [ 18917]
+ Get rid of one Cygwin warning by introducing a prototype
+ for the init_os_extras(). Since there is no header file
+ in Perl specific to cygwin, use perl.h.
+
+ [ 18918]
+ Subject: [PATCH] io_sock.t
+ From: Norton Allen <allen@huarp.harvard.edu>
+ Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
+ Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
+
+ [ 18919]
+ Uid_t and Gid_t can easily be shorts and one cannot
+ pull shorts off the va_args, int is the shortest (ahem).
+
+ [ 18920]
+ No assertions in maint.
+
+ [ 18921]
+ The 0, in the assert_not_ROK() makes IRIX cc to worry
+ (cc-1171 cc: WARNING ... The indicated expression has no effect.)
+ So make the macro to include the , and the non-gcc case empty.
+ Branch: maint-5.8/perl
+ !> README.qnx ext/IO/lib/IO/t/io_sock.t ext/Time/HiRes/Changes
+ !> ext/Time/HiRes/HiRes.pm ext/Time/HiRes/Makefile.PL perl.h
+ !> reentr.c reentr.pl sv.h t/op/recurse.t
+____________________________________________________________________________
+[ 18921] By: jhi on 2003/03/11 18:15:45
+ Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
+ (cc-1171 cc: WARNING ... The indicated expression has no effect.)
+ So make the macro to include the , and the non-gcc case empty.
+ Branch: perl
+ ! sv.h
+____________________________________________________________________________
+[ 18920] By: jhi on 2003/03/11 17:52:57
+ Log: No assertions in maint.
+ Branch: maint-5.8/perl
+ ! intrpvar.h
+____________________________________________________________________________
+[ 18919] By: jhi on 2003/03/11 17:43:10
+ Log: Uid_t and Gid_t can easily be shorts and one cannot
+ pull shorts off the va_args, int is the shortest (ahem).
+ Branch: perl
+ ! reentr.c reentr.pl
+____________________________________________________________________________
+[ 18918] By: jhi on 2003/03/11 17:32:23
+ Log: Subject: [PATCH] io_sock.t
+ From: Norton Allen <allen@huarp.harvard.edu>
+ Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
+ Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
+ Branch: perl
+ ! README.qnx ext/IO/lib/IO/t/io_sock.t
+____________________________________________________________________________
+[ 18917] By: jhi on 2003/03/11 17:30:43
+ Log: Get rid of one Cygwin warning by introducing a prototype
+ for the init_os_extras(). Since there is no header file
+ in Perl specific to cygwin, use perl.h.
+ Branch: perl
+ ! perl.h
+____________________________________________________________________________
+[ 18916] By: jhi on 2003/03/11 11:40:38
+ Log: Upgrade to Time-HiRes 1.43.
+ Branch: perl
+ ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+ ! ext/Time/HiRes/Makefile.PL
+____________________________________________________________________________
+[ 18915] By: jhi on 2003/03/11 09:19:54
+ Log: Be more lax about the out of memory error message.
+ Branch: perl
+ ! t/op/recurse.t
+____________________________________________________________________________
+[ 18914] By: jhi on 2003/03/11 09:18:25
+ Log: Try to handle hitting the heap/data limit in small systems.
+ (One can simulate this with e.g. 32MB or 64MB datasize,
+ use your shell's ulimit/limit/limits command.)
+ Branch: perl
+ ! t/op/recurse.t
+____________________________________________________________________________
+[ 18913] By: jhi on 2003/03/11 08:02:22
+ Log: Integrate:
+ [ 18912]
+ typo for utf8locale in #18907
+ Branch: maint-5.8/perl
+ !> sv.c
+____________________________________________________________________________
+[ 18912] By: hv on 2003/03/11 07:36:00
+ Log: typo for utf8locale in #18907
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 18911] By: jhi on 2003/03/11 07:02:41
+ Log: Integrate:
+ [ 18888]
+ Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Sun, 9 Mar 2003 21:24:46 +0000
+ Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
+
+ [ 18889]
+ Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
+ From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+ Date: Fri, 07 Mar 2003 13:12:49 -0800
+ Message-ID: <RtQa+gzkg2kF092yn@efn.org>
+
+ [ 18891]
+ A new test, to check that signal numbers are actually positive,
+ and that there is a consistent number of signals available.
+
+ [ 18899]
+ VMS has an extra \n at the end, and I assume Windows has \r\n.
+
+ [ 18902]
+ Patch from Craig Berry to resolve test failures in VMS.
+ Will poke the Net::Ping author.
+
+ [ 18903]
+ A rejected hunk of #18902 reapplied.
+
+ [ 18904]
+ Subject: [PATCH] typos and other minor things
+ From: "Todd C. Miller" <Todd.Miller@courtesan.com>
+ Date: Mon, 10 Mar 2003 21:00:55 -0700
+ Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
+
+ [ 18905]
+ Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
+ From: Stas Bekman <stas@stason.org>
+ Date: Tue, 11 Mar 2003 17:09:02 +1100
+ Message-ID: <3E6D7D7E.5000704@stason.org>
+
+ [ 18906]
+ Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
+
+ [ 18907]
+ Add missing intrpvar clonings to perl_clone.
+ Also move the IDBassertion to the end since there's
+ no particular reason to break bincompat for that.
+
+ [ 18908]
+ Missed some, cryptically.
+
+ [ 18909]
+ Upgrade to cperl-mode 5.0, from IlyaZ.
+
+ [ 18910]
+ Subject: [PATCH] clear PL_exitlist in perl_destruct
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Tue, 11 Mar 2003 00:34:39 -0600
+ Message-ID: <3E6D837F.7000506@mac.com>
+ Branch: maint-5.8/perl
+ !> (integrate 39 files)
+____________________________________________________________________________
+[ 18910] By: jhi on 2003/03/11 06:55:29
+ Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Tue, 11 Mar 2003 00:34:39 -0600
+ Message-ID: <3E6D837F.7000506@mac.com>
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 18909] By: jhi on 2003/03/11 06:29:35
+ Log: Upgrade to cperl-mode 5.0, from IlyaZ.
+ Branch: perl
+ ! emacs/cperl-mode.el
+____________________________________________________________________________
+[ 18908] By: jhi on 2003/03/11 06:09:05
+ Log: Missed some, cryptically.
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 18907] By: jhi on 2003/03/11 06:01:28
+ Log: Add missing intrpvar clonings to perl_clone.
+ Also move the IDBassertion to the end since there's
+ no particular reason to break bincompat for that.
+ Branch: perl
+ ! intrpvar.h sv.c
+____________________________________________________________________________
+[ 18906] By: jhi on 2003/03/11 05:43:30
+ Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
+ Branch: perl
+ ! intrpvar.h
+____________________________________________________________________________
+[ 18905] By: jhi on 2003/03/11 05:38:10
+ Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
+ From: Stas Bekman <stas@stason.org>
+ Date: Tue, 11 Mar 2003 17:09:02 +1100
+ Message-ID: <3E6D7D7E.5000704@stason.org>
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 18904] By: jhi on 2003/03/11 05:33:10
+ Log: Subject: [PATCH] typos and other minor things
+ From: "Todd C. Miller" <Todd.Miller@courtesan.com>
+ Date: Mon, 10 Mar 2003 21:00:55 -0700
+ Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
+ Branch: perl
+ ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
+ ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
+ ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
+ ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
+ ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
+ ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
+ ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
+ ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
+ ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
+____________________________________________________________________________
+[ 18903] By: jhi on 2003/03/11 05:29:12
+ Log: A rejected hunk of #18902 reapplied.
+ Branch: perl
+ ! t/io/utf8.t
+____________________________________________________________________________
+[ 18902] By: jhi on 2003/03/11 05:19:15
+ Log: Patch from Craig Berry to resolve test failures in VMS.
+ Will poke the Net::Ping author.
+ Branch: perl
+ ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
+ ! t/io/utf8.t t/op/magic.t
+____________________________________________________________________________
+[ 18901] By: pudge on 2003/03/11 04:00:40
+ Log: Integrate from maint-5.8/perl
+ Branch: maint-5.8/macperl
+ +> (branch 46 files)
+ - macos/config.h regen_headers.pl
+ ! macos/MacPerlTests.cmd
+ !> (integrate 479 files)
+____________________________________________________________________________
+[ 18900] By: rgs on 2003/03/10 22:12:37
+ Log: Integrate (by hand) change #18386 from maint-5.8
+ Branch: perl
+ ! t/op/split.t
+____________________________________________________________________________
+[ 18899] By: jhi on 2003/03/10 21:44:12
+ Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
+ Branch: perl
+ ! t/run/switchC.t
+____________________________________________________________________________
+[ 18898] By: jhi on 2003/03/10 21:12:28
+ Log: An old hunk mistakenly introduced by #18896.
+ Branch: maint-5.8/perl
+ ! perl.c
+____________________________________________________________________________
+[ 18897] By: jhi on 2003/03/10 21:11:03
+ Log: A missing line.
+ Branch: maint-5.8/perl
+ ! t/pod/poderrs.xr
+____________________________________________________________________________
+[ 18896] By: jhi on 2003/03/10 21:01:14
+ Log: Integrate:
+ [ 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>
+ Branch: maint-5.8/perl
+ !> ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
+ !> sv.c t/op/magic.t thread.h
+____________________________________________________________________________
+[ 18895] By: jhi on 2003/03/10 20:48:37
+ Log: Avaunt!
+ Branch: maint-5.8/perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 18894] By: jhi on 2003/03/10 20:41:02
+ Log: Missing hunk from change #18830.
+ Branch: maint-5.8/perl
+ ! ext/B/t/deparse.t
+____________________________________________________________________________
+[ 18893] By: jhi on 2003/03/10 20:38:33
+ Log: Integrate:
+ [ 18298]
+ Whitespace and indentation fix in the output of B::Debug.
+ Branch: maint-5.8/perl
+ !> ext/B/B/Debug.pm
+____________________________________________________________________________
+[ 18892] By: jhi on 2003/03/10 20:26:04
+ Log: Missing hunk from change #18224.
+ Branch: maint-5.8/perl
+ ! lib/Pod/Checker.pm
+____________________________________________________________________________
+[ 18891] By: rgs on 2003/03/10 20:22:39
+ Log: A new test, to check that signal numbers are actually positive,
+ and that there is a consistent number of signals available.
+ Branch: perl
+ ! lib/Config.t
+____________________________________________________________________________
+[ 18890] By: jhi on 2003/03/10 20:18:55
+ Log: Integrate:
+ [ 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.
+ Branch: maint-5.8/perl
+ !> (integrate 27 files)
+____________________________________________________________________________
+[ 18889] By: rgs on 2003/03/10 19:55:06
+ Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
+ From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+ Date: Fri, 07 Mar 2003 13:12:49 -0800
+ Message-ID: <RtQa+gzkg2kF092yn@efn.org>
+ Branch: perl
+ ! mg.c pod/perldiag.pod t/op/tie.t
+____________________________________________________________________________
+[ 18888] By: rgs on 2003/03/10 19:37:40
+ Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Sun, 9 Mar 2003 21:24:46 +0000
+ Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
+ Branch: perl
+ ! lib/Config.t
+____________________________________________________________________________
+[ 18887] By: jhi on 2003/03/10 19:32:10
+ Log: Something is really wonky in the ext/MIME/Base64 between
+ maint and blead... but this seems to bridge the remaining gap.
+ Branch: maint-5.8/perl
+ ! ext/MIME/Base64/Makefile.PL
+____________________________________________________________________________
+[ 18886] By: jhi on 2003/03/10 19:13:17
+ Log: Fake reintegrate of #18651 (otherwise perforce didn't like me).
+ Branch: maint-5.8/perl
+ !> ext/MIME/Base64/Base64.xs
+____________________________________________________________________________
+[ 18885] By: jhi on 2003/03/10 19:04:15
+ Log: Integrate:
+ [ 18685]
+ No, we don't really want the utility scripts.
+ Branch: maint-5.8/perl
+ - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
+ - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
+____________________________________________________________________________
+[ 18883] By: jhi on 2003/03/10 18:54:19
+ Log: Integrate:
+ [ 18642]
+ Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
+ utility scripts?)
+ Branch: maint-5.8/perl
+ +> ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
+ +> ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
+ !> MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
+ !> ext/MIME/Base64/Makefile.PL ext/MIME/Base64/QuotedPrint.pm
+ !> ext/MIME/Base64/t/base64.t ext/MIME/Base64/t/quoted-print.t
+____________________________________________________________________________
+[ 18882] By: jhi on 2003/03/10 17:35:27
+ Log: Integrate:
+ [ 17832]
+ Subject: Re: [PATCH] Correct/completes Overloading in XS mods
+ From: John Peacock <jpeacock@rowman.com>
+ Date: Sun, 01 Sep 2002 15:00:12 -0400
+ Message-ID: <3D7263BC.9020608@rowman.com>
+
+ [ 18472]
+ Integrate perlio to mainline:
+ [ 18240]
+ Avoid eqtime() wiping the file (as suggested by
+ "Luis G. Uribe C." <GUribe@SoftHome.net>
+
+ [ 18600]
+ Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
+ dumping (but now use SvPV_nolen). (This change made an empty
+ prototype to show up as "_" under -Uuseperlio.)
+ Branch: maint-5.8/perl
+ !> dump.c lib/ExtUtils/Command.pm lib/ExtUtils/xsubpp
+ !> pod/perlxs.pod
+____________________________________________________________________________
+[ 18881] By: jhi on 2003/03/10 16:58:22
+ Log: Integrate:
+ [ 17842]
+ printf argument mismatch in Perl_deb_stack_all() from change #17718
+
+ [ 18456]
+ Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Thu, 26 Dec 2002 21:16:27 +0000
+ Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
+
+ [ 18643]
+ Detypo.
+ Branch: maint-5.8/perl
+ !> cop.h deb.c doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c
+ !> pad.c perl.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c
+ !> universal.c utf8.c
+____________________________________________________________________________
+[ 18880] By: jhi on 2003/03/10 16:17:50
+ Log: Integrate from maint:
+ [ 18428]
+ Somehow I managed to get makefile.olds that didn't get cleaned away.
+ Branch: perl
+ !> Makefile.SH x2p/Makefile.SH
+____________________________________________________________________________
+[ 18879] By: jhi on 2003/03/10 11:51:01
+ Log: Integrate:
+ [ 18876]
+ Comment fix.
+ Branch: maint-5.8/perl
+ !> t/io/utf8.t
+____________________________________________________________________________
+[ 18878] By: jhi on 2003/03/10 07:28:26
+ Log: Integrate:
+ [ 18836]
+ Handle also extra directories et alia.
+ Branch: maint-5.8/perl
+ !> Porting/manicheck
+____________________________________________________________________________
+[ 18877] By: jhi on 2003/03/10 07:20:13
+ Log: Integrate:
+ [ 18873]
+ Bunch of doc patches from Stas; plus regen.
+
+ Subject: [doc patch] perl.c's pod api entry
+ From: Stas Bekman <stas@stason.org>
+ Date: Mon, 10 Mar 2003 12:35:52 +1100
+ Message-ID: <3E6BEBF8.80402@stason.org>
+
+ Subject: Re: [patch] perlguts.pod
+ From: Stas Bekman <stas@stason.org>
+ Date: Mon, 10 Mar 2003 12:38:57 +1100
+ Message-ID: <3E6BECB1.7050009@stason.org>
+
+ Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
+ From: Stas Bekman <stas@stason.org>
+ Date: Mon, 10 Mar 2003 12:41:46 +1100
+ Message-ID: <3E6BED5A.801@stason.org>
+
+ Subject: Re: [patch] perlapi.pod fix
+ From: Stas Bekman <stas@stason.org>
+ Date: Mon, 10 Mar 2003 12:43:33 +1100
+ Message-ID: <3E6BEDC5.6010405@stason.org>
+
+ Subject: Re: [docs patch] replace gets() with fgets() in example
+ From: Stas Bekman <stas@stason.org>
+ Date: Mon, 10 Mar 2003 12:45:41 +1100
+ Message-ID: <3E6BEE45.9030901@stason.org>
+
+ Subject: [doc patch] perlrun.pod
+ From: Stas Bekman <stas@stason.org>
+ Date: Mon, 10 Mar 2003 14:49:59 +1100
+ Message-ID: <3E6C0B67.4050606@stason.org>
+
+ [ 18874]
+ Subject: Re: Shared libperl.so and build issues
+ From: Chip Turner <cturner@redhat.com>
+ Date: 05 Jan 2003 10:35:40 -0500
+ Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
+
+ [ 18875]
+ Remove the foo-old files.
+
+ [ 18876]
+ Comment fix.
+ Branch: maint-5.8/perl
+ !> INSTALL ext/DynaLoader/DynaLoader_pm.PL handy.h opcode.pl
+ !> perl.c pod/perlapi.pod pod/perlembed.pod pod/perlguts.pod
+ !> pod/perlrun.pod
+____________________________________________________________________________
+[ 18876] By: jhi on 2003/03/10 06:35:20
+ Log: Comment fix.
+ Branch: perl
+ ! t/io/utf8.t
+____________________________________________________________________________
+[ 18875] By: jhi on 2003/03/10 05:31:00
+ Log: Remove the foo-old files.
+ Branch: perl
+ ! opcode.pl
+____________________________________________________________________________
+[ 18874] By: jhi on 2003/03/10 05:23:32
+ Log: Subject: Re: Shared libperl.so and build issues
+ From: Chip Turner <cturner@redhat.com>
+ Date: 05 Jan 2003 10:35:40 -0500
+ Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
+ Branch: perl
+ ! INSTALL
+____________________________________________________________________________
+[ 18873] By: jhi on 2003/03/10 05:18:02
+ Log: Bunch of doc patches from Stas; plus regen.
+
+ Subject: [doc patch] perl.c's pod api entry
+ From: Stas Bekman <stas@stason.org>
+ Date: Mon, 10 Mar 2003 12:35:52 +1100
+ Message-ID: <3E6BEBF8.80402@stason.org>
+
+ Subject: Re: [patch] perlguts.pod
+ From: Stas Bekman <stas@stason.org>
+ Date: Mon, 10 Mar 2003 12:38:57 +1100
+ Message-ID: <3E6BECB1.7050009@stason.org>
+
+ Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
+ From: Stas Bekman <stas@stason.org>
+ Date: Mon, 10 Mar 2003 12:41:46 +1100
+ Message-ID: <3E6BED5A.801@stason.org>
+
+ Subject: Re: [patch] perlapi.pod fix
+ From: Stas Bekman <stas@stason.org>
+ Date: Mon, 10 Mar 2003 12:43:33 +1100
+ Message-ID: <3E6BEDC5.6010405@stason.org>
+
+ Subject: Re: [docs patch] replace gets() with fgets() in example
+ From: Stas Bekman <stas@stason.org>
+ Date: Mon, 10 Mar 2003 12:45:41 +1100
+ Message-ID: <3E6BEE45.9030901@stason.org>
+
+ Subject: [doc patch] perlrun.pod
+ From: Stas Bekman <stas@stason.org>
+ Date: Mon, 10 Mar 2003 14:49:59 +1100
+ Message-ID: <3E6C0B67.4050606@stason.org>
+ Branch: perl
+ ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
+ ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
+____________________________________________________________________________
+[ 18872] By: jhi on 2003/03/09 20:43:09
+ Log: Integrate (and regen_headers):
+ [ 18867]
+ Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
+
+ [ 18868]
+ Export the symbols from #18863; do not prototype (but export)
+ Nick Clark's experimental COW functions.
+ Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
+ a mess of Herculean proportions. Someone should redesign and
+ clean up the stables.
+
+ [ 18869]
+ Upgrade to Encode 1.91.
+
+ [ 18870]
+ I hate embed*. Tell me what you know.
+
+ [ 18871]
+ Must not hide the protos, though.
+ Branch: maint-5.8/perl
+ ! embed.fnc embed.h embed.pl global.sym perlapi.c
+ ! pod/perlapi.pod proto.h
+ !> ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
+ !> ext/Encode/Encode.xs ext/Encode/MANIFEST
+ !> ext/Encode/encoding.pm ext/Encode/t/Mod_EUCJP.pm
+ !> ext/Encode/t/enc_data.t ext/Encode/t/enc_module.t
+____________________________________________________________________________
+[ 18871] By: jhi on 2003/03/09 20:15:13
+ Log: Must not hide the protos, though.
+ Branch: perl
+ ! embed.pl proto.h
+____________________________________________________________________________
+[ 18870] By: jhi on 2003/03/09 20:12:11
+ Log: I hate embed*. Tell me what you know.
+ Branch: perl
+ ! embed.fnc embed.h
+____________________________________________________________________________
+[ 18869] By: jhi on 2003/03/09 19:32:19
+ Log: Upgrade to Encode 1.91.
+ Branch: perl
+ ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
+ ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
+____________________________________________________________________________
+[ 18868] By: jhi on 2003/03/09 19:04:22
+ Log: Export the symbols from #18863; do not prototype (but export)
+ Nick Clark's experimental COW functions.
+ Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
+ a mess of Herculean proportions. Someone should redesign and
+ clean up the stables.
+ Branch: perl
+ ! embed.fnc embed.pl global.sym proto.h
+____________________________________________________________________________
+[ 18867] By: jhi on 2003/03/09 17:12:55
+ Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
+ Branch: perl
+ ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
+ ! ext/Encode/MANIFEST ext/Encode/encoding.pm
+ ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
+ ! ext/Encode/t/enc_module.t
+____________________________________________________________________________
+[ 18866] By: jhi on 2003/03/09 13:59:01
+ Log: Integrate:
+ [ 18851]
+ regen_headers tiny tidying:
+ - regen.pl renamed as regen_lib.pl
+ - regen_headers.pl renamed as regen.pl
+ - added make target 'regen' (kept target 'regen_headers'
+ for porters' brains' backward compatibility)
+ - regen.pl fancified a bit to display the names
+ of the files that got changed by running the scripts
+
+ [ 18852]
+ Subject: [PATCH] long %ENV values for VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Fri, 07 Mar 2003 13:49:50 -0600
+ Message-ID: <3E68F7DE.8070603@mac.com>
+
+ [ 18853]
+ Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
+ From: Richard Soderberg <perl@crystalflame.net>
+ Date: Sat, 15 Feb 2003 01:27:17 -0500
+ Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
+
+ [ 18854]
+ Enache Adrian reads comments.
+
+ [ 18855]
+ Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
+ From: Richard.Foley@ubsw.com
+ Date: Fri, 21 Feb 2003 13:51:51 +0100
+ Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
+
+ [ 18856]
+ Add a B::COP::io() method, to return the cop_io field of COPs.
+ Print it in B::Debug. Can be used later in B::Deparse to deparse
+ the open pragma.
+
+ [ 18857]
+ From Inaba Hiroto: the UTF-8 length cache wasn't
+ updated when fbm_compile() appended a "\n".
+
+ [ 18858]
+ From Inaba Hiroto: re_intuit_start set a value to
+ PL_bostr before calling find_byclass when regexp has
+ ROPT_UTF8 flag on. But right value for PL_bostr is set
+ before re_intuit_start is called. PL_regdata is always
+ assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
+ can be deleted.
+
+ [ 18859]
+ Adjust test count.
+
+ [ 18860]
+ Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Fri, 7 Mar 2003 00:12:03 +0200
+ Message-ID: <20030306221203.GB13330@ratsnest.hole>
+
+ [ 18861]
+ Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Fri, 7 Mar 2003 23:28:37 +0200
+ Message-ID: <20030307212837.GB765@ratsnest.hole>
+
+ (and few more test cases from the thread)
+
+ [ 18862]
+ ... and add a test case for bug #20798
+
+ [ 18863]
+ At Sarathy's request restore the bin5005compat Perl_foo_sv()
+ function stubs, should be helpful for really simple extensions.
+ Undoes large parts of changes #16289 and #16290.
+
+ [ 18864]
+ Tru64: additional instructions for building a newer Berkeley DB.
+
+ [ 18865]
+ From Inaba Hiroto: DATA wasn't properly utf8ed
+ under 'use encoding'.
+ Branch: maint-5.8/perl
+ +> ext/Encode/t/enc_data.t regen_lib.pl
+ - regen_headers.pl
+ !> (integrate 27 files)
+____________________________________________________________________________
+[ 18865] By: jhi on 2003/03/09 13:50:57
+ Log: From Inaba Hiroto: DATA wasn't properly utf8ed
+ under 'use encoding'.
+ Branch: perl
+ + ext/Encode/t/enc_data.t
+ ! MANIFEST ext/Encode/MANIFEST toke.c
+____________________________________________________________________________
+[ 18864] By: jhi on 2003/03/09 13:21:09
+ Log: Tru64: additional instructions for building a newer Berkeley DB.
+ Branch: perl
+ ! README.tru64 hints/dec_osf.sh
+____________________________________________________________________________
+[ 18863] By: jhi on 2003/03/09 12:07:28
+ Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
+ function stubs, should be helpful for really simple extensions.
+ Undoes large parts of changes #16289 and #16290.
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 18862] By: rgs on 2003/03/09 11:48:37
+ Log: ... and add a test case for bug #20798
+ Branch: perl
+ ! t/op/eval.t
+____________________________________________________________________________
+[ 18861] By: jhi on 2003/03/09 11:46:17
+ Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Fri, 7 Mar 2003 23:28:37 +0200
+ Message-ID: <20030307212837.GB765@ratsnest.hole>
+
+ (and few more test cases from the thread)
+ Branch: perl
+ ! sv.c t/op/sprintf.t
+____________________________________________________________________________
+[ 18860] By: rgs on 2003/03/09 11:33:09
+ Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Fri, 7 Mar 2003 00:12:03 +0200
+ Message-ID: <20030306221203.GB13330@ratsnest.hole>
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 18859] By: rgs on 2003/03/09 11:30:22
+ Log: Adjust test count.
+ Branch: perl
+ ! t/op/pat.t
+____________________________________________________________________________
+[ 18858] By: jhi on 2003/03/09 10:54:10
+ Log: From Inaba Hiroto: re_intuit_start set a value to
+ PL_bostr before calling find_byclass when regexp has
+ ROPT_UTF8 flag on. But right value for PL_bostr is set
+ before re_intuit_start is called. PL_regdata is always
+ assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
+ can be deleted.
+ Branch: perl
+ ! regexec.c t/op/pat.t
+____________________________________________________________________________
+[ 18857] By: jhi on 2003/03/09 10:46:23
+ Log: From Inaba Hiroto: the UTF-8 length cache wasn't
+ updated when fbm_compile() appended a "\n".
+ Branch: perl
+ ! t/op/pat.t util.c
+____________________________________________________________________________
+[ 18856] By: rgs on 2003/03/08 20:16:36
+ Log: Add a B::COP::io() method, to return the cop_io field of COPs.
+ Print it in B::Debug. Can be used later in B::Deparse to deparse
+ the open pragma.
+ Branch: perl
+ ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
+____________________________________________________________________________
+[ 18855] By: rgs on 2003/03/08 19:51:40
+ Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
+ From: Richard.Foley@ubsw.com
+ Date: Fri, 21 Feb 2003 13:51:51 +0100
+ Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
+ Branch: perl
+ ! pod/perldebug.pod
+____________________________________________________________________________
+[ 18854] By: jhi on 2003/03/08 19:41:25
+ Log: Enache Adrian reads comments.
+ Branch: perl
+ ! perl.h
+____________________________________________________________________________
+[ 18853] By: rgs on 2003/03/08 19:40:13
+ Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
+ From: Richard Soderberg <perl@crystalflame.net>
+ Date: Sat, 15 Feb 2003 01:27:17 -0500
+ Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
+ Branch: perl
+ ! ext/IO/lib/IO/Select.pm
+____________________________________________________________________________
+[ 18852] By: jhi on 2003/03/08 19:05:04
+ Log: Subject: [PATCH] long %ENV values for VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Fri, 07 Mar 2003 13:49:50 -0600
+ Message-ID: <3E68F7DE.8070603@mac.com>
+ Branch: perl
+ ! vms/vms.c
+____________________________________________________________________________
+[ 18851] By: jhi on 2003/03/08 06:49:35
+ Log: regen_headers tiny tidying:
+ - regen.pl renamed as regen_lib.pl
+ - regen_headers.pl renamed as regen.pl
+ - added make target 'regen' (kept target 'regen_headers'
+ for porters' brains' backward compatibility)
+ - regen.pl fancified a bit to display the names
+ of the files that got changed by running the scripts
+ Branch: perl
+ + regen_lib.pl
+ - regen_headers.pl
+ ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
+ ! keywords.pl opcode.pl regcomp.pl regen.pl
+____________________________________________________________________________
+[ 18850] By: jhi on 2003/03/07 20:38:51
+ Log: Integrate (and regen Configure):
+ [ 18825]
+ Doc typos.
+
+ [ 18826]
+ Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
+ The variant is from how List::Util Util.xs does it.
+
+ [ 18830]
+ Change #18829 makes this test workaround obsolete.
+
+ [ 18831]
+ Couple more _r possibilities (found in a RH 8.0 box), and
+ the random() macros were all wrong. (I don't know why
+ metaconfig did so much reordering of config_h.SH.)
+
+ [ 18833]
+ Subject: [patch config_h.SH] redefining __attribute__
+ From: Stas Bekman <stas@stason.org>
+ Date: Thu, 06 Mar 2003 12:03:39 +1100
+ Message-ID: <3E669E6B.1060606@stason.org>
+
+ [ 18835]
+ Add mani(fest) check(ing) utility.
+
+ [ 18836]
+ Handle also extra directories et alia.
+
+ [ 18837]
+ PERL_UNICODE explanation saga continues.
+
+ [ 18838]
+ Thinko fix.
+
+ [ 18839]
+ Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Thu, 06 Mar 2003 10:42:05 -0600
+ Message-ID: <3E677A5D.10805@mac.com>
+
+ [ 18840]
+ Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Wed, 5 Mar 2003 12:06:20 +0200
+ Message-ID: <20030305100620.GA909@ratsnest.hole>
+
+ [ 18841]
+ Subject: Re: [perl #20682] [fix] @- array not visible in s///
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sun, 2 Mar 2003 06:05:22 +0200
+ Message-ID: <20030302040522.GB4905@ratsnest.hole>
+
+ [ 18842]
+ Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
+ From: "Jos I. Boumans" <kane@dwim.org>
+ Date: Fri, 21 Feb 2003 20:33:53 +0100
+ Message-ID: <3E567F21.6020006@dwim.org>
+ (with some minor tweaks)
+
+ [ 18844]
+ Good observation from Philip Newton.
+
+ [ 18845]
+ Define the Perl_pp_i_modulo_1() only iff we have glibc.
+ (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
+ in non-glibc case", from Craig Berry)
+
+ [ 18846]
+ Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
+ From: Kay Roepke <kay@dolphin-services.de>
+ Date: Thu, 06 Mar 2003 23:00:10 +0100
+ Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
+
+ (plus change the d_gethostbyaddr_r_proto default to "0",
+ that is what an undefined r_proto looks like)
+
+ [ 18847]
+ Extra character noticed by Tels.
+
+ [ 18848]
+ Give pointers to runtime Unicode changes.
+ Branch: maint-5.8/perl
+ +> Porting/manicheck
+ ! Configure config_h.SH
+ !> (integrate 28 files)
+____________________________________________________________________________
+[ 18849] By: nick on 2003/03/07 11:45:28
+ Log: Integrate mainline
+ Branch: perlio
+ +> Porting/manicheck Porting/p4d2p ext/Encode/t/Mod_EUCJP.pm
+ +> ext/Encode/t/enc_module.enc ext/Encode/t/enc_module.t
+ +> lib/assertions.pm lib/assertions/activate.pm
+ +> t/comp/assertions.t t/op/localref.t t/run/switchC.t
+ +> t/run/switch_A.t t/uni/write.t
+ !> (integrate 202 files)
+____________________________________________________________________________
+[ 18848] By: jhi on 2003/03/07 08:40:52
+ Log: Give pointers to runtime Unicode changes.
+ Branch: perl
+ ! pod/perlrun.pod pod/perlvar.pod
+____________________________________________________________________________
+[ 18847] By: jhi on 2003/03/07 08:02:50
+ Log: Extra character noticed by Tels.
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 18846] By: jhi on 2003/03/07 05:28:11
+ Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
+ From: Kay Roepke <kay@dolphin-services.de>
+ Date: Thu, 06 Mar 2003 23:00:10 +0100
+ Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
+
+ (plus change the d_gethostbyaddr_r_proto default to "0",
+ that is what an undefined r_proto looks like)
+ Branch: perl
+ ! hints/freebsd.sh
+____________________________________________________________________________
+[ 18845] By: jhi on 2003/03/07 05:21:43
+ Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
+ (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
+ in non-glibc case", from Craig Berry)
+ Branch: perl
+ ! pp.c
+____________________________________________________________________________
+[ 18844] By: jhi on 2003/03/07 05:05:57
+ Log: Good observation from Philip Newton.
+ Branch: perl
+ ! pod/perlrun.pod
+____________________________________________________________________________
+[ 18843] By: rgs on 2003/03/06 21:59:02
+ Log: Make the -A switch work without an assertion name.
+ by Salvador Fandiño.
+ Branch: perl
+ ! perl.c t/run/switch_A.t
+____________________________________________________________________________
+[ 18842] By: rgs on 2003/03/06 21:27:15
+ Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
+ From: "Jos I. Boumans" <kane@dwim.org>
+ Date: Fri, 21 Feb 2003 20:33:53 +0100
+ Message-ID: <3E567F21.6020006@dwim.org>
+ (with some minor tweaks)
+ Branch: perl
+ ! pod/perlmodstyle.pod
+____________________________________________________________________________
+[ 18841] By: rgs on 2003/03/06 20:56:32
+ Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sun, 2 Mar 2003 06:05:22 +0200
+ Message-ID: <20030302040522.GB4905@ratsnest.hole>
+ Branch: perl
+ ! t/op/subst.t
+____________________________________________________________________________
+[ 18840] By: rgs on 2003/03/06 20:45:08
+ Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Wed, 5 Mar 2003 12:06:20 +0200
+ Message-ID: <20030305100620.GA909@ratsnest.hole>
+ Branch: perl
+ ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
+ ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
+____________________________________________________________________________
+[ 18839] By: jhi on 2003/03/06 17:21:36
+ Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Thu, 06 Mar 2003 10:42:05 -0600
+ Message-ID: <3E677A5D.10805@mac.com>
+ Branch: perl
+ ! mg.c
+____________________________________________________________________________
+[ 18838] By: jhi on 2003/03/06 10:11:22
+ Log: Thinko fix.
+ Branch: perl
+ ! Porting/findrfuncs
+____________________________________________________________________________
+[ 18837] By: jhi on 2003/03/06 09:33:33
+ Log: PERL_UNICODE explanation saga continues.
+ Branch: perl
+ ! pod/perlrun.pod
+____________________________________________________________________________
+[ 18836] By: jhi on 2003/03/06 07:55:03
+ Log: Handle also extra directories et alia.
+ Branch: perl
+ ! Porting/manicheck
+____________________________________________________________________________
+[ 18835] By: jhi on 2003/03/06 07:48:05
+ Log: Add mani(fest) check(ing) utility.
+ Branch: perl
+ + Porting/manicheck
+ ! MANIFEST
+____________________________________________________________________________
+[ 18834] By: jhi on 2003/03/06 05:36:36
+ Log: metaconfig unit change for #18833.
+ Branch: metaconfig
+ + U/modified/d_attribut.U
+____________________________________________________________________________
+[ 18833] By: jhi on 2003/03/06 05:36:13
+ Log: Subject: [patch config_h.SH] redefining __attribute__
+ From: Stas Bekman <stas@stason.org>
+ Date: Thu, 06 Mar 2003 12:03:39 +1100
+ Message-ID: <3E669E6B.1060606@stason.org>
+ Branch: perl
+ ! Configure NetWare/config_H.wc Porting/config.sh
+ ! Porting/config_H config_h.SH plan9/config.plan9
+ ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
+ ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
+____________________________________________________________________________
+[ 18832] By: jhi on 2003/03/05 19:57:44
+ Log: Metaconfig unit changes for #18831 (most just Copyright
+ bumpages, but get{host,net}byaddr and random_r units did
+ get real updates.)
+ Branch: metaconfig
+ ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
+ ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
+ ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
+ ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
+ ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
+ ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
+ ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
+ ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
+ ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
+ ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
+ ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
+ ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
+ ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
+ ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
+ ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
+ ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
+ ! U/threads/d_localtime_r.U U/threads/d_random_r.U
+ ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
+ ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
+ ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
+ ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
+ ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
+ ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
+ ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
+____________________________________________________________________________
+[ 18831] By: jhi on 2003/03/05 19:56:41
+ Log: Couple more _r possibilities (found in a RH 8.0 box), and
+ the random() macros were all wrong. (I don't know why
+ metaconfig did so much reordering of config_h.SH.)
+ Branch: perl
+ ! Configure config_h.SH reentr.h reentr.pl
+____________________________________________________________________________
+[ 18830] By: rgs on 2003/03/04 23:25:01
+ Log: Change #18829 makes this test workaround obsolete.
+ Branch: perl
+ ! ext/B/t/deparse.t
+____________________________________________________________________________
+[ 18829] By: rgs on 2003/03/04 22:23:41
+ Log: Patch by Salvador Fandiño to read the warning mask
+ returned by caller() and ${^WARNING_BITS} from
+ $warnings::Bits{all} and not from the hardcoded core
+ constant. (This mask could have been extended by
+ warnings::register.) Plus tests.
+ Branch: perl
+ ! mg.c pp_ctl.c t/op/caller.t
+____________________________________________________________________________
+[ 18828] By: rgs on 2003/03/04 20:49:59
+ Log: Subject: [PATCH] assertions
+ From: Salvador Fandiño <sfandino@yahoo.com>
+ Date: Fri, 21 Feb 2003 17:26:16 +0000
+ Message-ID: <3E566138.4090709@yahoo.com>
+ and the complement : (with added comments)
+ Subject: [PATCH] bug in ext/B/t/deparse.t
+ Message-ID: <3E563E16.7060303@yahoo.com>
+ plus perldiag.pod patch for the new warning
+ (previous change was, once again, empty)
+ Branch: perl
+ ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
+ ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
+ ! pod/perldiag.pod warnings.h warnings.pl
+____________________________________________________________________________
+[ 18827] By: rgs on 2003/03/04 20:48:09
+ Log: Subject: [PATCH] assertions
+ From: Salvador Fandiño <sfandino@yahoo.com>
+ Date: Fri, 21 Feb 2003 17:26:16 +0000
+ Message-ID: <3E566138.4090709@yahoo.com>
+ and the complement : (with added comments)
+ Subject: [PATCH] bug in ext/B/t/deparse.t
+ Message-ID: <3E563E16.7060303@yahoo.com>
+ plus perldiag.pod patch for the new warning
+ Branch: perl
+ ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
+ ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
+ ! pod/perldiag.pod warnings.h warnings.pl
+____________________________________________________________________________
+[ 18826] By: jhi on 2003/03/04 20:22:25
+ Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
+ The variant is from how List::Util Util.xs does it.
+ Branch: perl
+ ! ext/Devel/PPPort/PPPort.pm
+____________________________________________________________________________
+[ 18825] By: rgs on 2003/03/04 19:56:28
+ Log: Doc typos.
+ Branch: perl
+ ! lib/File/Find.pm
+____________________________________________________________________________
+[ 18824] By: jhi on 2003/03/04 05:39:18
+ Log: Integrate:
+ [ 18816]
+ Upgrade to Encode 1.89. The enc_module.t required
+ a little tweak, sending that to Dan.
+
+ [ 18817]
+ Upgrade to Unicode::Normalize 0.20.
+
+ [ 18818]
+ Sync with libnet-1.13
+
+ [ 18819]
+ Further clarification on PERL_UNICODE's semantics.
+
+ [ 18820]
+ Fixes bug #15654 bizarre constant mangling in 5.8.0
+ What happened was that a constant was freed, the pad released but
+ the pad slot still held the SV, when pad slot was reallocated
+ to be a target for a stringify, it did a sv_setpv on the target
+ and the original SV was wiped out. When this SV was later on
+ to new places using the constant, they got the wrong value.
+ By replacing pad_free with pad_swipe for these cases, we
+ won't have such a problem. (pad_swipe also removes the
+ pointer to the original SV).
+
+ [ 18821]
+ Can't test this without PerlIO.
+
+ [ 18822]
+ Subject: Re: [perl #21395] rcatline doesn't grok utf8
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sun, 2 Mar 2003 05:43:54 +0200
+ Message-ID: <20030302034354.GA4905@ratsnest.hole>
+
+ [ 18823]
+ Try to give rcatline() a good jog on Unicode.
+ Branch: maint-5.8/perl
+ +> ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
+ +> ext/Encode/t/enc_module.t
+ !> (integrate 29 files)
+____________________________________________________________________________
+[ 18823] By: jhi on 2003/03/04 05:33:50
+ Log: Try to give rcatline() a good jog on Unicode.
+ Branch: perl
+ ! t/io/utf8.t
+____________________________________________________________________________
+[ 18822] By: jhi on 2003/03/04 05:14:13
+ Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sun, 2 Mar 2003 05:43:54 +0200
+ Message-ID: <20030302034354.GA4905@ratsnest.hole>
+ Branch: perl
+ ! sv.c t/io/utf8.t
+____________________________________________________________________________
+[ 18821] By: jhi on 2003/03/04 04:58:36
+ Log: Can't test this without PerlIO.
+ Branch: perl
+ ! t/uni/write.t
+____________________________________________________________________________
+[ 18820] By: sky on 2003/03/04 01:01:07
+ Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
+ What happened was that a constant was freed, the pad released but
+ the pad slot still held the SV, when pad slot was reallocated
+ to be a target for a stringify, it did a sv_setpv on the target
+ and the original SV was wiped out. When this SV was later on
+ to new places using the constant, they got the wrong value.
+ By replacing pad_free with pad_swipe for these cases, we
+ won't have such a problem. (pad_swipe also removes the
+ pointer to the original SV).
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 18819] By: jhi on 2003/03/03 19:15:07
+ Log: Further clarification on PERL_UNICODE's semantics.
+ Branch: perl
+ ! pod/perlrun.pod
+____________________________________________________________________________
+[ 18818] By: gbarr on 2003/03/03 10:07:44
+ Log: Sync with libnet-1.13
+ Branch: perl
+ ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
+ ! lib/Net/POP3.pm lib/Net/SMTP.pm
+____________________________________________________________________________
+[ 18817] By: jhi on 2003/03/03 06:45:59
+ Log: Upgrade to Unicode::Normalize 0.20.
+ Branch: perl
+ ! ext/Unicode/Normalize/Changes
+ ! ext/Unicode/Normalize/Normalize.pm
+ ! ext/Unicode/Normalize/Normalize.xs
+ ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
+ ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
+ ! ext/Unicode/Normalize/t/test.t
+____________________________________________________________________________
+[ 18816] By: jhi on 2003/03/03 06:17:28
+ Log: Upgrade to Encode 1.89. The enc_module.t required
+ a little tweak, sending that to Dan.
+ Branch: perl
+ + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
+ + ext/Encode/t/enc_module.t
+ ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
+ ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
+ ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
+ ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
+ ! ext/Encode/ucm/viscii.ucm
+____________________________________________________________________________
+[ 18815] By: jhi on 2003/03/03 05:43:25
+ Log: Integrate:
+ [ 18813]
+ Use a macro for abs() to avoid the possible truncation to an int;
+ also make an explicit (double)cast for the arguments to fabs().
+ Branch: maint-5.8/perl
+ !> perl.h pp.c sv.c
+____________________________________________________________________________
+[ 18814] By: jhi on 2003/03/03 05:37:43
+ Log: Integrate:
+ [ 18749]
+ Subject: [PATCH] Make adding notes to patchlevel.h easier
+ From: andreas.koenig@anima.de (Andreas J. Koenig)
+ Date: Tue, 18 Feb 2003 11:48:40 +0100
+ Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
+
+ [ 18809]
+ Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
+ From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
+ Date: 15 Feb 2003 00:21:41 -0000
+ Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
+
+ [ 18810]
+ Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
+ From: Richard Soderberg <perl@crystalflame.net>
+ Date: Sat, 15 Feb 2003 01:27:21 -0500
+ Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
+
+ [ 18811]
+ Subject: [perl #21289] [Fwd: IPC::Msg bug report]
+ From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
+ Date: 18 Feb 2003 21:05:15 -0000
+ Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
+
+ [ 18812]
+ Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
+ From: andreas.koenig@anima.de (Andreas J. Koenig)
+ Date: Wed, 19 Feb 2003 11:05:28 +0100
+ Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
+ Branch: maint-5.8/perl
+ !> ext/IPC/SysV/Msg.pm lib/File/Basename.pm lib/File/Find.pm
+ !> patchlevel.h
+____________________________________________________________________________
+[ 18813] By: jhi on 2003/03/03 05:33:21
+ Log: Use a macro for abs() to avoid the possible truncation to an int;
+ also make an explicit (double)cast for the arguments to fabs().
+ Branch: perl
+ ! perl.h pp.c sv.c util.c
+____________________________________________________________________________
+[ 18812] By: hv on 2003/03/02 22:36:05
+ Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
+ From: andreas.koenig@anima.de (Andreas J. Koenig)
+ Date: Wed, 19 Feb 2003 11:05:28 +0100
+ Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
+ Branch: perl
+ ! patchlevel.h
+____________________________________________________________________________
+[ 18811] By: hv on 2003/03/02 22:30:50
+ Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
+ From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
+ Date: 18 Feb 2003 21:05:15 -0000
+ Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
+ Branch: perl
+ ! ext/IPC/SysV/Msg.pm
+____________________________________________________________________________
+[ 18810] By: hv on 2003/03/02 21:59:10
+ Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
+ From: Richard Soderberg <perl@crystalflame.net>
+ Date: Sat, 15 Feb 2003 01:27:21 -0500
+ Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
+ Branch: perl
+ ! lib/File/Basename.pm
+____________________________________________________________________________
+[ 18809] By: hv on 2003/03/02 21:54:53
+ Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
+ From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
+ Date: 15 Feb 2003 00:21:41 -0000
+ Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
+ Branch: perl
+ ! lib/File/Find.pm
+____________________________________________________________________________
+[ 18808] By: jhi on 2003/03/02 21:29:38
+ Log: Integrate:
+ [ 18805]
+ Subject: Re: [perl #21411] [fix] Postponed RE with split()
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sun, 2 Mar 2003 10:11:27 +0200
+ Message-ID: <20030302081127.GA10782@ratsnest.hole>
+
+ [ 18807]
+ Reverse copyright update (#18801) for files not changed in 2003.
+ Branch: maint-5.8/perl
+ !> (integrate 50 files)
+____________________________________________________________________________
+[ 18807] By: hv on 2003/03/02 21:22:56
+ Log: Reverse copyright update (#18801) for files not changed in 2003.
+ Branch: perl
+ ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
+ ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
+ ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
+ ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
+ ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
+ ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c
+ ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h
+ ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
+____________________________________________________________________________
+[ 18806] By: jhi on 2003/03/02 18:14:21
+ Log: Subject: perl5db.pl patch against missing args destroying pre-post command setups
+ From: Richard.Foley@ubsw.com
+ Date: Wed, 19 Feb 2003 10:20:33 +0100
+ Branch: maint-5.8/perl
+ ! lib/perl5db.pl
+____________________________________________________________________________
+[ 18805] By: hv on 2003/03/02 16:29:28
+ Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sun, 2 Mar 2003 10:11:27 +0200
+ Message-ID: <20030302081127.GA10782@ratsnest.hole>
+ Branch: perl
+ ! pp.c t/op/pat.t
+____________________________________________________________________________
+[ 18804] By: jhi on 2003/03/02 16:22:35
+ Log: Integrate:
+ [ 18784]
+ An already fixed bug from perl-unicode.
+
+ [ 18785]
+ Subject: Re: [PATCH] Re: format, PerlIO and utf8
+ From: Inaba Hiroto <inaba@st.rim.or.jp>
+ Date: Mon, 10 Feb 2003 00:04:51 +0900
+ Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
+
+ [ 18794]
+ Further Unicode formats patching from Inaba Hiroto.
+
+ [ 18797]
+ Patch for [perl #9402], known also as "glibc _moddi3 bug
+ with negative quads", or also as RedHat bug #65612.
+
+ [ 18798]
+ Go with "right = -right" for greater portability, some platforms
+ might require llabs() to get abs() of long longs.
+
+ [ 18799]
+ The -CI cannot be easily tested under UTF-8 locale with
+ the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
+ Also other small tweaks in the -C neighbourhood.
+
+ [ 18801]
+ Update all copyrights to 2003, from Jarkko
+
+ [ 18802]
+ Narrow down the -C test skippage.
+
+ [ 18803]
+ Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch included)
+ From: "Anders Johnson" <ajohnson@wischip.com>
+ Date: Mon, 10 Feb 2003 14:09:46 -0800
+ Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
+ Branch: maint-5.8/perl
+ +> t/uni/write.t
+ !> (integrate 101 files)
+____________________________________________________________________________
+[ 18803] By: hv on 2003/03/02 16:12:34
+ Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch included)
+ From: "Anders Johnson" <ajohnson@wischip.com>
+ Date: Mon, 10 Feb 2003 14:09:46 -0800
+ Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
+ Branch: perl
+ ! mg.c t/op/magic.t
+____________________________________________________________________________
+[ 18802] By: jhi on 2003/03/02 15:39:06
+ Log: Narrow down the -C test skippage.
+ Branch: perl
+ ! t/run/switchC.t
+____________________________________________________________________________
+[ 18801] By: hv on 2003/03/02 15:24:22
+ Log: Update all copyrights to 2003, from Jarkko
+ Branch: perl
+ ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
+ ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
+ ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
+ ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
+ ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
+ ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
+ ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
+ ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
+ ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
+ ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
+ ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
+ ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h
+ ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c
+ ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c
+ ! x2p/util.h x2p/walk.c xsutils.c
+____________________________________________________________________________
+[ 18800] By: hv on 2003/03/02 15:16:38
+ Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
+ From: Richard.Foley@ubsw.com
+ Date: Wed, 19 Feb 2003 13:24:38 +0100
+ Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
+ Branch: perl
+ ! lib/perl5db.pl
+____________________________________________________________________________
+[ 18799] By: jhi on 2003/03/02 13:34:13
+ Log: The -CI cannot be easily tested under UTF-8 locale with
+ the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
+ Also other small tweaks in the -C neighbourhood.
+ Branch: perl
+ ! perl.c perl.h t/run/switchC.t util.c
+____________________________________________________________________________
+[ 18798] By: jhi on 2003/03/02 09:12:06
+ Log: Go with "right = -right" for greater portability, some platforms
+ might require llabs() to get abs() of long longs.
+ Branch: perl
+ ! pp.c
+____________________________________________________________________________
+[ 18797] By: jhi on 2003/03/02 08:07:32
+ Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
+ with negative quads", or also as RedHat bug #65612.
+ Branch: perl
+ ! pp.c
+____________________________________________________________________________
+[ 18796] By: jhi on 2003/03/02 07:34:54
+ Log: Forgotten from change #18795.
+ Branch: perl
+ ! global.sym
+____________________________________________________________________________
+[ 18795] By: jhi on 2003/03/02 07:27:44
+ Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
+ From: Abe Timmerman <abe@ztreet.demon.nl>
+ Date: Sun, 2 Mar 2003 02:03:16 +0100
+ Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
+ Branch: perl
+ ! embed.fnc embed.h makedef.pl
+____________________________________________________________________________
+[ 18794] By: jhi on 2003/03/02 07:21:36
+ Log: Further Unicode formats patching from Inaba Hiroto.
+ Branch: perl
+ + t/uni/write.t
+ ! MANIFEST pp_ctl.c
+____________________________________________________________________________
+[ 18793] By: jhi on 2003/03/01 08:18:35
+ Log: Integrate change #18788 from maint.
+ Branch: perl
+ !> perl.h
+____________________________________________________________________________
+[ 18792] By: jhi on 2003/03/01 08:14:43
+ Log: Subject: [PATCH] Get MSWin32 back compiling
+ From: Abe Timmerman <abe@ztreet.demon.nl>
+ Date: Sat, 1 Mar 2003 04:31:19 +0100
+ Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
+ Branch: perl
+ ! embed.fnc embed.h global.sym makedef.pl
+____________________________________________________________________________
+[ 18791] By: jhi on 2003/02/28 20:05:43
+ Log: More lexical patches merged by Dave Mitchell.
+
+ 18048 PL_curpad == AvARRAY(PL_comppad) always
+ 18142 Re: threads and Win2000 (ithread cloning prob fix)
+ 18220 allow evals to see the full lexical scope
+ 18307 lexical "my" variables not visible in debugger "x" command
+ 18528 [PATCH pp_ctl.c] silence warning
+ 18223 SvFAKE lexicals in scope for all of the sub
+ 18302 Proper fix for CvOUTSIDE weak refcounting
+ 18571 Re: difference between my and our before introduction
+ Branch: maint-5.8/perl
+ ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
+ ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
+ ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL ext/Devel/Peek/Peek.t
+ ! ext/List/Util/Util.xs op.c pad.c pad.h perl.c pod/perlapi.pod
+ ! pod/perlfunc.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
+ ! scope.c scope.h sv.c sv.h t/comp/our.t t/op/closure.t
+ ! t/op/eval.t toke.c
+____________________________________________________________________________
+[ 18790] By: jhi on 2003/02/28 06:34:27
+ Log: The Great Pad Run of '02
+
+ 18577 move pad.c warnings to different test file
+ 18516 microperl update. (reapplied those bits which ref pad.[ch])
+ 18311 [jhi@iki.fi: enums are not nums]
+ 18277 VMS build update (reapplied those bits which ref pad.[ch])
+ 18012 #18005 was not enough
+ 18006 Re: closure failures (interm fix for pad_new using SAVECOMMPAD())
+ 18005 Building bleadperl (minperl) fails completely under VC7
+ 17975 'Non ANSI feature detection
+ 17953 [PATCH pad.c,h] move all pad-related code to its own src file
+
+ Again, from Dave Mitchell.
+ Branch: maint-5.8/perl
+ + pad.c pad.h t/lib/warnings/pad
+ ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
+ ! embed.fnc embed.h ext/B/B.xs ext/Devel/Peek/Peek.t op.c op.h
+ ! perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
+ ! proto.h scope.c sv.c t/lib/warnings/op toke.c
+ ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 18789] By: jhi on 2003/02/28 06:10:38
+ Log: )
+
+ 17843 (fix for 17718) [PATCH deb.c] Re: HiRes failure is success?
+ 17723 (fix for 17718) deb.c compile time error
+ 17718 add verbose stack display option, -Dvs
+
+ Combined patch from Dave Mitchell.
+ Branch: maint-5.8/perl
+ ! deb.c dump.c embed.fnc embed.h embedvar.h perl.c perl.h
+ ! proto.h
+____________________________________________________________________________
+[ 18788] By: jhi on 2003/02/28 06:03:25
+ Log: Subject: Re: MSWin32 seems lost again (18785)
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Fri, 28 Feb 2003 03:34:36 +0200
+ Message-ID: <20030228013436.GA906@ratsnest.hole>
+ Branch: maint-5.8/perl
+ ! perl.h
+____________________________________________________________________________
+[ 18787] By: jhi on 2003/02/27 18:24:32
+ Log: Wrong zero.
+ Branch: maint-5.8/perl
+ ! patchlevel.h
+____________________________________________________________________________
+[ 18786] By: jhi on 2003/02/27 15:36:40
+ Log: I got bored by the uni/tr_utf8.t failing unnecessarily.
+ Branch: maint-5.8/perl
+ ! patchlevel.h
+____________________________________________________________________________
+[ 18785] By: jhi on 2003/02/26 20:38:55
+ Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
+ From: Inaba Hiroto <inaba@st.rim.or.jp>
+ Date: Mon, 10 Feb 2003 00:04:51 +0900
+ Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
+ Branch: perl
+ ! pp_ctl.c toke.c
+____________________________________________________________________________
+[ 18784] By: jhi on 2003/02/26 19:45:53
+ Log: An already fixed bug from perl-unicode.
+ Branch: perl
+ ! t/op/pat.t
+____________________________________________________________________________
+[ 18783] By: jhi on 2003/02/26 19:39:59
+ Log: Integrate:
+ [ 18746]
+ Subject: Re: -Os for Darwin why?
+ From: schwern@pobox.com
+ Date: tis feb 18, 2003 20:37:39 Europe/Stockholm
+ Message-Id: <20030218113739.D25848@ttul.org>
+
+ [ 18748]
+ Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Tue, 18 Feb 2003 21:45:45 +0000
+ Message-ID: <20030218214545.C18547@fdgroup.com>
+
+ and tests for the same:
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Wed, 19 Feb 2003 00:42:01 +0000
+ Message-ID: <20030219004201.F18547@fdgroup.com>
+
+ [ 18753]
+ Subject: Re: [perl #20716] scope error with brackets
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Thu, 13 Feb 2003 04:52:21 +0200
+ Message-ID: <20030213025221.GA1215@ratsnest.hole>
+ (better version of change #18687)
+
+ [ 18754]
+ Document clearly that "_" is always in package "main".
+
+ [ 18755]
+ Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
+ From: Brendan O'Dea <bod@debian.org>
+ Date: Sun, 16 Feb 2003 21:09:23 +1100
+ Message-ID: <20030216100923.GA29761@londo.c47.org>
+
+ [ 18756]
+ Doc tweakage on -C.
+
+ [ 18757]
+ Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
+ From: PPrymmer@factset.com
+ Date: Wed, 19 Feb 2003 15:04:40 -0500
+ Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
+
+ [ 18758]
+ Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
+ From: PPrymmer@factset.com
+ Date: Thu, 20 Feb 2003 13:28:09 -0500
+ Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
+
+ [ 18759]
+ Change regex to be a bit more friendly against various
+ outputs from ps -f, regex suggest by rgs
+
+ [ 18760]
+ API doc tweaks.
+
+ [ 18761]
+ Chip noticed that the intended optionality of the 'IV' was
+ forgotten in the change #18758.
+
+ [ 18762]
+ Remove no-longer-true line from perlop
+
+ [ 18763]
+ Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
+
+ [ 18764]
+ Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
+ "scalar upgraded to UTF-8 as a side effect of quote-interpolation
+ when 'use encoding' is engaged"-- wasn't actually encoding's fault.
+
+ [ 18766]
+ PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
+
+ [ 18767]
+ In Porting scripts, use standard perl path of "/usr/bin/perl".
+
+ [ 18768]
+ Include p4d2p in Porting again, because p4genpatch doesn't work
+ until a change has been submitted.
+
+ [ 18770]
+ A new try at #18765 (for [perl #20920]).
+
+ [ 18771]
+ Cleanup #18770 as suggested by Rafael.
+
+ [ 18772]
+ Subject: [perl@18752] warnings from CGI tests under cygwin
+ From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+ Date: Wed, 19 Feb 2003 13:37:39 -0800
+ Message-ID: <jk/U+gzkg2DE092yn@efn.org>
+
+ [ 18773]
+ Subject: [Encode] 1.88 Released
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: Thu, 20 Feb 2003 23:49:55 +0900
+ Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
+
+ [ 18774]
+ Subject: Re: [perl #21321] local ${"FOO"} does not work
+ From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+ Date: Sun, 23 Feb 2003 00:03:27 +0100
+ Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
+
+ [ 18775]
+ Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Fri, 21 Feb 2003 17:49:41 +0200
+ Message-ID: <20030221154941.GA793@ratsnest.hole>
+
+ [ 18776]
+ Subject: [perl #20682] [fix] @- array not visible in s///
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Fri, 21 Feb 2003 17:50:14 +0200
+ Message-ID: <20030221155014.GB793@ratsnest.hole>
+
+ [ 18777]
+ More variables for change #18776.
+
+ [ 18778]
+ Add missing file from change #18774.
+
+ [ 18779]
+ Add tests for the -C switch. Depending on the
+ CLIs some $^O dance may be needed.
+
+ [ 18780]
+ Two typos found by Philip Newton <pnewton@gmx.de>
+
+ [ 18781]
+ regen headers
+
+ [ 18782]
+ Subject: Re: [perl #20683] [fix] Better Patch
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sun, 23 Feb 2003 20:16:39 +0200
+ Message-ID: <20030223181639.GA18713@ratsnest.hole>
+ Branch: maint-5.8/perl
+ +> Porting/p4d2p t/op/localref.t t/run/switchC.t
+ !> (integrate 61 files)
+____________________________________________________________________________
+[ 18782] By: hv on 2003/02/26 01:36:49
+ Log: Subject: Re: [perl #20683] [fix] Better Patch
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sun, 23 Feb 2003 20:16:39 +0200
+ Message-ID: <20030223181639.GA18713@ratsnest.hole>
+ Branch: perl
+ ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
+ ! regexec.c sv.c t/op/pat.t
+____________________________________________________________________________
+[ 18781] By: hv on 2003/02/26 01:11:14
+ Log: regen headers
+ Branch: perl
+ ! perlapi.h pod/perlapi.pod
+____________________________________________________________________________
+[ 18780] By: hv on 2003/02/26 00:25:32
+ Log: Two typos found by Philip Newton <pnewton@gmx.de>
+ Branch: perl
+ ! configpm ext/DB_File/DB_File.pm
+____________________________________________________________________________
+[ 18779] By: jhi on 2003/02/25 18:20:01
+ Log: Add tests for the -C switch. Depending on the
+ CLIs some $^O dance may be needed.
+ Branch: perl
+ + t/run/switchC.t
+ ! MANIFEST
+____________________________________________________________________________
+[ 18778] By: hv on 2003/02/25 15:24:17
+ Log: Add missing file from change #18774.
+ Branch: perl
+ + t/op/localref.t
+____________________________________________________________________________
+[ 18777] By: hv on 2003/02/25 14:07:59
+ Log: More variables for change #18776.
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 18776] By: hv on 2003/02/25 14:04:03
+ Log: Subject: [perl #20682] [fix] @- array not visible in s///
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Fri, 21 Feb 2003 17:50:14 +0200
+ Message-ID: <20030221155014.GB793@ratsnest.hole>
+ Branch: perl
+ ! op.c t/op/subst.t
+____________________________________________________________________________
+[ 18775] By: hv on 2003/02/25 13:53:11
+ Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Fri, 21 Feb 2003 17:49:41 +0200
+ Message-ID: <20030221154941.GA793@ratsnest.hole>
+ Branch: perl
+ ! pp_ctl.c t/op/subst.t
+____________________________________________________________________________
+[ 18774] By: hv on 2003/02/25 13:21:19
+ Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
+ From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+ Date: Sun, 23 Feb 2003 00:03:27 +0100
+ Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
+ Branch: perl
+ ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
+____________________________________________________________________________
+[ 18773] By: hv on 2003/02/25 12:45:01
+ Log: Subject: [Encode] 1.88 Released
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: Thu, 20 Feb 2003 23:49:55 +0900
+ Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
+ Branch: perl
+ ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
+ ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
+ ! ext/Encode/lib/Encode/CJKConstants.pm
+ ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
+ ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
+____________________________________________________________________________
+[ 18772] By: merijn on 2003/02/25 12:12:14
+ Log: Subject: [perl@18752] warnings from CGI tests under cygwin
+ From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+ Date: Wed, 19 Feb 2003 13:37:39 -0800
+ Message-ID: <jk/U+gzkg2DE092yn@efn.org>
+ Branch: perl
+ ! lib/CGI.pm
+____________________________________________________________________________
+[ 18771] By: jhi on 2003/02/25 07:46:53
+ Log: Cleanup #18770 as suggested by Rafael.
+ Branch: perl
+ ! mg.c perl.h
+____________________________________________________________________________
+[ 18770] By: jhi on 2003/02/25 06:01:09
+ Log: A new try at #18765 (for [perl #20920]).
+ Branch: perl
+ ! mg.c
+____________________________________________________________________________
+[ 18769] By: jhi on 2003/02/25 05:33:10
+ Log: Retract change #18765: makes HiRes.t hang after subtest #11.
+ Branch: perl
+ ! mg.c
+____________________________________________________________________________
+[ 18768] By: chip on 2003/02/24 21:42:57
+ Log: Include p4d2p in Porting again, because p4genpatch doesn't work
+ until a change has been submitted.
+ Branch: perl
+ + Porting/p4d2p
+ ! MANIFEST
+____________________________________________________________________________
+[ 18767] By: chip on 2003/02/24 21:35:56
+ Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
+ Branch: perl
+ ! Porting/check83.pl Porting/findvars Porting/fixCORE
+ ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
+____________________________________________________________________________
+[ 18766] By: jhi on 2003/02/24 20:04:36
+ Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
+ Branch: perl
+ ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
+ ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
+____________________________________________________________________________
+[ 18765] By: jhi on 2003/02/24 19:56:23
+ Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
+ From: Slaven Rezic <slaven@rezic.de>
+ Date: 14 Feb 2003 09:11:15 +0100
+ Message-ID: <878ywji8nw.fsf@vran.herceg.de>
+
+ (with slight tweaks)
+ Branch: perl
+ ! mg.c
+____________________________________________________________________________
+[ 18764] By: jhi on 2003/02/24 18:44:41
+ Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
+ "scalar upgraded to UTF-8 as a side effect of quote-interpolation
+ when 'use encoding' is engaged"-- wasn't actually encoding's fault.
+ Branch: perl
+ ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
+____________________________________________________________________________
+[ 18763] By: chip on 2003/02/24 14:54:36
+ Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
+ Branch: perl
+ ! op.c win32/perlhost.h
+____________________________________________________________________________
+[ 18762] By: hv on 2003/02/24 00:18:42
+ Log: Remove no-longer-true line from perlop
+ Branch: perl
+ ! pod/perlop.pod
+____________________________________________________________________________
+[ 18761] By: jhi on 2003/02/23 12:07:53
+ Log: Chip noticed that the intended optionality of the 'IV' was
+ forgotten in the change #18758.
+ Branch: perl
+ ! ext/Devel/Peek/Peek.t
+____________________________________________________________________________
+[ 18760] By: jhi on 2003/02/22 19:17:04
+ Log: API doc tweaks.
+ Branch: perl
+ ! utf8.c
+____________________________________________________________________________
+[ 18759] By: sky on 2003/02/21 09:08:30
+ Log: Change regex to be a bit more friendly against various
+ outputs from ps -f, regex suggest by rgs
+ Branch: perl
+ ! ext/threads/t/join.t
+____________________________________________________________________________
+[ 18758] By: jhi on 2003/02/20 17:28:44
+ Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
+ From: PPrymmer@factset.com
+ Date: Thu, 20 Feb 2003 13:28:09 -0500
+ Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
+ Branch: perl
+ ! ext/Devel/Peek/Peek.t
+____________________________________________________________________________
+[ 18757] By: jhi on 2003/02/20 17:27:17
+ Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
+ From: PPrymmer@factset.com
+ Date: Wed, 19 Feb 2003 15:04:40 -0500
+ Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
+ Branch: perl
+ ! README.vms configure.com
+____________________________________________________________________________
+[ 18756] By: jhi on 2003/02/20 06:16:05
+ Log: Doc tweakage on -C.
+ Branch: perl
+ ! pod/perlrun.pod
+____________________________________________________________________________
+[ 18755] By: rgs on 2003/02/19 21:31:43
+ Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
+ From: Brendan O'Dea <bod@debian.org>
+ Date: Sun, 16 Feb 2003 21:09:23 +1100
+ Message-ID: <20030216100923.GA29761@londo.c47.org>
+ Branch: perl
+ ! pod/perlcompile.pod
+____________________________________________________________________________
+[ 18754] By: rgs on 2003/02/19 21:14:37
+ Log: Document clearly that "_" is always in package "main".
+ Branch: perl
+ ! pod/perlvar.pod
+____________________________________________________________________________
+[ 18753] By: rgs on 2003/02/19 20:55:09
+ Log: Subject: Re: [perl #20716] scope error with brackets
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Thu, 13 Feb 2003 04:52:21 +0200
+ Message-ID: <20030213025221.GA1215@ratsnest.hole>
+ (better version of change #18687)
+ Branch: perl
+ ! t/comp/parser.t toke.c
+____________________________________________________________________________
+[ 18752] By: jhi on 2003/02/19 05:10:26
+ Log: 'A' is not 65 everywhere.
+ Branch: perl
+ ! t/op/pack.t
+____________________________________________________________________________
+[ 18751] By: chip on 2003/02/19 03:54:45
+ Log: Support one-parameter unpack(), which unpacks $_.
+ Branch: perl
+ ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
+____________________________________________________________________________
+[ 18750] By: hv on 2003/02/19 00:53:03
+ Log: more complex assertions activation:
+ Subject: Re: Did the assertion patch/feature submission get overlooked?
+ From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
+ Date: Tue, 18 Feb 2003 19:24:13 +0000
+ Message-ID: <3E52885D.5060903@yahoo.com>
+ Branch: perl
+ ! lib/assertions.pm lib/assertions/activate.pm
+ ! t/comp/assertions.t
+____________________________________________________________________________
+[ 18749] By: hv on 2003/02/19 00:19:21
+ Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
+ From: andreas.koenig@anima.de (Andreas J. Koenig)
+ Date: Tue, 18 Feb 2003 11:48:40 +0100
+ Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
+ Branch: perl
+ ! patchlevel.h
+____________________________________________________________________________
+[ 18748] By: hv on 2003/02/19 00:00:41
+ Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Tue, 18 Feb 2003 21:45:45 +0000
+ Message-ID: <20030218214545.C18547@fdgroup.com>
+
+ and tests for the same:
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Wed, 19 Feb 2003 00:42:01 +0000
+ Message-ID: <20030219004201.F18547@fdgroup.com>
+ Branch: perl
+ ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
+____________________________________________________________________________
+[ 18747] By: hv on 2003/02/18 23:47:06
+ Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
+ problems on case-insensitive file systems. Rename it back to
+ t/run/switch_A.t
+ Branch: perl
+ +> t/run/switch_A.t
+ - t/run/switchA.t
+ ! MANIFEST
+____________________________________________________________________________
+[ 18746] By: sky on 2003/02/18 21:31:37
+ Log: Subject: Re: -Os for Darwin why?
+ From: schwern@pobox.com
+ Date: tis feb 18, 2003 20:37:39 Europe/Stockholm
+ Message-Id: <20030218113739.D25848@ttul.org>
+ Branch: perl
+ ! hints/darwin.sh
+____________________________________________________________________________
+[ 18745] By: jhi on 2003/02/18 18:37:21
+ Log: No pad.[hc] in maint.
+ Branch: maint-5.8/perl
+ ! Makefile.micro
+____________________________________________________________________________
+[ 18744] By: jhi on 2003/02/18 14:46:18
+ Log: Integrate:
+ [ 18280]
+ Integrate from the maint-5.8/ branch :
+ changes 18219, 18236, 18242-3, 18247-8,
+ 18253-5, 18257, 18273-6
+
+ [ 18740]
+ Re: -Os for Darwin why?
+ From: schwern@pobox.com
+ Date: tis feb 18, 2003 04:14:03 Europe/Stockholm
+ Message-Id: <20030217191403.A17553@ttul.org>
+
+ [ 18737]
+ Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
+ From: Stephen McCamant <smcc@mit.edu>
+ Date: Mon, 17 Feb 2003 19:34:36 -0500
+ Date: Mon, 17 Feb 2003 19:34:36 -0500
+ Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
+
+ [ 18723]
+ Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sun, 16 Feb 2003 00:05:10 +0200
+ Message-ID: <20030215220510.GB893@ratsnest.hole>
+
+ [ 18722]
+ outdent else-if chain in scope()
+
+ [ 18721]
+ Subject: [PATCH] arcane tainting bug in vms.c
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sat, 15 Feb 2003 12:29:03 -0600
+ Message-ID: <3E4E86EF.8090609@mac.com>
+
+ [ 18720]
+ restrict PERL_PRESERVE_IVUV to things that should really give an
+ integer, but extend to runtime. Based on:
+ Subject: Re: [perl #20827] Unexpected scientific notation.
+ From: hv@crypt.org
+ Date: Wed, 12 Feb 2003 03:12:43 +0000
+ Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
+
+ [ 18708]
+ Subject: Re: [perl #20912] UTF8 related glitch + fix
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sat, 15 Feb 2003 00:37:40 +0200
+ Message-ID: <20030214223740.GA13575@ratsnest.hole>
+
+ [ 18707]
+ Subject: [doc patch] ext/threads/shared/shared.pm
+ From: Stas Bekman <stas@stason.org>
+ Date: Fri, 14 Feb 2003 11:12:39 +1100
+ Message-ID: <3E4C3477.7030306@stason.org>
+
+ [ 18706]
+ Subject: Re: perlvar phrasing clarification for $^S
+ From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
+ Date: Fri, 14 Feb 2003 10:12:00 +1100
+ Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
+
+ [ 18705]
+ Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Fri, 14 Feb 2003 22:48:27 +0000
+ Message-ID: <20030214224827.B6783@fdgroup.com>
+
+ with tests:
+ From: Slaven Rezic <slaven@rezic.de>
+ Date: 14 Feb 2003 20:23:20 +0100
+ Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
+
+ [ 18704]
+ Subject: Re: overriding builtins quirk
+ From: Jerrad Pierce <belg4mit@MIT.EDU>
+ Date: Fri, 14 Feb 2003 09:28:13 -0500
+ Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
+
+ [ 18703]
+ Subject: Re: trying to fix #20154, #20357
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sat, 8 Feb 2003 21:05:14 +0200
+ Message-ID: <20030208190514.GA866@ratsnest.hole>
+ (fixes #19061 as well)
+ Branch: maint-5.8/perl
+ !> ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
+ !> ext/B/B/Terse.pm ext/B/t/terse.t ext/threads/shared/shared.pm
+ !> hints/darwin.sh op.c pod/perlsub.pod pod/perlvar.pod pp.c
+ !> pp_ctl.c t/op/goto.t t/op/lc.t t/op/split.t t/op/substr.t
+ !> t/op/vec.t vms/vms.c
+____________________________________________________________________________
+[ 18743] By: jhi on 2003/02/18 14:12:11
+ Log: Integrate:
+ [ 18702]
+ Update to Scalar-List-Utils 1.11
+
+ [ 18709]
+ Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
+ (problem noticed by Graham with List::Util).
+
+ [ 18710]
+ Update the MD5 checksums.
+
+ [ 18711]
+ Update MD5 Changes; update checksums.
+
+ [ 18712]
+ Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
+ even closer to each other. The dec_osf.pl is irrelevant
+ for the current core but adding it makes for one less exception
+ when integrating.
+
+ [ 18714]
+ Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
+
+ [ 18718]
+ As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
+ which will disable the short forms of the Perl_ API, good for
+ embedding stuff. (Kind of like the old NO_EMBED, but better.)
+
+ [ 18728]
+ According to Sarathy it's better have the Ministry
+ of Information to remove all memory of NO_EMBED.
+ What NO_EMBED?
+
+ [ 18729]
+ NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
+
+ [ 18734]
+ Suppress empty #ifdef blocks in embed.pl
+ Branch: maint-5.8/perl
+ +> ext/Digest/MD5/hints/dec_osf.pl ext/List/Util/t/proto.t
+ !> MANIFEST embed.h embed.pl ext/Data/Dumper/Dumper.xs
+ !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
+ !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
+ !> ext/Digest/MD5/t/files.t ext/List/Util/ChangeLog
+ !> ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
+ !> ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
+ !> ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
+ !> pod/perlembed.pod
+____________________________________________________________________________
+[ 18742] By: jhi on 2003/02/18 14:05:05
+ Log: Integrate:
+ [ 18715]
+ The new(er) way of controlling Unicode I/O (and other) features;
+ -C (or PERL_UNICODE). See perlrun/-C for more details.
+
+ [ 18716]
+ Forgotten from #18715.
+
+ [ 18717]
+ Clarify the -C syntax a bit.
+
+ [ 18730]
+ Make also the -CAL conditional on locale.
+
+ [ 18731]
+ Doc tweaks (and one code tweak) based on Philip Newton's comments.
+
+ [ 18732]
+ Philip Newton has eagle eyes :-)
+
+ [ 18741]
+ Format nit.
+ Branch: maint-5.8/perl
+ !> embed.fnc embed.h embedvar.h gv.c intrpvar.h locale.c mg.c
+ !> perl.c perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
+ !> pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
+ !> proto.h util.c
+____________________________________________________________________________
+[ 18741] By: jhi on 2003/02/18 14:01:34
+ Log: Format nit.
+ Branch: perl
+ ! util.c
+____________________________________________________________________________
+[ 18740] By: sky on 2003/02/18 06:33:57
+ Log: Re: -Os for Darwin why?
+ From: schwern@pobox.com
+ Date: tis feb 18, 2003 04:14:03 Europe/Stockholm
+ Message-Id: <20030217191403.A17553@ttul.org>
+ Branch: perl
+ ! hints/darwin.sh
+____________________________________________________________________________
+[ 18739] By: hv on 2003/02/18 01:04:01
+ Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
+ From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
+ Date: Mon, 17 Feb 2003 23:38:05 +0000
+ Message-ID: <3E51725D.5060303@yahoo.com>
+ Branch: perl
+ + t/comp/assertions.t t/run/switchA.t
+ ! MANIFEST
+____________________________________________________________________________
+[ 18738] By: hv on 2003/02/18 00:51:24
+ Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
+ From: Nicholas Clark <nick@ccl4.org>
+ Date: Mon, 17 Feb 2003 21:07:03 +0000
+ Message-ID: <20030217210330.A8611@plum.flirble.org>
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 18737] By: hv on 2003/02/18 00:47:00
+ Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
+ From: Stephen McCamant <smcc@mit.edu>
+ Date: Mon, 17 Feb 2003 19:34:36 -0500
+ Date: Mon, 17 Feb 2003 19:34:36 -0500
+ Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
+ Branch: perl
+ ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
+ ! ext/B/B/Terse.pm ext/B/t/terse.t
+____________________________________________________________________________
+[ 18736] By: hv on 2003/02/17 09:33:47
+ Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Sun, 16 Feb 2003 23:09:50 +0000
+ Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 18735] By: hv on 2003/02/17 09:13:02
+ Log: Use the escape E<ntilde> in source files rather than the actual char.
+ Branch: perl
+ ! lib/assertions.pm lib/assertions/activate.pm
+____________________________________________________________________________
+[ 18734] By: hv on 2003/02/17 09:06:44
+ Log: Suppress empty #ifdef blocks in embed.pl
+ Branch: perl
+ ! embed.h embed.pl
+____________________________________________________________________________
+[ 18733] By: hv on 2003/02/17 08:51:53
+ Log: fix typo in sv.c and regenerate perlapi.pod
+ Branch: perl
+ ! pod/perlapi.pod sv.c
+____________________________________________________________________________
+[ 18732] By: jhi on 2003/02/17 06:40:09
+ Log: Philip Newton has eagle eyes :-)
+ Branch: perl
+ ! pod/perlrun.pod
+____________________________________________________________________________
+[ 18731] By: jhi on 2003/02/17 05:31:18
+ Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
+ Branch: perl
+ ! locale.c pod/perlrun.pod pod/perlunicode.pod
+ ! pod/perluniintro.pod pod/perlvar.pod util.c
+____________________________________________________________________________
+[ 18730] By: jhi on 2003/02/17 04:44:53
+ Log: Make also the -CAL conditional on locale.
+ Branch: perl
+ ! perl.c pod/perlrun.pod
+____________________________________________________________________________
+[ 18729] By: jhi on 2003/02/16 18:33:05
+ Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
+ Branch: perl
+ ! embed.h embed.pl pod/perlembed.pod
+____________________________________________________________________________
+[ 18728] By: jhi on 2003/02/16 18:20:04
+ Log: According to Sarathy it's better have the Ministry
+ of Information to remove all memory of NO_EMBED.
+ What NO_EMBED?
+ Branch: perl
+ ! embed.h embed.pl
+____________________________________________________________________________
+[ 18727] By: hv on 2003/02/16 13:55:10
+ Log: add support for assertions. Updated form of:
+ Subject: Re: Did the assertion patch/feature submission get overlooked?
+ From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
+ Date: Sat, 30 Nov 2002 17:24:09 +0000
+ Message-ID: <3DE8F439.50402@yahoo.com>
+ Branch: perl
+ + lib/assertions.pm lib/assertions/activate.pm
+ ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
+ ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
+ ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
+____________________________________________________________________________
+[ 18726] By: hv on 2003/02/16 13:10:32
+ Log: COW regexps:
+ Subject: [PATCH] Copy on write for $& and $1...
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Sun, 9 Feb 2003 23:00:09 +0000
+ Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
+ Branch: perl
+ ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
+ ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
+____________________________________________________________________________
+[ 18725] By: hv on 2003/02/16 13:08:52
+ Log: inline SvREFCNT_dec:
+ Subject: [PATCH] Copy on write for $& and $1...
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Sun, 9 Feb 2003 23:00:09 +0000
+ Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
+ Branch: perl
+ ! embed.fnc embed.h proto.h sv.c sv.h
+____________________________________________________________________________
+[ 18723] By: hv on 2003/02/16 11:12:58
+ Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sun, 16 Feb 2003 00:05:10 +0200
+ Message-ID: <20030215220510.GB893@ratsnest.hole>
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 18722] By: hv on 2003/02/16 11:08:06
+ Log: outdent else-if chain in scope()
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 18721] By: hv on 2003/02/16 11:00:47
+ Log: Subject: [PATCH] arcane tainting bug in vms.c
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sat, 15 Feb 2003 12:29:03 -0600
+ Message-ID: <3E4E86EF.8090609@mac.com>
+ Branch: perl
+ ! vms/vms.c
+____________________________________________________________________________
+[ 18720] By: hv on 2003/02/16 10:54:58
+ Log: restrict PERL_PRESERVE_IVUV to things that should really give an
+ integer, but extend to runtime. Based on:
+ Subject: Re: [perl #20827] Unexpected scientific notation.
+ From: hv@crypt.org
+ Date: Wed, 12 Feb 2003 03:12:43 +0000
+ Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
+ Branch: perl
+ ! op.c pp.c
+____________________________________________________________________________
+[ 18719] By: nick on 2003/02/16 10:40:30
+ Log: Integrate mainline (Works again)
+ Branch: perlio
+ !> embed.fnc embed.h embedvar.h ext/Storable/Storable.xs gv.c
+ !> intrpvar.h locale.c mg.c perl.c perl.h perlapi.h
+ !> pod/perldiag.pod pod/perlrun.pod pod/perlunicode.pod
+ !> pod/perluniintro.pod pod/perlvar.pod proto.h util.c
+____________________________________________________________________________
+[ 18718] By: jhi on 2003/02/16 09:47:02
+ Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
+ which will disable the short forms of the Perl_ API, good for
+ embedding stuff. (Kind of like the old NO_EMBED, but better.)
+ Branch: perl
+ ! embed.h embed.pl pod/perlembed.pod
+____________________________________________________________________________
+[ 18717] By: jhi on 2003/02/16 09:44:57
+ Log: Clarify the -C syntax a bit.
+ Branch: perl
+ ! pod/perlrun.pod
+____________________________________________________________________________
+[ 18716] By: jhi on 2003/02/16 08:29:54
+ Log: Forgotten from #18715.
+ Branch: perl
+ ! embed.h proto.h
+____________________________________________________________________________
+[ 18715] By: jhi on 2003/02/15 21:19:37
+ Log: The new(er) way of controlling Unicode I/O (and other) features;
+ -C (or PERL_UNICODE). See perlrun/-C for more details.
+ Branch: perl
+ ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
+ ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
+ ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
+ ! util.c
+____________________________________________________________________________
+[ 18714] By: jhi on 2003/02/15 12:31:25
+ Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
+ Branch: perl
+ ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 18713] By: nick on 2003/02/15 12:05:01
+ Log: Integrate mainline (storable is dead)
+ Branch: perlio
+ +> ext/Digest/MD5/hints/dec_osf.pl ext/List/Util/t/lln.t
+ +> ext/List/Util/t/proto.t lib/CPAN/README
+ +> lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
+ +> plan9/config_h.sample plan9/config_sh.sample utils/cpan
+ !> (integrate 113 files)
+____________________________________________________________________________
+[ 18712] By: jhi on 2003/02/15 08:39:38
+ Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
+ even closer to each other. The dec_osf.pl is irrelevant
+ for the current core but adding it makes for one less exception
+ when integrating.
+ Branch: perl
+ + ext/Digest/MD5/hints/dec_osf.pl
+ ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
+ ! ext/Digest/MD5/t/files.t
+____________________________________________________________________________
+[ 18711] By: jhi on 2003/02/15 08:32:04
+ Log: Update MD5 Changes; update checksums.
+ Branch: perl
+ ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
+____________________________________________________________________________
+[ 18710] By: jhi on 2003/02/15 08:19:20
+ Log: Update the MD5 checksums.
+ Branch: perl
+ ! ext/Digest/MD5/t/files.t
+____________________________________________________________________________
+[ 18709] By: jhi on 2003/02/15 08:16:26
+ Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
+ (problem noticed by Graham with List::Util).
+ Branch: perl
+ ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
+ ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 18708] By: jhi on 2003/02/15 07:31:17
+ Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sat, 15 Feb 2003 00:37:40 +0200
+ Message-ID: <20030214223740.GA13575@ratsnest.hole>
+ Branch: perl
+ ! pp.c t/op/split.t
+____________________________________________________________________________
+[ 18707] By: hv on 2003/02/15 06:38:15
+ Log: Subject: [doc patch] ext/threads/shared/shared.pm
+ From: Stas Bekman <stas@stason.org>
+ Date: Fri, 14 Feb 2003 11:12:39 +1100
+ Message-ID: <3E4C3477.7030306@stason.org>
+ Branch: perl
+ ! ext/threads/shared/shared.pm
+____________________________________________________________________________
+[ 18706] By: hv on 2003/02/15 06:32:35
+ Log: Subject: Re: perlvar phrasing clarification for $^S
+ From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
+ Date: Fri, 14 Feb 2003 10:12:00 +1100
+ Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
+ Branch: perl
+ ! pod/perlvar.pod
+____________________________________________________________________________
+[ 18705] By: hv on 2003/02/15 06:27:07
+ Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Fri, 14 Feb 2003 22:48:27 +0000
+ Message-ID: <20030214224827.B6783@fdgroup.com>
+
+ with tests:
+ From: Slaven Rezic <slaven@rezic.de>
+ Date: 14 Feb 2003 20:23:20 +0100
+ Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
+ Branch: perl
+ ! pp.c t/op/substr.t t/op/vec.t
+____________________________________________________________________________
+[ 18704] By: hv on 2003/02/15 06:17:06
+ Log: Subject: Re: overriding builtins quirk
+ From: Jerrad Pierce <belg4mit@MIT.EDU>
+ Date: Fri, 14 Feb 2003 09:28:13 -0500
+ Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
+ Branch: perl
+ ! pod/perlsub.pod
+____________________________________________________________________________
+[ 18703] By: rgs on 2003/02/14 22:23:56
+ Log: Subject: Re: trying to fix #20154, #20357
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sat, 8 Feb 2003 21:05:14 +0200
+ Message-ID: <20030208190514.GA866@ratsnest.hole>
+ (fixes #19061 as well)
+ Branch: perl
+ ! pp_ctl.c t/op/goto.t
+____________________________________________________________________________
+[ 18702] By: gbarr on 2003/02/14 19:26:23
+ Log: Update to Scalar-List-Utils 1.11
+ Branch: perl
+ + ext/List/Util/t/proto.t
+ ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
+ ! ext/List/Util/lib/List/Util.pm
+ ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
+____________________________________________________________________________
+[ 18701] By: jhi on 2003/02/14 08:05:43
+ Log: Somehow oddly these integration changes didn't
+ make it to the change #18700.
+ Branch: maint-5.8/perl
+ !> ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 18700] By: jhi on 2003/02/13 14:55:54
+ Log: Integrate:
+ [ 18674]
+ Signedness nits.
+
+ [ 18678]
+ CPAN ChangeLog not needed, says Andreas.
+
+ [ 18682]
+ Subject: [PATCH] version objects final(?) patch
+ From: John Peacock <jpeacock@rowman.com>
+ Date: Sun, 05 Jan 2003 21:28:41 -0500
+ Message-ID: <3E18E9D9.2040908@rowman.com>
+
+ [ 18683]
+ Subject: RE: perldebug.pod suggestion
+ From: "Jay Hannah" <jhannah@omnihotels.com>
+ Date: Fri, 24 Jan 2003 11:28:44 -0600
+ Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
+
+ [ 18684]
+ fix for C< use if qw/ 1 open :utf8 / > based on:
+ Subject: [perl #20536] use if 1, open => ':utf8' fails
+ From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
+ Date: 24 Jan 2003 22:39:06 -0000
+ Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
+
+ [ 18685]
+ No, we don't really want the utility scripts.
+
+ [ 18686]
+ Compile under threads and MacOSX. For some reason newSVpvf
+ was not exapnded.
+
+ [ 18687]
+ Subject: Re: [perl #20716] [FIX] scope error with brackets
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: mon feb 10, 2003 18:48:58 Europe/Stockholm
+ Message-id: <20030210174858.GA872@ratsnest.hole>
+
+ [ 18688]
+ Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: sun feb 9, 2003 21:10:25 Europe/Stockholm
+ Message-Id: <20030209201025.GA1247@ratsnest.hole>
+
+ [ 18689]
+ Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
+ Now allows but ignores the 'l' modifier on floating point formats
+ and adds a couple of tests.
+
+ [ 18690]
+ fix comment in change #18689
+
+ [ 18691]
+ Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
+ From: Mark Mielke <mark@mark.mielke.cc>
+ Date: Mon, 20 Jan 2003 19:56:13 -0500
+ Message-ID: <20030121005613.GA31739@mark.mielke.cc>
+
+ [ 18692]
+ Dueling patches.
+
+ [ 18694]
+ Subject: [PATCH] More B::Concise fixes
+ From: Stephen McCamant <smcc@mit.edu>
+ Date: Sun, 9 Feb 2003 17:28:38 -0500
+ Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
+
+ [ 18695]
+ Subject: mini-[patch] perlrun "^$W" typo
+ From: Iain Truskett <spoon@dellah.org>
+ Date: Tue, 11 Feb 2003 08:38:52 +1100
+ Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
+
+ [ 18696]
+ Subject: [perl #20654] %*v02x considered invalid in printf
+ From: Robin Barker (via RT) <perlbug-followup@perl.org>
+ Date: 10 Feb 2003 16:43:23 -0000
+ Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
+
+ [ 18698]
+ Subject: perlbug (was: Re: [perl #20606] [no subject])
+ From: Slaven Rezic <slaven@rezic.de>
+ Date: 30 Jan 2003 19:03:41 +0100
+ Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
+
+ [ 18697]
+ Subject: [PATCH 5.9.0] to silence compiler warning
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Tue, 28 Jan 2003 13:27:17 -0000
+ Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
+
+ [ 18699]
+ gcc 3.2.1 does not have -Wall faith that tmp
+ will not be used uninitialized.
+
+ (ignored some universal.c and util.c changes that were irrelevant
+ for the maint branch code)
+ Branch: maint-5.8/perl
+ - lib/CPAN/ChangeLog
+ !> MANIFEST doio.c ext/B/B/Concise.pm ext/MIME/Base64/Makefile.PL
+ !> ext/PerlIO/encoding/encoding.pm lib/if.pm lib/if.t
+ !> pod/perldebug.pod pod/perlrun.pod pp_ctl.c sv.c
+ !> t/comp/parser.t t/op/sprintf.t toke.c universal.c
+ !> utils/perlbug.PL x2p/Makefile.SH
+____________________________________________________________________________
+[ 18699] By: jhi on 2003/02/13 09:43:33
+ Log: gcc 3.2.1 does not have -Wall faith that tmp
+ will not be used uninitialized.
+ Branch: perl
+ ! toke.c
+____________________________________________________________________________
+[ 18698] By: hv on 2003/02/12 03:01:32
+ Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
+ From: Slaven Rezic <slaven@rezic.de>
+ Date: 30 Jan 2003 19:03:41 +0100
+ Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
+ Branch: perl
+ ! utils/perlbug.PL
+____________________________________________________________________________
+[ 18697] By: hv on 2003/02/12 02:20:39
+ Log: Subject: [PATCH 5.9.0] to silence compiler warning
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Tue, 28 Jan 2003 13:27:17 -0000
+ Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
+ Branch: perl
+ ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
+ ! universal.c util.c
+____________________________________________________________________________
+[ 18696] By: rgs on 2003/02/11 20:13:21
+ Log: Subject: [perl #20654] %*v02x considered invalid in printf
+ From: Robin Barker (via RT) <perlbug-followup@perl.org>
+ Date: 10 Feb 2003 16:43:23 -0000
+ Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
+ Branch: perl
+ ! sv.c t/op/sprintf.t
+____________________________________________________________________________
+[ 18695] By: rgs on 2003/02/11 20:00:23
+ Log: Subject: mini-[patch] perlrun "^$W" typo
+ From: Iain Truskett <spoon@dellah.org>
+ Date: Tue, 11 Feb 2003 08:38:52 +1100
+ Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
+ Branch: perl
+ ! pod/perlrun.pod
+____________________________________________________________________________
+[ 18694] By: rgs on 2003/02/11 19:44:00
+ Log: Subject: [PATCH] More B::Concise fixes
+ From: Stephen McCamant <smcc@mit.edu>
+ Date: Sun, 9 Feb 2003 17:28:38 -0500
+ Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
+ Branch: perl
+ ! ext/B/B/Concise.pm
+____________________________________________________________________________
+[ 18693] By: merijn on 2003/02/11 08:14:29
+ Log: More code cleanup.
+
+ Subject: Re: New SV Flag
+ Date: Fri, 07 Feb 2003 09:57:43 +0100
+ From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+ Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
+ Branch: perl
+ ! sv.c sv.h
+____________________________________________________________________________
+[ 18692] By: jhi on 2003/02/11 07:53:26
+ Log: Dueling patches.
+ Branch: perl
+ - lib/CPAN/ChangeLog
+ ! MANIFEST
+____________________________________________________________________________
+[ 18691] By: hv on 2003/02/11 00:27:56
+ Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
+ From: Mark Mielke <mark@mark.mielke.cc>
+ Date: Mon, 20 Jan 2003 19:56:13 -0500
+ Message-ID: <20030121005613.GA31739@mark.mielke.cc>
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 18690] By: hv on 2003/02/10 22:08:05
+ Log: fix comment in change #18689
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 18689] By: hv on 2003/02/10 21:59:34
+ Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
+ Now allows but ignores the 'l' modifier on floating point formats
+ and adds a couple of tests.
+ Branch: perl
+ ! sv.c t/op/sprintf.t
+____________________________________________________________________________
+[ 18688] By: sky on 2003/02/10 19:54:13
+ Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: sun feb 9, 2003 21:10:25 Europe/Stockholm
+ Message-Id: <20030209201025.GA1247@ratsnest.hole>
+ Branch: perl
+ ! pp_ctl.c
+____________________________________________________________________________
+[ 18687] By: sky on 2003/02/10 18:13:29
+ Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: mon feb 10, 2003 18:48:58 Europe/Stockholm
+ Message-id: <20030210174858.GA872@ratsnest.hole>
+ Branch: perl
+ ! t/comp/parser.t toke.c
+____________________________________________________________________________
+[ 18686] By: sky on 2003/02/10 18:11:35
+ Log: Compile under threads and MacOSX. For some reason newSVpvf
+ was not exapnded.
+ Branch: perl
+ ! universal.c
+____________________________________________________________________________
+[ 18685] By: ams on 2003/02/10 03:44:07
+ Log: No, we don't really want the utility scripts.
+ Branch: perl
+ - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
+ - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
+ ! MANIFEST ext/MIME/Base64/Makefile.PL
+____________________________________________________________________________
+[ 18684] By: hv on 2003/02/10 01:43:12
+ Log: fix for C< use if qw/ 1 open :utf8 / > based on:
+ Subject: [perl #20536] use if 1, open => ':utf8' fails
+ From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
+ Date: 24 Jan 2003 22:39:06 -0000
+ Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
+ Branch: perl
+ ! lib/if.pm lib/if.t
+____________________________________________________________________________
+[ 18683] By: hv on 2003/02/10 01:15:52
+ Log: Subject: RE: perldebug.pod suggestion
+ From: "Jay Hannah" <jhannah@omnihotels.com>
+ Date: Fri, 24 Jan 2003 11:28:44 -0600
+ Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
+ Branch: perl
+ ! pod/perldebug.pod
+____________________________________________________________________________
+[ 18682] By: hv on 2003/02/10 00:26:50
+ Log: Subject: [PATCH] version objects final(?) patch
+ From: John Peacock <jpeacock@rowman.com>
+ Date: Sun, 05 Jan 2003 21:28:41 -0500
+ Message-ID: <3E18E9D9.2040908@rowman.com>
+ Branch: perl
+ ! lib/version.pm lib/version.t universal.c util.c
+____________________________________________________________________________
+[ 18681] By: chip on 2003/02/09 17:45:06
+ Log: Remove _h2ph_pre.ph when h2ph.t is complete.
+ Branch: maint-5.005/perl
+ ! t/lib/h2ph.t
+____________________________________________________________________________
+[ 18680] By: chip on 2003/02/09 17:39:33
+ Log: Add CPAN ChangeLog to MANIFEST.
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 18679] By: chip on 2003/02/09 17:32:12
+ Log: Doc change explaining usemymalloc='n'.
+ Branch: maint-5.005/perl
+ ! hints/linux.sh
+____________________________________________________________________________
+[ 18678] By: jhi on 2003/02/09 14:37:38
+ Log: CPAN ChangeLog not needed, says Andreas.
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 18677] By: jhi on 2003/02/09 08:42:19
+ Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
+ From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
+ Date: 8 Feb 2003 11:54:11 -0000
+ Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
+ Branch: perl
+ ! ext/PerlIO/encoding/encoding.pm
+____________________________________________________________________________
+[ 18676] By: jhi on 2003/02/09 08:35:25
+ Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
+ From: Stas Bekman <stas@stason.org>
+ Date: Sat, 08 Feb 2003 11:12:28 +1100
+ Message-ID: <3E444B6C.5060407@stason.org>
+ Branch: perl
+ ! doio.c
+____________________________________________________________________________
+[ 18675] By: jhi on 2003/02/08 19:49:40
+ Log: Possible cruft removal.
+ Branch: perl
+ ! x2p/Makefile.SH
+____________________________________________________________________________
+[ 18674] By: jhi on 2003/02/08 18:22:42
+ Log: Signedness nits.
+ Branch: perl
+ ! toke.c
+____________________________________________________________________________
+[ 18673] By: jhi on 2003/02/08 17:38:33
+ Log: Integrate:
+ [ 18666]
+ Patch from Richard Soderberg, cleanup the code a bit and comment
+ why we are not using SvOOK_on.
+
+ [ 18667]
+ Integrate:
+ [ 18468]
+ Subject: [PATCH] VMS perly build tweak
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Thu, 9 Jan 2003 14:44:40 -0600
+ Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
+
+ [ 18668]
+ sv_cat_recode() proto was missing, noticed by Craig Berry.
+
+ [ 18669]
+ Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
+ From: PPrymmer@factset.com
+ Date: Wed, 5 Feb 2003 12:00:05 -0500
+ Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
+
+ [ 18670]
+ Subject: [PATCH] perluniintro nit
+ From: Autrijus Tang <autrijus@autrijus.org>
+ Date: Fri, 7 Feb 2003 00:02:49 +0800
+ Message-ID: <20030206160249.GA12984@not.autrijus.org>
+
+ [ 18671]
+ Upgrade to Net::Ping 2.28, from Rob Brown.
+
+ [ 18672]
+ Upgrade to CPAN 1.64, from Andreas Koenig.
+ Branch: maint-5.8/perl
+ +> lib/CPAN/ChangeLog lib/CPAN/README lib/Net/Ping/t/190_alarm.t
+ +> lib/Net/Ping/t/500_ping_icmp.t utils/cpan
+ !> MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
+ !> lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
+ !> lib/Net/Ping.pm lib/Net/Ping/Changes lib/Net/Ping/README
+ !> lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/400_ping_syn.t
+ !> lib/Net/Ping/t/410_syn_host.t pod/perluniintro.pod proto.h
+ !> sv.c t/pod/find.t utils.lst
+____________________________________________________________________________
+[ 18672] By: jhi on 2003/02/08 08:45:35
+ Log: Upgrade to CPAN 1.64, from Andreas Koenig.
+ Branch: perl
+ + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
+ ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
+ ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
+ ! utils.lst
+____________________________________________________________________________
+[ 18671] By: jhi on 2003/02/08 08:35:06
+ Log: Upgrade to Net::Ping 2.28, from Rob Brown.
+ Branch: perl
+ + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
+ ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
+ ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
+ ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
+____________________________________________________________________________
+[ 18670] By: jhi on 2003/02/08 07:23:02
+ Log: Subject: [PATCH] perluniintro nit
+ From: Autrijus Tang <autrijus@autrijus.org>
+ Date: Fri, 7 Feb 2003 00:02:49 +0800
+ Message-ID: <20030206160249.GA12984@not.autrijus.org>
+ Branch: perl
+ ! pod/perluniintro.pod
+____________________________________________________________________________
+[ 18669] By: jhi on 2003/02/06 20:06:09
+ Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
+ From: PPrymmer@factset.com
+ Date: Wed, 5 Feb 2003 12:00:05 -0500
+ Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
+ Branch: perl
+ ! t/pod/find.t
+____________________________________________________________________________
+[ 18668] By: jhi on 2003/02/06 20:00:52
+ Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
+ Branch: perl
+ ! proto.h
+____________________________________________________________________________
+[ 18667] By: jhi on 2003/02/06 19:58:41
+ Log: Integrate:
+ [ 18468]
+ Subject: [PATCH] VMS perly build tweak
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Thu, 9 Jan 2003 14:44:40 -0600
+ Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
+ Branch: maint-5.8/perl
+ !> vms/descrip_mms.template
+____________________________________________________________________________
+[ 18666] By: sky on 2003/02/06 09:39:24
+ Log: Patch from Richard Soderberg, cleanup the code a bit and comment
+ why we are not using SvOOK_on.
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 18665] By: jhi on 2003/02/06 09:34:12
+ Log: Integrate:
+ [ 18647]
+ Subject: Re: [perl #20606] [PATCH} openbsd hints
+ From: Abe Timmerman <abe@ztreet.demon.nl>
+ Date: Sun, 2 Feb 2003 18:27:57 +0100
+ Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
+
+ [ 18648]
+ Fix bug #8760 : cop_line isn't properly restored
+ when a module is loaded at runtime behind the scenes.
+
+ [ 18649]
+ Document the environment variable PERL_UTF8_LOCALE in perlrun.
+
+ [ 18650]
+ Force the C locale in makedepend, to prevent gcc from
+ producing locale-dependent messages.
+
+ [ 18651]
+ Signedness issue.
+
+ [ 18652]
+ Comment tweak.
+
+ [ 18653]
+ Fix "[perl #20667] unicode regex vs non-unicode regex".
+ The PL_regdata was not set up (S_cache_re()) before it
+ was needed (S_reginclass()). The test put in fresh_perl.t
+ because we need a pristine state to start.
+
+ [ 18654]
+ Sync with 1.10
+
+ [ 18655]
+ Add the new test to MANIFEST.
+
+ [ 18656]
+ Better version of change #18648, by Enache Adrian
+ Message-ID: <20030204101533.GA11817@ratsnest.hole>
+
+ [ 18657]
+ Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
+ From: Stephen McCamant <smcc@mit.edu>
+ Date: Mon, 3 Feb 2003 21:01:07 -0500
+ Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
+
+ [ 18658]
+ s/S_cache_re/cache_re/ for building with threads.
+
+ [ 18659]
+ Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
+ From: PPrymmer@factset.com
+ Date: Tue, 4 Feb 2003 12:03:17 -0500
+ Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
+
+ [ 18660]
+ Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
+ From: Inaba HIroto <inaba@st.rim.or.jp>
+ Date: Sat, 01 Feb 2003 21:58:20 +0900
+ Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
+
+ [ 18661]
+ [perl #19767] has become fixed too (by changes #18653
+ and #18658, methinks), adding the test(s).
+
+ [ 18662]
+ Add the test of [perl #8760] (fixed by change #18656).
+
+ [ 18663]
+ Upgrade to Encode 1.87.
+
+ [ 18664]
+ Things forgotten from Encode 1.87.
+ Branch: maint-5.8/perl
+ +> ext/List/Util/t/lln.t
+ !> (integrate 43 files)
+____________________________________________________________________________
+[ 18664] By: jhi on 2003/02/06 09:26:53
+ Log: Things forgotten from Encode 1.87.
+ Branch: perl
+ ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
+____________________________________________________________________________
+[ 18663] By: jhi on 2003/02/06 04:03:31
+ Log: Upgrade to Encode 1.87.
+ Branch: perl
+ ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
+ ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
+ ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
+ ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
+ ! ext/Encode/lib/Encode/CJKConstants.pm
+ ! ext/Encode/lib/Encode/Encoder.pm
+ ! ext/Encode/lib/Encode/Encoding.pm
+ ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
+ ! ext/Encode/t/enc_eucjp.t
+____________________________________________________________________________
+[ 18662] By: jhi on 2003/02/05 19:40:38
+ Log: Add the test of [perl #8760] (fixed by change #18656).
+ Branch: perl
+ ! t/run/fresh_perl.t
+____________________________________________________________________________
+[ 18661] By: jhi on 2003/02/05 19:28:37
+ Log: has become fixed too (by changes #18653
+ and #18658, methinks), adding the test(s).
+ Branch: perl
+ ! t/op/pat.t
+____________________________________________________________________________
+[ 18660] By: jhi on 2003/02/05 17:15:35
+ Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
+ From: Inaba HIroto <inaba@st.rim.or.jp>
+ Date: Sat, 01 Feb 2003 21:58:20 +0900
+ Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
+ Branch: perl
+ ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
+ ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
+ ! ext/Encode/lib/Encode/Encoding.pm
+ ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
+ ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
+____________________________________________________________________________
+[ 18659] By: jhi on 2003/02/05 11:51:30
+ Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
+ From: PPrymmer@factset.com
+ Date: Tue, 4 Feb 2003 12:03:17 -0500
+ Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
+ Branch: perl
+ ! ext/PerlIO/via/via.xs
+____________________________________________________________________________
+[ 18658] By: jhi on 2003/02/05 05:45:11
+ Log: s/S_cache_re/cache_re/ for building with threads.
+ Branch: perl
+ ! regexec.c
+____________________________________________________________________________
+[ 18657] By: rgs on 2003/02/04 20:06:19
+ Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
+ From: Stephen McCamant <smcc@mit.edu>
+ Date: Mon, 3 Feb 2003 21:01:07 -0500
+ Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
+ Branch: perl
+ ! ext/B/B/Concise.pm ext/B/t/concise.t
+____________________________________________________________________________
+[ 18656] By: rgs on 2003/02/04 20:02:56
+ Log: Better version of change #18648, by Enache Adrian
+ Message-ID: <20030204101533.GA11817@ratsnest.hole>
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 18655] By: jhi on 2003/02/04 15:56:36
+ Log: Add the new test to MANIFEST.
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 18654] By: gbarr on 2003/02/04 14:42:51
+ Log: Sync with 1.10
+ Branch: perl
+ + ext/List/Util/t/lln.t
+ ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
+ ! ext/List/Util/lib/List/Util.pm
+ ! ext/List/Util/lib/Scalar/Util.pm
+____________________________________________________________________________
+[ 18653] By: jhi on 2003/02/04 11:04:25
+ Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
+ The PL_regdata was not set up (S_cache_re()) before it
+ was needed (S_reginclass()). The test put in fresh_perl.t
+ because we need a pristine state to start.
+ Branch: perl
+ ! regexec.c t/run/fresh_perl.t
+____________________________________________________________________________
+[ 18652] By: jhi on 2003/02/04 06:35:51
+ Log: Comment tweak.
+ Branch: perl
+ ! t/op/pat.t
+____________________________________________________________________________
+[ 18651] By: jhi on 2003/02/04 06:28:53
+ Log: Signedness issue.
+ Branch: perl
+ ! ext/MIME/Base64/Base64.xs
+____________________________________________________________________________
+[ 18650] By: rgs on 2003/02/03 22:02:44
+ Log: Force the C locale in makedepend, to prevent gcc from
+ producing locale-dependent messages.
+ Branch: perl
+ ! makedepend.SH
+____________________________________________________________________________
+[ 18649] By: rgs on 2003/02/03 22:00:21
+ Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
+ Branch: perl
+ ! pod/perlrun.pod
+____________________________________________________________________________
+[ 18648] By: rgs on 2003/02/03 19:32:57
+ Log: Fix bug #8760 : cop_line isn't properly restored
+ when a module is loaded at runtime behind the scenes.
+ Branch: perl
+ ! op.c t/lib/warnings/perlio
+____________________________________________________________________________
+[ 18647] By: merijn on 2003/02/03 16:14:00
+ Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
+ From: Abe Timmerman <abe@ztreet.demon.nl>
+ Date: Sun, 2 Feb 2003 18:27:57 +0100
+ Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
+ Branch: perl
+ ! hints/openbsd.sh
+____________________________________________________________________________
+[ 18646] By: jhi on 2003/02/03 12:54:10
+ Log: Integrate:
+ [ 18640]
+ Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
+ threading issue. Should perhaps be a PVOP to save memory, but then
+ we have nowhere to store the hash of the function!
+
+ [ 18641]
+ In any case, never copy this but use the same SV since
+ if we copy we loose the hash we so badly need.
+ For op_const we might still need to copy however.
+
+ [ 18644]
+ Duh, test -e ENOPORTABLE, I should've remembered that.
+ (Made Solaris go boom.)
+ Branch: maint-5.8/perl
+ !> Configure dump.c op.c pp_hot.c
+____________________________________________________________________________
+[ 18645] By: jhi on 2003/02/03 12:42:15
+ Log: metaconfig unit change for #18644.
+ Branch: metaconfig
+ ! U/modified/Head.U
+____________________________________________________________________________
+[ 18644] By: jhi on 2003/02/03 12:41:51
+ Log: Duh, test -e ENOPORTABLE, I should've remembered that.
+ (Made Solaris go boom.)
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 18643] By: jhi on 2003/02/03 10:36:15
+ Log: Detypo.
+ Branch: perl
+ ! cop.h
+____________________________________________________________________________
+[ 18642] By: ams on 2003/02/03 08:26:36
+ Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
+ utility scripts?)
+ Branch: perl
+ + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
+ + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
+ ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
+ ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
+ ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
+ ! ext/MIME/Base64/t/quoted-print.t
+____________________________________________________________________________
+[ 18641] By: sky on 2003/02/02 23:46:24
+ Log: In any case, never copy this but use the same SV since
+ if we copy we loose the hash we so badly need.
+ For op_const we might still need to copy however.
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 18640] By: sky on 2003/02/02 23:38:40
+ Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
+ threading issue. Should perhaps be a PVOP to save memory, but then
+ we have nowhere to store the hash of the function!
+ Branch: perl
+ ! dump.c op.c pp_hot.c
+____________________________________________________________________________
+[ 18639] By: jhi on 2003/02/02 20:59:37
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 18638] By: jhi on 2003/02/02 20:26:13
+ Log: Integrate:
+ [ 18621]
+ Fix and test for [perl #15549 Empty \Q\E not permitted]
+ (test.pl-ise quotemeta.t, too)
+
+ [ 18622]
+ minitest wasn't working. (The $^X /miniperl/ test in
+ io/crlf.t didn't work in Tru64, $^X was "./perl", used
+ the same 'eval q/use .../' trick everywhere.)
+
+ [ 18624]
+ Plan 9: doesn't really do Configure (undo #18585/#18586)
+
+ [ 18626]
+ Plan 9: No Configure.
+
+ [ 18627]
+ Plan 9: Update the list of object files.
+
+ [ 18628]
+ Plan 9: Update config.plan9 based on Russ Cox' work.
+
+ [ 18629]
+ Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
+
+ [ 18630]
+ [perl #15397] seems to have been fixed; add its test.
+
+ [ 18631]
+ The [perl #7471] seems to have been fixed; add its test.
+
+ [ 18632]
+ Also [perl #3547] has been fixed; add its test case.
+
+ [ 18633]
+ Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
+ From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+ Date: Wed, 22 Jan 2003 22:35:56 +0100
+ Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
+
+ [ 18634]
+ Subject: [PATCH] pod/perlfunc.pod
+ From: abigail@abigail.nl
+ Date: Sun, 2 Feb 2003 16:59:48 +0100
+ Message-Id: <20030202155948.7971.qmail@abigail.nl>
+
+ [ 18635]
+ Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
+
+ [ 18636]
+ Subject: Re: typo in checkin 18616
+ From: Nick Ing-Simmons <nick@ing-simmons.net>
+ Date: Sun, 02 Feb 2003 17:23:08 +0000
+ Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
+
+ [ 18637]
+ Plan 9: Some time has passed.
+ Branch: maint-5.8/perl
+ +> plan9/config_h.sample plan9/config_sh.sample
+ !> Configure MANIFEST XSUB.h mg.c plan9/buildinfo
+ !> plan9/config.plan9 plan9/mkfile pod/perlfunc.pod pp.c pp_ctl.c
+ !> pp_hot.c regexec.c regexp.h t/io/crlf.t t/op/pat.t
+ !> t/op/quotemeta.t t/uni/tr_7jis.t t/uni/tr_eucjp.t
+ !> t/uni/tr_sjis.t t/uni/tr_utf8.t toke.c
+____________________________________________________________________________
+[ 18637] By: jhi on 2003/02/02 20:07:57
+ Log: Plan 9: Some time has passed.
+ Branch: perl
+ ! plan9/buildinfo
+____________________________________________________________________________
+[ 18636] By: jhi on 2003/02/02 20:02:11
+ Log: Subject: Re: typo in checkin 18616
+ From: Nick Ing-Simmons <nick@ing-simmons.net>
+ Date: Sun, 02 Feb 2003 17:23:08 +0000
+ Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
+ Branch: perl
+ ! XSUB.h
+____________________________________________________________________________
+[ 18635] By: jhi on 2003/02/02 19:46:35
+ Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
+ Branch: perl
+ + plan9/config_sh.sample
+ ! MANIFEST
+____________________________________________________________________________
+[ 18634] By: ams on 2003/02/02 18:07:01
+ Log: Subject: [PATCH] pod/perlfunc.pod
+ From: abigail@abigail.nl
+ Date: Sun, 2 Feb 2003 16:59:48 +0100
+ Message-Id: <20030202155948.7971.qmail@abigail.nl>
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 18633] By: jhi on 2003/02/02 16:48:26
+ Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
+ From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+ Date: Wed, 22 Jan 2003 22:35:56 +0100
+ Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
+ Branch: perl
+ ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
+____________________________________________________________________________
+[ 18632] By: jhi on 2003/02/02 15:31:36
+ Log: Also [perl #3547] has been fixed; add its test case.
+ Branch: perl
+ ! t/op/pat.t
+____________________________________________________________________________
+[ 18631] By: jhi on 2003/02/02 15:26:10
+ Log: The [perl #7471] seems to have been fixed; add its test.
+ Branch: perl
+ ! t/op/pat.t
+____________________________________________________________________________
+[ 18630] By: jhi on 2003/02/02 15:21:23
+ Log: seems to have been fixed; add its test.
+ Branch: perl
+ ! t/op/pat.t
+____________________________________________________________________________
+[ 18629] By: jhi on 2003/02/02 15:09:39
+ Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
+ Branch: perl
+ + plan9/config_h.sample
+ ! MANIFEST
+____________________________________________________________________________
+[ 18628] By: jhi on 2003/02/02 14:46:26
+ Log: Plan 9: Update config.plan9 based on Russ Cox' work.
+ Branch: perl
+ ! plan9/config.plan9
+____________________________________________________________________________
+[ 18627] By: jhi on 2003/02/02 14:24:00
+ Log: Plan 9: Update the list of object files.
+ Branch: perl
+ ! plan9/mkfile
+____________________________________________________________________________
+[ 18626] By: jhi on 2003/02/02 14:03:16
+ Log: Plan 9: No Configure.
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 18625] By: jhi on 2003/02/02 14:02:50
+ Log: Plan 9: No Configure.
+ Branch: metaconfig
+ ! U/modified/Head.U
+____________________________________________________________________________
+[ 18624] By: jhi on 2003/02/02 13:29:02
+ Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 18623] By: jhi on 2003/02/02 13:28:44
+ Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
+ Branch: metaconfig
+ ! U/modified/usenm.U
+____________________________________________________________________________
+[ 18622] By: jhi on 2003/02/02 12:49:13
+ Log: minitest wasn't working. (The $^X /miniperl/ test in
+ io/crlf.t didn't work in Tru64, $^X was "./perl", used
+ the same 'eval q/use .../' trick everywhere.)
+ Branch: perl
+ ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
+ ! t/uni/tr_utf8.t
+____________________________________________________________________________
+[ 18621] By: jhi on 2003/02/02 12:23:28
+ Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
+ (test.pl-ise quotemeta.t, too)
+ Branch: perl
+ ! t/op/quotemeta.t toke.c
+____________________________________________________________________________
+[ 18620] By: nick on 2003/02/02 11:37:57
+ Log: Integrate mainline
+ Branch: perlio
+ !> ext/threads/threads.xs
+____________________________________________________________________________
+[ 18619] By: jhi on 2003/02/01 21:13:47
+ Log: Integrate:
+ [ 18618]
+ Fix bug #15837, temporary from storable call hadn't gotten
+ freed yet and was cloned but without a real (AvREAL)
+ reference to it. @_ doesn't refcount!
+ Branch: maint-5.8/perl
+ !> ext/threads/threads.xs
+____________________________________________________________________________
+[ 18618] By: sky on 2003/02/01 21:04:36
+ Log: Fix bug #15837, temporary from storable call hadn't gotten
+ freed yet and was cloned but without a real (AvREAL)
+ reference to it. @_ doesn't refcount!
+ Branch: perl
+ ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 18617] By: jhi on 2003/02/01 20:05:08
+ Log: Integrate:
+ [ 18616]
+ Integrate from perlio:
+
+ [ 18591]
+ PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
+ correct XSUB.h
+
+ [ 18611]
+ Michael Schroeder's fix for re-try if stdio ops after
+ interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
+
+ [ 18612]
+ PerlIO friendly version of speed up of $/ = undef case.
+
+ [ 18613]
+ fflush() before invalidating stdio's fileno.
+
+ [ 18615]
+ Don't free thread before using it, breaks platforms that
+ trust that I really want to free what I free, (like HPUX
+ and AIX).
+
+ [ 18614]
+ Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
+ From: Nick Ing-Simmons <nick@ing-simmons.net>
+ Date: Sat, 01 Feb 2003 13:03:52 +0000
+ Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
+
+ [ 18609]
+ Go even further (back) than change #18608 and revert
+ to the 5.8.0 code, since otherwise split.t #40 fails.
+ The four new tests of pat.t should keep us more honest.
+
+ [ 18608]
+ Subject: [FIX] Re: UTF-8 failures (surprise!)
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Fri, 31 Jan 2003 09:20:59 +0200
+ Message-ID: <20030131072059.GB6045@ratsnest.hole>
+
+ [ 18607]
+ Fix typo in version check ($[ to $]).
+
+ [ 18606]
+ Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
+ From: Jose.auguste-etienne@cgss-guyane.fr
+ Date: Thu, 30 Jan 2003 12:40:53 -0300
+ Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
+
+ [ 18605]
+ [perl #20616] code example in the FAQ that isn't strict-friendly.
+ Subject: [perl #20616] Tie::IxHash doc error.
+ From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
+ Date: 30 Jan 2003 11:43:17 -0000
+ Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
+
+ [ 18604]
+ FAQ sync.
+
+ [ 18603]
+ Subject: [FIX] Re: UTF-8 failures (surprise!)
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Thu, 30 Jan 2003 10:48:09 +0200
+ Message-ID: <20030130084809.GA16902@ratsnest.hole>
+
+ Fix for half of the failures, with an expanded test.
+
+ [ 18602]
+ Updates to the openbsd hints
+
+ Subject: [perl #20606] [no subject]
+ Date: 29 Jan 2003 18:38:37 -0000
+ From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
+ Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
+
+ [ 18599]
+ Fix a very small memory leak in op_free, by reserving the
+ case op_seq == (U16)-1 for the compiler backend
+
+ Subject: Re: Freeing code
+ From: "Paul Johnson" <paul@pjcj.net>
+ Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
+ Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
+
+ [ 18597]
+ Subject: Re: [perl #20274] perlbug requires dynamic loading
+ From: Slaven Rezic <slaven@rezic.de>
+ Date: 14 Jan 2003 20:58:54 +0100
+ Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
+
+ [ 18596]
+ Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
+ without the lval context tweak. Used in OP_DBSTATE.
+ Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Sun, 26 Jan 2003 17:42:42 +0000
+ Message-ID: <20030126174242.H16182@fdgroup.com>
+
+ [ 18594]
+ Update the pod list for Plan 9.
+
+ [ 18593]
+ When we copy things out of a hash and increment the
+ refcount of the shared scalar, we really must protect
+ that refcount increase with a lock, or else it might not
+ happen. Fixes segfault when objects would prematurely
+ be killed.
+
+ [ 18588]
+ Lest people get worried about not having PerlIO.
+ Branch: maint-5.8/perl
+ !> XSUB.h cop.h ext/Storable/t/restrict.t
+ !> ext/Sys/Hostname/Hostname.pm ext/threads/shared/shared.xs
+ !> ext/threads/threads.xs hints/openbsd.sh lib/utf8.t op.c
+ !> perlio.c plan9/mkfile pod/perlfaq.pod pod/perlfaq2.pod
+ !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
+ !> pod/perlfaq7.pod pod/perlfaq8.pod pod/perlunicode.pod
+ !> pod/perluniintro.pod pp_ctl.c regexec.c sv.c t/op/pat.t
+____________________________________________________________________________
+[ 18616] By: jhi on 2003/02/01 19:43:09
+ Log: Integrate from perlio:
+
+ [ 18591]
+ PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
+ correct XSUB.h
+
+ [ 18611]
+ Michael Schroeder's fix for re-try if stdio ops after
+ interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
+
+ [ 18612]
+ PerlIO friendly version of speed up of $/ = undef case.
+
+ [ 18613]
+ fflush() before invalidating stdio's fileno.
+ Branch: perl
+ !> XSUB.h perlio.c sv.c
+____________________________________________________________________________
+[ 18615] By: sky on 2003/02/01 12:01:01
+ Log: Don't free thread before using it, breaks platforms that
+ trust that I really want to free what I free, (like HPUX
+ and AIX).
+ Branch: perl
+ ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 18614] By: ams on 2003/02/01 12:00:29
+ Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
+ From: Nick Ing-Simmons <nick@ing-simmons.net>
+ Date: Sat, 01 Feb 2003 13:03:52 +0000
+ Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
+ Branch: perl
+ ! perlio.c
+____________________________________________________________________________
+[ 18613] By: nick on 2003/02/01 11:56:47
+ Log: fflush() before invalidating stdio's fileno.
+ Branch: perlio
+ ! perlio.c
+____________________________________________________________________________
+[ 18612] By: nick on 2003/02/01 11:37:30
+ Log: PerlIO friendly version of speed up of $/ = undef case.
+ Branch: perlio
+ ! sv.c
+____________________________________________________________________________
+[ 18611] By: nick on 2003/02/01 09:26:31
+ Log: Michael Schroeder's fix for re-try if stdio ops after
+ interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
+ Branch: perlio
+ ! perlio.c
+____________________________________________________________________________
+[ 18610] By: nick on 2003/02/01 09:19:20
+ Log: Integrate mainline
+ Branch: perlio
+ +> t/lib/warnings/pad
+ !> (integrate 43 files)
+____________________________________________________________________________
+[ 18609] By: jhi on 2003/01/31 08:58:40
+ Log: Go even further (back) than change #18608 and revert
+ to the 5.8.0 code, since otherwise split.t #40 fails.
+ The four new tests of pat.t should keep us more honest.
+ Branch: perl
+ ! regexec.c
+____________________________________________________________________________
+[ 18608] By: jhi on 2003/01/31 08:24:53
+ Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Fri, 31 Jan 2003 09:20:59 +0200
+ Message-ID: <20030131072059.GB6045@ratsnest.hole>
+ Branch: perl
+ ! regexec.c t/op/pat.t
+____________________________________________________________________________
+[ 18607] By: ams on 2003/01/31 02:29:56
+ Log: Fix typo in version check ($[ to $]).
+ Branch: perl
+ ! ext/Storable/t/restrict.t
+____________________________________________________________________________
+[ 18606] By: rgs on 2003/01/30 22:02:47
+ Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
+ From: Jose.auguste-etienne@cgss-guyane.fr
+ Date: Thu, 30 Jan 2003 12:40:53 -0300
+ Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
+ Branch: perl
+ ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 18605] By: rgs on 2003/01/30 20:58:52
+ Log: code example in the FAQ that isn't strict-friendly.
+ Subject: [perl #20616] Tie::IxHash doc error.
+ From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
+ Date: 30 Jan 2003 11:43:17 -0000
+ Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
+ Branch: perl
+ ! pod/perlfaq4.pod
+____________________________________________________________________________
+[ 18604] By: rgs on 2003/01/30 20:52:05
+ Log: FAQ sync.
+ Branch: perl
+ ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
+ ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
+ ! pod/perlfaq8.pod
+____________________________________________________________________________
+[ 18603] By: jhi on 2003/01/30 08:05:22
+ Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Thu, 30 Jan 2003 10:48:09 +0200
+ Message-ID: <20030130084809.GA16902@ratsnest.hole>
+
+ Fix for half of the failures, with an expanded test.
+ Branch: perl
+ ! lib/utf8.t sv.c
+____________________________________________________________________________
+[ 18602] By: merijn on 2003/01/30 06:31:50
+ Log: Updates to the openbsd hints
+
+ Subject: [perl #20606] [no subject]
+ Date: 29 Jan 2003 18:38:37 -0000
+ From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
+ Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
+ Branch: perl
+ ! hints/openbsd.sh
+____________________________________________________________________________
+[ 18601] By: jhi on 2003/01/29 05:58:36
+ Log: More of the #18600.
+ Branch: perl
+ ! pad.c
+____________________________________________________________________________
+[ 18600] By: jhi on 2003/01/29 05:37:12
+ Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
+ dumping (but now use SvPV_nolen). (This change made an empty
+ prototype to show up as "_" under -Uuseperlio.)
+ Branch: perl
+ ! dump.c
+____________________________________________________________________________
+[ 18599] By: rgs on 2003/01/28 21:07:08
+ Log: Fix a very small memory leak in op_free, by reserving the
+ case op_seq == (U16)-1 for the compiler backend
+
+ Subject: Re: Freeing code
+ From: "Paul Johnson" <paul@pjcj.net>
+ Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
+ Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 18598] By: rgs on 2003/01/28 20:43:02
+ Log: Integrate from maint-5.8:
+ Change 18450 :
+ Tiny output tweak.
+ Change 18429 :
+ AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
+ things like drand48_data are undefined).
+ Change 18388 :
+ List the PERL_MAGIC_utf8 ('w') flag.
+ Branch: perl
+ !> hints/aix.sh pod/perlguts.pod t/op/pat.t
+____________________________________________________________________________
+[ 18597] By: rgs on 2003/01/27 21:52:00
+ Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
+ From: Slaven Rezic <slaven@rezic.de>
+ Date: 14 Jan 2003 20:58:54 +0100
+ Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
+ Branch: perl
+ ! ext/Sys/Hostname/Hostname.pm
+____________________________________________________________________________
+[ 18596] By: rgs on 2003/01/27 20:38:21
+ Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
+ without the lval context tweak. Used in OP_DBSTATE.
+ Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Sun, 26 Jan 2003 17:42:42 +0000
+ Message-ID: <20030126174242.H16182@fdgroup.com>
+ Branch: perl
+ ! cop.h pp_ctl.c
+____________________________________________________________________________
+[ 18595] By: rgs on 2003/01/27 20:32:01
+ Log: Subject: [PATCH] make Copy On Write work once again
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Sat, 25 Jan 2003 00:25:50 +0000
+ Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
+ Branch: perl
+ ! sv.h
+____________________________________________________________________________
+[ 18594] By: jhi on 2003/01/27 20:01:44
+ Log: Update the pod list for Plan 9.
+ Branch: perl
+ ! plan9/mkfile
+____________________________________________________________________________
+[ 18593] By: sky on 2003/01/26 22:37:21
+ Log: When we copy things out of a hash and increment the
+ refcount of the shared scalar, we really must protect
+ that refcount increase with a lock, or else it might not
+ happen. Fixes segfault when objects would prematurely
+ be killed.
+ Branch: perl
+ ! ext/threads/shared/shared.xs
+____________________________________________________________________________
+[ 18592] By: jhi on 2003/01/26 21:54:36
+ Log: Missing (STRLEN)casts.
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 18591] By: nick on 2003/01/26 17:46:19
+ Log: PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
+ correct XSUB.h
+ Branch: perlio
+ ! XSUB.h
+____________________________________________________________________________
+[ 18590] By: jhi on 2003/01/26 13:21:03
+ Log: Integrate:
+ [ 18589]
+ OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
+
+ Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Fri, 24 Jan 2003 18:44:19 +0000
+ Message-ID: <20030124184419.F11179@fdgroup.com>
+ Branch: maint-5.8/perl
+ !> mg.c op.h pp_ctl.c
+____________________________________________________________________________
+[ 18589] By: rgs on 2003/01/26 13:06:49
+ Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
+
+ Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Fri, 24 Jan 2003 18:44:19 +0000
+ Message-ID: <20030124184419.F11179@fdgroup.com>
+ Branch: perl
+ ! mg.c op.h pp_ctl.c
+____________________________________________________________________________
+[ 18588] By: jhi on 2003/01/26 12:18:10
+ Log: Lest people get worried about not having PerlIO.
+ Branch: perl
+ ! pod/perluniintro.pod
+____________________________________________________________________________
+[ 18587] By: jhi on 2003/01/26 09:29:52
+ Log: Integrate:
+ [ 18583]
+ Plan 9 compiler can't return quads from the ?: (condop).
+ (There may be more spots like this, so a Configure test
+ maybe in order, but this works for now.) From Russ Cox.
+
+ [ 18584]
+ Plan 9 doesn't really have the symlink API, from Russ Cox.
+
+ [ 18586]
+ Plan 9 doesn't do nm, from Russ Cox.
+ Branch: maint-5.8/perl
+ !> Configure ext/PerlIO/via/via.xs plan9/plan9ish.h
+____________________________________________________________________________
+[ 18586] By: jhi on 2003/01/26 09:19:01
+ Log: Plan 9 doesn't do nm, from Russ Cox.
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 18585] By: jhi on 2003/01/26 09:18:29
+ Log: Plan 9 doesn't do nm, from Russ Cox.
+ Branch: metaconfig
+ ! U/modified/usenm.U
+____________________________________________________________________________
+[ 18584] By: jhi on 2003/01/26 09:11:23
+ Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
+ Branch: perl
+ ! plan9/plan9ish.h
+____________________________________________________________________________
+[ 18583] By: jhi on 2003/01/26 09:08:36
+ Log: Plan 9 compiler can't return quads from the ?: (condop).
+ (There may be more spots like this, so a Configure test
+ maybe in order, but this works for now.) From Russ Cox.
+ Branch: perl
+ ! ext/PerlIO/via/via.xs plan9/plan9ish.h
+____________________________________________________________________________
+[ 18582] By: jhi on 2003/01/26 08:30:37
+ Log: Integrate:
+ [ 18579]
+ Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sun, 26 Jan 2003 04:55:48 +0200
+ Message-Id: <20030126025548.GB812@ratsnest.hole>
+
+ [ 18580]
+ Subject: patch to speed up Perl's slurp mode
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Fri, 24 Jan 2003 06:23:54 +0200
+ Message-Id: <20030124042354.GA30362@ratsnest.hole>
+
+ [ 18581]
+ Subject: Re: truncate using a globref
+ From: Slaven Rezic <slaven@rezic.de>
+ Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
+ Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
+ Branch: maint-5.8/perl
+ ! sv.c
+ !> ext/Storable/Storable.xs pp_ctl.c pp_sys.c t/io/fs.t
+____________________________________________________________________________
+[ 18581] By: ams on 2003/01/26 05:29:40
+ Log: Subject: Re: truncate using a globref
+ From: Slaven Rezic <slaven@rezic.de>
+ Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
+ Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
+ Branch: perl
+ ! pp_sys.c t/io/fs.t
+____________________________________________________________________________
+[ 18580] By: ams on 2003/01/26 04:57:47
+ Log: Subject: patch to speed up Perl's slurp mode
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Fri, 24 Jan 2003 06:23:54 +0200
+ Message-Id: <20030124042354.GA30362@ratsnest.hole>
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 18579] By: ams on 2003/01/26 02:50:44
+ Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sun, 26 Jan 2003 04:55:48 +0200
+ Message-Id: <20030126025548.GB812@ratsnest.hole>
+ Branch: perl
+ ! pp_ctl.c
+____________________________________________________________________________
+[ 18578] By: ams on 2003/01/26 02:40:20
+ Log: Subject: [PATCH Storable 2.06] const declaration fixup
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Thu, 23 Jan 2003 16:24:46 -0600
+ Message-Id: <3E306BAE.4030807@mac.com>
+ Branch: perl
+ ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 18577] By: rgs on 2003/01/23 20:46:00
+ Log: Subject: [PATCH] move pad.c warnings to different test file
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Thu, 23 Jan 2003 20:56:47 +0000
+ Message-ID: <20030123205647.C8696@fdgroup.com>
+ Branch: perl
+ + t/lib/warnings/pad
+ ! MANIFEST t/lib/warnings/op
+____________________________________________________________________________
+[ 18576] By: jhi on 2003/01/23 13:52:39
+ Log: The perlio->maint changes had somehow gotten of sync.
+ Branch: maint-5.8/perl
+ !> perlio.c
+____________________________________________________________________________
+[ 18575] By: jhi on 2003/01/23 12:33:38
+ Log: Integrate:
+ [ 18569]
+ Fix [perl #19860] by adding a POSIX::fsync() stub.
+ Branch: maint-5.8/perl
+ !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
+____________________________________________________________________________
+[ 18574] By: jhi on 2003/01/23 12:28:19
+ Log: Integrate:
+ [ 18573]
+ Fix Solaris 32-bit invalidate case.
+ Branch: maint-5.8/perl
+ !> perlio.c
+____________________________________________________________________________
+[ 18573] By: nick on 2003/01/23 07:26:43
+ Log: Fix Solaris 32-bit invalidate case.
+ Branch: perl
+ ! perlio.c
+____________________________________________________________________________
+[ 18572] By: rgs on 2003/01/22 21:40:21
+ Log: Integrate change 18448 from maint-5.8 :
+
+ Subject: Partial Data::Dumper patch
+ From: Richard Clamp <richardc@unixbeard.net>
+ Date: Sat, 4 Jan 2003 00:52:47 +0000
+ Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
+
+ Subject: Re: Partial Data::Dumper patch
+ From: Slaven Rezic <slaven@rezic.de>
+ Date: 04 Jan 2003 02:48:08 +0100
+ Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
+ Branch: perl
+ !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
+____________________________________________________________________________
+[ 18571] By: rgs on 2003/01/22 21:22:31
+ Log: Subject: [PATCH] Re: difference between my and our before introduction
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Thu, 16 Jan 2003 17:12:37 +0000
+ Message-ID: <20030116171237.C420@fdgroup.com>
+ (with a small test tweak)
+ Branch: perl
+ ! pad.c t/comp/our.t toke.c
+____________________________________________________________________________
+[ 18570] By: nick on 2003/01/22 21:03:43
+ Log: Integrate mainline
+ Branch: perlio
+ !> av.c dump.c embed.fnc embed.h ext/Encode/Changes
+ !> ext/Encode/Encode.pm ext/Encode/MANIFEST
+ !> ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
+ !> ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
+ !> ext/List/Util/Makefile.PL global.sym lib/Term/Complete.pm
+ !> perlio.c perlio.h sv.c sv.h t/op/array.t t/op/ref.t
+____________________________________________________________________________
+[ 18569] By: rgs on 2003/01/22 21:00:59
+ Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
+ Branch: perl
+ ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
+____________________________________________________________________________
+[ 18568] By: jhi on 2003/01/22 20:24:37
+ Log: Add the POSIX::sigaction() trick by Slaven Rezic
+ for [perl #17341].
+ Branch: maint-5.8/perl
+ ! pod/perlfunc.pod pod/perlipc.pod
+____________________________________________________________________________
+[ 18567] By: jhi on 2003/01/22 18:37:55
+ Log: Integrate:
+ [ 18545]
+ Subject: [PATCH perl-current] AUTHORS correction
+ From: Richard Soderberg <rs@crystalflame.net>
+ Date: Wed, 22 Jan 2003 02:08:13 -0500
+ Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
+
+ [ 18552]
+ Subject: [PATCH] assert PV isn't RV
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Fri, 17 Jan 2003 19:40:45 +0000
+ Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
+
+ [ 18553]
+ Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
+ From: Martti Rahkila <martti.rahkila@hut.fi>
+ Date: Sat, 18 Jan 2003 00:25:39 +0200
+ Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
+
+ (chose the 'even safer' version)
+
+ [ 18554]
+ Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Sun, 19 Jan 2003 16:43:54 +0000
+ Message-ID: <20030119164353.B24444@fdgroup.com>
+
+ [ 18556]
+ Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Mon, 20 Jan 2003 15:26:21 -0000
+ Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
+
+ [ 18558]
+ Subject: Re: slight tweak to -DR flag - display whether on tmps stack
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Sun, 19 Jan 2003 17:22:05 +0000
+ Message-ID: <20030119172204.D24444@fdgroup.com>
+
+ [ 18559]
+ Upgrade to Encode 1.86.
+ Branch: maint-5.8/perl
+ !> AUTHORS av.c dump.c ext/Encode/Changes ext/Encode/Encode.pm
+ !> ext/Encode/MANIFEST ext/Encode/Unicode/Unicode.xs
+ !> ext/Encode/encoding.pm ext/Encode/t/enc_eucjp.t
+ !> ext/Encode/t/enc_utf8.t lib/Term/Complete.pm perlio.h sv.h
+ !> t/op/array.t
+____________________________________________________________________________
+[ 18566] By: jhi on 2003/01/22 18:32:41
+ Log: Regen Configure.
+ Branch: maint-5.8/perl
+ ! Configure config_h.SH
+____________________________________________________________________________
+[ 18565] By: jhi on 2003/01/22 18:15:06
+ Log: Integrate from perlio:
+ [ 18539]
+ Try the invalidate_fileno() idea for non-leaky stdio sockets.
+
+ [ 18540]
+ stdio does NOT set errno==EBADF on invalidated fileno
+
+ [ 18547]
+ Tweak APItest for new semantics of printf.
+ Now printf() is always real printf() and not #define'd to
+ PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
+ back to original file does not affect stdout unless we are
+ using :stdio as implementation. So things printf()ed XS side
+ are not written to file (and turn up at end of test).
+ So add an XS function which does fflush(stdout), modify .pm
+ file to export it and .t file to call it.
+
+ [ 18548]
+ Add defined(__osf__) case to invalidate_fileno (for Tru64).
+
+ [ 18549]
+ Report layer name (without arg) on fail, and attempt to
+ autoload layer name. (Fix for [perl #20460]).
+
+ [ 18550]
+ #if defined(__irix__) (for stdio invalidate) from Jarkko.
+
+ [ 18560]
+ Fixes for open.pm which attempts to load layers:
+ 1. C equivalent of local $SIG{__WARN__} = sub {}
+ while loading layers to supress warnings lib/open.t does
+ not want.
+ 2. The loading scheme does not recurse now so look for
+ new symptom of bad layer which is that a good module
+ fails to load (as we cannot open any files).
+
+ NOTE: In my opinion open.pm should probably die on bad layer
+ spec rather than just (maybe) warning and then allowing opens
+ to fail.
+ Branch: maint-5.8/perl
+ !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
+ !> ext/XS/APItest/t/printf.t lib/open.pm lib/open.t perlio.c
+____________________________________________________________________________
+[ 18564] By: jhi on 2003/01/22 18:07:19
+ Log: Use the aTHX_-less form (cousin of change #18544).
+ Branch: maint-5.8/perl
+ ! sv.c
+____________________________________________________________________________
+[ 18563] By: jhi on 2003/01/22 18:03:40
+ Log: Integrate:
+ [ 18541]
+ Try to make including patchlevel.h a bit more
+ robust (use <> instead of "") and in case of
+ failure (PERL_VERSION didn't get defined) try
+ to fail (by trying to #include an "obviously"
+ named file that should not exist) (didn't use
+ #error since IIRC older cpps do not have it)
+ (Tries to address [perl #20276].)
+
+ [ 18543]
+ Update the MD5 checksums.
+ Branch: maint-5.8/perl
+ !> ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
+ !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
+ !> ext/List/Util/Util.xs ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 18562] By: jhi on 2003/01/22 17:59:44
+ Log: Integrate:
+ [ 18536]
+ Allow explicit -C enable/disable by -C:1/-C:0
+ (suggested by Peter Haworth).
+
+ (accept mainline's perlrun since somehow maint has gotten of sync)
+ Branch: maint-5.8/perl
+ !> perl.c pod/perlrun.pod
+____________________________________________________________________________
+[ 18561] By: jhi on 2003/01/22 17:43:45
+ Log: Integrate from perlio:
+ [ 18560]
+ Fixes for open.pm which attempts to load layers:
+ 1. C equivalent of local $SIG{__WARN__} = sub {}
+ while loading layers to supress warnings lib/open.t does
+ not want.
+ 2. The loading scheme does not recurse now so look for
+ new symptom of bad layer which is that a good module
+ fails to load (as we cannot open any files).
+
+ NOTE: In my opinion open.pm should probably die on bad layer
+ spec rather than just (maybe) warning and then allowing opens
+ to fail.
+ Branch: perl
+ !> lib/open.t perlio.c
+____________________________________________________________________________
+[ 18560] By: nick on 2003/01/22 17:19:41
+ Log: Fixes for open.pm which attempts to load layers:
+ 1. C equivalent of local $SIG{__WARN__} = sub {}
+ while loading layers to supress warnings lib/open.t does
+ not want.
+ 2. The loading scheme does not recurse now so look for
+ new symptom of bad layer which is that a good module
+ fails to load (as we cannot open any files).
+
+ NOTE: In my opinion open.pm should probably die on bad layer
+ spec rather than just (maybe) warning and then allowing opens
+ to fail.
+ Branch: perlio
+ ! lib/open.t perlio.c
+____________________________________________________________________________
+[ 18559] By: jhi on 2003/01/22 13:19:31
+ Log: Upgrade to Encode 1.86.
+ Branch: perl
+ ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
+ ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
+ ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
+____________________________________________________________________________
+[ 18558] By: jhi on 2003/01/22 13:05:27
+ Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Sun, 19 Jan 2003 17:22:05 +0000
+ Message-ID: <20030119172204.D24444@fdgroup.com>
+ Branch: perl
+ ! dump.c
+____________________________________________________________________________
+[ 18557] By: jhi on 2003/01/22 13:01:15
+ Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning in blead with SIGWARN
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Tue, 21 Jan 2003 22:27:21 +0000
+ Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
+ Branch: perl
+ ! sv.c t/op/ref.t
+____________________________________________________________________________
+[ 18556] By: jhi on 2003/01/22 12:59:02
+ Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Mon, 20 Jan 2003 15:26:21 -0000
+ Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
+ Branch: perl
+ ! perlio.h
+____________________________________________________________________________
+[ 18555] By: jhi on 2003/01/22 12:57:20
+ Log: Integrate from perlio:
+ [ 18539]
+ Try the invalidate_fileno() idea for non-leaky stdio sockets.
+
+ [ 18540]
+ stdio does NOT set errno==EBADF on invalidated fileno
+
+ [ 18547]
+ Tweak APItest for new semantics of printf.
+ Now printf() is always real printf() and not #define'd to
+ PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
+ back to original file does not affect stdout unless we are
+ using :stdio as implementation. So things printf()ed XS side
+ are not written to file (and turn up at end of test).
+ So add an XS function which does fflush(stdout), modify .pm
+ file to export it and .t file to call it.
+
+ [ 18548]
+ Add defined(__osf__) case to invalidate_fileno (for Tru64).
+
+ [ 18549]
+ Report layer name (without arg) on fail, and attempt to
+ autoload layer name. (Fix for [perl #20460]).
+
+ [ 18550]
+ #if defined(__irix__) (for stdio invalidate) from Jarkko.
+ Branch: perl
+ !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
+ !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
+____________________________________________________________________________
+[ 18554] By: jhi on 2003/01/22 12:47:03
+ Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Sun, 19 Jan 2003 16:43:54 +0000
+ Message-ID: <20030119164353.B24444@fdgroup.com>
+ Branch: perl
+ ! av.c t/op/array.t
+____________________________________________________________________________
+[ 18553] By: jhi on 2003/01/22 12:43:31
+ Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
+ From: Martti Rahkila <martti.rahkila@hut.fi>
+ Date: Sat, 18 Jan 2003 00:25:39 +0200
+ Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
+
+ (chose the 'even safer' version)
+ Branch: perl
+ ! lib/Term/Complete.pm
+____________________________________________________________________________
+[ 18552] By: jhi on 2003/01/22 12:34:06
+ Log: Subject: [PATCH] assert PV isn't RV
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Fri, 17 Jan 2003 19:40:45 +0000
+ Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
+ Branch: perl
+ ! sv.h
+____________________________________________________________________________
+[ 18551] By: jhi on 2003/01/22 12:28:11
+ Log: Integrate from maint-5.8:
+ [ 18375]
+ Better version of change #18370; use the new 'E' flag
+ so that cxinc is exposed (as cpp) only to List::Util
+ (well, any extension) (well, anyone who does -DPERL_EXT),
+ no need to export it globally.
+ Branch: perl
+ !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
+____________________________________________________________________________
+[ 18550] By: nick on 2003/01/22 12:27:48
+ Log: #if defined(__irix__) (for stdio invalidate) from Jarkko.
+ Branch: perlio
+ ! perlio.c
+____________________________________________________________________________
+[ 18549] By: nick on 2003/01/22 09:06:23
+ Log: Report layer name (without arg) on fail, and attempt to
+ autoload layer name. (Fix for [perl #20460]).
+ Branch: perlio
+ ! lib/open.pm
+____________________________________________________________________________
+[ 18548] By: nick on 2003/01/22 08:47:24
+ Log: Add defined(__osf__) case to invalidate_fileno (for Tru64).
+ Branch: perlio
+ ! perlio.c
+____________________________________________________________________________
+[ 18547] By: nick on 2003/01/22 08:32:59
+ Log: Tweak APItest for new semantics of printf.
+ Now printf() is always real printf() and not #define'd to
+ PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
+ back to original file does not affect stdout unless we are
+ using :stdio as implementation. So things printf()ed XS side
+ are not written to file (and turn up at end of test).
+ So add an XS function which does fflush(stdout), modify .pm
+ file to export it and .t file to call it.
+ Branch: perlio
+ ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
+ ! ext/XS/APItest/t/printf.t
+____________________________________________________________________________
+[ 18546] By: nick on 2003/01/22 08:26:14
+ Log: Integrate mainline
+ Branch: perlio
+ !> (integrate 36 files)
+____________________________________________________________________________
+[ 18545] By: ams on 2003/01/22 06:06:26
+ Log: Subject: [PATCH perl-current] AUTHORS correction
+ From: Richard Soderberg <rs@crystalflame.net>
+ Date: Wed, 22 Jan 2003 02:08:13 -0500
+ Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
+ Branch: perl
+ ! AUTHORS
+____________________________________________________________________________
+[ 18544] By: jhi on 2003/01/22 03:45:01
+ Log: Continuation of #18542.
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 18543] By: jhi on 2003/01/22 03:21:23
+ Log: Update the MD5 checksums.
+ Branch: perl
+ ! ext/Digest/MD5/t/files.t
+____________________________________________________________________________
+[ 18542] By: hv on 2003/01/22 01:37:52
+ Log: #18530 misses a couple of pTHX definitions
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 18541] By: jhi on 2003/01/21 22:08:51
+ Log: Try to make including patchlevel.h a bit more
+ robust (use <> instead of "") and in case of
+ failure (PERL_VERSION didn't get defined) try
+ to fail (by trying to #include an "obviously"
+ named file that should not exist) (didn't use
+ #error since IIRC older cpps do not have it)
+ (Tries to address [perl #20276].)
+ Branch: perl
+ ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
+ ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
+ ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 18540] By: nick on 2003/01/21 20:53:00
+ Log: stdio does NOT set errno==EBADF on invalidated fileno
+ Branch: perlio
+ ! perlio.c
+____________________________________________________________________________
+[ 18539] By: nick on 2003/01/21 20:22:55
+ Log: Try the invalidate_fileno() idea for non-leaky stdio sockets.
+ Branch: perlio
+ ! perlio.c
+____________________________________________________________________________
+[ 18538] By: merijn on 2003/01/21 16:54:00
+ Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
+ From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+ Date: Mon, 30 Dec 2002 18:01:16 -0800
+ Message-ID: <spPE+gzkg+6F092yn@efn.org>
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 18537] By: merijn on 2003/01/21 16:49:45
+ Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
+ From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+ Date: Mon, 30 Dec 2002 18:01:16 -0800
+ Message-ID: <spPE+gzkg+6F092yn@efn.org>
+ Branch: metaconfig
+ + U/modified/i_malloc.U
+____________________________________________________________________________
+[ 18536] By: jhi on 2003/01/21 14:18:40
+ Log: Allow explicit -C enable/disable by -C:1/-C:0
+ (suggested by Peter Haworth).
+ Branch: perl
+ ! perl.c pod/perlrun.pod
+____________________________________________________________________________
+[ 18535] By: jhi on 2003/01/21 02:49:55
+ Log: Integrate:
+ [ 18526]
+ Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
+ From: Blair Zajac <blair@orcaware.com>
+ Date: Wed, 08 Jan 2003 12:28:35 -0800
+ Message-ID: <3E1C89F3.2B4759C@orcaware.com>
+
+ [ 18527]
+ Subject: perl version reporting
+ From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+ Date: Wed, 18 Dec 2002 08:30:32 +0100
+ Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
+
+ [ 18532]
+ Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
+ From: Martien Verbruggen <mgjv@tradingpost.com.au>
+ Date: Tue, 31 Dec 2002 16:42:28 +1100
+ Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
+
+ [ 18533]
+ Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
+ From: hv@crypt.org
+ Date: Thu, 02 Jan 2003 14:33:49 +0000
+ Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
+
+ [ 18534]
+ Subject: PATCH: perldoc in MAINT branch (probably unstable too)
+ From: Chip Turner <cturner@redhat.com>
+ Date: 02 Jan 2003 11:35:57 -0500
+ Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
+ Branch: maint-5.8/perl
+ !> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
+ !> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
+ !> lib/Pod/Perldoc.pm perl.c pod/perlsyn.pod regexec.c
+ !> t/op/subst.t
+____________________________________________________________________________
+[ 18534] By: hv on 2003/01/21 02:22:53
+ Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
+ From: Chip Turner <cturner@redhat.com>
+ Date: 02 Jan 2003 11:35:57 -0500
+ Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
+ Branch: perl
+ ! lib/Pod/Perldoc.pm
+____________________________________________________________________________
+[ 18533] By: hv on 2003/01/21 02:15:29
+ Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
+ From: hv@crypt.org
+ Date: Thu, 02 Jan 2003 14:33:49 +0000
+ Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
+ Branch: perl
+ ! regexec.c t/op/subst.t
+____________________________________________________________________________
+[ 18532] By: hv on 2003/01/21 01:56:31
+ Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
+ From: Martien Verbruggen <mgjv@tradingpost.com.au>
+ Date: Tue, 31 Dec 2002 16:42:28 +1100
+ Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
+ Branch: perl
+ ! pod/perlsyn.pod
+____________________________________________________________________________
+[ 18531] By: hv on 2003/01/21 01:52:49
+ Log: integrate #18366-18370 from maint-5.8:
+ Implement the CPP namespace protection from [perl #8610];
+ unless a function has an 'A' flag, it's defined only if
+ PERL_CORE. (Why do we have so many many functions with an
+ 'A' flag, is another matter.) (The number of #ifdef PERL_COREs
+ could be cut down further by having a state variable and
+ inserting #ifdefs and #endifs when the state flips.)
+
+ Caught by change #18366; thanks to the re extension we have some
+ functions that are file static but yet part of "the public API"...
+ Maybe a new class of exportability (a new embed.fnc flag) is
+ required for this case.
+
+ Continue on change #18367; implement the said flag, 'E'.
+ (Some nm output studying was needed to get the right set
+ of re symbols defined.)
+
+ In AIX (strict symbol exports) the cxinc is needed for List::Util.
+ Branch: perl
+ ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
+____________________________________________________________________________
+[ 18530] By: hv on 2003/01/21 01:37:03
+ Log: integrate (by hand) #18353 and #18359 from maint-5.8:
+ Introduce a cache for UTF-8 data: length and byte<->char offset
+ mapping are stored in a new type of magic. Speeds up length(),
+ substr(), index(), rindex(), pos(), and some parts of s///.
+
+ The speedup varies a lot (on the usual suspects: what is the
+ access pattern of the data, compiler, CPU), but should be at
+ least one order of magnitude, and getting to the same magnitude
+ as byte string speeds, and in some cases (length on unchanged data)
+ even reaching the byte string speed. On the other hand, in some
+ cases (index) the byte speed is still faster by a factor of five
+ or so, but the bottleneck there does not seem to be any more
+ the byte<->char offset mapping (instead, the fbm_instr() speed).
+
+ There is one cache slot for the length, and only two for the
+ byte<->char offset mapping (the first one for the start->offset,
+ and the second for the offset->offset+length, when talking
+ in substr() terms).
+
+ Code this hairy is bound to have hairy trolls hiding under it.
+ [...]
+ A small tweak on top of #18353: don't display mg_len bytes of
+ mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
+ Branch: perl
+ ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
+ ! sv.c util.c
+____________________________________________________________________________
+[ 18529] By: hv on 2003/01/21 00:44:20
+ Log: integrate #18349 from maint-5.8:
+ At least partially address [perl #10000] by speeding
+ up both the ASCII case (by about 2-3%) and the UTF-8 case
+ (by about 45%). The major trick is to avoid hitting the
+ costly S_reginclass(). (Even before this patch the speedup
+ since 5.8.0 was about 40-50%.) After this the UTF-8 case is
+ still about 30-60% slower than the ASCII case. (Note that
+ I'm unable to reproduce the 10-fold speed difference of the
+ original bug report; I can see a factor of 2 or 3, but no more.)
+ Branch: perl
+ !> regexec.c
+____________________________________________________________________________
+[ 18528] By: hv on 2003/01/21 00:24:11
+ Log: Subject: [PATCH pp_ctl.c] silence warning
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Sun, 29 Dec 2002 15:09:31 +0000
+ Message-ID: <20021229150931.C2325@fdgroup.com>
+ Branch: perl
+ ! pp_ctl.c
+____________________________________________________________________________
+[ 18527] By: hv on 2003/01/21 00:04:14
+ Log: Subject: perl version reporting
+ From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+ Date: Wed, 18 Dec 2002 08:30:32 +0100
+ Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 18526] By: hv on 2003/01/20 23:21:22
+ Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
+ From: Blair Zajac <blair@orcaware.com>
+ Date: Wed, 08 Jan 2003 12:28:35 -0800
+ Message-ID: <3E1C89F3.2B4759C@orcaware.com>
+ Branch: perl
+ ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
+ ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
+____________________________________________________________________________
+[ 18525] By: jhi on 2003/01/20 17:54:12
+ Log: Integrate:
+ [ 18516]
+ microperl update.
+
+ [ 18519]
+ Encode MANIFEST update.
+
+ [ 18521]
+ Retract #18154 (integrate of perlio #18507), not enough
+ threadsafety.
+
+ [ 18522]
+ Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
+ From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
+ Date: 20 Jan 2003 01:54:07 -0000
+ Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
+
+ [ 18523]
+ Upgrade to Digest 1.02.
+
+ [ 18524]
+ Integrate from perlio:
+ [ 18520]
+ Move #define printf out of perl.h into appropriate
+ PerlIO files.
+ Branch: maint-5.8/perl
+ !> Makefile.micro ext/Encode/MANIFEST fakesdio.h lib/Digest.pm
+ !> lib/Digest.t nostdio.h perl.h perlio.c pp_hot.c uconfig.h
+ !> uconfig.sh
+____________________________________________________________________________
+[ 18524] By: jhi on 2003/01/20 17:51:10
+ Log: Integrate from perlio:
+ [ 18520]
+ Move #define printf out of perl.h into appropriate
+ PerlIO files.
+ Branch: perl
+ !> fakesdio.h nostdio.h perl.h
+____________________________________________________________________________
+[ 18523] By: jhi on 2003/01/20 17:48:51
+ Log: Upgrade to Digest 1.02.
+ Branch: perl
+ ! lib/Digest.pm lib/Digest.t
+____________________________________________________________________________
+[ 18522] By: jhi on 2003/01/20 17:43:15
+ Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
+ From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
+ Date: 20 Jan 2003 01:54:07 -0000
+ Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
+ Branch: perl
+ ! pp_hot.c
+____________________________________________________________________________
+[ 18521] By: jhi on 2003/01/20 17:37:35
+ Log: Retract #18154 (integrate of perlio #18507), not enough
+ threadsafety.
+ Branch: perl
+ ! perlio.c
+____________________________________________________________________________
+[ 18520] By: nick on 2003/01/20 15:09:08
+ Log: Move #define printf out of perl.h into appropriate
+ PerlIO files.
+ Branch: perlio
+ ! fakesdio.h nostdio.h perl.h
+____________________________________________________________________________
+[ 18519] By: jhi on 2003/01/20 12:25:43
+ Log: Encode MANIFEST update.
+ Branch: perl
+ ! ext/Encode/MANIFEST
+____________________________________________________________________________
+[ 18518] By: nick on 2003/01/20 09:37:52
+ Log: Integrate mainline
+ Branch: perlio
+ +> ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
+ +> ext/Time/HiRes/fallback/const-c.inc
+ +> ext/Time/HiRes/fallback/const-xs.inc t/op/readline.t
+ !> (integrate 75 files)
+____________________________________________________________________________
+[ 18517] By: nick on 2003/01/20 08:34:10
+ Log: Integrate #18405 from maint-5.8 which fixes whitespac
+ issues in open(FH,"&...")
+ Branch: perl
+ !> doio.c
+____________________________________________________________________________
+[ 18516] By: jhi on 2003/01/19 13:48:10
+ Log: microperl update.
+ Branch: perl
+ ! Makefile.micro uconfig.h uconfig.sh
+____________________________________________________________________________
+[ 18515] By: jhi on 2003/01/18 18:43:52
+ Log: Integrate:
+ [ 18474]
+ Integrate from perlio:
+ [ 18470]
+ Fix #16306 and #16880
+
+ (#16306 Big Badda leak in Sockets)
+ (#16880 Memory leak with IO::Socket in Perl v5.8.0)
+
+ [ 18475]
+ Integrate from perlio:
+ [ 18471]
+ Fix #18711 and add test for it (and indeed tell on write
+ handles at all !
+
+ (#18711 Serious bug of tell() in perl)
+
+ [ 18507]
+ Thread-protection for dup/fclose/dup2 scheme of stdio leak
+ avoidance.
+
+ [ 18508]
+ Subject: Re: 18457 on cygwin/20030113
+ From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
+ Date: Fri, 17 Jan 2003 15:10:34 +0000
+ Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
+
+ [ 18509]
+ Upgrade to Digest::MD5 2.22.
+
+ [ 18510]
+ Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
+
+ [ 18511]
+ Upgrade to Digest 1.01.
+
+ [ 18512]
+ EPOC perl address updates.
+
+ [ 18513]
+ Slight pod reformatting based on [perl #20284].
+
+ [ 18514]
+ Integrate from perlio:
+ [ 18507]
+ Thread-protection for dup/fclose/dup2 scheme of stdio leak
+ avoidance.
+ Branch: maint-5.8/perl
+ !> README.epoc README.mint ext/Data/Dumper/Dumper.pm
+ !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
+ !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
+ !> ext/Digest/MD5/t/files.t lib/Digest.pm perlio.c t/io/tell.t
+ !> utils/libnetcfg.PL
+____________________________________________________________________________
+[ 18514] By: jhi on 2003/01/18 18:36:00
+ Log: Integrate from perlio:
+ [ 18507]
+ Thread-protection for dup/fclose/dup2 scheme of stdio leak
+ avoidance.
+ Branch: perl
+ !> perlio.c t/io/tell.t
+____________________________________________________________________________
+[ 18513] By: jhi on 2003/01/18 18:07:01
+ Log: Slight pod reformatting based on [perl #20284].
+ Branch: perl
+ ! README.mint ext/Data/Dumper/Dumper.pm
+____________________________________________________________________________
+[ 18512] By: jhi on 2003/01/17 21:00:15
+ Log: EPOC perl address updates.
+ Branch: perl
+ ! README.epoc
+____________________________________________________________________________
+[ 18511] By: jhi on 2003/01/17 20:23:42
+ Log: Upgrade to Digest 1.01.
+ Branch: perl
+ ! lib/Digest.pm
+____________________________________________________________________________
+[ 18510] By: jhi on 2003/01/17 19:53:37
+ Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
+ Branch: perl
+ ! utils/libnetcfg.PL
+____________________________________________________________________________
+[ 18509] By: jhi on 2003/01/17 19:45:11
+ Log: Upgrade to Digest::MD5 2.22.
+ Branch: perl
+ ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
+ ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
+ ! ext/Digest/MD5/t/files.t
+____________________________________________________________________________
+[ 18508] By: merijn on 2003/01/17 14:12:53
+ Log: Subject: Re: 18457 on cygwin/20030113
+ From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
+ Date: Fri, 17 Jan 2003 15:10:34 +0000
+ Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
+ Branch: perl
+ ! t/io/tell.t
+____________________________________________________________________________
+[ 18507] By: nick on 2003/01/17 14:05:27
+ Log: Thread-protection for dup/fclose/dup2 scheme of stdio leak
+ avoidance.
+ Branch: perlio
+ ! perlio.c
+____________________________________________________________________________
+[ 18506] By: nick on 2003/01/17 14:04:18
+ Log: Correct typo (actually copy/paste of wrong thing).
+ Branch: perlio
+ ! t/io/tell.t
+____________________________________________________________________________
+[ 18505] By: jhi on 2003/01/17 13:36:55
+ Log: Integrate:
+ [ 18504]
+ Integrate from perlio:
+ [ 18476]
+ Remove workaround for :stdio layer bug now fixed
+ (Fixes #18975)
+ Branch: maint-5.8/perl
+ !> pp_sys.c
+____________________________________________________________________________
+[ 18504] By: jhi on 2003/01/17 13:21:51
+ Log: Integrate from perlio:
+ [ 18476]
+ Remove workaround for :stdio layer bug now fixed
+ (Fixes #18975)
+ Branch: perl
+ !> pp_sys.c
+____________________________________________________________________________
+[ 18503] By: jhi on 2003/01/16 23:29:57
+ Log: Integrate:
+ [ 18478]
+ Upgrade to Encode 1.84.
+
+ [ 18479]
+ Add a test for encoding 'utf8'.
+
+ [ 18480]
+ Encode 1.84 broke the subtest #7, further study required.
+
+ [ 18481]
+ Apparently some stdios have bugs (no! don't tell it is so!)
+ or there is a corner of stdio that is substandardised.
+
+ [ 18483]
+ Detypo.
+
+ [ 18484]
+ Upgrade to Time::HiRes 1.42.
+
+ [ 18486]
+ isa() and can() didn't work on magic variables
+ see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
+ plus a test case by B. Goldberg
+
+ [ 18487]
+ Add a test case for bug [perl #19545]
+
+ [ 18488]
+ Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
+ From: Brendan O'Dea <bod@debian.org>
+ Date: Sun, 12 Jan 2003 06:17:30 +1100
+ Message-ID: <20030111191730.GA19420@londo.c47.org>
+
+ [ 18489]
+ Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
+ From: Brendan O'Dea <bod@debian.org>
+ Date: Sun, 12 Jan 2003 06:18:32 +1100
+ Message-ID: <20030111191832.GA19441@londo.c47.org>
+
+ [ 18490]
+ Make the locale-induced UTF-8-ification of STD fhs
+ and the default file open layer explicit (either -C
+ or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
+
+ [ 18491]
+ if (0) the PL_widesyscalls code for now: Sarathy
+ should take another look to see whether it is really
+ safe to remove the code, too.
+
+ [ 18492]
+ Subject: Update for ext/Digest/MD5/
+ From: Gisle Aas <gisle@ActiveState.com>
+ Date: 30 Dec 2002 07:38:16 -0800
+ Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
+
+ [ 18493]
+ Subject: Update for ext/MIME/Base64/
+ From: Gisle Aas <gisle@ActiveState.com>
+ Date: 30 Dec 2002 07:34:34 -0800
+ Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
+
+ [ 18494]
+ Upgrade to CGI.pm 2.89.
+
+ [ 18495]
+ It seems the binmode() is needed with UTF-8 locales enabled.
+
+ [ 18496]
+ Fix 'use encoding' I/O for code points 0x80..0xFF;
+ code changes from Inaba Hiroto; test tweaks by jhi.
+
+ [ 18501]
+ Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
+ From: "Jos I. Boumans" <kane@dwim.org>
+ Date: Thu, 16 Jan 2003 14:04:48 +0100
+ Message-ID: <3E26ADF0.6010605@dwim.org>
+ (with test tweaks)
+
+ [ 18502]
+ Integrate from maint-5.6:
+ [ 18477]
+ search utility doesn't skip exe/lib/pdb files properly on windows
+ Branch: maint-5.8/perl
+ +> ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
+ !> (integrate 57 files)
+____________________________________________________________________________
+[ 18502] By: jhi on 2003/01/16 22:53:23
+ Log: Integrate from maint-5.6:
+ [ 18477]
+ search utility doesn't skip exe/lib/pdb files properly on windows
+ Branch: perl
+ !> win32/bin/search.pl
+____________________________________________________________________________
+[ 18501] By: rgs on 2003/01/16 21:28:42
+ Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
+ From: "Jos I. Boumans" <kane@dwim.org>
+ Date: Thu, 16 Jan 2003 14:04:48 +0100
+ Message-ID: <3E26ADF0.6010605@dwim.org>
+ (with test tweaks)
+ Branch: perl
+ ! lib/File/Find.pm lib/File/Find/t/find.t
+____________________________________________________________________________
+[ 18500] By: rgs on 2003/01/16 21:17:14
+ Log: Integrate #18447 from maint-5.8 :
+ test.pl-ise t/op/fh.t.
+ Branch: perl
+ !> t/op/fh.t
+____________________________________________________________________________
+[ 18499] By: rgs on 2003/01/16 20:58:59
+ Log: Integrate changes to Attribute::Handlers from maint-5.8
+ (18404 and 18427).
+ Subject: [PATCH] Re: Attribute::Handlers phase variance
+ From: Richard Clamp <richardc@unixbeard.net>
+ Date: Mon, 9 Dec 2002 11:10:24 +0000
+ Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
+ Branch: perl
+ !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
+____________________________________________________________________________
+[ 18498] By: rgs on 2003/01/16 20:48:10
+ Log: Integrate changes #18422 and #18423 from maint-5.8.
+ 18422 :
+ Third Degree found a read of uninit memory (after setting
+ grent_size with sysconf(), pwent_size was read). Also make
+ the ERANGE/INVARG more consistent.
+ 18423 :
+ spent_size was still off. (As far as I can tell
+ _SC_GETPW_R_SIZE_MAX is supposed to be used also
+ for spents, not just pwents.)
+ Branch: perl
+ !> reentr.c reentr.h reentr.pl
+____________________________________________________________________________
+[ 18497] By: rgs on 2003/01/16 20:40:58
+ Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Wed, 1 Jan 2003 21:43:24 +0000
+ Message-ID: <20030101214324.F12907@fdgroup.com>
+ (integrated from change #18397 in maint-5.8)
+ Branch: perl
+ !> lib/Time/Local.pm lib/Time/Local.t
+____________________________________________________________________________
+[ 18496] By: jhi on 2003/01/16 20:36:23
+ Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
+ code changes from Inaba Hiroto; test tweaks by jhi.
+ Branch: perl
+ + ext/Encode/t/enc_eucjp.t
+ ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
+ ! pp.c sv.c sv.h t/uni/tr_utf8.t
+____________________________________________________________________________
+[ 18495] By: jhi on 2003/01/16 20:19:36
+ Log: It seems the binmode() is needed with UTF-8 locales enabled.
+ Branch: perl
+ ! ext/Encode/t/CJKT.t
+____________________________________________________________________________
+[ 18494] By: jhi on 2003/01/16 20:11:35
+ Log: Upgrade to CGI.pm 2.89.
+ Branch: perl
+ ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
+ ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
+____________________________________________________________________________
+[ 18493] By: jhi on 2003/01/16 20:03:01
+ Log: Subject: Update for ext/MIME/Base64/
+ From: Gisle Aas <gisle@ActiveState.com>
+ Date: 30 Dec 2002 07:34:34 -0800
+ Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
+ Branch: perl
+ ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
+ ! ext/MIME/Base64/QuotedPrint.pm
+ ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
+____________________________________________________________________________
+[ 18492] By: jhi on 2003/01/16 19:56:07
+ Log: Subject: Update for ext/Digest/MD5/
+ From: Gisle Aas <gisle@ActiveState.com>
+ Date: 30 Dec 2002 07:38:16 -0800
+ Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
+ Branch: perl
+ ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
+ ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
+ ! ext/Digest/MD5/t/files.t
+____________________________________________________________________________
+[ 18491] By: jhi on 2003/01/16 19:24:10
+ Log: if (0) the PL_widesyscalls code for now: Sarathy
+ should take another look to see whether it is really
+ safe to remove the code, too.
+ Branch: perl
+ ! win32/win32.h wince/win32.h
+____________________________________________________________________________
+[ 18490] By: jhi on 2003/01/16 01:58:39
+ Log: Make the locale-induced UTF-8-ification of STD fhs
+ and the default file open layer explicit (either -C
+ or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
+ Branch: perl
+ ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
+ ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
+ ! pod/perlvar.pod
+____________________________________________________________________________
+[ 18489] By: rgs on 2003/01/15 20:55:00
+ Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
+ From: Brendan O'Dea <bod@debian.org>
+ Date: Sun, 12 Jan 2003 06:18:32 +1100
+ Message-ID: <20030111191832.GA19441@londo.c47.org>
+ Branch: perl
+ ! pod/perlrun.pod
+____________________________________________________________________________
+[ 18488] By: rgs on 2003/01/15 20:51:48
+ Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
+ From: Brendan O'Dea <bod@debian.org>
+ Date: Sun, 12 Jan 2003 06:17:30 +1100
+ Message-ID: <20030111191730.GA19420@londo.c47.org>
+ Branch: perl
+ ! lib/diagnostics.pm
+____________________________________________________________________________
+[ 18487] By: rgs on 2003/01/15 20:45:14
+ Log: Add a test case for bug [perl #19545]
+ Branch: perl
+ ! t/op/do.t
+____________________________________________________________________________
+[ 18486] By: rgs on 2003/01/15 20:34:52
+ Log: isa() and can() didn't work on magic variables
+ see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
+ plus a test case by B. Goldberg
+ Branch: perl
+ ! t/op/universal.t universal.c
+____________________________________________________________________________
+[ 18485] By: rgs on 2003/01/15 20:10:57
+ Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
+ From: Stephen McCamant <smcc@mit.edu>
+ Date: Thu, 2 Jan 2003 18:08:23 -0500
+ Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
+ Plus a test by Jarkko
+ Integrated from changes 18444 and 18446 from maint-5.8
+ Branch: perl
+ +> t/op/readline.t
+ !> MANIFEST pp_hot.c
+____________________________________________________________________________
+[ 18484] By: jhi on 2003/01/15 14:09:57
+ Log: Upgrade to Time::HiRes 1.42.
+ Branch: perl
+ + ext/Time/HiRes/fallback/const-c.inc
+ + ext/Time/HiRes/fallback/const-xs.inc
+ ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+ ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
+____________________________________________________________________________
+[ 18483] By: jhi on 2003/01/15 00:23:20
+ Log: Detypo.
+ Branch: perl
+ ! ext/Encode/Unicode/Unicode.xs
+____________________________________________________________________________
+[ 18482] By: rgs on 2003/01/14 21:41:04
+ Log: Integrate change #18365 from maint-5.8 :
+ Doc tweak on the S_ macros.
+ Branch: perl
+ !> pod/perlfunc.pod
+____________________________________________________________________________
+[ 18481] By: jhi on 2003/01/14 12:40:24
+ Log: Apparently some stdios have bugs (no! don't tell it is so!)
+ or there is a corner of stdio that is substandardised.
+ Branch: perl
+ ! t/io/tell.t
+____________________________________________________________________________
+[ 18480] By: jhi on 2003/01/14 01:25:14
+ Log: Encode 1.84 broke the subtest #7, further study required.
+ Branch: perl
+ ! t/uni/tr_utf8.t
+____________________________________________________________________________
+[ 18479] By: jhi on 2003/01/13 23:13:02
+ Log: Add a test for encoding 'utf8'.
+ Branch: perl
+ + ext/Encode/t/enc_utf8.t
+ ! MANIFEST ext/Encode/MANIFEST
+____________________________________________________________________________
+[ 18478] By: jhi on 2003/01/13 23:10:55
+ Log: Upgrade to Encode 1.84.
+ Branch: perl
+ ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
+ ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
+____________________________________________________________________________
+[ 18477] By: gsar on 2003/01/13 22:55:44
+ Log: search utility doesn't skip exe/lib/pdb files properly on windows
+ Branch: maint-5.6/perl
+ ! win32/bin/search.pl
+____________________________________________________________________________
+[ 18476] By: nick on 2003/01/13 10:14:22
+ Log: Remove workaround for :stdio layer bug now fixed
+ (Fixes #18975)
+ Branch: perlio
+ ! pp_sys.c
+____________________________________________________________________________
+[ 18475] By: jhi on 2003/01/13 02:42:47
+ Log: Integrate from perlio:
+ [ 18471]
+ Fix #18711 and add test for it (and indeed tell on write
+ handles at all !
+
+ (#18711 Serious bug of tell() in perl)
+ Branch: perl
+ !> perlio.c t/io/tell.t
+____________________________________________________________________________
+[ 18474] By: jhi on 2003/01/13 02:41:04
+ Log: Integrate from perlio:
+ [ 18470]
+ Fix #16306 and #16880
+
+ (#16306 Big Badda leak in Sockets)
+ (#16880 Memory leak with IO::Socket in Perl v5.8.0)
+ Branch: perl
+ !> perlio.c
+____________________________________________________________________________
+[ 18473] By: jhi on 2003/01/13 02:38:33
+ Log: Integrate perlio #18040 and #18043 (no real changes;
+ some whitespace changes but ignored them so that Dan's
+ version of Encode wins)
+ Branch: perl
+ !> ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 18472] By: jhi on 2003/01/13 01:31:01
+ Log: Integrate perlio to mainline:
+ [ 18240]
+ Avoid eqtime() wiping the file (as suggested by
+ "Luis G. Uribe C." <GUribe@SoftHome.net>
+ Branch: perl
+ !> lib/ExtUtils/Command.pm
+____________________________________________________________________________
+[ 18471] By: nick on 2003/01/12 17:34:33
+ Log: Fix #18711 and add test for it (and indeed tell on write
+ handles at all !
+ Branch: perlio
+ ! perlio.c t/io/tell.t
+____________________________________________________________________________
+[ 18470] By: nick on 2003/01/12 14:06:15
+ Log: Fix #16306 and #16880
+ Branch: perlio
+ ! perlio.c
+____________________________________________________________________________
+[ 18469] By: nick on 2003/01/12 09:54:42
+ Log: Integrate Mainline
+ Branch: perlio
+ +> ext/threads/t/problems.t
+ !> (integrate 64 files)
+____________________________________________________________________________
+[ 18468] By: rgs on 2003/01/09 21:07:44
+ Log: Subject: [PATCH] VMS perly build tweak
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Thu, 9 Jan 2003 14:44:40 -0600
+ Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
+ Branch: perl
+ ! vms/descrip_mms.template
+____________________________________________________________________________
+[ 18467] By: rgs on 2003/01/09 21:03:07
+ Log: Document that ${^TAINT} is read-only.
+ Branch: perl
+ ! pod/perlvar.pod
+____________________________________________________________________________
+[ 18466] By: jhi on 2003/01/09 14:07:25
+ Log: Integrate:
+ [ 18459]
+ PerlFAQ sync.
+
+ [ 18465]
+ Fix the doc for splitpath() in the File::Spec modules :
+ this function doesn't return undef in any case.
+ Branch: maint-5.8/perl
+ !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
+ !> lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm pod/perlfaq.pod
+ !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
+ !> pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
+ !> pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
+____________________________________________________________________________
+[ 18465] By: rgs on 2003/01/08 22:02:26
+ Log: Fix the doc for splitpath() in the File::Spec modules :
+ this function doesn't return undef in any case.
+ Branch: perl
+ ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
+ ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
+____________________________________________________________________________
+[ 18464] By: rgs on 2003/01/08 21:40:37
+ Log: Subject: [PATCH] label code in pp_ctl.c
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Thu, 26 Dec 2002 21:19:36 +0000
+ Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
+ (Integrated from change #18400 from maint-5.8)
+ Branch: perl
+ !> pp_ctl.c
+____________________________________________________________________________
+[ 18463] By: rgs on 2003/01/08 21:27:49
+ Log: Subject: [DOCPATCH] hv_store and hv_store_ent
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Wed, 1 Jan 2003 18:17:59 +0000
+ Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
+ (Integrated from change #18399 from maint-5.8)
+ Branch: perl
+ !> hv.c
+____________________________________________________________________________
+[ 18462] By: rgs on 2003/01/08 21:24:09
+ Log: Integrate change #18391 from maint-5.8:
+ Document the installprefix trick for compiling PASE Perl in AIX.
+ Branch: perl
+ !> README.os400
+____________________________________________________________________________
+[ 18461] By: rgs on 2003/01/08 21:16:54
+ Log: Integrate change #18362 from maint-5.8:
+ Fix [perl #18666] (taking the more conservative approach).
+ Branch: perl
+ !> lib/File/Spec/Unix.pm
+____________________________________________________________________________
+[ 18460] By: rgs on 2003/01/08 21:14:20
+ Log: Integrate change #18361 from maint-5.8:
+ Document that the socketpair tests are unhappy in old SCO,
+ as per [perl #18537].
+ Branch: perl
+ !> pod/perl58delta.pod
+____________________________________________________________________________
+[ 18459] By: rgs on 2003/01/08 20:48:19
+ Log: PerlFAQ sync.
+ Branch: perl
+ ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
+ ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
+ ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
+ ! pod/perlfaq9.pod
+____________________________________________________________________________
+[ 18458] By: jhi on 2003/01/08 19:43:26
+ Log: Integrate:
+ [ 18438]
+ Subject: Re: [PATCH] Tiny nits in perlre.pod
+ From: andreas.koenig@anima.de (Andreas J. Koenig)
+ Date: Fri, 03 Jan 2003 00:57:15 +0100
+ Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
+
+ [ 18439]
+ Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
+ From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+ Date: Fri, 13 Dec 2002 00:54:43 +0100
+ Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
+ Same as change 18403 for maint-5.8 branch
+
+ [ 18441]
+ Subject: [DOCPATCH] File::Copy's synopsis
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Wed, 1 Jan 2003 21:09:30 +0000
+ Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
+
+ [ 18451]
+ Subject: [PATCH perl@18746] VMS test adjustments
+ Date: Sat, 04 Jan 2003 11:26:00 -0600
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Message-ID: <3E171928.1040100@mac.com>
+
+ [ 18453]
+ Change the value of ${^TAINT} : 0 without taint checks,
+ 1 with -T, and -1 with -t or -TU.
+
+ [ 18454]
+ Integrate podlators-1.25
+
+ [ 18455]
+ Subject: [PATCH] integrate more with report_evil_fh
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Thu, 26 Dec 2002 20:56:21 +0000
+ Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
+ Branch: maint-5.8/perl
+ !> ext/Devel/Peek/Peek.t ext/Filter/t/call.t
+ !> lib/ExtUtils/t/Embed.t lib/File/Copy.pm lib/Pod/Man.pm
+ !> lib/Pod/t/man.t lib/charnames.t mg.c pod/perlre.pod
+ !> pod/perlvar.pod pp_sys.c t/op/taint.t t/run/runenv.t
+ !> t/run/switchI.t t/run/switcht.t
+____________________________________________________________________________
+[ 18457] By: jhi on 2003/01/08 01:47:02
+ Log: Upgrade to Time::HiRes 1.42.
+ Branch: maint-5.8/perl
+ + ext/Time/HiRes/fallback/const-c.inc
+ + ext/Time/HiRes/fallback/const-xs.inc
+ ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+ ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
+____________________________________________________________________________
+[ 18456] By: hv on 2003/01/07 09:20:22
+ Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Thu, 26 Dec 2002 21:16:27 +0000
+ Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
+ Branch: perl
+ ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
+ ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
+ ! utf8.c
+____________________________________________________________________________
+[ 18455] By: hv on 2003/01/07 08:54:38
+ Log: Subject: [PATCH] integrate more with report_evil_fh
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Thu, 26 Dec 2002 20:56:21 +0000
+ Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
+ Branch: perl
+ ! pp_sys.c
+____________________________________________________________________________
+[ 18454] By: hv on 2003/01/07 08:45:54
+ Log: Integrate podlators-1.25
+ Branch: perl
+ ! lib/Pod/Man.pm lib/Pod/t/man.t
+____________________________________________________________________________
+[ 18453] By: rgs on 2003/01/06 20:31:43
+ Log: Change the value of ${^TAINT} : 0 without taint checks,
+ 1 with -T, and -1 with -t or -TU.
+ Branch: perl
+ ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
+ ! t/run/switcht.t
+____________________________________________________________________________
+[ 18452] By: jhi on 2003/01/06 13:47:59
+ Log: Regen Configure.
+ Branch: maint-5.8/perl
+ ! Configure
+____________________________________________________________________________
+[ 18451] By: merijn on 2003/01/06 06:43:11
+ Log: Subject: [PATCH perl@18746] VMS test adjustments
+ Date: Sat, 04 Jan 2003 11:26:00 -0600
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Message-ID: <3E171928.1040100@mac.com>
+ Branch: perl
+ ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
+ ! t/run/switchI.t
+____________________________________________________________________________
+[ 18450] By: jhi on 2003/01/06 04:44:28
+ Log: Tiny output tweak.
+ Branch: maint-5.8/perl
+ ! t/op/pat.t
+____________________________________________________________________________
+[ 18449] By: jhi on 2003/01/05 16:12:26
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 18448] By: jhi on 2003/01/05 15:29:54
+ Log: Subject: Partial Data::Dumper patch
+ From: Richard Clamp <richardc@unixbeard.net>
+ Date: Sat, 4 Jan 2003 00:52:47 +0000
+ Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
+
+ Subject: Re: Partial Data::Dumper patch
+ From: Slaven Rezic <slaven@rezic.de>
+ Date: 04 Jan 2003 02:48:08 +0100
+ Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
+ Branch: maint-5.8/perl
+ ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
+____________________________________________________________________________
+[ 18447] By: jhi on 2003/01/05 14:58:52
+ Log: test.pl-ise t/op/fh.t.
+ Branch: maint-5.8/perl
+ ! t/op/fh.t
+____________________________________________________________________________
+[ 18446] By: jhi on 2003/01/05 14:58:06
+ Log: Add a test for change #18444 (and a new test file, since
+ I couldn't find anything fitting)
+ Branch: maint-5.8/perl
+ + t/op/readline.t
+ ! MANIFEST
+____________________________________________________________________________
+[ 18445] By: jhi on 2003/01/05 14:46:32
+ Log: Backport change #18444 to maint.
+ Branch: maint-5.8/perl
+ ! pp_hot.c sv.c sv.h
+____________________________________________________________________________
+[ 18444] By: jhi on 2003/01/05 14:33:04
+ Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
+ From: Stephen McCamant <smcc@mit.edu>
+ Date: Thu, 2 Jan 2003 18:08:23 -0500
+ Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
+ Branch: maint-5.8/perl
+ ! pp_hot.c
+____________________________________________________________________________
+[ 18443] By: jhi on 2003/01/05 14:22:33
+ Log: Subject: [PATCH perl@18746] VMS test adjustments
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sat, 04 Jan 2003 11:26:00 -0600
+ Message-ID: <3E171928.1040100@mac.com>
+ Branch: maint-5.8/perl
+ ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
+ ! t/run/switchI.t
+____________________________________________________________________________
+[ 18442] By: jhi on 2003/01/04 21:18:39
+ Log: Spotted by rgs.
+ Branch: maint-5.8/perl
+ ! lib/File/Copy.pm
+____________________________________________________________________________
+[ 18441] By: rgs on 2003/01/04 20:06:45
+ Log: Subject: [DOCPATCH] File::Copy's synopsis
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Wed, 1 Jan 2003 21:09:30 +0000
+ Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
+ Branch: perl
+ ! lib/File/Copy.pm
+____________________________________________________________________________
+[ 18440] By: rgs on 2003/01/04 16:31:31
+ Log: Integrate change #18420 from maint-5.8:
+ Mea culpa: the join() was the string join, not the
+ ithreads join().
+ Branch: perl
+ !> ext/threads/t/join.t
+____________________________________________________________________________
+[ 18439] By: rgs on 2003/01/04 15:34:54
+ Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
+ From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+ Date: Fri, 13 Dec 2002 00:54:43 +0100
+ Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
+ Same as change 18403 for maint-5.8 branch
+ Branch: perl
+ ! lib/ExtUtils/t/Embed.t
+____________________________________________________________________________
+[ 18438] By: rgs on 2003/01/04 15:24:22
+ Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
+ From: andreas.koenig@anima.de (Andreas J. Koenig)
+ Date: Fri, 03 Jan 2003 00:57:15 +0100
+ Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
+ Branch: perl
+ ! pod/perlre.pod
+____________________________________________________________________________
+[ 18437] By: jhi on 2003/01/04 14:39:35
+ Log: Integrate:
+ [ 18434]
+ Forgot to add problems.t with change #18419
+ Branch: maint-5.8/perl
+ +> ext/threads/t/problems.t
+____________________________________________________________________________
+[ 18436] By: jhi on 2003/01/04 14:37:33
+ Log: Integrate:
+ [ 18435]
+ The problems.t is back.
+ Branch: maint-5.8/perl
+ !> MANIFEST
+____________________________________________________________________________
+[ 18435] By: jhi on 2003/01/04 14:36:08
+ Log: The problems.t is back.
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 18434] By: sky on 2003/01/04 07:43:50
+ Log: Forgot to add problems.t with change #18419
+ Branch: perl
+ + ext/threads/t/problems.t
+____________________________________________________________________________
+[ 18433] By: jhi on 2003/01/04 04:49:38
+ Log: Integrate:
+ [ 18432]
+ One more (or, rather, less) //.
+ Branch: maint-5.8/perl
+ !> ext/threads/threads.xs
+____________________________________________________________________________
+[ 18432] By: jhi on 2003/01/04 04:48:30
+ Log: One more (or, rather, less) //.
+ Branch: perl
+ ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 18431] By: jhi on 2003/01/04 04:39:01
+ Log: Integrate from maintperl:
+ [ 18430]
+ // is still not portable C commentary.
+ Branch: perl
+ !> ext/threads/threads.xs
+____________________________________________________________________________
+[ 18430] By: jhi on 2003/01/04 04:35:40
+ Log: // is still not portable C commentary.
+ Branch: maint-5.8/perl
+ ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 18429] By: jhi on 2003/01/04 04:19:57
+ Log: AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
+ things like drand48_data are undefined).
+ Branch: maint-5.8/perl
+ ! hints/aix.sh
+____________________________________________________________________________
+[ 18428] By: jhi on 2003/01/04 03:58:22
+ Log: Somehow I managed to get makefile.olds that didn't get cleaned away.
+ Branch: maint-5.8/perl
+ ! Makefile.SH x2p/Makefile.SH
+____________________________________________________________________________
+[ 18427] By: jhi on 2003/01/04 03:49:34
+ Log: To go with change #18404.
+ Branch: maint-5.8/perl
+ ! lib/Attribute/Handlers/t/multi.t
+____________________________________________________________________________
+[ 18426] By: jhi on 2003/01/04 03:38:27
+ Log: Integrate: [ 18425] Until Arthur really adds the problems.t.
+ Branch: maint-5.8/perl
+ !> MANIFEST
+____________________________________________________________________________
+[ 18425] By: jhi on 2003/01/04 03:37:04
+ Log: Until Arthur really adds the problems.t.
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 18424] By: jhi on 2003/01/04 03:20:08
+ Log: Integrate:
+ [ 18417]
+ Fake what context we are running in for CLONE and DESTROY so
+ threads->tid() returns the correct value.
+ This is reported as bug #10046
+
+ [ 18419]
+ Fixes bug #15273, the return of the object caused
+ the stash of the object to be cloned, cloning the entire syntax
+ tree and all lexicals in there creating danglning copies to the
+ object. (Pararell but unlinked STASH tree).
+ This adds a new flag, when set it will use STASHES from the
+ thread we are joining into avoiding the problem.
+
+ [ 18421]
+ Fix long standing memory leak with pop and shift!
+ Branch: maint-5.8/perl
+ !> MANIFEST ext/threads/shared/shared.xs ext/threads/t/basic.t
+ !> ext/threads/threads.xs sv.c sv.h
+____________________________________________________________________________
+[ 18423] By: jhi on 2003/01/04 03:12:42
+ Log: spent_size was still off. (As far as I can tell
+ _SC_GETPW_R_SIZE_MAX is supposed to be used also
+ for spents, not just pwents.)
+ Branch: maint-5.8/perl
+ ! reentr.c reentr.pl
+____________________________________________________________________________
+[ 18422] By: jhi on 2003/01/04 03:04:29
+ Log: Third Degree found a read of uninit memory (after setting
+ grent_size with sysconf(), pwent_size was read). Also make
+ the ERANGE/INVARG more consistent.
+ Branch: maint-5.8/perl
+ ! reentr.c reentr.h reentr.pl
+____________________________________________________________________________
+[ 18421] By: sky on 2003/01/04 01:27:55
+ Log: Fix long standing memory leak with pop and shift!
+ Branch: perl
+ ! ext/threads/shared/shared.xs
+____________________________________________________________________________
+[ 18420] By: jhi on 2003/01/04 00:04:33
+ Log: Mea culpa: the join() was the string join, not the
+ ithreads join().
+ Branch: maint-5.8/perl
+ ! ext/threads/t/join.t
+____________________________________________________________________________
+[ 18419] By: sky on 2003/01/03 23:45:34
+ Log: Fixes bug #15273, the return of the object caused
+ the stash of the object to be cloned, cloning the entire syntax
+ tree and all lexicals in there creating danglning copies to the
+ object. (Pararell but unlinked STASH tree).
+ This adds a new flag, when set it will use STASHES from the
+ thread we are joining into avoiding the problem.
+ Branch: perl
+ ! MANIFEST ext/threads/threads.xs sv.c sv.h
+____________________________________________________________________________
+[ 18418] By: jhi on 2003/01/03 19:41:57
+ Log: Upgrade to Time::HiRes 1.41 (building with core perl had
+ become broken at some point, even before 1.40).
+ Branch: maint-5.8/perl
+ ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+ ! ext/Time/HiRes/Makefile.PL
+____________________________________________________________________________
+[ 18417] By: sky on 2003/01/03 18:16:46
+ Log: Fake what context we are running in for CLONE and DESTROY so
+ threads->tid() returns the correct value.
+ This is reported as bug #10046
+ Branch: perl
+ ! ext/threads/t/basic.t ext/threads/threads.xs
+____________________________________________________________________________
+[ 18416] By: jhi on 2003/01/03 17:50:45
+ Log: Upgrade to Time::HiRes 1.40.
+ Branch: maint-5.8/perl
+ ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+ ! ext/Time/HiRes/Makefile.PL
+____________________________________________________________________________
+[ 18415] By: jhi on 2003/01/03 16:45:03
+ Log: regen headers.
+ Branch: maint-5.8/perl
+ ! pod/perlapi.pod
+____________________________________________________________________________
+[ 18414] By: jhi on 2003/01/03 16:39:33
+ Log: Integrate:
+ [ 18390]
+ Use a more likely location for the perl binary
+
+ [ 18406]
+ Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
+ libc_r functions.
+
+ [ 18407]
+ Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
+ From: hv@crypt.org
+ Date: Thu, 02 Jan 2003 17:16:04 +0000
+ Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
+
+ [ 18408]
+ Subject: win32_msgwait() problem
+ From: Gurusamy Sarathy <gsar@ActiveState.com>
+ Date: Fri, 13 Dec 2002 17:31:59 -0800
+ Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
+
+ [ 18411]
+ Subject: Re: [perl #19061] 'goto' confuses 'redo'
+ From: Stephen McCamant <smcc@mit.edu>
+ Date: Sun, 22 Dec 2002 22:09:51 -0500
+ Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
+
+ [ 18413]
+ Change pp_lock to take a reference instead of a
+ scalar since it wouldn't fork for the HELEM/AELEM
+ case. This was reported in bug #10045
+ Branch: maint-5.8/perl
+ !> Porting/genlog ext/threads/shared/t/hv_refs.t hints/darwin.sh
+ !> opcode.h opcode.pl opnames.h pp_ctl.c sv.c win32/win32.c
+____________________________________________________________________________
+[ 18413] By: sky on 2003/01/03 15:15:14
+ Log: Change pp_lock to take a reference instead of a
+ scalar since it wouldn't fork for the HELEM/AELEM
+ case. This was reported in bug #10045
+ Branch: perl
+ ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
+____________________________________________________________________________
+[ 18412] By: hv on 2003/01/03 11:14:51
+ Log: Integrate from maint-5.8 #18348:
+ Make Math::Trig a little bit more better behaved module citizen.
+ Branch: perl
+ !> lib/Math/Trig.pm
+____________________________________________________________________________
+[ 18411] By: hv on 2003/01/03 11:11:09
+ Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
+ From: Stephen McCamant <smcc@mit.edu>
+ Date: Sun, 22 Dec 2002 22:09:51 -0500
+ Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
+ Branch: perl
+ ! pp_ctl.c
+____________________________________________________________________________
+[ 18410] By: hv on 2003/01/03 11:06:40
+ Log: Subject: new flag SvPADSTALE
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Thu, 19 Dec 2002 19:00:21 +0000
+ Message-ID: <20021219190021.D9530@fdgroup.com>
+ Branch: perl
+ ! dump.c scope.c sv.h
+____________________________________________________________________________
+[ 18409] By: hv on 2003/01/03 11:05:09
+ Log: Subject: remove flag SvPADBUSY
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Thu, 19 Dec 2002 18:55:43 +0000
+ Message-ID: <20021219185543.C9530@fdgroup.com>
+ Branch: perl
+ ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
+____________________________________________________________________________
+[ 18408] By: hv on 2003/01/03 10:56:54
+ Log: Subject: win32_msgwait() problem
+ From: Gurusamy Sarathy <gsar@ActiveState.com>
+ Date: Fri, 13 Dec 2002 17:31:59 -0800
+ Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
+ Branch: perl
+ ! win32/win32.c
+____________________________________________________________________________
+[ 18407] By: hv on 2003/01/03 10:30:05
+ Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
+ From: hv@crypt.org
+ Date: Thu, 02 Jan 2003 17:16:04 +0000
+ Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 18406] By: sky on 2003/01/03 08:23:16
+ Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
+ libc_r functions.
+ Branch: perl
+ ! hints/darwin.sh
+____________________________________________________________________________
+[ 18405] By: jhi on 2003/01/03 03:06:40
+ Log: Subject: [PATCH] Re: 5.8.0 dup strangety
+ From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+ Date: Tue, 31 Dec 2002 10:56:42 +0100
+ Message-Id: <20021231105642.6bc7a0f4.rgarciasuarez@free.fr>
+ Branch: maint-5.8/perl
+ ! doio.c
+____________________________________________________________________________
+[ 18404] By: jhi on 2003/01/03 02:54:46
+ Log: Subject: [PATCH] Re: Attribute::Handlers phase variance
+ From: Richard Clamp <richardc@unixbeard.net>
+ Date: Mon, 9 Dec 2002 11:10:24 +0000
+ Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
+ Branch: maint-5.8/perl
+ ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
+____________________________________________________________________________
+[ 18403] By: jhi on 2003/01/03 02:49:17
+ Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
+ From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+ Date: Fri, 13 Dec 2002 00:54:43 +0100
+ Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
+ Branch: maint-5.8/perl
+ ! lib/ExtUtils/t/Embed.t
+____________________________________________________________________________
+[ 18402] By: jhi on 2003/01/03 02:47:18
+ Log: Subject: [PATCH Pod::Checker] Decouple podchecker program and function
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Tue, 10 Dec 2002 15:25:02 -0800
+ Message-ID: <20021210232502.GD25945@blackrider.schwern.org>
+
+ Subject: Re: [PATCH Pod::Checker] Decouple podchecker program and function
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Tue, 10 Dec 2002 15:40:05 -0800
+ Message-ID: <20021210234005.GF25945@blackrider.schwern.org>
+ Branch: maint-5.8/perl
+ ! lib/Pod/Checker.pm pod/podchecker.PL t/pod/poderrs.xr
+____________________________________________________________________________
+[ 18401] By: jhi on 2003/01/03 02:40:44
+ Log: Subject: [PATCH] integrate more with report_evil_fh
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Thu, 26 Dec 2002 20:56:21 +0000
+ Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
+ Branch: maint-5.8/perl
+ ! pp_sys.c
+____________________________________________________________________________
+[ 18400] By: jhi on 2003/01/03 02:37:11
+ Log: Subject: [PATCH] label code in pp_ctl.c
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Thu, 26 Dec 2002 21:19:36 +0000
+ Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
+ Branch: maint-5.8/perl
+ ! pp_ctl.c
+____________________________________________________________________________
+[ 18399] By: jhi on 2003/01/03 02:28:15
+ Log: Subject: [DOCPATCH] hv_store and hv_store_ent
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Wed, 1 Jan 2003 18:17:59 +0000
+ Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
+ Branch: maint-5.8/perl
+ ! hv.c
+____________________________________________________________________________
+[ 18398] By: jhi on 2003/01/03 02:26:44
+ Log: Subject: [DOCPATCH] File::Copy's synopsis
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Wed, 1 Jan 2003 21:09:30 +0000
+ Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
+ Branch: maint-5.8/perl
+ ! lib/File/Copy.pm
+____________________________________________________________________________
+[ 18397] By: jhi on 2003/01/03 02:25:38
+ Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
+ From: Dave Mitchell <davem@fdgroup.com>
+ To: Ton Hospel <perl5-porters@ton.iguana.be>
+ Date: Wed, 1 Jan 2003 21:43:24 +0000
+ Message-ID: <20030101214324.F12907@fdgroup.com>
+ Branch: maint-5.8/perl
+ ! lib/Time/Local.pm lib/Time/Local.t
+____________________________________________________________________________
+[ 18396] By: jhi on 2003/01/03 02:23:28
+ Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
+ From: andreas.koenig@anima.de (Andreas J. Koenig)
+ Date: Fri, 03 Jan 2003 00:57:15 +0100
+ Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
+ Branch: maint-5.8/perl
+ ! pod/perlre.pod
+____________________________________________________________________________
+[ 18395] By: jhi on 2003/01/03 02:21:50
+ Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
+ From: Chip Turner <cturner@redhat.com>
+ Date: 02 Jan 2003 11:35:57 -0500
+ Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
+ Branch: maint-5.8/perl
+ ! lib/Pod/Perldoc.pm
+____________________________________________________________________________
+[ 18394] By: jhi on 2003/01/02 21:37:16
+ Log: Document in more detail which tests will fail on FAT.
+ Branch: maint-5.8/perl
+ ! README.win32
+____________________________________________________________________________
+[ 18393] By: merijn on 2003/01/02 19:41:29
+ Log: Subject: [PATCH perl-5.8/win32/makefile.mk] Re: Smoke [5.8.0] 18389 FAIL(Fm) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
+ Date: Thu, 2 Jan 2003 19:02:21 +0100
+ Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
+ From: abe@ztreet.demon.nl (Abe Timmerman)
+ Branch: perl
+ ! win32/makefile.mk
+____________________________________________________________________________
+[ 18392] By: jhi on 2003/01/02 17:57:09
+ Log: Subject: [PATCH perl-5.8/win32/makefile.mk] Re: Smoke [5.8.0] 18389 FAIL(Fm) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
+ From: Abe Timmerman <abe@ztreet.demon.nl>
+ Date: Thu, 2 Jan 2003 19:02:21 +0100
+ Message-Id: <200301021902.22444.abe@ztreet.demon.nl>
+ Branch: maint-5.8/perl
+ ! win32/makefile.mk
+____________________________________________________________________________
+[ 18391] By: jhi on 2003/01/02 13:44:51
+ Log: Document the installprefix trick for compiling PASE Perl in AIX.
+ Branch: maint-5.8/perl
+ ! README.os400
+____________________________________________________________________________
+[ 18390] By: merijn on 2003/01/02 07:32:00
+ Log: Use a more likely location for the perl binary
+ Branch: perl
+ ! Porting/genlog
+____________________________________________________________________________
+[ 18389] By: jhi on 2003/01/02 03:15:44
+ Log: Subject: [PATCH maintperl@18383] more pad removal for VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Wed, 01 Jan 2003 21:53:22 -0600
+ Message-ID: <3E13B7B2.2070005@mac.com>
+ Branch: maint-5.8/perl
+ ! vms/descrip_mms.template
+____________________________________________________________________________
+[ 18388] By: jhi on 2003/01/02 01:41:55
+ Log: List the PERL_MAGIC_utf8 ('w') flag.
+ Branch: maint-5.8/perl
+ ! pod/perlguts.pod
+____________________________________________________________________________
+[ 18387] By: jhi on 2003/01/02 01:39:31
+ Log: The magic v-string patch from John Peacock for 5.8;
+ permits the programmer to know when a given scalar was
+ originally encoded as a v-string; Scalar::Util has already
+ been enhanced to expose this at the Perl level.
+ Branch: maint-5.8/perl
+ ! dump.c perl.h pod/perlguts.pod sv.c sv.h t/op/ver.t util.c
+____________________________________________________________________________
+[ 18386] By: jhi on 2003/01/01 23:06:53
+ Log: The change #18275 didn't translate the test case quite right.
+ Branch: maint-5.8/perl
+ ! t/op/split.t
+____________________________________________________________________________
+[ 18385] By: gsar on 2003/01/01 20:26:42
+ Log: remove the CRs that snuck in via change#18382
+ Branch: maint-5.8/perl
+ ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 18384] By: nick on 2003/01/01 19:14:32
+ Log: Integrate mainline
+ Branch: perlio
+ +> lib/Net/Ping/t/410_syn_host.t t/op/lc_user.t
+ !> (integrate 166 files)
+____________________________________________________________________________
+[ 18383] By: jhi on 2003/01/01 17:02:29
+ Log: Backport #18319 to 5.8, from Dave Mitchell.
+ Branch: maint-5.8/perl
+ ! op.c t/op/eval.t
+____________________________________________________________________________
+[ 18382] By: jhi on 2003/01/01 15:06:49
+ Log: More tweaks from Autrijus: no pad.c, perl59->perl58 in
+ installperl; and no pad.c in VMS, either.
+ Branch: maint-5.8/perl
+ ! installperl vms/descrip_mms.template win32/Makefile
+ ! win32/makefile.mk
+____________________________________________________________________________
+[ 18381] By: jhi on 2003/01/01 15:02:04
+ Log: Tweaks from Autrijus: threaded/win32 build, signedness.
+ Branch: maint-5.8/perl
+ ! sv.c
+____________________________________________________________________________
+[ 18380] By: jhi on 2002/12/31 16:34:22
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 18379] By: jhi on 2002/12/31 15:33:11
+ Log: Integrate:
+ [ 18371]
+ Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
+ From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+ Date: Fri, 27 Dec 2002 16:14:24 +0100
+ Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
+
+ [ 18372]
+ Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Sat, 21 Dec 2002 19:29:41 -0800
+ Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
+
+ [ 18373]
+ Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
+ From: Dave Paris (via RT) <perlbug-followup@perl.org>
+ Date: 22 Dec 2002 05:15:14 -0000
+ Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
+
+ [ 18374]
+ Remove duplicate entry
+
+ [ 18378]
+ integrate change#18377 from maint-5.6 branch
+
+ change#17566 needs to be more defensive about win32_dup2()
+ itself calling SetStdHandle() (at least MSVCRT does this)
+ Branch: maint-5.8/perl
+ !> MANIFEST lib/AutoSplit.pm mg.c pod/perlfunc.pod t/op/magic.t
+ !> win32/win32.c
+____________________________________________________________________________
+[ 18378] By: gsar on 2002/12/31 04:07:56
+ Log: integrate change#18377 from maint-5.6 branch
+
+ change#17566 needs to be more defensive about win32_dup2()
+ itself calling SetStdHandle() (at least MSVCRT does this)
+ Branch: perl
+ !> win32/win32.c
+____________________________________________________________________________
+[ 18377] By: gsar on 2002/12/31 04:02:12
+ Log: change#17566 needs to be more defensive about win32_dup2()
+ itself calling SetStdHandle() (at least MSVCRT does this)
+ Branch: maint-5.6/perl
+ ! win32/win32.c
+____________________________________________________________________________
+[ 18376] By: hv on 2002/12/31 02:02:17
+ Log: Update Changes
+ Branch: perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 18375] By: jhi on 2002/12/30 21:28:31
+ Log: Better version of change #18370; use the new 'E' flag
+ so that cxinc is exposed (as cpp) only to List::Util
+ (well, any extension) (well, anyone who does -DPERL_EXT),
+ no need to export it globally.
+ Branch: maint-5.8/perl
+ ! embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
____________________________________________________________________________
[ 18374] By: hv on 2002/12/30 03:32:22
Log: Remove duplicate entry