summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2003-07-21 10:26:07 +0000
committerhv <hv@crypt.org>2003-07-21 10:26:07 +0000
commit42bc3d67f53713d43d4feb8de9def128eb32d283 (patch)
tree21443cf04bca8126fca376718347bdb9c3488bb3
parentfd1adc7196bee51c11d554b66ceced1a99bc2bda (diff)
downloadperl-42bc3d67f53713d43d4feb8de9def128eb32d283.tar.gz
Update Changes.
p4raw-id: //depot/perl@20174
-rw-r--r--Changes7837
-rw-r--r--patchlevel.h2
2 files changed, 7838 insertions, 1 deletions
diff --git a/Changes b/Changes
index e613ca3b8b..f6a6663d44 100644
--- a/Changes
+++ b/Changes
@@ -29,6 +29,7843 @@ Version v5.9.X Development release working toward v5.10
--------------
____________________________________________________________________________
+____________________________________________________________________________
+[ 20173] By: rgs on 2003/07/20 21:48:21
+ Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG
+ (bug #22968)
+ Branch: perl
+ ! pod/perlfaq3.pod pod/perlrun.pod
+____________________________________________________________________________
+[ 20172] By: rgs on 2003/07/20 21:14:12
+ Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
+ Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
+
+ plus a clarification to INSTALL :
+ Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
+ Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
+ Branch: perl
+ ! INSTALL Makefile.SH
+____________________________________________________________________________
+[ 20171] By: rgs on 2003/07/20 20:12:54
+ Log: The warning "Possible precedence problem on bitwise operator"
+ was incorrectly produced with the bitwise-assignment operators.
+ Fix it. (bug #23065 concerning 5.8.1 RC2)
+ Branch: perl
+ ! op.c t/lib/warnings/op
+____________________________________________________________________________
+[ 20170] By: rgs on 2003/07/18 08:03:02
+ Log: Rename get_seed() to get_hash_seed(), as suggested by
+ Eric J Kidder, to solve a name conflict on HP_UX 11.00.
+ Branch: perl
+ ! embed.fnc embed.h perl.c proto.h util.c
+____________________________________________________________________________
+[ 20169] By: rgs on 2003/07/18 06:36:20
+ Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
+ From: Andreas J Koenig <andreas.koenig@anima.de>
+ Date: Fri, 18 Jul 2003 09:36:47 +0200
+ Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
+ Branch: perl
+ ! t/op/pow.t
+____________________________________________________________________________
+[ 20168] By: rgs on 2003/07/18 06:21:15
+ Log: Subject: [ PATCH] Re: isa(UNIVERSAL)?
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Thu, 17 Jul 2003 21:51:12 +0100
+ Message-ID: <20030717205112.GA2994@fdgroup.com>
+ Branch: perl
+ ! t/op/universal.t universal.c
+____________________________________________________________________________
+[ 20167] By: rgs on 2003/07/18 06:14:33
+ Log: Subject: [PATCH] Re: Oops - Can't calculate our powers
+ From: Stephen McCamant <smcc@mit.edu>
+ Date: Fri, 18 Jul 2003 02:26:14 -0400
+ Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
+ Branch: perl
+ ! pp.c t/op/pow.t
+____________________________________________________________________________
+[ 20166] By: rgs on 2003/07/17 21:49:10
+ Log: Subject: [PATCH] Increment cop_seqmax in utilize()
+ From: Stephen McCamant <smcc@mit.edu>
+ Date: Tue, 15 Jul 2003 09:57:26 -0400
+ Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
+
+ Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
+ From: Stephen McCamant <smcc@mit.edu>
+ Date: Tue, 15 Jul 2003 09:57:31 -0400
+ Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
+ Branch: perl
+ ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c
+____________________________________________________________________________
+[ 20165] By: rgs on 2003/07/17 21:24:46
+ Log: Subject: [PATCH] Re: POSIX::div
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Mon, 14 Jul 2003 14:00:58 -0700
+ Message-ID: <20030714210057.GK18517@windhund.schwern.org>
+ Branch: perl
+ ! ext/POSIX/POSIX.pm
+____________________________________________________________________________
+[ 20164] By: rgs on 2003/07/17 21:15:51
+ Log: PERL5LIB is not colon-separated everywhere
+ Branch: perl
+ ! pod/perlrun.pod
+____________________________________________________________________________
+[ 20163] By: rgs on 2003/07/17 20:59:15
+ Log: Subject: [PATCH] fix $^N-related coredump
+ From: Anton Berezin <tobez@tobez.org>
+ Date: Mon, 14 Jul 2003 13:50:35 +0200
+ Message-ID: <20030714115035.GA10971@heechee.tobez.org>
+ Branch: perl
+ ! pp_hot.c sv.c
+____________________________________________________________________________
+[ 20162] By: rgs on 2003/07/17 20:39:31
+ Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
+ From: Tony Bowden <tony@kasei.com>
+ Date: Thu, 17 Jul 2003 16:49:35 +0100
+ Message-ID: <20030717154935.GA20302@soto.kasei.com>
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 20161] By: rgs on 2003/07/17 20:25:52
+ Log: Minor nits in perlsyn.pod
+ Branch: perl
+ ! pod/perlsyn.pod
+____________________________________________________________________________
+[ 20160] By: nick on 2003/07/14 14:51:42
+ Log: Integrate mainline
+ Branch: perlio
+ !> lib/Attribute/Handlers.pm lib/charnames.pm pod/perlfunc.pod
+ !> pod/perlsyn.pod pod/perltrap.pod t/op/pat.t
+____________________________________________________________________________
+[ 20159] By: rgs on 2003/07/13 20:02:34
+ Log: Subject: [PATCH] incorrect error message from Attribute::Handlers
+ From: Claes Jacobsson <claes@surfar.nu>
+ Date: Sat, 12 Jul 2003 16:30:42 +0200
+ Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
+ Branch: perl
+ ! lib/Attribute/Handlers.pm
+____________________________________________________________________________
+[ 20158] By: rgs on 2003/07/13 19:52:58
+ Log: Add a TODO test for perlbug #19049
+ Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
+ From: Alex Gough <alex-p5p@earth.li>
+ Date: Fri, 11 Jul 2003 01:12:42 +0100
+ Message-ID: <20030711001242.GD2484@the.earth.li>
+ Branch: perl
+ ! t/op/pat.t
+____________________________________________________________________________
+[ 20157] By: rgs on 2003/07/13 19:43:29
+ Log: Minor updates of the charnames documentation.
+ Branch: perl
+ ! lib/charnames.pm
+____________________________________________________________________________
+[ 20156] By: rgs on 2003/07/11 19:37:34
+ Log: Subject: Re: Sort sub and NaNs
+ From: "John P. Linderman" <jpl@research.att.com>
+ Date: Thu, 10 Jul 2003 10:45:06 -0400
+ Message-Id: <200307101445.KAA79110@raptor.research.att.com>
+
+ Warn against a potential edge case with sort, <=> and NaNs.
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 20155] By: rgs on 2003/07/11 19:11:17
+ Log: Subject: [DOCPATCH] perlfunc/read
+ From: Steve Grazzini <grazz@pobox.com>
+ Date: Tue, 8 Jul 2003 10:23:03 -0400
+ Message-ID: <20030708142303.GB23698@grazzini.net>
+
+ Clarify the OFFSET parameter to read().
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 20154] By: rgs on 2003/07/11 18:54:09
+ Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Tue, 13 May 2003 18:33:05 -0700
+ Message-ID: <20030514013305.GB22001@windhund.schwern.org>
+ Branch: perl
+ ! pod/perlsyn.pod pod/perltrap.pod
+____________________________________________________________________________
+[ 20153] By: jhi on 2003/07/11 10:50:52
+ Log: more perldelta. (This is the final RC2, too.)
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 20152] By: nick on 2003/07/11 09:45:07
+ Log: Integrate mainline at 5.8.1-RC1ish
+ Branch: perlio
+ !> (integrate 51 files)
+____________________________________________________________________________
+[ 20151] By: jhi on 2003/07/11 08:35:08
+ Log: A known potentially failing test.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 20150] By: jhi on 2003/07/11 08:07:55
+ Log: Some known problems.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 20149] By: jhi on 2003/07/11 06:08:27
+ Log: Add perldelta about the SIGFPE change.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 20148] By: jhi on 2003/07/11 05:36:18
+ Log: Make it RC2, while the tests are running.
+ Branch: maint-5.8/perl
+ ! patchlevel.h
+____________________________________________________________________________
+[ 20147] By: jhi on 2003/07/11 05:20:37
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 20146] By: jhi on 2003/07/11 05:12:43
+ Log: Integrate:
+ [ 20145]
+ I think the API for mod_perl v2 should be simply that
+ PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
+ itself, hopefully from a good source of random bits.
+ Branch: maint-5.8/perl
+ !> perl.c
+____________________________________________________________________________
+[ 20145] By: jhi on 2003/07/11 05:07:09
+ Log: I think the API for mod_perl v2 should be simply that
+ PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
+ itself, hopefully from a good source of random bits.
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 20144] By: jhi on 2003/07/11 00:35:56
+ Log: Integrate:
+ [ 20143]
+ pTHX.
+ Branch: maint-5.8/perl
+ !> util.c
+____________________________________________________________________________
+[ 20143] By: jhi on 2003/07/11 00:35:07
+ Log: pTHX.
+ Branch: perl
+ ! util.c
+____________________________________________________________________________
+[ 20142] By: jhi on 2003/07/11 00:31:29
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 20141] By: jhi on 2003/07/11 00:27:41
+ Log: Integrate:
+ [ 20137]
+ Retract the statements.
+
+ [ 20138]
+ More retraction.
+
+ [ 20139]
+ New order of seed.
+ Branch: maint-5.8/perl
+ !> INSTALL pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
+____________________________________________________________________________
+[ 20140] By: jhi on 2003/07/11 00:25:36
+ Log: Refashion the perldelta.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 20139] By: jhi on 2003/07/11 00:21:43
+ Log: New order of seed.
+ Branch: perl
+ ! pod/perlrun.pod
+____________________________________________________________________________
+[ 20138] By: jhi on 2003/07/11 00:13:11
+ Log: More retraction.
+ Branch: perl
+ ! INSTALL
+____________________________________________________________________________
+[ 20137] By: jhi on 2003/07/11 00:10:14
+ Log: Retract the statements.
+ Branch: perl
+ ! pod/perlfunc.pod pod/perlsec.pod
+____________________________________________________________________________
+[ 20136] By: jhi on 2003/07/11 00:05:20
+ Log: Integrate:
+ [ 20134]
+ Check PERL_HASH_SEED even when tainted.
+
+ [ 20135]
+ Chicken out: the hash randomisation is not on by default.
+ We switch over to the explicit mode: in other words, if
+ the $ENV{PERL_HASH_SEED} is on, we randomise. Also, we
+ randomise only if PL_hash_seed_set is FALSE (this means
+ one can use PERL_HASH() before perl_run.) Also, since
+ now PERL_HASH_SEED is okay even under -T, all should be fine.
+ (Ha!)
+ Branch: maint-5.8/perl
+ !> embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
+ !> perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
+____________________________________________________________________________
+[ 20135] By: jhi on 2003/07/11 00:03:33
+ Log: Chicken out: the hash randomisation is not on by default.
+ We switch over to the explicit mode: in other words, if
+ the $ENV{PERL_HASH_SEED} is on, we randomise. Also, we
+ randomise only if PL_hash_seed_set is FALSE (this means
+ one can use PERL_HASH() before perl_run.) Also, since
+ now PERL_HASH_SEED is okay even under -T, all should be fine.
+ (Ha!)
+ Branch: perl
+ ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
+ ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
+____________________________________________________________________________
+[ 20134] By: jhi on 2003/07/10 23:23:38
+ Log: Check PERL_HASH_SEED even when tainted.
+ Branch: perl
+ ! perl.c pod/perlrun.pod
+____________________________________________________________________________
+[ 20133] By: jhi on 2003/07/10 22:51:40
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 20132] By: jhi on 2003/07/10 22:46:30
+ Log: Integrate:
+ [ 20129]
+ Subject: [comment patch]
+ From: Stas Bekman <stas@stason.org>
+ Date: Thu, 10 Jul 2003 14:19:22 -0700
+ Message-ID: <3F0DD85A.1070902@stason.org>
+
+ [ 20130]
+ Subject: [PATCH} db-recno.t on Mac OS X
+ From: slaven@rezic.de
+ Date: Thu, 10 Jul 2003 12:41:05 +0000
+ Message-Id: <1057840865.9622@devpc01.iconmobile.de>
+
+ [ 20131]
+ &Time::HiRes::d_nanosleep was broken.
+ Branch: maint-5.8/perl
+ !> ext/DB_File/t/db-recno.t ext/Time/HiRes/Makefile.PL perl.c
+____________________________________________________________________________
+[ 20131] By: jhi on 2003/07/10 22:42:29
+ Log: &Time::HiRes::d_nanosleep was broken.
+ Branch: perl
+ ! ext/Time/HiRes/Makefile.PL
+____________________________________________________________________________
+[ 20130] By: jhi on 2003/07/10 22:37:02
+ Log: Subject: [PATCH} db-recno.t on Mac OS X
+ From: slaven@rezic.de
+ Date: Thu, 10 Jul 2003 12:41:05 +0000
+ Message-Id: <1057840865.9622@devpc01.iconmobile.de>
+ Branch: perl
+ ! ext/DB_File/t/db-recno.t
+____________________________________________________________________________
+[ 20129] By: jhi on 2003/07/10 22:31:39
+ Log: Subject: [comment patch]
+ From: Stas Bekman <stas@stason.org>
+ Date: Thu, 10 Jul 2003 14:19:22 -0700
+ Message-ID: <3F0DD85A.1070902@stason.org>
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 20128] By: jhi on 2003/07/10 22:23:08
+ Log: Integrate:
+ [ 20124]
+ Time travel noticed by Enache.
+
+ [ 20127]
+ Be vague enough.
+ Branch: maint-5.8/perl
+ !> embedvar.h pod/perldata.pod pod/perlhist.pod
+____________________________________________________________________________
+[ 20127] By: jhi on 2003/07/10 22:21:04
+ Log: Be vague enough.
+ Branch: perl
+ ! pod/perldata.pod
+____________________________________________________________________________
+[ 20126] By: jhi on 2003/07/10 22:20:02
+ Log: Add the deprecation warning for v-strings.
+
+ (A Tale Of Caution: Originally I tried to use
+ "no warnings 'deprecated'; in configpm, but that
+ lead into whole lotta pain. The warnings pragma
+ pulls in Carp, and then Carp somehow messes up Exporter,
+ and one ends up with several mysterious failures.
+ Just don't go there.)
+ Branch: maint-5.8/perl
+ ! configpm pod/perldelta.pod pod/perldiag.pod
+ ! t/lib/warnings/toke t/op/pack.t toke.c
+____________________________________________________________________________
+[ 20125] By: rgs on 2003/07/10 19:28:48
+ Log: regen embed.pl for the bleadperl branch as well.
+ Branch: perl
+ ! embedvar.h
+____________________________________________________________________________
+[ 20124] By: jhi on 2003/07/10 18:33:56
+ Log: Time travel noticed by Enache.
+ Branch: perl
+ ! pod/perlhist.pod
+____________________________________________________________________________
+[ 20123] By: jhi on 2003/07/10 18:07:49
+ Log: regen embed.pl.
+ Branch: maint-5.8/perl
+ ! embedvar.h
+____________________________________________________________________________
+[ 20122] By: jhi on 2003/07/10 18:06:05
+ Log: Integrate:
+ [ 20116]
+ The *right* way to make the csighandler visible.
+
+ [ 20117]
+ Subject: [PATCH] Restore SIGFPE on exec()
+ From: Chip Salzenberg <chip@pobox.com>
+ Date: Thu, 10 Jul 2003 13:13:20 -0400
+ Message-ID: <20030710171319.GA21588@perlsupport.com>
+
+ [ 20118]
+ malloc alignment patch from Spider, needed for Tru64 + longdouble.
+
+ [ 20119]
+ Subject: [PATCH] configure.gnu --prefix
+ From: slaven@rezic.de
+ Date: Thu, 10 Jul 2003 09:33:27 +0000
+ Message-Id: <1057829607.9622@devpc01.iconmobile.de>
+
+ [ 20120]
+ I can see the future. It is cloudy.
+ Branch: maint-5.8/perl
+ !> configure.gnu doio.c embed.fnc embed.h global.sym malloc.c
+ !> perl.c perl.h perlapi.h perlvars.h pod/perlhist.pod toke.c
+____________________________________________________________________________
+[ 20121] By: jhi on 2003/07/10 18:01:21
+ Log: perldelta tweaks.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 20120] By: jhi on 2003/07/10 17:38:28
+ Log: I can see the future. It is cloudy.
+ Branch: perl
+ ! pod/perlhist.pod
+____________________________________________________________________________
+[ 20119] By: jhi on 2003/07/10 17:37:25
+ Log: Subject: [PATCH] configure.gnu --prefix
+ From: slaven@rezic.de
+ Date: Thu, 10 Jul 2003 09:33:27 +0000
+ Message-Id: <1057829607.9622@devpc01.iconmobile.de>
+ Branch: perl
+ ! configure.gnu
+____________________________________________________________________________
+[ 20118] By: jhi on 2003/07/10 17:35:32
+ Log: malloc alignment patch from Spider, needed for Tru64 + longdouble.
+ Branch: perl
+ ! malloc.c
+____________________________________________________________________________
+[ 20117] By: jhi on 2003/07/10 17:33:53
+ Log: Subject: [PATCH] Restore SIGFPE on exec()
+ From: Chip Salzenberg <chip@pobox.com>
+ Date: Thu, 10 Jul 2003 13:13:20 -0400
+ Message-ID: <20030710171319.GA21588@perlsupport.com>
+ Branch: perl
+ ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c
+____________________________________________________________________________
+[ 20116] By: jhi on 2003/07/10 17:28:00
+ Log: The *right* way to make the csighandler visible.
+ Branch: perl
+ ! embed.fnc embed.h global.sym
+____________________________________________________________________________
+[ 20115] By: jhi on 2003/07/10 15:11:29
+ Log: Retract #20113.
+ Branch: maint-5.8/perl
+ ! embedvar.h intrpvar.h perlapi.h
+____________________________________________________________________________
+[ 20114] By: jhi on 2003/07/10 15:06:41
+ Log: Retract #20112.
+ Branch: perl
+ ! embed.fnc embedvar.h intrpvar.h perlapi.h
+____________________________________________________________________________
+[ 20113] By: jhi on 2003/07/10 14:19:22
+ Log: Missing symbol export.
+ Branch: maint-5.8/perl
+ !> embed.fnc embedvar.h intrpvar.h perlapi.h
+____________________________________________________________________________
+[ 20112] By: jhi on 2003/07/10 14:17:59
+ Log: Argh. At least AIX builds choke because of this.
+ Branch: perl
+ ! embed.fnc embedvar.h intrpvar.h perlapi.h
+____________________________________________________________________________
+[ 20111] By: jhi on 2003/07/10 05:31:46
+ Log: Final perldelta (and perlport) sweep.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod pod/perlport.pod
+____________________________________________________________________________
+[ 20110] By: jhi on 2003/07/10 05:06:10
+ Log: Make it the RC1.
+ Branch: maint-5.8/perl
+ ! patchlevel.h
+____________________________________________________________________________
+[ 20109] By: jhi on 2003/07/10 05:04:54
+ Log: Remove the maint tag.
+ Branch: maint-5.8/perl
+ ! patchlevel.h
+____________________________________________________________________________
+[ 20108] By: jhi on 2003/07/10 05:03:37
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 20107] By: jhi on 2003/07/10 04:55:03
+ Log: Integrate:
+ [ 20103]
+ perlfaq sync.
+
+ [ 20104]
+ Deprecate v-strings.
+
+ [ 20106]
+ Upgrade to podlators 1.27.
+ Branch: maint-5.8/perl
+ !> lib/Pod/Text/Termcap.pm pod/perldata.pod pod/perlfaq1.pod
+____________________________________________________________________________
+[ 20106] By: jhi on 2003/07/10 04:50:05
+ Log: Upgrade to podlators 1.27.
+ Branch: perl
+ ! lib/Pod/Text/Termcap.pm
+____________________________________________________________________________
+[ 20105] By: jhi on 2003/07/10 04:46:01
+ Log: Add deprecations to perldelta.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 20104] By: jhi on 2003/07/10 04:40:02
+ Log: Deprecate v-strings.
+ Branch: perl
+ ! pod/perldata.pod
+____________________________________________________________________________
+[ 20103] By: jhi on 2003/07/10 04:28:40
+ Log: perlfaq sync.
+ Branch: perl
+ ! pod/perlfaq1.pod
+____________________________________________________________________________
+[ 20102] By: jhi on 2003/07/09 17:55:46
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 20101] By: jhi on 2003/07/09 17:49:23
+ Log: Integrate:
+ [ 20095]
+ Update Changes.
+
+ [ 20096]
+ More Darwin/MacOSX paths twiddling.
+
+ [ 20097]
+ Fix for the 'print v65' plus safety tweaks from Rafael.
+
+ [ 20098]
+ Fixes from Ron Kimball.
+
+ [ 20099]
+ No more no more. Errrm, no longer no more.
+
+ [ 20100]
+ Detypo.
+ Branch: maint-5.8/perl
+ !> hints/darwin.sh hints/freebsd.sh pod/perldata.pod toke.c
+____________________________________________________________________________
+[ 20100] By: jhi on 2003/07/09 17:40:41
+ Log: Detypo.
+ Branch: perl
+ ! hints/darwin.sh
+____________________________________________________________________________
+[ 20099] By: jhi on 2003/07/09 17:31:38
+ Log: No more no more. Errrm, no longer no more.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 20098] By: jhi on 2003/07/09 17:29:53
+ Log: Fixes from Ron Kimball.
+ Branch: perl
+ ! pod/perldata.pod
+____________________________________________________________________________
+[ 20097] By: jhi on 2003/07/09 17:27:35
+ Log: Fix for the 'print v65' plus safety tweaks from Rafael.
+ Branch: perl
+ ! toke.c
+____________________________________________________________________________
+[ 20096] By: jhi on 2003/07/09 17:06:29
+ Log: More Darwin/MacOSX paths twiddling.
+ Branch: perl
+ ! hints/darwin.sh
+____________________________________________________________________________
+[ 20095] By: jhi on 2003/07/09 12:03:48
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 20094] By: jhi on 2003/07/09 11:56:22
+ Log: No Perl malloc for FreeBSD.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 20093] By: jhi on 2003/07/09 11:43:09
+ Log: Play safe and use the system malloc in FreeBSD.
+ Yes, performance suffers. But that is better than
+ random core dumps.
+ Branch: perl
+ ! hints/freebsd.sh
+____________________________________________________________________________
+[ 20092] By: jhi on 2003/07/09 11:41:01
+ Log: Integrate:
+ [ 20084]
+ Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
+ From: John Peacock <jpeacock@rowman.com>
+ Date: Wed, 09 Jul 2003 01:05:38 -0700
+ Message-ID: <3F0BCCD2.1020009@rowman.com>
+
+ [ 20085]
+ Test the vX => ... fix.
+
+ [ 20086]
+ Document the v-string change in perldelta.
+
+ [ 20087]
+ perldelta clarification.
+
+ [ 20088]
+ Document the vXX => change in perldata, too.
+
+ [ 20089]
+ Rework the perldata vXX => ... entry a bit.
+ Branch: maint-5.8/perl
+ !> embed.fnc pod/perlapi.pod pod/perldata.pod t/op/ver.t toke.c
+ !> util.c
+____________________________________________________________________________
+[ 20091] By: jhi on 2003/07/09 08:23:20
+ Log: Integrate:
+ [ 20074]
+ "Global destruction" doc tweaks from Rafael.
+
+ [ 20075]
+ perldelta tweaks.
+
+ [ 20076]
+ Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Tue, 8 Jul 2003 20:47:58 +0300
+ Message-ID: <20030708174758.GA1177@ratsnest.hole>
+
+ (ByteLoader tweak avoiding a leaked scalar)
+
+ [ 20077]
+ Don't recommend to upgrade the base.pm in the core with
+ the base.pm from Class::Fields. They are not the same.
+
+ [ 20078]
+ Revert #20077.
+
+ [ 20079]
+ The CHECKOP macro was not invoked on some newly created ops
+ (to match them against the current opmask.) As a consequence,
+ Safe compartments were unable to trap some ops (pattern
+ match, slices, conditionals.) This fixes the holes.
+
+ [ 20080]
+ Small typo fix from Chris Reinhardt.
+
+ [ 20081]
+ Subject: [PATCH] Safe signals via POSIX::sigaction
+ From: Chip Salzenberg <chip@pobox.com>
+ Date: Wed, 9 Jul 2003 01:49:10 -0400
+ Message-ID: <20030709054910.GH2021@perlsupport.com>
+
+ [ 20082]
+ Enable avoiding /System/Library in Mac OS X by
+ doing Configure -Dprefix=/some/where -Uvendorlib.
+
+ [ 20083]
+ Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
+ for the install dirs.
+
+ [ 20090]
+ Upgrade to Encode 1.97.
+ Branch: maint-5.8/perl
+ !> embed.fnc embed.h ext/Encode/Changes ext/Encode/Encode.pm
+ !> ext/Encode/META.yml ext/Encode/encoding.pm
+ !> ext/Encode/lib/Encode/Alias.pm
+ !> ext/Encode/lib/Encode/Encoder.pm
+ !> ext/Encode/lib/Encode/Guess.pm
+ !> ext/Encode/lib/Encode/JP/JIS7.pm ext/POSIX/POSIX.pm
+ !> ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
+ !> hints/darwin.sh lib/CPAN.pm op.c proto.h
+____________________________________________________________________________
+[ 20090] By: jhi on 2003/07/09 08:12:32
+ Log: Upgrade to Encode 1.97.
+ Branch: perl
+ ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
+ ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
+ ! ext/Encode/lib/Encode/Encoder.pm
+ ! ext/Encode/lib/Encode/Guess.pm
+ ! ext/Encode/lib/Encode/JP/JIS7.pm
+____________________________________________________________________________
+[ 20089] By: jhi on 2003/07/09 08:08:30
+ Log: Rework the perldata vXX => ... entry a bit.
+ Branch: perl
+ ! pod/perldata.pod
+____________________________________________________________________________
+[ 20088] By: jhi on 2003/07/09 08:04:04
+ Log: Document the vXX => change in perldata, too.
+ Branch: perl
+ ! pod/perldata.pod
+____________________________________________________________________________
+[ 20087] By: jhi on 2003/07/09 08:02:09
+ Log: perldelta clarification.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 20086] By: jhi on 2003/07/09 08:00:04
+ Log: Document the v-string change in perldelta.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 20085] By: jhi on 2003/07/09 07:49:46
+ Log: Test the vX => ... fix.
+ Branch: perl
+ ! t/op/ver.t
+____________________________________________________________________________
+[ 20084] By: jhi on 2003/07/09 06:58:39
+ Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
+ From: John Peacock <jpeacock@rowman.com>
+ Date: Wed, 09 Jul 2003 01:05:38 -0700
+ Message-ID: <3F0BCCD2.1020009@rowman.com>
+ Branch: perl
+ ! embed.fnc pod/perlapi.pod toke.c util.c
+____________________________________________________________________________
+[ 20083] By: jhi on 2003/07/09 06:27:15
+ Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
+ for the install dirs.
+ Branch: perl
+ ! hints/darwin.sh
+____________________________________________________________________________
+[ 20082] By: jhi on 2003/07/09 05:57:16
+ Log: Enable avoiding /System/Library in Mac OS X by
+ doing Configure -Dprefix=/some/where -Uvendorlib.
+ Branch: perl
+ ! hints/darwin.sh
+____________________________________________________________________________
+[ 20081] By: jhi on 2003/07/09 05:53:56
+ Log: Subject: [PATCH] Safe signals via POSIX::sigaction
+ From: Chip Salzenberg <chip@pobox.com>
+ Date: Wed, 9 Jul 2003 01:49:10 -0400
+ Message-ID: <20030709054910.GH2021@perlsupport.com>
+ Branch: perl
+ ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
+ ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h
+____________________________________________________________________________
+[ 20080] By: jhi on 2003/07/09 04:52:02
+ Log: Small typo fix from Chris Reinhardt.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 20079] By: rgs on 2003/07/08 20:26:20
+ Log: The CHECKOP macro was not invoked on some newly created ops
+ (to match them against the current opmask.) As a consequence,
+ Safe compartments were unable to trap some ops (pattern
+ match, slices, conditionals.) This fixes the holes.
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 20078] By: jhi on 2003/07/08 19:30:13
+ Log: Revert #20077.
+ Branch: perl
+ ! lib/CPAN.pm
+____________________________________________________________________________
+[ 20077] By: jhi on 2003/07/08 18:40:51
+ Log: Don't recommend to upgrade the base.pm in the core with
+ the base.pm from Class::Fields. They are not the same.
+ Branch: perl
+ ! lib/CPAN.pm
+____________________________________________________________________________
+[ 20076] By: jhi on 2003/07/08 17:39:49
+ Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Tue, 8 Jul 2003 20:47:58 +0300
+ Message-ID: <20030708174758.GA1177@ratsnest.hole>
+
+ (ByteLoader tweak avoiding a leaked scalar)
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 20075] By: jhi on 2003/07/08 13:35:37
+ Log: perldelta tweaks.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 20074] By: jhi on 2003/07/08 11:01:07
+ Log: "Global destruction" doc tweaks from Rafael.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 20073] By: jhi on 2003/07/08 09:41:37
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 20072] By: jhi on 2003/07/08 09:24:42
+ Log: Integrate:
+ [ 20068]
+ Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
+ From: Marcus Holland-Moritz <mhx-perl@gmx.net>
+ Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
+ Message-ID: <12022.1057655645@www59.gmx.net>
+
+ [ 20069]
+ Subject: [PATCH] format 'botched' in malloc.c
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Mon, 7 Jul 2003 21:57:06 +0300
+ Message-ID: <20030707185706.GB7017@ratsnest.hole>
+
+ [ 20070]
+ A note on hash randomisation vs global destruction.
+
+ [ 20071]
+ In 5.8.x, fast stdio places still do use stdio.
+ Branch: maint-5.8/perl
+ !> ext/B/B.xs ext/Digest/MD5/t/badfile.t lib/Pod/Text/Termcap.pm
+ !> malloc.c mg.c op.c
+____________________________________________________________________________
+[ 20071] By: jhi on 2003/07/08 09:18:19
+ Log: In 5.8.x, fast stdio places still do use stdio.
+ Branch: perl
+ ! ext/Digest/MD5/t/badfile.t
+____________________________________________________________________________
+[ 20070] By: jhi on 2003/07/08 09:14:24
+ Log: A note on hash randomisation vs global destruction.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 20069] By: jhi on 2003/07/08 08:41:01
+ Log: Subject: [PATCH] format 'botched' in malloc.c
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Mon, 7 Jul 2003 21:57:06 +0300
+ Message-ID: <20030707185706.GB7017@ratsnest.hole>
+ Branch: perl
+ ! malloc.c
+____________________________________________________________________________
+[ 20068] By: jhi on 2003/07/08 08:36:27
+ Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
+ From: Marcus Holland-Moritz <mhx-perl@gmx.net>
+ Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
+ Message-ID: <12022.1057655645@www59.gmx.net>
+ Branch: perl
+ ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c
+____________________________________________________________________________
+[ 20067] By: jhi on 2003/07/08 05:39:14
+ Log: Integrate:
+ [ 20049]
+ Linewrapping.
+
+ [ 20051]
+ Be more explicit than just 'characters'.
+
+ [ 20053]
+ Subject: Patch to README.solaris
+ From: Alan Burlison <Alan.Burlison@sun.com>
+ Date: Mon, 07 Jul 2003 14:15:57 +0100
+ Message-ID: <3F09728D.1070408@sun.com>
+
+ [ 20054]
+ AUTHORS tweak.
+
+ [ 20058]
+ Refashioned #20055: we cannot trust stdio to fail here.
+
+ [ 20059]
+ Good catch from Gisle.
+
+ [ 20061]
+ The nanosleep() probe was kaputt, fixed by Mark Bixby.
+
+ [ 20062]
+ Mark Bixby ++.
+
+ [ 20063]
+ Regexp bug in the docs, spotted by Enache's eagle eyes.
+
+ [ 20064]
+ v-string API tweak from John Peacock to synchronize
+ 5.8.1-to-be as much as possible with 5.9.0-to-be.
+ Branch: maint-5.8/perl
+ !> AUTHORS README.solaris ext/Digest/MD5/t/badfile.t
+ !> ext/Time/HiRes/Makefile.PL perl.c pod/perlapio.pod
+ !> pod/perlfunc.pod pod/perlsyn.pod
+____________________________________________________________________________
+[ 20066] By: jhi on 2003/07/08 05:24:58
+ Log: Retract #20065: I don't think this is the right way
+ to patch this issue.
+ Branch: perl
+ ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
+____________________________________________________________________________
+[ 20065] By: jhi on 2003/07/08 05:14:31
+ Log: Configure tweak from Johnny Lam so that the
+ INSTALLSITEMAN[13]DIR get correctly set.
+ Branch: perl
+ ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
+____________________________________________________________________________
+[ 20064] By: jhi on 2003/07/08 05:01:15
+ Log: v-string API tweak from John Peacock to synchronize
+ 5.8.1-to-be as much as possible with 5.9.0-to-be.
+ Branch: maint-5.8/perl
+ ! embed.fnc embed.h global.sym proto.h toke.c util.c
+____________________________________________________________________________
+[ 20063] By: rgs on 2003/07/07 18:58:47
+ Log: Regexp bug in the docs, spotted by Enache's eagle eyes.
+ Branch: perl
+ ! pod/perlsyn.pod
+____________________________________________________________________________
+[ 20062] By: jhi on 2003/07/07 18:27:02
+ Log: Mark Bixby ++.
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 20061] By: jhi on 2003/07/07 18:26:35
+ Log: The nanosleep() probe was kaputt, fixed by Mark Bixby.
+ Branch: perl
+ ! ext/Time/HiRes/Makefile.PL
+____________________________________________________________________________
+[ 20060] By: nick on 2003/07/07 17:29:52
+ Log: Integrate mainline (MD5 still core-ing because of
+ //depot/perlio changes)
+ Branch: perlio
+ !> AUTHORS README.solaris ext/Digest/MD5/MD5.xs
+ !> ext/Digest/MD5/t/badfile.t ext/Digest/MD5/t/files.t
+ !> ext/Time/HiRes/Makefile.PL lib/Math/BigFloat.pm
+ !> lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
+ !> lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/mbimbf.t
+ !> lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
+ !> lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
+ !> perlio.c pod/perlapio.pod pod/perlfunc.pod pod/perlmodlib.PL
+ !> pod/perlmodlib.pod pod/perlsyn.pod
+____________________________________________________________________________
+[ 20059] By: jhi on 2003/07/07 15:06:35
+ Log: Good catch from Gisle.
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 20058] By: jhi on 2003/07/07 14:12:27
+ Log: Refashioned #20055: we cannot trust stdio to fail here.
+ Branch: perl
+ ! ext/Digest/MD5/t/badfile.t
+____________________________________________________________________________
+[ 20057] By: jhi on 2003/07/07 14:08:16
+ Log: Retract #20056, #20055, #20052, #20050, #20048: the changes
+ are just breaking more than they are fixing.
+ Branch: perl
+ ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
+ ! ext/Digest/MD5/t/files.t perlio.c
+____________________________________________________________________________
+[ 20056] By: jhi on 2003/07/07 13:31:14
+ Log: Returning zero from PerlIO_read() is okay;
+ update MD5 sums.
+ Branch: perl
+ ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
+____________________________________________________________________________
+[ 20055] By: jhi on 2003/07/07 13:23:58
+ Log: If perlio is completely out of the picture, we can
+ get tripped by different stdio implementations.
+ Branch: perl
+ ! ext/Digest/MD5/t/badfile.t
+____________________________________________________________________________
+[ 20054] By: jhi on 2003/07/07 12:58:06
+ Log: AUTHORS tweak.
+ Branch: perl
+ ! AUTHORS
+____________________________________________________________________________
+[ 20053] By: jhi on 2003/07/07 12:04:26
+ Log: Subject: Patch to README.solaris
+ From: Alan Burlison <Alan.Burlison@sun.com>
+ Date: Mon, 07 Jul 2003 14:15:57 +0100
+ Message-ID: <3F09728D.1070408@sun.com>
+ Branch: perl
+ ! README.solaris
+____________________________________________________________________________
+[ 20052] By: jhi on 2003/07/07 10:28:35
+ Log: Update MD5 checksums.
+ Branch: perl
+ ! ext/Digest/MD5/t/files.t
+____________________________________________________________________________
+[ 20051] By: jhi on 2003/07/07 09:56:48
+ Log: Be more explicit than just 'characters'.
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 20050] By: jhi on 2003/07/07 09:38:28
+ Log: Try making PerlIO errors more consistent.
+ (1) Check early whether the filehandle is capable of
+ the requested action.
+ (2) PerlIO_read() really can return -1, and so can
+ PerlIOUnix_read().
+ (3) Some stdio implementations are more forgiving
+ than others, so check also for errors recorded
+ by PerlIO in PerlStdio_errno().
+ Branch: perl
+ ! perlio.c
+____________________________________________________________________________
+[ 20049] By: jhi on 2003/07/07 09:08:19
+ Log: Linewrapping.
+ Branch: perl
+ ! pod/perlapio.pod
+____________________________________________________________________________
+[ 20048] By: jhi on 2003/07/07 09:06:58
+ Log: PerlIO_read() can return negative.
+ Branch: perl
+ ! ext/Digest/MD5/MD5.xs
+____________________________________________________________________________
+[ 20047] By: jhi on 2003/07/07 08:09:52
+ Log: MPE/iX is actually doing rather well.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 20046] By: jhi on 2003/07/07 06:13:32
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 20045] By: jhi on 2003/07/07 05:00:40
+ Log: Integrate:
+ [ 20030]
+ Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
+ From: merlyn@stonehenge.com (Randal L. Schwartz)
+ Date: 05 Jul 2003 16:29:14 -0700
+ Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
+
+ [ 20034]
+ Subject: [PATCH @19834] DProf fixes
+ From: Radu Greab <radu@netsoft.ro>
+ Date: Sun, 6 Jul 2003 20:09:12 +0300
+ Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
+
+ [ 20035]
+ PerlIOBase_pushed seems to have gone missing in change#20018
+
+ [ 20036]
+ yet another symbol missing in change#20018
+
+ [ 20039]
+ Update the CPAN mirrors list.
+
+ [ 20040]
+ Subject: Re: [perl #5025] #line directive explination wrong
+ From: Casey West <casey@geeknest.com>
+ Date: Sun, 6 Jul 2003 18:24:46 -0400
+ Message-ID: <20030706222446.GL7506@geeknest.com>
+
+ [ 20041]
+ Upgrade BigInt and BigRat
+ Subject: BigInt v1.65, Bigrat v0.10 - reloaded
+ From: Tels <perl_dummy@bloodgate.com>
+ Date: Sun, 6 Jul 2003 15:41:36 +0200
+ Message-Id: <200307061158.23576@bloodgate.com>
+
+ [ 20042]
+ MPE/iX tweak from Mark Bixby.
+
+ [ 20043]
+ Use the existence, instead of the truth, to decide
+ whether to scan for a symbol.
+ (Also remove trailing spaces.)
+ Branch: maint-5.8/perl
+ +> t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
+ +> t/lib/dprof/test8_v
+ !> MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
+ !> ext/Devel/DProf/DProf.xs ext/Time/HiRes/Makefile.PL
+ !> lib/Math/BigFloat.pm lib/Math/BigInt.pm
+ !> lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
+ !> lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
+ !> lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
+ !> lib/Math/BigRat/t/bigratpm.t makedef.pl perl.c
+ !> pod/perldiag.pod pod/perlfaq2.pod pod/perlmodlib.PL
+ !> pod/perlmodlib.pod pod/perlsyn.pod pod/perltodo.pod
+ !> pod/perlvar.pod pp_ctl.c
+____________________________________________________________________________
+[ 20044] By: jhi on 2003/07/07 04:52:33
+ Log: MANItweak.
+ Branch: maint-5.8/perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 20043] By: jhi on 2003/07/07 04:36:22
+ Log: Use the existence, instead of the truth, to decide
+ whether to scan for a symbol.
+ (Also remove trailing spaces.)
+ Branch: perl
+ ! ext/Time/HiRes/Makefile.PL
+____________________________________________________________________________
+[ 20042] By: jhi on 2003/07/07 04:29:35
+ Log: MPE/iX tweak from Mark Bixby.
+ Branch: perl
+ ! ext/Time/HiRes/Makefile.PL
+____________________________________________________________________________
+[ 20041] By: rgs on 2003/07/06 21:45:37
+ Log: Upgrade BigInt and BigRat
+ Subject: BigInt v1.65, Bigrat v0.10 - reloaded
+ From: Tels <perl_dummy@bloodgate.com>
+ Date: Sun, 6 Jul 2003 15:41:36 +0200
+ Message-Id: <200307061158.23576@bloodgate.com>
+ Branch: perl
+ ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
+ ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
+ ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
+ ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
+ ! lib/Math/BigRat/t/bigratpm.t
+____________________________________________________________________________
+[ 20040] By: rgs on 2003/07/06 21:11:20
+ Log: Subject: Re: [perl #5025] #line directive explination wrong
+ From: Casey West <casey@geeknest.com>
+ Date: Sun, 6 Jul 2003 18:24:46 -0400
+ Message-ID: <20030706222446.GL7506@geeknest.com>
+ Branch: perl
+ ! pod/perlsyn.pod
+____________________________________________________________________________
+[ 20039] By: jhi on 2003/07/06 20:19:31
+ Log: Update the CPAN mirrors list.
+ Branch: perl
+ ! pod/perlmodlib.PL pod/perlmodlib.pod
+____________________________________________________________________________
+[ 20038] By: nick on 2003/07/06 19:20:05
+ Log: Integrate mainline
+ Branch: perlio
+ +> ext/Digest/MD5/t/clone.t t/lib/dprof/test7_t
+ +> t/lib/dprof/test7_v t/lib/dprof/test8_t t/lib/dprof/test8_v
+ +> wince/perlhost.h wince/vdir.h wince/vmem.h
+ !> (integrate 41 files)
+____________________________________________________________________________
+[ 20037] By: nick on 2003/07/06 18:38:39
+ Log: extra checks
+ Branch: perlio
+ ! win32/distclean.bat
+____________________________________________________________________________
+[ 20036] By: gsar on 2003/07/06 17:11:59
+ Log: yet another symbol missing in change#20018
+ Branch: perl
+ ! makedef.pl
+____________________________________________________________________________
+[ 20035] By: gsar on 2003/07/06 17:02:21
+ Log: PerlIOBase_pushed seems to have gone missing in change#20018
+ Branch: perl
+ ! makedef.pl
+____________________________________________________________________________
+[ 20034] By: jhi on 2003/07/06 16:46:20
+ Log: Subject: [PATCH @19834] DProf fixes
+ From: Radu Greab <radu@netsoft.ro>
+ Date: Sun, 6 Jul 2003 20:09:12 +0300
+ Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
+ Branch: perl
+ + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
+ + t/lib/dprof/test8_v
+ ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
+ ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod
+ ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c
+____________________________________________________________________________
+[ 20033] By: jhi on 2003/07/06 16:26:13
+ Log: Subject: [PATCH] improve WinCE port
+ From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
+ Date: Sun, 6 Jul 2003 18:46:09 +0400
+ Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
+
+ Subject: [PATCH] improve WinCE port -- addition
+ From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
+ Date: Sun, 6 Jul 2003 19:50:47 +0400
+ Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
+ Branch: maint-5.8/perl
+ + wince/perlhost.h wince/vdir.h wince/vmem.h
+ ! MANIFEST makedef.pl malloc_ctl.h wince/Makefile.ce
+ ! wince/README.compile wince/README.perlce wince/config.ce
+ ! wince/perllib.c wince/registry.bat wince/win32.h
+ ! wince/win32io.c wince/win32iop.h wince/win32thread.c
+ ! wince/win32thread.h wince/wince.c wince/wince.h
+____________________________________________________________________________
+[ 20032] By: jhi on 2003/07/06 16:21:33
+ Log: Forgotten from change #20031.
+ Branch: perl
+ ! makedef.pl malloc_ctl.h
+____________________________________________________________________________
+[ 20031] By: jhi on 2003/07/06 16:16:08
+ Log: Subject: [PATCH] improve WinCE port
+ From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
+ Date: Sun, 6 Jul 2003 18:46:09 +0400
+ Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
+
+ Subject: [PATCH] improve WinCE port -- addition
+ From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
+ Date: Sun, 6 Jul 2003 19:50:47 +0400
+ Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
+ Branch: perl
+ + wince/perlhost.h wince/vdir.h wince/vmem.h
+ ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c
+ ! wince/win32.h wince/win32io.c wince/win32iop.h
+ ! wince/win32thread.c wince/win32thread.h wince/wince.c
+ ! wince/wince.h
+____________________________________________________________________________
+[ 20030] By: jhi on 2003/07/06 15:59:25
+ Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
+ From: merlyn@stonehenge.com (Randal L. Schwartz)
+ Date: 05 Jul 2003 16:29:14 -0700
+ Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
+ Branch: perl
+ ! pod/perlfaq2.pod
+____________________________________________________________________________
+[ 20029] By: jhi on 2003/07/06 15:53:28
+ Log: More perldelta.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 20028] By: jhi on 2003/07/06 08:35:50
+ Log: Integrate:
+ [ 20016]
+ OpenBSD sometimes gets -0, probably due to fp fuzziness..
+
+ [ 20017]
+ Subject: [PATCH] fix for ext/threads/t/problems.t failures
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Sat, 5 Jul 2003 19:12:51 +0100
+ Message-ID: <20030705181251.GA14502@fdgroup.com>
+
+ [ 20018]
+ Add PerlIOBuf_close to makedef.pl as pointed out by
+ Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
+ duplicates.
+
+ [ 20019]
+ Make a read from a write-only fh to set errno
+ (found by Gisle)
+
+ [ 20020]
+ Upgrade to Digest::MD5 2.25.
+
+ [ 20021]
+ Reintroduce changes #19723 and #19723 that were not
+ in Net::Ping 2.31; needed for Windows.
+
+ [ 20022]
+ Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Sat, 5 Jul 2003 16:59:49 -0700
+ Message-ID: <20030705235949.GB3485@windhund.schwern.org>
+
+ [ 20023]
+ Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Sat, 5 Jul 2003 13:34:37 -0700
+ Message-ID: <20030705203437.GB2598@windhund.schwern.org>
+
+ Print out the "ok" messages only once every second,
+ this should make output much less and therefore testing
+ much faster, especially on slower connections.
+
+ [ 20024]
+ The change #20022 didn't work for Command.t.
+
+ [ 20025]
+ Make the 'slow ok' feature optional.
+
+ [ 20026]
+ FreeBSD: if someone *really* wants to use the system malloc.
+ Branch: maint-5.8/perl
+ +> ext/Digest/MD5/t/clone.t
+ !> MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
+ !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
+ !> ext/Digest/MD5/t/files.t ext/threads/t/problems.t
+ !> hints/freebsd.sh lib/Benchmark.t lib/ExtUtils/Changes
+ !> lib/ExtUtils/META.yml lib/ExtUtils/MM_Unix.pm
+ !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
+ !> lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/t/Command.t
+ !> lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
+ !> lib/Test/Harness.pm makedef.pl perlio.c
+____________________________________________________________________________
+[ 20027] By: jhi on 2003/07/06 08:32:12
+ Log: perldelta updates from Sarathy.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 20026] By: jhi on 2003/07/06 08:14:48
+ Log: FreeBSD: if someone *really* wants to use the system malloc.
+ Branch: perl
+ ! hints/freebsd.sh
+____________________________________________________________________________
+[ 20025] By: jhi on 2003/07/06 07:48:01
+ Log: Make the 'slow ok' feature optional.
+ Branch: perl
+ ! lib/Test/Harness.pm
+____________________________________________________________________________
+[ 20024] By: jhi on 2003/07/06 07:44:57
+ Log: The change #20022 didn't work for Command.t.
+ Branch: perl
+ ! lib/ExtUtils/t/Command.t
+____________________________________________________________________________
+[ 20023] By: jhi on 2003/07/06 07:29:22
+ Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Sat, 5 Jul 2003 13:34:37 -0700
+ Message-ID: <20030705203437.GB2598@windhund.schwern.org>
+
+ Print out the "ok" messages only once every second,
+ this should make output much less and therefore testing
+ much faster, especially on slower connections.
+ Branch: perl
+ ! lib/Test/Harness.pm
+____________________________________________________________________________
+[ 20022] By: jhi on 2003/07/06 07:26:52
+ Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Sat, 5 Jul 2003 16:59:49 -0700
+ Message-ID: <20030705235949.GB3485@windhund.schwern.org>
+ Branch: perl
+ ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
+ ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
+ ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod
+ ! lib/ExtUtils/t/Command.t
+____________________________________________________________________________
+[ 20021] By: jhi on 2003/07/06 07:19:17
+ Log: Reintroduce changes #19723 and #19723 that were not
+ in Net::Ping 2.31; needed for Windows.
+ Branch: perl
+ ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
+____________________________________________________________________________
+[ 20020] By: jhi on 2003/07/05 19:12:21
+ Log: Upgrade to Digest::MD5 2.25.
+ Branch: perl
+ + ext/Digest/MD5/t/clone.t
+ ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
+ ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
+ ! ext/Digest/MD5/t/files.t
+____________________________________________________________________________
+[ 20019] By: jhi on 2003/07/05 18:40:51
+ Log: Make a read from a write-only fh to set errno
+ (found by Gisle)
+ Branch: perl
+ ! perlio.c
+____________________________________________________________________________
+[ 20018] By: jhi on 2003/07/05 18:05:19
+ Log: Add PerlIOBuf_close to makedef.pl as pointed out by
+ Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
+ duplicates.
+ Branch: perl
+ ! makedef.pl
+____________________________________________________________________________
+[ 20017] By: jhi on 2003/07/05 17:47:47
+ Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Sat, 5 Jul 2003 19:12:51 +0100
+ Message-ID: <20030705181251.GA14502@fdgroup.com>
+ Branch: perl
+ ! ext/threads/t/problems.t
+____________________________________________________________________________
+[ 20016] By: jhi on 2003/07/05 17:36:34
+ Log: OpenBSD sometimes gets -0, probably due to fp fuzziness..
+ Branch: perl
+ ! lib/Benchmark.t
+____________________________________________________________________________
+[ 20015] By: nick on 2003/07/05 15:49:13
+ Log: Integrate mainline
+ Branch: perlio
+ +> lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
+ +> lib/Locale/Maketext/t/90utf8.t lib/Math/BigInt/t/biglog.t
+ +> lib/Math/BigInt/t/req_mbf0.t lib/Math/BigInt/t/req_mbf1.t
+ +> lib/Math/BigInt/t/req_mbfa.t lib/Math/BigInt/t/req_mbfi.t
+ +> lib/Math/BigInt/t/req_mbfn.t lib/Math/BigInt/t/req_mbfw.t
+ +> lib/Math/BigInt/t/trap.t lib/Math/BigInt/t/use_mbfw.t
+ +> lib/Math/BigRat/t/bigratup.t lib/Math/BigRat/t/requirer.t
+ +> lib/Math/BigRat/t/trap.t
+ !> (integrate 134 files)
+____________________________________________________________________________
+[ 20014] By: jhi on 2003/07/05 14:10:20
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 20013] By: jhi on 2003/07/05 13:58:18
+ Log: Integrate:
+ [ 19998]
+ Fix non-numeric $VERSION.
+
+ [ 19999]
+ Macro reorganization in the Makefile, so that $(LDLIBPTH) always
+ appears just before the name of the command to be run. See
+
+ Subject: Re: PERL_SKIP_TTY_TEST fix
+ From: Alexey Tourbin <at@altlinux.ru>
+ Date: Fri, 4 Jul 2003 17:25:34 +0400
+ Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
+
+ [ 20000]
+ Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
+ and bignum v0.14.
+
+ [ 20001]
+ Add a new test target in the makefile, test_harness_notty.
+ It's like test_harness, but sets HARNESS_NOTTY=1 to make
+ Test::Harness' output less blinking.
+
+ [ 20002]
+ Author list update (to be continued...)
+
+ [ 20003]
+ Allow to create more than one Shell object :
+ Subject: [patch] Shell.pm fix
+ From: Stéphane Payrard <stef@payrard.net>
+ Date: Sat, 5 Jul 2003 01:16:50 +0200
+ Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
+
+ [ 20004]
+ Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Fri, 4 Jul 2003 19:15:01 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
+
+ [ 20006]
+ Subject: [PATCH] MM_VMS.pm -- fix xs installation
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sat, 05 Jul 2003 00:38:28 -0500
+ Message-ID: <3F066454.90003@mac.com>
+
+ [ 20007]
+ Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
+ since CGI scripts are (should be) run under -T, being able
+ to show the HASH_SEED in case of problems is good.
+ The $ENV{PERL_HASH_SEED} is still ignored under taint.
+
+ [ 20008]
+ IIRC gcc would complain about if (s = ...).
+
+ [ 20009]
+ The logic for additional randomisation for 64-bit UV
+ cases was wrong.
+
+ [ 20010]
+ Comment out some debugging output in Math::BigInt, that
+ causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
+
+ [ 20012]
+ Be explicit about the $0 pain in Linux 2.2.
+ Branch: maint-5.8/perl
+ +> lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
+ +> lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
+ +> lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
+ +> lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
+ +> lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
+ +> lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
+ !> (integrate 48 files)
+____________________________________________________________________________
+[ 20012] By: jhi on 2003/07/05 13:46:05
+ Log: Be explicit about the $0 pain in Linux 2.2.
+ Branch: perl
+ ! pod/perlvar.pod
+____________________________________________________________________________
+[ 20011] By: jhi on 2003/07/05 13:44:30
+ Log: perldelta tweaks.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 20010] By: rgs on 2003/07/05 12:06:41
+ Log: Comment out some debugging output in Math::BigInt, that
+ causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
+ Branch: perl
+ ! lib/Math/BigInt.pm
+____________________________________________________________________________
+[ 20009] By: jhi on 2003/07/05 10:56:55
+ Log: The logic for additional randomisation for 64-bit UV
+ cases was wrong.
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 20008] By: jhi on 2003/07/05 09:10:46
+ Log: IIRC gcc would complain about if (s = ...).
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 20007] By: jhi on 2003/07/05 09:09:44
+ Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
+ since CGI scripts are (should be) run under -T, being able
+ to show the HASH_SEED in case of problems is good.
+ The $ENV{PERL_HASH_SEED} is still ignored under taint.
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 20006] By: jhi on 2003/07/05 07:56:56
+ Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sat, 05 Jul 2003 00:38:28 -0500
+ Message-ID: <3F066454.90003@mac.com>
+ Branch: perl
+ ! lib/ExtUtils/MM_VMS.pm
+____________________________________________________________________________
+[ 20005] By: jhi on 2003/07/05 07:50:53
+ Log: Subject: [PATCH maint] partially rescind Concise pad patch.
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Fri, 4 Jul 2003 22:10:11 +0100
+ Message-ID: <20030704211010.GD10426@fdgroup.com>
+ Branch: maint-5.8/perl
+ ! ext/B/B/Concise.pm
+____________________________________________________________________________
+[ 20004] By: jhi on 2003/07/05 07:47:02
+ Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Fri, 4 Jul 2003 19:15:01 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
+ Branch: perl
+ ! dump.c
+____________________________________________________________________________
+[ 20003] By: rgs on 2003/07/05 07:45:16
+ Log: Allow to create more than one Shell object :
+ Subject: [patch] Shell.pm fix
+ From: Stéphane Payrard <stef@payrard.net>
+ Date: Sat, 5 Jul 2003 01:16:50 +0200
+ Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
+ Branch: perl
+ ! lib/Shell.pm
+____________________________________________________________________________
+[ 20002] By: rgs on 2003/07/04 21:49:05
+ Log: Author list update (to be continued...)
+ Branch: perl
+ ! AUTHORS
+____________________________________________________________________________
+[ 20001] By: rgs on 2003/07/04 21:42:12
+ Log: Add a new test target in the makefile, test_harness_notty.
+ It's like test_harness, but sets HARNESS_NOTTY=1 to make
+ Test::Harness' output less blinking.
+ Branch: perl
+ ! Makefile.SH
+____________________________________________________________________________
+[ 20000] By: rgs on 2003/07/04 20:58:05
+ Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
+ and bignum v0.14.
+ Branch: perl
+ + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
+ + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
+ + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
+ + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
+ + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
+ + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
+ ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
+ ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
+ ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
+ ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
+ ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
+ ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/bigints.t
+ ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
+ ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/mbimbf.inc
+ ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/require.t
+ ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
+ ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.inc
+ ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
+ ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
+ ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
+ ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
+ ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
+ ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
+ ! lib/bignum/t/brinfnan.t lib/bigrat.pm
+ ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
+ ! t/lib/Math/BigInt/Subclass.pm
+____________________________________________________________________________
+[ 19999] By: rgs on 2003/07/04 19:39:01
+ Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
+ appears just before the name of the command to be run. See
+
+ Subject: Re: PERL_SKIP_TTY_TEST fix
+ From: Alexey Tourbin <at@altlinux.ru>
+ Date: Fri, 4 Jul 2003 17:25:34 +0400
+ Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
+ Branch: perl
+ ! Makefile.SH
+____________________________________________________________________________
+[ 19998] By: rgs on 2003/07/04 19:31:33
+ Log: Fix non-numeric $VERSION.
+ Branch: perl
+ ! lib/Math/BigInt.pm
+____________________________________________________________________________
+[ 19997] By: jhi on 2003/07/04 14:45:20
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 19996] By: jhi on 2003/07/04 14:41:18
+ Log: Integrate:
+ [ 19993]
+ Oops.
+
+ [ 19994]
+ More $0 sad tales.
+
+ [ 19995]
+ According to Tels our M::BI is _better_ than the 1.64 in CPAN.
+ Branch: maint-5.8/perl
+ !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
+ !> lib/Math/BigInt.pm pod/perlvar.pod
+____________________________________________________________________________
+[ 19995] By: jhi on 2003/07/04 14:36:56
+ Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN.
+ Branch: perl
+ ! lib/Math/BigInt.pm
+____________________________________________________________________________
+[ 19994] By: jhi on 2003/07/04 14:36:17
+ Log: More $0 sad tales.
+ Branch: perl
+ ! pod/perlvar.pod
+____________________________________________________________________________
+[ 19993] By: jhi on 2003/07/04 14:34:40
+ Log: Oops.
+ Branch: perl
+ ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
+____________________________________________________________________________
+[ 19992] By: jhi on 2003/07/04 13:58:29
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 19991] By: jhi on 2003/07/04 13:54:33
+ Log: Integrate:
+ [ 19976]
+ Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
+ From: PPrymmer@factset.com
+ Date: Thu, 3 Jul 2003 23:59:51 -0400
+ Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
+
+ [ 19977]
+ $0 is pain.
+
+ [ 19979]
+ Remove PL_earlytaint since the hash seed code
+ can be delayed until perl_parse().
+
+ [ 19980]
+ line_t is U32, not I32.
+
+ [ 19981]
+ AUTHORS updates.
+
+ [ 19982]
+ No energy now to figure out what is wrong with $0
+ (or ps) in Tru64. The test works fine when run from
+ command line.
+
+ [ 19984]
+ Upgrade to CGI.pm 2.97.
+
+ [ 19985]
+ Upgrade to CPAN 1.71.
+
+ [ 19986]
+ Upgrade to Digest::MD5 2.24, with few extra tweaks:
+ (1) make the PATCHLEVEL logic as it is with List::Util
+ (more portable to older Perls)
+ (2) regen the MD5 checksums with ...
+ (3) ... the Mac OS Classic checksums generated via MacRoman
+ (just a guess)
+ (4) Keep the core Makefile.PL.
+
+ [ 19987]
+ Upgrade to Locale::Maketext 1.06.
+
+ [ 19988]
+ Upgrade to Net::Ping 2.31.
+
+ [ 19989]
+ Upgrade to Text::Balanced 1.94.
+
+ [ 19990]
+ Upgrade to PodParser 1.23; but do not update
+ t/pod/find.t or t/pod/testp2pt.pl since the
+ first one does not work at all under core,
+ and the second change would drop MacOS Classic
+ portability tweaks introduced by change #18669.
+ Branch: maint-5.8/perl
+ +> lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
+ +> lib/Locale/Maketext/t/90utf8.t
+ !> (integrate 40 files)
+____________________________________________________________________________
+[ 19990] By: jhi on 2003/07/04 13:50:29
+ Log: Upgrade to PodParser 1.23; but do not update
+ t/pod/find.t or t/pod/testp2pt.pl since the
+ first one does not work at all under core,
+ and the second change would drop MacOS Classic
+ portability tweaks introduced by change #18669.
+ Branch: perl
+ ! lib/Pod/Find.pm lib/Pod/Usage.pm
+____________________________________________________________________________
+[ 19989] By: jhi on 2003/07/04 13:20:51
+ Log: Upgrade to Text::Balanced 1.94.
+ Branch: perl
+ ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
+ ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t
+ ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
+____________________________________________________________________________
+[ 19988] By: jhi on 2003/07/04 13:17:22
+ Log: Upgrade to Net::Ping 2.31.
+ Branch: perl
+ ! lib/Net/Ping.pm lib/Net/Ping/Changes
+ ! lib/Net/Ping/t/250_ping_hires.t
+ ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t
+____________________________________________________________________________
+[ 19987] By: jhi on 2003/07/04 13:09:04
+ Log: Upgrade to Locale::Maketext 1.06.
+ Branch: perl
+ + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
+ + lib/Locale/Maketext/t/90utf8.t
+ ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
+____________________________________________________________________________
+[ 19986] By: jhi on 2003/07/04 12:59:45
+ Log: Upgrade to Digest::MD5 2.24, with few extra tweaks:
+ (1) make the PATCHLEVEL logic as it is with List::Util
+ (more portable to older Perls)
+ (2) regen the MD5 checksums with ...
+ (3) ... the Mac OS Classic checksums generated via MacRoman
+ (just a guess)
+ (4) Keep the core Makefile.PL.
+ Branch: perl
+ ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
+ ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
+____________________________________________________________________________
+[ 19985] By: jhi on 2003/07/04 12:43:10
+ Log: Upgrade to CPAN 1.71.
+ Branch: perl
+ ! lib/CPAN.pm
+____________________________________________________________________________
+[ 19984] By: jhi on 2003/07/04 12:39:20
+ Log: Upgrade to CGI.pm 2.97.
+ Branch: perl
+ ! lib/CGI.pm lib/CGI/Carp.pm
+____________________________________________________________________________
+[ 19983] By: jhi on 2003/07/04 12:28:01
+ Log: perldelta tweak.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 19982] By: jhi on 2003/07/04 10:45:05
+ Log: No energy now to figure out what is wrong with $0
+ (or ps) in Tru64. The test works fine when run from
+ command line.
+ Branch: perl
+ ! ext/threads/t/join.t
+____________________________________________________________________________
+[ 19981] By: jhi on 2003/07/04 10:34:42
+ Log: AUTHORS updates.
+ Branch: perl
+ ! AUTHORS
+____________________________________________________________________________
+[ 19980] By: jhi on 2003/07/04 08:40:51
+ Log: line_t is U32, not I32.
+ Branch: perl
+ ! bytecode.pl
+____________________________________________________________________________
+[ 19979] By: jhi on 2003/07/04 08:33:32
+ Log: Remove PL_earlytaint since the hash seed code
+ can be delayed until perl_parse().
+ Branch: perl
+ ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h
+ ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h
+ ! plan9/plan9ish.h unixish.h vms/vmsish.h
+____________________________________________________________________________
+[ 19978] By: jhi on 2003/07/04 05:27:56
+ Log: perldelta tweaks.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 19977] By: jhi on 2003/07/04 04:56:41
+ Log: $0 is pain.
+ Branch: perl
+ ! ext/threads/t/join.t
+____________________________________________________________________________
+[ 19976] By: jhi on 2003/07/04 04:48:37
+ Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
+ From: PPrymmer@factset.com
+ Date: Thu, 3 Jul 2003 23:59:51 -0400
+ Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
+ Branch: perl
+ ! vms/vms.c vms/vmspipe.com
+____________________________________________________________________________
+[ 19975] By: jhi on 2003/07/03 21:39:48
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 19974] By: jhi on 2003/07/03 21:36:16
+ Log: Integrate:
+ [ 19971]
+ Subject: [PATCH] t/op/magic.t on FreeBSD
+ From: Slaven Rezic <slaven@rezic.de>
+ Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
+ Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
+
+ [ 19972]
+ Subject: [PATCH] installperl -n
+ From: Slaven Rezic <slaven@rezic.de>
+ Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
+ Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
+
+ [ 19973]
+ Bump Time::HiRes version to 1.50.
+ Branch: maint-5.8/perl
+ !> ext/Time/HiRes/HiRes.pm installperl t/op/magic.t
+____________________________________________________________________________
+[ 19973] By: jhi on 2003/07/03 21:34:03
+ Log: Bump Time::HiRes version to 1.50.
+ Branch: perl
+ ! ext/Time/HiRes/HiRes.pm
+____________________________________________________________________________
+[ 19972] By: jhi on 2003/07/03 21:33:10
+ Log: Subject: [PATCH] installperl -n
+ From: Slaven Rezic <slaven@rezic.de>
+ Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
+ Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
+ Branch: perl
+ ! installperl
+____________________________________________________________________________
+[ 19971] By: jhi on 2003/07/03 21:31:47
+ Log: Subject: [PATCH] t/op/magic.t on FreeBSD
+ From: Slaven Rezic <slaven@rezic.de>
+ Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
+ Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
+ Branch: perl
+ ! t/op/magic.t
+____________________________________________________________________________
+[ 19970] By: jhi on 2003/07/03 21:28:08
+ Log: Integrate:
+ [ 19969]
+ Ask Schwern.
+ Branch: maint-5.8/perl
+ - Porting/Modules
+ !> AUTHORS MANIFEST
+____________________________________________________________________________
+[ 19969] By: jhi on 2003/07/03 21:27:11
+ Log: Ask Schwern.
+ Branch: perl
+ - Porting/Modules
+ ! AUTHORS MANIFEST
+____________________________________________________________________________
+[ 19968] By: jhi on 2003/07/03 19:17:29
+ Log: Integrate:
+ [ 19957]
+ Subject: Re: randomly untainting?
+ From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+ Date: Thu, 3 Jul 2003 14:58:18 +0200
+ Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
+ (plus extra debug printing)
+
+ [ 19958]
+ Regen Configure, Glossary, et alia.
+
+ [ 19959]
+ Regen perltoc.
+
+ [ 19960]
+ perldelta tweaks.
+
+ [ 19961]
+ Extra light testing for the UTF-8 cache
+ (that it isn't broken, not that it helps).
+
+ [ 19962]
+ Add at least meager beginnings of assertion checks for
+ the UTF-8 length/pos cache. It's not as full as I would
+ like since the exact behaviour of the second half of the
+ cache, used in substr(), eludes me right now.
+
+ [ 19963]
+ Revert #19957 as requested by Rafael.
+
+ [ 19964]
+ Subject: Re: randomly untainting?
+ From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+ Date: Thu, 3 Jul 2003 17:35:09 +0200
+ Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
+
+ [ 19965]
+ Subject: [PATCH] Win32: fix WM_TIMER handling
+ From: Mattia Barbon <mbarbon@dsi.unive.it>
+ Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
+ Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
+
+ [ 19966]
+ Subject: Re: [PATCH] Bring Time::Local to 1.07
+ From: Dave Rolsky <autarch@urth.org>
+ Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
+ Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
+
+ [ 19967]
+ Add autarch and Time::Local to Modules.
+ Branch: maint-5.8/perl
+ !> Porting/Modules ext/List/Util/t/tainted.t lib/Time/Local.pm
+ !> sv.c t/TestInit.pm t/op/length.t win32/win32.c
+____________________________________________________________________________
+[ 19967] By: jhi on 2003/07/03 19:02:40
+ Log: Add autarch and Time::Local to Modules.
+ Branch: perl
+ ! Porting/Modules
+____________________________________________________________________________
+[ 19966] By: jhi on 2003/07/03 18:59:44
+ Log: Subject: Re: [PATCH] Bring Time::Local to 1.07
+ From: Dave Rolsky <autarch@urth.org>
+ Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
+ Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
+ Branch: perl
+ ! lib/Time/Local.pm
+____________________________________________________________________________
+[ 19965] By: jhi on 2003/07/03 18:58:25
+ Log: Subject: [PATCH] Win32: fix WM_TIMER handling
+ From: Mattia Barbon <mbarbon@dsi.unive.it>
+ Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
+ Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
+ Branch: perl
+ ! win32/win32.c
+____________________________________________________________________________
+[ 19964] By: jhi on 2003/07/03 18:56:26
+ Log: Subject: Re: randomly untainting?
+ From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+ Date: Thu, 3 Jul 2003 17:35:09 +0200
+ Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
+ Branch: perl
+ ! t/TestInit.pm
+____________________________________________________________________________
+[ 19963] By: jhi on 2003/07/03 18:55:37
+ Log: Revert #19957 as requested by Rafael.
+ Branch: perl
+ ! ext/List/Util/t/tainted.t
+____________________________________________________________________________
+[ 19962] By: jhi on 2003/07/03 18:54:09
+ Log: Add at least meager beginnings of assertion checks for
+ the UTF-8 length/pos cache. It's not as full as I would
+ like since the exact behaviour of the second half of the
+ cache, used in substr(), eludes me right now.
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 19961] By: jhi on 2003/07/03 13:57:47
+ Log: Extra light testing for the UTF-8 cache
+ (that it isn't broken, not that it helps).
+ Branch: perl
+ ! t/op/length.t
+____________________________________________________________________________
+[ 19960] By: jhi on 2003/07/03 13:43:42
+ Log: perldelta tweaks.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 19959] By: jhi on 2003/07/03 13:36:50
+ Log: Regen perltoc.
+ Branch: maint-5.8/perl
+ ! pod/perltoc.pod
+____________________________________________________________________________
+[ 19958] By: jhi on 2003/07/03 13:27:12
+ Log: Regen Configure, Glossary, et alia.
+ Branch: maint-5.8/perl
+ ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+____________________________________________________________________________
+[ 19957] By: jhi on 2003/07/03 12:01:25
+ Log: Subject: Re: randomly untainting?
+ From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+ Date: Thu, 3 Jul 2003 14:58:18 +0200
+ Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
+ (plus extra debug printing)
+ Branch: perl
+ ! ext/List/Util/t/tainted.t
+____________________________________________________________________________
+[ 19956] By: jhi on 2003/07/03 11:31:55
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 19955] By: jhi on 2003/07/03 11:26:56
+ Log: Integrate:
+ [ 19952]
+ Tiny tweak to perlartistic from Robin Barker.
+
+ [ 19954]
+ Subject: Re: maint @ 19923
+ From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
+ Date: Thu, 3 Jul 2003 15:57:55 +0400
+ Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
+ (WinCE update)
+ Branch: maint-5.8/perl
+ !> pod/perlartistic.pod wince/Makefile.ce wince/wince.c
+____________________________________________________________________________
+[ 19954] By: jhi on 2003/07/03 11:10:21
+ Log: Subject: Re: maint @ 19923
+ From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
+ Date: Thu, 3 Jul 2003 15:57:55 +0400
+ Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
+ Branch: perl
+ ! wince/Makefile.ce wince/wince.c
+____________________________________________________________________________
+[ 19953] By: jhi on 2003/07/03 11:08:58
+ Log: Tiny tweak to maint perldelta from Robin Barker.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 19952] By: jhi on 2003/07/03 10:56:45
+ Log: Tiny tweak to perlartistic from Robin Barker.
+ Branch: perl
+ ! pod/perlartistic.pod
+____________________________________________________________________________
+[ 19951] By: jhi on 2003/07/03 08:47:35
+ Log: Integrate:
+ (most of #18302 was already part of #18791)
+ [ 18302]
+ Subject: Proper fix for CvOUTSIDE weak refcounting
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Tue, 10 Dec 2002 01:26:44 +0000
+ Message-ID: <20021210012644.A7843@fdgroup.com>
+
+ [ 19924]
+ Fix from Enache Adrian for the magic.t failure in
+ FreeBSD: setproctitle() cannot get rid of the " (perl)".
+
+ [ 19925]
+ FreeBSD $0 dance.
+
+ [ 19926]
+ Getting the whitespace right.
+
+ [ 19927]
+ ...and getting the comma right, too.
+
+ [ 19928]
+ Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
+
+ [ 19929]
+ Better links.
+
+ [ 19930]
+ Let the perldelta iteration begin.
+
+ [ 19931]
+ Fix for [perl #22759 insufficient format string checking];
+ using ewix makes no sense, assuming evix was intended,
+ no old tests fail; add the test case.
+
+ [ 19932]
+ Subject: Re: maint @ 19923
+ From: Jim Cromie <jcromie@divsol.com>
+ Date: Wed, 02 Jul 2003 05:35:06 -0600
+ Message-ID: <3F02C36A.9030704@divsol.com>
+
+ [ 19933]
+ Subject: Re: maint @ 19923
+ From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
+ Date: Wed, 2 Jul 2003 11:43:05 -0400
+ Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
+
+ [ 19934]
+ Subject: [PATCH] line numbers are given % 64k
+ From: James Jurach <muaddib@erf.net>
+ Date: Wed, 2 Jul 2003 13:31:05 -0500
+ Message-ID: <20030702183105.GA4837@lebowski>
+
+ [ 19935]
+ It would seem that in Linux 2.2 there is no way
+ we can do the right thing to make ps(1) see $0
+ our way. Also amend the $0 documentation a bit.
+
+ [ 19936]
+ Subject: Re: perldelta for 5.8.1
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Wed, 2 Jul 2003 17:46:32 +0100
+ Message-ID: <20030702164632.GE2137@fdgroup.com>
+
+ [ 19937]
+ Decomplexing by Jim Cromie.
+
+ [ 19938]
+ Subject: Perldelta 5.8.1 typos
+ From: Simon Glover <scog@amnh.org>
+ Date: Wed, 2 Jul 2003 13:42:58 -0400 (EDT)
+ Message-ID: <Pine.GSO.4.43.0307021341020.8877-100000@egg.amnh.org>
+
+ [ 19939]
+ Subject: [PATCH] various Deparse fixes
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Wed, 2 Jul 2003 18:10:45 +0100
+ Message-ID: <20030702171045.GF2137@fdgroup.com>
+
+ [ 19940]
+ Skip a socketpair test on SCO OSR
+
+ [ 19941]
+ Minor test adjustments :
+ - test name correction in op/concat.t by Yitzchak Scott-Thoennes
+ - prototypes added to some public functions in t/test.pl,
+ as suggested by Enache Adrian
+
+ [ 19942]
+ Nicer options for Porting/Modules.
+
+ [ 19943]
+ Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Thu, 3 Jul 2003 01:32:11 +0100
+ Message-ID: <20030703003211.GB3747@fdgroup.com>
+
+ [ 19944]
+ Subject: [PATCH] "without parens" vs "without parentheses"
+ From: Iain Truskett <spoon@cpan.org>
+ Date: Thu, 3 Jul 2003 12:40:42 +1000
+ Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
+
+ [ 19945]
+ Subject: Re: perldelta for 5.8.1
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Wed, 2 Jul 2003 23:08:26 +0100
+ Message-ID: <20030702220825.GA558@Bagpuss.unfortu.net>
+
+ [ 19946]
+ Pod::LaTeX has been updated (from tjenness).
+
+ [ 19947]
+ Apply Schwern's suggested warning code from
+ [perl #22209] Test::Harness::Straps vs. $Config{path_sep}
+
+ [ 19948]
+ Underline the fact that XSLoader is not DynaLoader
+ ([perl #21974] dl_load_flags not honored by XSLoader)
+
+ [ 19949]
+ No fancy binmode() if no perlio.
+
+ [ 19950]
+ Mention Modules in AUTHORS.
+ Branch: maint-5.8/perl
+ !> (integrate 41 files)
+____________________________________________________________________________
+[ 19950] By: jhi on 2003/07/03 07:46:45
+ Log: Mention Modules in AUTHORS.
+ Branch: perl
+ ! AUTHORS
+____________________________________________________________________________
+[ 19949] By: jhi on 2003/07/03 06:58:01
+ Log: No fancy binmode() if no perlio.
+ Branch: perl
+ ! ext/IO/lib/IO/t/io_sock.t
+____________________________________________________________________________
+[ 19948] By: jhi on 2003/07/03 06:55:12
+ Log: Underline the fact that XSLoader is not DynaLoader
+ ([perl #21974] dl_load_flags not honored by XSLoader)
+ Branch: perl
+ ! ext/DynaLoader/XSLoader_pm.PL
+____________________________________________________________________________
+[ 19947] By: jhi on 2003/07/03 06:35:29
+ Log: Apply Schwern's suggested warning code from
+ [perl #22209] Test::Harness::Straps vs. $Config{path_sep}
+ Branch: perl
+ ! lib/Test/Harness/Straps.pm
+____________________________________________________________________________
+[ 19946] By: jhi on 2003/07/03 06:33:04
+ Log: Pod::LaTeX has been updated (from tjenness).
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 19945] By: jhi on 2003/07/03 06:32:10
+ Log: Subject: Re: perldelta for 5.8.1
+ From: Nicholas Clark <nick@unfortu.net>
+ Date: Wed, 2 Jul 2003 23:08:26 +0100
+ Message-ID: <20030702220825.GA558@Bagpuss.unfortu.net>
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 19944] By: jhi on 2003/07/03 06:30:11
+ Log: Subject: [PATCH] "without parens" vs "without parentheses"
+ From: Iain Truskett <spoon@cpan.org>
+ Date: Thu, 3 Jul 2003 12:40:42 +1000
+ Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
+ Branch: perl
+ ! t/lib/warnings/toke toke.c
+____________________________________________________________________________
+[ 19943] By: jhi on 2003/07/03 06:27:18
+ Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Thu, 3 Jul 2003 01:32:11 +0100
+ Message-ID: <20030703003211.GB3747@fdgroup.com>
+ Branch: perl
+ ! mg.c sv.c
+____________________________________________________________________________
+[ 19942] By: jhi on 2003/07/03 06:25:30
+ Log: Nicer options for Porting/Modules.
+ Branch: perl
+ ! MANIFEST Porting/Modules
+____________________________________________________________________________
+[ 19941] By: rgs on 2003/07/02 21:38:19
+ Log: Minor test adjustments :
+ - test name correction in op/concat.t by Yitzchak Scott-Thoennes
+ - prototypes added to some public functions in t/test.pl,
+ as suggested by Enache Adrian
+ Branch: perl
+ ! t/op/concat.t t/test.pl
+____________________________________________________________________________
+[ 19940] By: rgs on 2003/07/02 20:58:19
+ Log: Skip a socketpair test on SCO OSR
+ Branch: perl
+ ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 19939] By: jhi on 2003/07/02 20:10:47
+ Log: Subject: [PATCH] various Deparse fixes
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Wed, 2 Jul 2003 18:10:45 +0100
+ Message-ID: <20030702171045.GF2137@fdgroup.com>
+ Branch: perl
+ ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
+ ! ext/B/defsubs_h.PL t/TEST t/op/ord.t
+____________________________________________________________________________
+[ 19938] By: jhi on 2003/07/02 20:07:12
+ Log: Subject: Perldelta 5.8.1 typos
+ From: Simon Glover <scog@amnh.org>
+ Date: Wed, 2 Jul 2003 13:42:58 -0400 (EDT)
+ Message-ID: <Pine.GSO.4.43.0307021341020.8877-100000@egg.amnh.org>
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 19937] By: jhi on 2003/07/02 20:06:17
+ Log: Decomplexing by Jim Cromie.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 19936] By: jhi on 2003/07/02 20:04:39
+ Log: Subject: Re: perldelta for 5.8.1
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Wed, 2 Jul 2003 17:46:32 +0100
+ Message-ID: <20030702164632.GE2137@fdgroup.com>
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 19935] By: jhi on 2003/07/02 20:01:06
+ Log: It would seem that in Linux 2.2 there is no way
+ we can do the right thing to make ps(1) see $0
+ our way. Also amend the $0 documentation a bit.
+ Branch: perl
+ ! pod/perlvar.pod t/op/magic.t
+____________________________________________________________________________
+[ 19934] By: jhi on 2003/07/02 19:39:11
+ Log: Subject: [PATCH] line numbers are given % 64k
+ From: James Jurach <muaddib@erf.net>
+ Date: Wed, 2 Jul 2003 13:31:05 -0500
+ Message-ID: <20030702183105.GA4837@lebowski>
+ Branch: perl
+ ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
+ ! handy.h pp_ctl.c scope.h
+____________________________________________________________________________
+[ 19933] By: jhi on 2003/07/02 14:55:49
+ Log: Subject: Re: maint @ 19923
+ From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
+ Date: Wed, 2 Jul 2003 11:43:05 -0400
+ Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 19932] By: jhi on 2003/07/02 14:29:42
+ Log: Subject: Re: maint @ 19923
+ From: Jim Cromie <jcromie@divsol.com>
+ Date: Wed, 02 Jul 2003 05:35:06 -0600
+ Message-ID: <3F02C36A.9030704@divsol.com>
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 19931] By: jhi on 2003/07/02 11:34:49
+ Log: Fix for [perl #22759 insufficient format string checking];
+ using ewix makes no sense, assuming evix was intended,
+ no old tests fail; add the test case.
+ Branch: perl
+ ! sv.c t/op/sprintf.t
+____________________________________________________________________________
+[ 19930] By: jhi on 2003/07/02 11:28:02
+ Log: Let the perldelta iteration begin.
+ Branch: maint-5.8/perl
+ ! pod/perldelta.pod
+____________________________________________________________________________
+[ 19929] By: jhi on 2003/07/02 09:13:33
+ Log: Better links.
+ Branch: perl
+ ! pod/perlipc.pod pod/perlrun.pod
+____________________________________________________________________________
+[ 19928] By: jhi on 2003/07/02 08:58:26
+ Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
+ Branch: perl
+ ! hints/darwin.sh
+____________________________________________________________________________
+[ 19927] By: jhi on 2003/07/02 08:48:00
+ Log: ...and getting the comma right, too.
+ Branch: perl
+ ! t/op/magic.t
+____________________________________________________________________________
+[ 19926] By: jhi on 2003/07/02 08:46:18
+ Log: Getting the whitespace right.
+ Branch: perl
+ ! t/op/magic.t
+____________________________________________________________________________
+[ 19925] By: jhi on 2003/07/02 08:40:36
+ Log: FreeBSD $0 dance.
+ Branch: perl
+ ! pod/perlvar.pod t/op/magic.t
+____________________________________________________________________________
+[ 19924] By: jhi on 2003/07/02 08:17:31
+ Log: Fix from Enache Adrian for the magic.t failure in
+ FreeBSD: setproctitle() cannot get rid of the " (perl)".
+ Branch: perl
+ ! t/op/magic.t
+____________________________________________________________________________
+[ 19923] By: jhi on 2003/07/02 05:51:32
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 19922] By: jhi on 2003/07/02 05:43:27
+ Log: Integrate:
+ [ 19920]
+ Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
+ The latest releases of NetBSD don't require the hack. From
+ Johnny Lam.
+
+ [ 19921]
+ VMS: with this, 100% make test in Compaq C V6.5-001
+ on OpenVMS Alpha V7.3-1, from Craig Berry.
+ Branch: maint-5.8/perl
+ !> configure.com ext/Devel/DProf/DProf.t hints/netbsd.sh
+ !> t/op/magic.t
+____________________________________________________________________________
+[ 19921] By: jhi on 2003/07/02 05:26:33
+ Log: VMS: with this, 100% make test in Compaq C V6.5-001
+ on OpenVMS Alpha V7.3-1, from Craig Berry.
+ Branch: perl
+ ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t
+____________________________________________________________________________
+[ 19920] By: jhi on 2003/07/02 05:21:23
+ Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
+ The latest releases of NetBSD don't require the hack. From
+ Johnny Lam.
+ Branch: perl
+ ! hints/netbsd.sh
+____________________________________________________________________________
+[ 19919] By: jhi on 2003/07/01 21:28:15
+ Log: Integrate:
+ [ 19896]
+ Integrate #19892, #19895 from perlio to compile and avoid
+ crashing on Win32.
+
+ [ 19897]
+ Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
+ From: Alan Burlison <Alan.Burlison@sun.com>
+ Date: Tue, 01 Jul 2003 00:03:24 +0100
+ Message-ID: <3F00C1BC.3020103@sun.com>
+
+ [ 19898]
+ Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
+
+ [ 19899]
+ More nanosleep removal.
+
+ [ 19900]
+ Regen Configure.
+
+ [ 19902]
+ Regen Glossary et al.
+
+ [ 19903]
+ Switch on PERL_IMPLICIT_SYS, not on Win32.
+
+ [ 19906]
+ Do the "aligned contiguous" check only if the arguments
+ look like aligned; re-introduce the "traditional contiguous"
+ checks with OS/2 special quirks and all.
+
+ [ 19910]
+ Integrate from perlio:
+ [ 19909]
+ binmode() should affect IoOFP() as well as IoIFP() if it is
+ distinct (e.g. sockets).
+
+ [ 19911]
+ Tweak an existing IO test to test also the change #19910.
+
+ [ 19912]
+ One more test (does binmode()ing a socket succeed)
+ and add -w.
+
+ [ 19913]
+ Even more :utf8 socket testing, now in both directions.
+
+ [ 19914]
+ A naked values() caused shuffling of lib/Config.pm,
+ which in turn caused unnecessary rebuilds.
+
+ [ 19915]
+ Upgrade to Unicode::Normalize 0.23.
+
+ [ 19916]
+ Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Tue, 1 Jul 2003 19:51:25 +0300
+ Message-ID: <20030701165125.GA1521@ratsnest.hole>
+
+ [ 19917]
+ Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Tue, 1 Jul 2003 18:21:34 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
+
+ Subject: [PATCH] long C<=item>s in lib/CGI.pm
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
+ Date: Tue, 1 Jul 2003 18:25:17 +0100
+
+ Subject: [PATCH] long <=item>s in lib/ExtUtils/MakeMaker/FAQ.pod
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Tue, 1 Jul 2003 18:29:09 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
+
+ [ 19918]
+ Add a new utility, Porting/Modules.
+ Branch: maint-5.8/perl
+ +> Porting/Modules ext/Time/HiRes/hints/dec_osf.pl
+ ! Configure config_h.SH
+ !> (integrate 39 files)
+____________________________________________________________________________
+[ 19918] By: jhi on 2003/07/01 20:02:33
+ Log: Add a new utility, Porting/Modules.
+ Branch: perl
+ + Porting/Modules
+ ! MANIFEST
+____________________________________________________________________________
+[ 19917] By: jhi on 2003/07/01 17:00:02
+ Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Tue, 1 Jul 2003 18:21:34 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
+
+ Subject: [PATCH] long C<=item>s in lib/CGI.pm
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
+ Date: Tue, 1 Jul 2003 18:25:17 +0100
+
+ Subject: [PATCH] long <=item>s in lib/ExtUtils/MakeMaker/FAQ.pod
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Tue, 1 Jul 2003 18:29:09 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
+ Branch: perl
+ ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
+____________________________________________________________________________
+[ 19916] By: jhi on 2003/07/01 16:51:31
+ Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Tue, 1 Jul 2003 19:51:25 +0300
+ Message-ID: <20030701165125.GA1521@ratsnest.hole>
+ Branch: perl
+ ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL
+ ! ext/B/typemap t/op/magic.t
+____________________________________________________________________________
+[ 19915] By: jhi on 2003/07/01 16:22:09
+ Log: Upgrade to Unicode::Normalize 0.23.
+ Branch: perl
+ ! ext/Unicode/Normalize/Changes
+ ! ext/Unicode/Normalize/Normalize.pm
+ ! ext/Unicode/Normalize/Normalize.xs
+____________________________________________________________________________
+[ 19914] By: jhi on 2003/07/01 13:08:44
+ Log: A naked values() caused shuffling of lib/Config.pm,
+ which in turn caused unnecessary rebuilds.
+ Branch: perl
+ ! configpm
+____________________________________________________________________________
+[ 19913] By: jhi on 2003/07/01 13:01:10
+ Log: Even more :utf8 socket testing, now in both directions.
+ Branch: perl
+ ! ext/IO/lib/IO/t/io_sock.t
+____________________________________________________________________________
+[ 19912] By: jhi on 2003/07/01 12:44:32
+ Log: One more test (does binmode()ing a socket succeed)
+ and add -w.
+ Branch: perl
+ ! ext/IO/lib/IO/t/io_sock.t
+____________________________________________________________________________
+[ 19911] By: jhi on 2003/07/01 12:38:13
+ Log: Tweak an existing IO test to test also the change #19910.
+ Branch: perl
+ ! ext/IO/lib/IO/t/io_sock.t
+____________________________________________________________________________
+[ 19910] By: jhi on 2003/07/01 11:18:27
+ Log: Integrate from perlio:
+ [ 19909]
+ binmode() should affect IoOFP() as well as IoIFP() if it is
+ distinct (e.g. sockets).
+ Branch: perl
+ !> pp_sys.c
+____________________________________________________________________________
+[ 19909] By: nick on 2003/07/01 10:50:25
+ Log: binmode() should affect IoOFP() as well as IoIFP() if it is
+ distinct (e.g. sockets).
+ Branch: perlio
+ ! pp_sys.c
+____________________________________________________________________________
+[ 19908] By: nick on 2003/07/01 08:38:20
+ Log: regen_config_h
+ Branch: perlio
+ ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+ ! win32/makefile.mk
+____________________________________________________________________________
+[ 19907] By: nick on 2003/07/01 08:27:22
+ Log: Integrate mainline (untested)
+ Branch: perlio
+ +> ext/Time/HiRes/hints/dec_osf.pl
+ ! t/op/sysio-compat.t
+ !> Configure Cross/config.sh-arm-linux MANIFEST
+ !> NetWare/config_H.wc Porting/Glossary Porting/config.sh
+ !> Porting/config_H epoc/config.sh ext/Time/HiRes/HiRes.xs
+ !> ext/Time/HiRes/Makefile.PL ext/Time/HiRes/hints/sco.pl
+ !> hints/vos.sh perl.c 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
+____________________________________________________________________________
+[ 19906] By: jhi on 2003/07/01 08:03:17
+ Log: Do the "aligned contiguous" check only if the arguments
+ look like aligned; re-introduce the "traditional contiguous"
+ checks with OS/2 special quirks and all.
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 19905] By: nick on 2003/07/01 06:57:13
+ Log: dmake regen_config_h
+ Branch: perlio
+ ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+____________________________________________________________________________
+[ 19904] By: nick on 2003/07/01 06:48:32
+ Log: Integrate Mainline
+ Branch: perlio
+ !> Configure Makefile.SH config_h.SH configure.com
+ !> hints/solaris_2.sh perl.h uconfig.h uconfig.sh
+____________________________________________________________________________
+[ 19903] By: jhi on 2003/07/01 06:22:12
+ Log: Switch on PERL_IMPLICIT_SYS, not on Win32.
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 19902] By: jhi on 2003/07/01 06:20:48
+ Log: Regen Glossary et al.
+ Branch: perl
+ ! Porting/Glossary Porting/config.sh Porting/config_H
+____________________________________________________________________________
+[ 19901] By: jhi on 2003/07/01 05:59:04
+ Log: metaconfig unit change for #19900.
+ Branch: metaconfig
+ ! U/modified/Myinit.U
+____________________________________________________________________________
+[ 19900] By: jhi on 2003/07/01 05:56:38
+ Log: Regen Configure.
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 19899] By: jhi on 2003/07/01 05:56:14
+ Log: More nanosleep removal.
+ Branch: perl
+ ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh
+ ! hints/vos.sh 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
+____________________________________________________________________________
+[ 19898] By: jhi on 2003/07/01 05:54:58
+ Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
+ Branch: perl
+ + ext/Time/HiRes/hints/dec_osf.pl
+ ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
+ ! ext/Time/HiRes/hints/sco.pl
+____________________________________________________________________________
+[ 19897] By: jhi on 2003/07/01 05:04:50
+ Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
+ From: Alan Burlison <Alan.Burlison@sun.com>
+ Date: Tue, 01 Jul 2003 00:03:24 +0100
+ Message-ID: <3F00C1BC.3020103@sun.com>
+ Branch: perl
+ ! Configure Makefile.SH config_h.SH configure.com
+ ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh
+____________________________________________________________________________
+[ 19896] By: jhi on 2003/06/30 20:20:54
+ Log: Integrate #19892, #19895 from perlio to compile and avoid
+ crashing on Win32.
+ Branch: perl
+ !> perl.c
+____________________________________________________________________________
+[ 19895] By: nick on 2003/06/30 14:24:57
+ Log: Win32 hack for doing_taint()
+ Branch: perlio
+ ! perl.c
+____________________________________________________________________________
+[ 19894] By: nick on 2003/06/30 12:31:51
+ Log: Integrate mainline
+ Branch: perlio
+ !> (integrate 37 files)
+____________________________________________________________________________
+[ 19893] By: jhi on 2003/06/30 09:46:21
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 19892] By: nick on 2003/06/30 09:42:22
+ Log: "Missing" dTHX for Win32's re-direction of getuid etc.
+ Branch: perlio
+ ! perl.c
+____________________________________________________________________________
+[ 19891] By: jhi on 2003/06/30 09:39:29
+ Log: Integrate:
+ [ 19857]
+ Regen Changes.
+
+ [ 19858]
+ perlhack update, by Steve Grazzini
+ about macro support in gdb and gcc.
+
+ [ 19859]
+ Hash/Util.t and Encode/t/Aliases.t seem to be having
+ random failures. To make these easier to reproduce,
+ add a variable, PERL_HASH_SEED_DEBUG, to display the
+ hash seed. E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
+ of 82972356 makes the first one to fail.
+
+ [ 19860]
+ Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
+ From: Tim Bunce <Tim.Bunce@pobox.com>
+ Date: Thu, 26 Jun 2003 10:53:22 +0100
+ Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
+
+ [ 19861]
+ Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
+ if tainting-- but is this a good thing or a bad thing?
+ (At least it makes debugging lib/Hash/Util.t harder,
+ since it has, for no apparent good reason, -T: one must
+ make a copy of it without the -T.)
+
+ [ 19862]
+ Make doing_taint() always available (though not
+ part of the public API).
+
+ [ 19863]
+ Introduce (global) variable PL_earlytaint which
+ is set very early in main(), before perl_parse()
+ has been called and PL_tainting (or PL_taint_warn)
+ might have been set.
+
+ [ 19864]
+ Use the PL_earlytaint. (PL_earlytaint is a global,
+ not per-interp, since perl_construct() is not passed
+ the argc, argv, and therefore it can't set the per-interp
+ PL_tainting.)
+
+ [ 19865]
+ atoi() doesn't cut the mustard if the PERL_HASH_SEED
+ is larger than INT_MAX (atoi() returns -1 in that case).
+
+ [ 19866]
+ Some warnings about the (im)proper uses of the hash randomisation.
+
+ [ 19867]
+ The two-for-loops is no more a valid way to walk through
+ a hash (this was the reason the Hash/Util.t intermittently
+ failed, the two-loop didn't find all the SVs of the HV).
+
+ [ 19868]
+ Integrate mainline
+
+ [ 19869]
+ Fix test count, by Abe Timmerman.
+
+ [ 19870]
+ Two debugging patches.
+ The first allows to hold symbolic switches in $^D
+ and more generally fixes assignment to $^D. The
+ second one improves the information given by -Dl.
+
+ Subject: [PATCH] allow $^D = "flags"
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Fri, 27 Jun 2003 22:26:24 +0100
+ Message-ID: <20030627212624.GB12887@fdgroup.com>
+
+ Subject: [PATCH] make -Dl show more scope info
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Fri, 27 Jun 2003 23:00:36 +0100
+ Message-ID: <20030627220036.GC12887@fdgroup.com>
+
+ [ 19871]
+ Subject: [Encode] pre-1.97 patches
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: Sat, 28 Jun 2003 01:20:59 +0900
+ Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
+
+ [ 19872]
+ Some clarification about the current semantics of CHECK and
+ INIT blocks. See bug [perl #22826].
+
+ [ 19873]
+ Using $1 without testing success of the regexp, bad.
+
+ [ 19874]
+ Retract #19867; the bug was really much simpler:
+ the < max must be <= max instead.
+
+ [ 19875]
+ Duh.
+
+ [ 19876]
+ Subject: Re: your malloc patches
+ From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+ Date: Fri, 27 Jun 2003 06:54:06 -0700
+ Message-ID: <20030627135406.GA8914@math.berkeley.edu>
+
+ More malloc patches: now they seem to work even in Tru64.
+
+ [ 19877]
+ The #19842 is no more needed thanks to #19876,
+ and the #19842 was wrong anyway (it affected
+ only the threaded case.)
+
+ [ 19878]
+ Move the PL_earlytaint initialization to the PERL_SYS_INIT()
+ as per suggestion from Sarathy.
+
+ [ 19879]
+ Another spot where a zero $test{$max} can make things go boom.
+
+ [ 19880]
+ argc, argv.
+
+ [ 19881]
+ More coffee...
+
+ [ 19882]
+ Perl_doing_taint must be public, for programs that embed perl
+
+ [ 19883]
+ More on the macro debugging and expansion.
+
+ [ 19884]
+ The joy of $0. Undoing the #16399 makes Andreas'
+ tests (see [perl #22811]) pass (yes, padding with space instead
+ of nul makes no sense, but that seems to work, maybe Linux does
+ some deep magic in ps(1)?); moving the PL_origalen computation
+ earlier makes also the threaded-first case fully pass.
+
+ But in general modifying the argv[] is very non-portable.
+ (e.g. in Tru64 it seems to be limited to the size of the
+ original argv[0] since the argv[] are not contiguous?)
+
+ Everybody should just have setproctitle().
+
+ [ 19885]
+ Fix a faulty alias.
+
+ [ 19886]
+ Misc Pod Nits.
+
+ [ 19887]
+ $0 test tweaks from Andreas.
+
+ [ 19888]
+ $0 doc tweakage.
+
+ [ 19889]
+ The 'contiguous' test for argv[], envp[] was bogus
+ since those need not be in memory end-to-end, e.g.
+ in Tru64 they are aligned by eight. Loosen the test
+ so that 'contiguousness' is fulfilled if the elements
+ are within PTRSIZE alignment. This makes Tru64 to pass
+ the join.t, too.
+
+ [ 19890]
+ int is not UV.
+ Branch: maint-5.8/perl
+ !> (integrate 39 files)
+____________________________________________________________________________
+[ 19890] By: jhi on 2003/06/30 08:41:51
+ Log: int is not UV.
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 19889] By: jhi on 2003/06/30 08:36:38
+ Log: The 'contiguous' test for argv[], envp[] was bogus
+ since those need not be in memory end-to-end, e.g.
+ in Tru64 they are aligned by eight. Loosen the test
+ so that 'contiguousness' is fulfilled if the elements
+ are within PTRSIZE alignment. This makes Tru64 to pass
+ the join.t, too.
+ Branch: perl
+ ! ext/threads/t/join.t mg.c perl.c
+____________________________________________________________________________
+[ 19888] By: jhi on 2003/06/30 07:24:18
+ Log: $0 doc tweakage.
+ Branch: perl
+ ! pod/perlvar.pod
+____________________________________________________________________________
+[ 19887] By: jhi on 2003/06/30 07:20:58
+ Log: $0 test tweaks from Andreas.
+ Branch: perl
+ ! ext/threads/t/join.t t/op/magic.t
+____________________________________________________________________________
+[ 19886] By: rgs on 2003/06/29 19:18:43
+ Log: Misc Pod Nits.
+ Branch: perl
+ ! ext/B/B.pm pod/perlrun.pod
+____________________________________________________________________________
+[ 19885] By: jhi on 2003/06/29 15:49:52
+ Log: Fix a faulty alias.
+ Branch: perl
+ ! ext/Encode/lib/Encode/Alias.pm
+____________________________________________________________________________
+[ 19884] By: jhi on 2003/06/29 15:41:05
+ Log: The joy of $0. Undoing the #16399 makes Andreas'
+ tests (see [perl #22811]) pass (yes, padding with space instead
+ of nul makes no sense, but that seems to work, maybe Linux does
+ some deep magic in ps(1)?); moving the PL_origalen computation
+ earlier makes also the threaded-first case fully pass.
+
+ But in general modifying the argv[] is very non-portable.
+ (e.g. in Tru64 it seems to be limited to the size of the
+ original argv[0] since the argv[] are not contiguous?)
+
+ Everybody should just have setproctitle().
+ Branch: perl
+ ! mg.c perl.c pod/perlvar.pod
+____________________________________________________________________________
+[ 19883] By: jhi on 2003/06/29 13:47:36
+ Log: More on the macro debugging and expansion.
+ Branch: perl
+ ! pod/perlhack.pod
+____________________________________________________________________________
+[ 19882] By: rgs on 2003/06/29 13:17:09
+ Log: Perl_doing_taint must be public, for programs that embed perl
+ Branch: perl
+ ! embed.fnc embed.h global.sym
+____________________________________________________________________________
+[ 19881] By: jhi on 2003/06/29 10:17:28
+ Log: More coffee...
+ Branch: perl
+ ! lib/Test/Harness.pm
+____________________________________________________________________________
+[ 19880] By: jhi on 2003/06/29 09:48:50
+ Log: argc, argv.
+ Branch: perl
+ ! perl.h
+____________________________________________________________________________
+[ 19879] By: jhi on 2003/06/29 09:34:47
+ Log: Another spot where a zero $test{$max} can make things go boom.
+ Branch: perl
+ ! lib/Test/Harness.pm
+____________________________________________________________________________
+[ 19878] By: jhi on 2003/06/29 09:28:58
+ Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT()
+ as per suggestion from Sarathy.
+ Branch: perl
+ ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h
+ ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h
+____________________________________________________________________________
+[ 19877] By: jhi on 2003/06/28 18:28:01
+ Log: The #19842 is no more needed thanks to #19876,
+ and the #19842 was wrong anyway (it affected
+ only the threaded case.)
+ Branch: perl
+ ! hints/dec_osf.sh
+____________________________________________________________________________
+[ 19876] By: jhi on 2003/06/28 18:24:46
+ Log: Subject: Re: your malloc patches
+ From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+ Date: Fri, 27 Jun 2003 06:54:06 -0700
+ Message-ID: <20030627135406.GA8914@math.berkeley.edu>
+
+ More malloc patches: now they seem to work even in Tru64.
+ Branch: perl
+ ! malloc.c
+____________________________________________________________________________
+[ 19875] By: jhi on 2003/06/28 18:09:30
+ Log: Duh.
+ Branch: perl
+ ! perl.h
+____________________________________________________________________________
+[ 19874] By: jhi on 2003/06/28 17:30:52
+ Log: Retract #19867; the bug was really much simpler:
+ the < max must be <= max instead.
+ Branch: perl
+ ! hv.c
+____________________________________________________________________________
+[ 19873] By: rgs on 2003/06/28 16:02:53
+ Log: Using $1 without testing success of the regexp, bad.
+ Branch: perl
+ ! pod/perlretut.pod
+____________________________________________________________________________
+[ 19872] By: rgs on 2003/06/28 16:01:08
+ Log: Some clarification about the current semantics of CHECK and
+ INIT blocks. See bug [perl #22826].
+ Branch: perl
+ ! pod/perlmod.pod
+____________________________________________________________________________
+[ 19871] By: rgs on 2003/06/28 15:47:22
+ Log: Subject: [Encode] pre-1.97 patches
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: Sat, 28 Jun 2003 01:20:59 +0900
+ Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
+ Branch: perl
+ ! ext/Encode/Changes ext/Encode/Encode.pm
+ ! ext/Encode/lib/Encode/Guess.pm
+____________________________________________________________________________
+[ 19870] By: rgs on 2003/06/28 15:39:57
+ Log: Two debugging patches.
+ The first allows to hold symbolic switches in $^D
+ and more generally fixes assignment to $^D. The
+ second one improves the information given by -Dl.
+
+ Subject: [PATCH] allow $^D = "flags"
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Fri, 27 Jun 2003 22:26:24 +0100
+ Message-ID: <20030627212624.GB12887@fdgroup.com>
+
+ Subject: [PATCH] make -Dl show more scope info
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Fri, 27 Jun 2003 23:00:36 +0100
+ Message-ID: <20030627220036.GC12887@fdgroup.com>
+ Branch: perl
+ ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod
+ ! proto.h scope.h
+____________________________________________________________________________
+[ 19869] By: rgs on 2003/06/28 14:39:40
+ Log: Fix test count, by Abe Timmerman.
+ Branch: perl
+ ! t/comp/require.t
+____________________________________________________________________________
+[ 19868] By: nick on 2003/06/27 12:59:51
+ Log: Integrate mainline
+ Branch: perlio
+ +> lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
+ +> lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
+ +> lib/FileCache/t/05override.t malloc_ctl.h os2/OS2/typemap
+ +> os2/perlrexx.cmd
+ - lib/FileCache.t os2/OS2/PrfDB/typemap
+ !> (integrate 157 files)
+____________________________________________________________________________
+[ 19867] By: jhi on 2003/06/27 10:08:20
+ Log: The two-for-loops is no more a valid way to walk through
+ a hash (this was the reason the Hash/Util.t intermittently
+ failed, the two-loop didn't find all the SVs of the HV).
+ Branch: perl
+ ! hv.c
+____________________________________________________________________________
+[ 19866] By: jhi on 2003/06/27 08:54:16
+ Log: Some warnings about the (im)proper uses of the hash randomisation.
+ Branch: perl
+ ! pod/perlsec.pod
+____________________________________________________________________________
+[ 19865] By: jhi on 2003/06/27 08:40:45
+ Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED
+ is larger than INT_MAX (atoi() returns -1 in that case).
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 19864] By: jhi on 2003/06/27 08:18:47
+ Log: Use the PL_earlytaint. (PL_earlytaint is a global,
+ not per-interp, since perl_construct() is not passed
+ the argc, argv, and therefore it can't set the per-interp
+ PL_tainting.)
+ Branch: perl
+ ! perl.c perl.h
+____________________________________________________________________________
+[ 19863] By: jhi on 2003/06/27 08:15:11
+ Log: Introduce (global) variable PL_earlytaint which
+ is set very early in main(), before perl_parse()
+ has been called and PL_tainting (or PL_taint_warn)
+ might have been set.
+ Branch: perl
+ ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h
+ ! perlvars.h proto.h
+____________________________________________________________________________
+[ 19862] By: jhi on 2003/06/27 07:39:58
+ Log: Make doing_taint() always available (though not
+ part of the public API).
+ Branch: perl
+ ! embed.fnc embed.h perl.c proto.h
+____________________________________________________________________________
+[ 19861] By: jhi on 2003/06/27 05:30:03
+ Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
+ if tainting-- but is this a good thing or a bad thing?
+ (At least it makes debugging lib/Hash/Util.t harder,
+ since it has, for no apparent good reason, -T: one must
+ make a copy of it without the -T.)
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 19860] By: jhi on 2003/06/27 05:02:14
+ Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
+ From: Tim Bunce <Tim.Bunce@pobox.com>
+ Date: Thu, 26 Jun 2003 10:53:22 +0100
+ Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
+ Branch: perl
+ ! INSTALL
+____________________________________________________________________________
+[ 19859] By: jhi on 2003/06/27 04:59:23
+ Log: Hash/Util.t and Encode/t/Aliases.t seem to be having
+ random failures. To make these easier to reproduce,
+ add a variable, PERL_HASH_SEED_DEBUG, to display the
+ hash seed. E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
+ of 82972356 makes the first one to fail.
+ Branch: perl
+ ! perl.c pod/perlrun.pod
+____________________________________________________________________________
+[ 19858] By: rgs on 2003/06/26 20:21:53
+ Log: perlhack update, by Steve Grazzini
+ about macro support in gdb and gcc.
+ Branch: perl
+ ! pod/perlhack.pod
+____________________________________________________________________________
+[ 19857] By: jhi on 2003/06/26 08:29:59
+ Log: Regen Changes.
+ Branch: maint-5.8/perl
+ ! Changes
+____________________________________________________________________________
+[ 19856] By: jhi on 2003/06/26 05:55:24
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 19855] By: jhi on 2003/06/26 05:36:41
+ Log: Integrate:
+ [ 19851]
+ Fix [perl #21742] :
+ require() should always be called in scalar context,
+ even when it's the last statement in an eval("").
+
+ [ 19852]
+ Enhance some macro robustness.
+
+ [ 19853]
+ Subject: Re: P and V
+ From: "Philip Newton" <pnewton@gmx.de>
+ Date: Wed, 25 Jun 2003 17:50:22 +0200
+ Message-ID: <3EF9E0DE.4786.16A6869@localhost>
+
+ [ 19854]
+ Bite the bullet and apply the hash randomisation patch.
+ [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
+ Branch: maint-5.8/perl
+ !> INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
+ !> ext/Data/Dumper/t/dumper.t hv.h intrpvar.h
+ !> lib/Thread/Semaphore.pm opcode.h opcode.pl perl.c perl.h
+ !> perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
+ !> pp_ctl.c sv.c t/comp/require.t
+____________________________________________________________________________
+[ 19854] By: jhi on 2003/06/26 05:32:02
+ Log: Bite the bullet and apply the hash randomisation patch.
+ [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
+ Branch: perl
+ ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
+ ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h
+ ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
+ ! sv.c
+____________________________________________________________________________
+[ 19853] By: rgs on 2003/06/25 19:35:02
+ Log: Subject: Re: P and V
+ From: "Philip Newton" <pnewton@gmx.de>
+ Date: Wed, 25 Jun 2003 17:50:22 +0200
+ Message-ID: <3EF9E0DE.4786.16A6869@localhost>
+ Branch: perl
+ ! lib/Thread/Semaphore.pm
+____________________________________________________________________________
+[ 19852] By: rgs on 2003/06/25 19:27:42
+ Log: Enhance some macro robustness.
+ Branch: perl
+ ! opcode.h opcode.pl
+____________________________________________________________________________
+[ 19851] By: rgs on 2003/06/25 19:25:47
+ Log: Fix [perl #21742] :
+ require() should always be called in scalar context,
+ even when it's the last statement in an eval("").
+ Branch: perl
+ ! pp_ctl.c t/comp/require.t
+____________________________________________________________________________
+[ 19850] By: jhi on 2003/06/24 18:49:22
+ Log: Integrate:
+ [ 18557]
+ 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>
+
+ [ 19277]
+ 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>
+
+ [ 19300]
+ 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>
+
+ [ 19729]
+ Subject: [PATCH] Re: nitpick with \(0..2)
+ From: Steve Grazzini <grazz@pobox.com>
+ Date: Fri, 6 Jun 2003 01:42:59 -0400
+ Message-ID: <20030606054259.GA30249@grazzini.net>
+
+ [ 19845]
+ Test tweaks for VMS from Craig Berry.
+
+ [ 19846]
+ Subject: [perlport.pod] code point of \cU
+ From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+ Date: Tue, 24 Jun 2003 01:00:16 +0900
+ Message-Id: <20030624004743.1237.BQW10602@nifty.com>
+
+ [ 19848]
+ Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
+ From: "Gerrit P. Haase" <gerrit@familiehaase.de>
+ Date: Tue, 24 Jun 2003 11:00:34 +0200
+ Message-ID: <186930306740.20030624110034@familiehaase.de>
+
+ [ 19849]
+ Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Tue, 24 Jun 2003 13:16:18 +0100
+ Message-ID: <20030624121618.GC22675@fdgroup.com>
+ Branch: maint-5.8/perl
+ !> ext/B/t/stash.t lib/Pod/Perldoc.pm lib/strict.t lib/warnings.t
+ !> pod/perlport.pod pp_sys.c sv.c t/op/ref.t universal.c util.c
+____________________________________________________________________________
+[ 19849] By: jhi on 2003/06/24 17:32:37
+ Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Tue, 24 Jun 2003 13:16:18 +0100
+ Message-ID: <20030624121618.GC22675@fdgroup.com>
+ Branch: perl
+ ! sv.c t/op/ref.t
+____________________________________________________________________________
+[ 19848] By: merijn on 2003/06/24 08:06:57
+ Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
+ From: "Gerrit P. Haase" <gerrit@familiehaase.de>
+ Date: Tue, 24 Jun 2003 11:00:34 +0200
+ Message-ID: <186930306740.20030624110034@familiehaase.de>
+ Branch: perl
+ ! lib/Pod/Perldoc.pm
+____________________________________________________________________________
+[ 19847] By: jhi on 2003/06/24 04:52:42
+ Log: Subject: [PATCH] version.pm up to date with CPAN
+ From: John Peacock <jpeacock@rowman.com>
+ Date: Mon, 23 Jun 2003 21:58:18 -0400
+ Message-ID: <3EF7B03A.2060705@rowman.com>
+ Branch: perl
+ ! lib/version.pm lib/version.t universal.c
+____________________________________________________________________________
+[ 19846] By: rgs on 2003/06/23 20:52:26
+ Log: Subject: [perlport.pod] code point of \cU
+ From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+ Date: Tue, 24 Jun 2003 01:00:16 +0900
+ Message-Id: <20030624004743.1237.BQW10602@nifty.com>
+ Branch: perl
+ ! pod/perlport.pod
+____________________________________________________________________________
+[ 19845] By: jhi on 2003/06/23 04:55:39
+ Log: Test tweaks for VMS from Craig Berry.
+ Branch: perl
+ ! lib/strict.t lib/warnings.t
+____________________________________________________________________________
+[ 19844] By: jhi on 2003/06/22 19:38:58
+ Log: Integrate:
+ [ 19830]
+ Retract #19785 and #19756: JPL nowadays works without this
+ (verified by a true JPL user).
+
+ [ 19831]
+ More Perl malloc debugging magic from Ilya. Seems to work in
+ Linux, Solaris, AIX. Had to do #ifdef OS2 for the <io.h> in
+ malloc.c, found in AIX since there is no such header.
+ In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
+ memory was overwritten?"
+ (In IRIX compiles but that doesn't prove much since in IRIX
+ Perl's malloc is simply not used.)
+
+ [ 19832]
+ Show the source code location of an "assertion botch".
+
+ [ 19833]
+ Don't do sprintf().
+
+ [ 19834]
+ Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
+
+ [ 19835]
+ For characters beyond the BMP the $bits will be undef,
+ which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
+ analysis and fix from SADAHIRO Tomoyuki)
+
+ [ 19836]
+ Debian fix from Brendan O'Dea:
+ Bug#156284: the stucture used by pp_accept is too small to hold an
+ IPv6 address.
+
+ [ 19837]
+ Debian fix from Brendan O'Dea:
+ Use a temporary directory to avoid symlink attacks.
+ Specify -gstabs explicitly (not the default format for gcc 3.2).
+
+ [ 19838]
+ Debian fix from Brendan O'Dea:
+ Adjust output to screen width.
+ (adjusted to probe for the stty command)
+
+ [ 19839]
+ Subject: FileCache 1.03 broken on VMS -- possible patch
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sat, 21 Jun 2003 10:31:59 -0500
+ Message-ID: <3EF47A6F.9060904@mac.com>
+
+ [ 19840]
+ Subject: [perl #22753] overload::StrVal() fails for regexp refs
+ From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
+ Date: 21 Jun 2003 19:02:30 -0000
+ Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
+
+ [ 19841]
+ Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sat, 21 Jun 2003 03:19:31 +0300
+ Message-ID: <20030621001931.GB1255@ratsnest.hole>
+
+ [ 19842]
+ Until the Perl malloc problems in Tru64 are fixed.
+
+ [ 19843]
+ Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
+ Branch: maint-5.8/perl
+ +> malloc_ctl.h
+ !> (integrate 29 files)
+____________________________________________________________________________
+[ 19843] By: jhi on 2003/06/22 17:00:10
+ Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
+ Branch: perl
+ ! embed.fnc embed.h pp.c proto.h util.c
+____________________________________________________________________________
+[ 19842] By: jhi on 2003/06/22 16:44:16
+ Log: Until the Perl malloc problems in Tru64 are fixed.
+ Branch: perl
+ ! hints/dec_osf.sh
+____________________________________________________________________________
+[ 19841] By: jhi on 2003/06/22 16:35:33
+ Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sat, 21 Jun 2003 03:19:31 +0300
+ Message-ID: <20030621001931.GB1255@ratsnest.hole>
+ Branch: perl
+ ! op.c t/op/concat.t
+____________________________________________________________________________
+[ 19840] By: jhi on 2003/06/22 16:33:25
+ Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs
+ From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
+ Date: 21 Jun 2003 19:02:30 -0000
+ Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
+ Branch: perl
+ ! lib/overload.pm lib/overload.t
+____________________________________________________________________________
+[ 19839] By: jhi on 2003/06/22 16:31:05
+ Log: Subject: FileCache 1.03 broken on VMS -- possible patch
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sat, 21 Jun 2003 10:31:59 -0500
+ Message-ID: <3EF47A6F.9060904@mac.com>
+ Branch: perl
+ ! lib/FileCache.pm lib/FileCache/t/01open.t
+ ! lib/FileCache/t/03append.t lib/FileCache/t/05override.t
+____________________________________________________________________________
+[ 19838] By: jhi on 2003/06/22 16:16:01
+ Log: Debian fix from Brendan O'Dea:
+ Adjust output to screen width.
+ (adjusted to probe for the stty command)
+ Branch: perl
+ ! utils/dprofpp.PL
+____________________________________________________________________________
+[ 19837] By: jhi on 2003/06/22 15:56:45
+ Log: Debian fix from Brendan O'Dea:
+ Use a temporary directory to avoid symlink attacks.
+ Specify -gstabs explicitly (not the default format for gcc 3.2).
+ Branch: perl
+ ! utils/c2ph.PL
+____________________________________________________________________________
+[ 19836] By: jhi on 2003/06/22 15:55:13
+ Log: Debian fix from Brendan O'Dea:
+ Bug#156284: the stucture used by pp_accept is too small to hold an
+ IPv6 address.
+ Branch: perl
+ ! pp_sys.c
+____________________________________________________________________________
+[ 19835] By: jhi on 2003/06/22 15:46:50
+ Log: For characters beyond the BMP the $bits will be undef,
+ which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
+ analysis and fix from SADAHIRO Tomoyuki)
+ Branch: perl
+ ! lib/utf8_heavy.pl
+____________________________________________________________________________
+[ 19834] By: jhi on 2003/06/20 08:42:58
+ Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
+ Branch: perl
+ ! malloc.c
+____________________________________________________________________________
+[ 19833] By: jhi on 2003/06/20 08:16:02
+ Log: Don't do sprintf().
+ Branch: perl
+ ! malloc.c
+____________________________________________________________________________
+[ 19832] By: jhi on 2003/06/20 07:43:48
+ Log: Show the source code location of an "assertion botch".
+ Branch: perl
+ ! malloc.c
+____________________________________________________________________________
+[ 19831] By: jhi on 2003/06/20 07:31:11
+ Log: More Perl malloc debugging magic from Ilya. Seems to work in
+ Linux, Solaris, AIX. Had to do #ifdef OS2 for the <io.h> in
+ malloc.c, found in AIX since there is no such header.
+ In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
+ memory was overwritten?"
+ (In IRIX compiles but that doesn't prove much since in IRIX
+ Perl's malloc is simply not used.)
+ Branch: perl
+ + malloc_ctl.h
+ ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c
+ ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h
+____________________________________________________________________________
+[ 19830] By: jhi on 2003/06/20 06:02:21
+ Log: Retract #19785 and #19756: JPL nowadays works without this
+ (verified by a true JPL user).
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 19829] By: jhi on 2003/06/19 20:29:35
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 19828] By: jhi on 2003/06/19 20:23:43
+ Log: Integrate:
+ [ 19827]
+ Apparently this is needed for VMS (Craig Berry).
+ Branch: maint-5.8/perl
+ !> lib/Tie/File.pm
+____________________________________________________________________________
+[ 19827] By: jhi on 2003/06/19 20:18:31
+ Log: Apparently this is needed for VMS (Craig Berry).
+ Branch: perl
+ ! lib/Tie/File.pm
+____________________________________________________________________________
+[ 19826] By: jhi on 2003/06/19 15:16:27
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 19825] By: jhi on 2003/06/19 15:12:52
+ Log: Integrate:
+ [ 19824]
+ Bump Time::HiRes to 1.49.
+ Branch: maint-5.8/perl
+ !> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+ !> ext/Time/HiRes/HiRes.xs
+____________________________________________________________________________
+[ 19824] By: jhi on 2003/06/19 15:11:48
+ Log: Bump Time::HiRes to 1.49.
+ Branch: perl
+ ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+ ! ext/Time/HiRes/HiRes.xs
+____________________________________________________________________________
+[ 19823] By: jhi on 2003/06/19 14:51:22
+ Log: Integrate:
+ [ 19818]
+ Subject: [PATCH -current] email address correction
+ Date: Thu, 19 Jun 2003 02:19:31 -0700
+ Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
+ From: rs@crystalflame.net (Richard Soderberg)
+
+ [ 19819]
+ Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
+ From: grazz@pobox.com (Steve Grazzini)
+ Date: Wed, 18 Jun 2003 19:42:37 -0400
+ Message-ID: <20030618234237.GA6267@grazzini.net>
+
+ [ 19820]
+ Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
+ as of 2003-06-19 18:39 EET).
+
+ [ 19821]
+ A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
+ make happy.
+
+ [ 19822]
+ This change chunk doesn't work well with blead.
+ Branch: maint-5.8/perl
+ !> embed.fnc embed.h ext/threads/threads.pm
+ !> lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
+ !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
+ !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
+ !> lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
+ !> pod/perltie.pod pp_ctl.c proto.h t/op/runlevel.t
+ !> t/op/tiehandle.t util.c
+____________________________________________________________________________
+[ 19822] By: jhi on 2003/06/19 14:49:37
+ Log: This change chunk doesn't work well with blead.
+ Branch: perl
+ ! lib/ExtUtils/t/Command.t
+____________________________________________________________________________
+[ 19821] By: jhi on 2003/06/19 14:27:52
+ Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
+ make happy.
+ Branch: perl
+ ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 19820] By: jhi on 2003/06/19 14:25:53
+ Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
+ as of 2003-06-19 18:39 EET).
+ Branch: perl
+ ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
+ ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
+ ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
+ ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
+____________________________________________________________________________
+[ 19819] By: jhi on 2003/06/19 14:08:13
+ Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
+ From: grazz@pobox.com (Steve Grazzini)
+ Date: Wed, 18 Jun 2003 19:42:37 -0400
+ Message-ID: <20030618234237.GA6267@grazzini.net>
+ Branch: perl
+ ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h
+ ! t/op/runlevel.t t/op/tiehandle.t util.c
+____________________________________________________________________________
+[ 19818] By: jhi on 2003/06/19 13:57:55
+ Log: Subject: [PATCH -current] email address correction
+ Date: Thu, 19 Jun 2003 02:19:31 -0700
+ Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
+ From: rs@crystalflame.net (Richard Soderberg)
+ Branch: perl
+ ! ext/threads/threads.pm
+____________________________________________________________________________
+[ 19817] By: jhi on 2003/06/19 05:24:45
+ Log: Integrate:
+ [ 19804]
+ Subject: DOCPATCH Re: $1 remains uncleared for failed matches
+ From: david nicol <whatever@davidnicol.com>
+ Date: 16 Jun 2003 20:35:24 -0500
+ Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
+
+ Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
+ From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
+ Date: Tue, 17 Jun 2003 00:12:04 -0400
+ Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
+
+ [ 19805]
+ Subject: /ext/DynaLoader/dl_dyld.xs
+ From: "Peter O'Gorman" <peter@pogma.com>
+ Date: Tue, 17 Jun 2003 23:45:47 +0900
+ Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
+
+ No need to see dlclose() and dlsym() outside the dl_dyld.xs
+ (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
+ of OpenDarwin.
+
+ [ 19806]
+ io_dir.t tweak from Craig Berry.
+
+ [ 19809]
+ If the first argument of sigaction() was a string, not a number
+ (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
+ isn't numeric in subroutine entry ...' but after that one got
+ (depending on the OS) either a coredump (because of trying to
+ assign to *0 in mg_get) or a hang (because of the sigprocmask()
+ blocking signals inside POSIX::sigaction, a nasty hang since
+ one obviously cannot interrupt it...only SIGKILL works).
+ In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
+ because of the string becoming zero due to the XS typemap magic.
+ Resolved by making the POSIX::sigaction to try harder to figure
+ out a valid signal number (one still gets the warning, though),
+ and returning undef if no sense can be made.
+
+ [ 19810]
+ Oops in change #19809.
+
+ [ 19811]
+ Subject: Encode] 1.96 Released
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: Wed, 18 Jun 2003 19:09:11 +0900
+ Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
+
+ [ 19812]
+ Sync with libnet 1.16
+
+ [ 19813]
+ Upgrade to Tie::File 0.97.
+
+ [ 19814]
+ Subject: Re: [perl #22727] split() with re_eval segfaults/panics
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Wed, 18 Jun 2003 23:00:43 +0300
+ Message-ID: <20030618200043.GA1249@ratsnest.hole>
+
+ [ 19815]
+ A bunch of minor changes to perlguts.pod.
+
+ [ 19816]
+ MPE/iX gets serious indigestion on w-packed infinities.
+ Branch: maint-5.8/perl
+ !> (integrate 31 files)
+____________________________________________________________________________
+[ 19816] By: jhi on 2003/06/19 05:02:22
+ Log: MPE/iX gets serious indigestion on w-packed infinities.
+ Branch: perl
+ ! t/op/pack.t
+____________________________________________________________________________
+[ 19815] By: rgs on 2003/06/18 20:47:47
+ Log: A bunch of minor changes to perlguts.pod.
+ Branch: perl
+ ! pod/perlguts.pod
+____________________________________________________________________________
+[ 19814] By: jhi on 2003/06/18 19:19:38
+ Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Wed, 18 Jun 2003 23:00:43 +0300
+ Message-ID: <20030618200043.GA1249@ratsnest.hole>
+ Branch: perl
+ ! pp.c regexec.c t/op/pat.t
+____________________________________________________________________________
+[ 19813] By: jhi on 2003/06/18 17:31:50
+ Log: Upgrade to Tie::File 0.97.
+ Branch: perl
+ ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
+ ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t
+ ! lib/Tie/File/t/29_downcopy.t
+____________________________________________________________________________
+[ 19812] By: gbarr on 2003/06/18 16:41:31
+ Log: Sync with libnet 1.16
+ Branch: perl
+ ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
+____________________________________________________________________________
+[ 19811] By: jhi on 2003/06/18 12:11:07
+ Log: Subject: Encode] 1.96 Released
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: Wed, 18 Jun 2003 19:09:11 +0900
+ Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
+ Branch: perl
+ ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
+ ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
+ ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv
+ ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
+ ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t
+ ! ext/Encode/t/guess.t
+____________________________________________________________________________
+[ 19810] By: jhi on 2003/06/18 09:20:43
+ Log: Oops in change #19809.
+ Branch: perl
+ ! ext/POSIX/POSIX.xs
+____________________________________________________________________________
+[ 19809] By: jhi on 2003/06/18 09:08:47
+ Log: If the first argument of sigaction() was a string, not a number
+ (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
+ isn't numeric in subroutine entry ...' but after that one got
+ (depending on the OS) either a coredump (because of trying to
+ assign to *0 in mg_get) or a hang (because of the sigprocmask()
+ blocking signals inside POSIX::sigaction, a nasty hang since
+ one obviously cannot interrupt it...only SIGKILL works).
+ In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
+ because of the string becoming zero due to the XS typemap magic.
+ Resolved by making the POSIX::sigaction to try harder to figure
+ out a valid signal number (one still gets the warning, though),
+ and returning undef if no sense can be made.
+ Branch: perl
+ ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
+____________________________________________________________________________
+[ 19808] By: rgs on 2003/06/17 21:10:06
+ Log: Some docs for the assertions.
+ Branch: perl
+ ! lib/assertions.pm lib/assertions/activate.pm
+ ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t
+____________________________________________________________________________
+[ 19807] By: jhi on 2003/06/17 19:52:07
+ Log: Subject: [PATCH] fixes for debugger bugs noted while documenting
+ From: Joe McMahon <mcmahon@ibiblio.org>
+ Date: Tue, 17 Jun 2003 16:42:42 -0400
+ Message-Id: <3E62E1B3-A104-11D7-8CDD-000393BCA0FC@ibiblio.org>
+ Branch: maint-5.8/perl
+ ! lib/perl5db.pl
+____________________________________________________________________________
+[ 19806] By: jhi on 2003/06/17 18:12:26
+ Log: io_dir.t tweak from Craig Berry.
+ Branch: perl
+ ! ext/IO/lib/IO/t/io_dir.t
+____________________________________________________________________________
+[ 19805] By: jhi on 2003/06/17 16:47:06
+ Log: Subject: /ext/DynaLoader/dl_dyld.xs
+ From: "Peter O'Gorman" <peter@pogma.com>
+ Date: Tue, 17 Jun 2003 23:45:47 +0900
+ Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
+
+ No need to see dlclose() and dlsym() outside the dl_dyld.xs
+ (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
+ of OpenDarwin.
+ Branch: perl
+ ! ext/DynaLoader/dl_dyld.xs
+____________________________________________________________________________
+[ 19804] By: jhi on 2003/06/17 13:12:21
+ Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches
+ From: david nicol <whatever@davidnicol.com>
+ Date: 16 Jun 2003 20:35:24 -0500
+ Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
+
+ Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
+ From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
+ Date: Tue, 17 Jun 2003 00:12:04 -0400
+ Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
+ Branch: perl
+ ! pod/perlre.pod pod/perltrap.pod
+____________________________________________________________________________
+[ 19803] By: jhi on 2003/06/17 05:18:41
+ Log: Integrate:
+ [ 19793]
+ Remove all magic in untie()
+
+ Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
+ From: Aaron J Mackey <ajm6q@virginia.edu>
+ Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
+ Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
+ (plus a test case)
+
+ [ 19795]
+ Instead of fancy condvar footwork do a simple join,
+ as suggested by Arthur.
+
+ [ 19796]
+ Add O_NOATIME.
+
+ [ 19797]
+ Even more glibc O_ modes.
+
+ [ 19798]
+ And even more glibc fcntl constants, this time mostly F_XXX.
+ Be more conservative and use @EXPORT_OK instead of @EXPORT.
+
+ [ 19799]
+ Subject: [perl #22622] Bogus error codes from File::Copy::move
+ From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
+ Date: 9 Jun 2003 15:48:09 -0000
+ Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
+
+ [ 19800]
+ Subject: [PATCH] unnecessary stringification in eval/die
+ From: Steve Grazzini <grazz@pobox.com>
+ Date: 15 Jun 2003 21:02:26 -0000
+ Message-ID: <20030615210226.56430.qmail@onion.perl.org>
+ (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
+ in c.l.p.misc and bug #17763)
+
+ [ 19801]
+ Revert change #19126, a poor attempt at fixing bug #21742.
+ The test for #21742 is marked as TODO.
+ Plus new regression tests from :
+
+ Subject: [perl #22708] void context in string eval is broken
+ From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
+ Date: 15 Jun 2003 23:09:03 -0000
+ Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
+
+ [ 19802]
+ UNICOS: try papering over the Configure symbol scan problems
+ by disavowing any knowledge of dynaloading.
+ Branch: maint-5.8/perl
+ !> ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
+ !> ext/threads/shared/t/hv_refs.t hints/unicos.sh
+ !> lib/File/Copy.pm pod/perlfunc.pod pp_ctl.c pp_sys.c
+ !> t/comp/require.t t/op/eval.t t/op/tie.t
+____________________________________________________________________________
+[ 19802] By: jhi on 2003/06/17 04:51:33
+ Log: UNICOS: try papering over the Configure symbol scan problems
+ by disavowing any knowledge of dynaloading.
+ Branch: perl
+ ! hints/unicos.sh
+____________________________________________________________________________
+[ 19801] By: rgs on 2003/06/16 22:47:28
+ Log: Revert change #19126, a poor attempt at fixing bug #21742.
+ The test for #21742 is marked as TODO.
+ Plus new regression tests from :
+
+ Subject: [perl #22708] void context in string eval is broken
+ From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
+ Date: 15 Jun 2003 23:09:03 -0000
+ Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
+ Branch: perl
+ ! pp_ctl.c t/comp/require.t t/op/eval.t
+____________________________________________________________________________
+[ 19800] By: rgs on 2003/06/16 21:14:26
+ Log: Subject: [PATCH] unnecessary stringification in eval/die
+ From: Steve Grazzini <grazz@pobox.com>
+ Date: 15 Jun 2003 21:02:26 -0000
+ Message-ID: <20030615210226.56430.qmail@onion.perl.org>
+ (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
+ in c.l.p.misc and bug #17763)
+ Branch: perl
+ ! pod/perlfunc.pod pp_ctl.c
+____________________________________________________________________________
+[ 19799] By: rgs on 2003/06/16 20:15:28
+ Log: Subject: [perl #22622] Bogus error codes from File::Copy::move
+ From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
+ Date: 9 Jun 2003 15:48:09 -0000
+ Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
+ Branch: perl
+ ! lib/File/Copy.pm
+____________________________________________________________________________
+[ 19798] By: jhi on 2003/06/16 12:26:29
+ Log: And even more glibc fcntl constants, this time mostly F_XXX.
+ Be more conservative and use @EXPORT_OK instead of @EXPORT.
+ Branch: perl
+ ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
+____________________________________________________________________________
+[ 19797] By: jhi on 2003/06/16 08:05:11
+ Log: Even more glibc O_ modes.
+ Branch: perl
+ ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
+____________________________________________________________________________
+[ 19796] By: jhi on 2003/06/16 07:59:26
+ Log: Add O_NOATIME.
+ Branch: perl
+ ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
+____________________________________________________________________________
+[ 19795] By: jhi on 2003/06/16 06:51:19
+ Log: Instead of fancy condvar footwork do a simple join,
+ as suggested by Arthur.
+ Branch: perl
+ ! ext/threads/shared/t/hv_refs.t
+____________________________________________________________________________
+[ 19794] By: rgs on 2003/06/15 21:01:18
+ Log: Rename again the warning about $* being no longer supported
+ (and update perldiag this time!)
+ Branch: perl
+ ! gv.c pod/perldiag.pod t/lib/warnings/gv
+____________________________________________________________________________
+[ 19793] By: rgs on 2003/06/15 19:47:21
+ Log: Remove all magic in untie()
+
+ Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
+ From: Aaron J Mackey <ajm6q@virginia.edu>
+ Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
+ Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
+ (plus a test case)
+ Branch: perl
+ ! pp_sys.c t/op/tie.t
+____________________________________________________________________________
+[ 19792] By: jhi on 2003/06/15 18:29:32
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 19791] By: jhi on 2003/06/15 17:57:06
+ Log: Integrate:
+ [ 19775]
+ test.pl-ify and add a couple of tests.
+
+ [ 19776]
+ Slight tweaks on the length() and chr() entries,
+ passing-by rewrapping on the rmdir entry.
+
+ [ 19778]
+ Exercise the utf8:: "internal" functions.
+
+ [ 19779]
+ Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
+ From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+ Date: Sat, 14 Jun 2003 12:51:31 +0200
+ Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
+
+ (choosing the safe alternative)
+
+ [ 19781]
+ Followup on #19779: make the helper function static,
+ and rename it for paranoia reasons.
+
+ [ 19782]
+ Mention the Unicode::Regex::Set module.
+
+ [ 19783]
+ The FileCache 1.03 tests from belg4mit.
+
+ [ 19785]
+ Most often unused variables.
+
+ [ 19786]
+ Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
+ From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+ Date: Sun, 15 Jun 2003 10:48:40 +0200
+ Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
+
+ [ 19787]
+ Unused variable.
+
+ [ 19788]
+ Reindent a section of the file.
+
+ [ 19789]
+ Subject: [PATCH 5.8.1 @19774] OS2 patches
+ From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+ Date: Sat, 14 Jun 2003 17:49:57 -0700
+ Message-ID: <20030615004956.GA28272@math.berkeley.edu>
+
+ [ 19790]
+ Start using Perl malloc in FreeBSD since the system malloc
+ is reaaally slooow for Perl.
+
+ Subject: FreeBSD 5.1 vs. -Uusemymalloc
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: Mon, 16 Jun 2003 01:48:49 +0900
+ Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
+ Branch: maint-5.8/perl
+ +> lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
+ +> lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
+ +> lib/FileCache/t/05override.t os2/OS2/typemap os2/perlrexx.cmd
+ - lib/FileCache.t os2/OS2/PrfDB/typemap
+ !> (integrate 33 files)
+____________________________________________________________________________
+[ 19790] By: jhi on 2003/06/15 17:22:08
+ Log: Start using Perl malloc in FreeBSD since the system malloc
+ is reaaally slooow for Perl.
+
+ Subject: FreeBSD 5.1 vs. -Uusemymalloc
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: Mon, 16 Jun 2003 01:48:49 +0900
+ Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
+ Branch: perl
+ ! hints/freebsd.sh
+____________________________________________________________________________
+[ 19789] By: jhi on 2003/06/15 17:08:02
+ Log: Subject: [PATCH 5.8.1 @19774] OS2 patches
+ From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+ Date: Sat, 14 Jun 2003 17:49:57 -0700
+ Message-ID: <20030615004956.GA28272@math.berkeley.edu>
+ Branch: perl
+ + os2/OS2/typemap os2/perlrexx.cmd
+ - os2/OS2/PrfDB/typemap
+ ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h
+ ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl
+ ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
+ ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm
+ ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t
+ ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c
+ ! os2/os2ish.h pp_sys.c utils/h2xs.PL
+____________________________________________________________________________
+[ 19788] By: jhi on 2003/06/15 15:05:40
+ Log: Reindent a section of the file.
+ Branch: perl
+ ! universal.c
+____________________________________________________________________________
+[ 19787] By: jhi on 2003/06/15 15:01:26
+ Log: Unused variable.
+ Branch: perl
+ ! universal.c
+____________________________________________________________________________
+[ 19786] By: jhi on 2003/06/15 07:41:23
+ Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
+ From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+ Date: Sun, 15 Jun 2003 10:48:40 +0200
+ Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
+ Branch: perl
+ ! embed.fnc embed.h proto.h sv.c
+____________________________________________________________________________
+[ 19785] By: jhi on 2003/06/15 07:37:02
+ Log: Most often unused variables.
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 19784] By: rgs on 2003/06/14 20:08:52
+ Log: Rename the warning about $* being removed,
+ as suggested by Dave Mitchell
+ Branch: perl
+ ! gv.c t/lib/warnings/gv
+____________________________________________________________________________
+[ 19783] By: jhi on 2003/06/14 16:30:23
+ Log: The FileCache 1.03 tests from belg4mit.
+ Branch: perl
+ + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
+ + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
+ + lib/FileCache/t/05override.t
+ - lib/FileCache.t
+ ! MANIFEST
+____________________________________________________________________________
+[ 19782] By: jhi on 2003/06/14 13:45:01
+ Log: Mention the Unicode::Regex::Set module.
+ Branch: perl
+ ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 19781] By: jhi on 2003/06/14 13:39:45
+ Log: Followup on #19779: make the helper function static,
+ and rename it for paranoia reasons.
+ Branch: perl
+ ! embed.fnc embed.h proto.h sv.c
+____________________________________________________________________________
+[ 19779] By: jhi on 2003/06/14 13:13:34
+ Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
+ From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+ Date: Sat, 14 Jun 2003 12:51:31 +0200
+ Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
+
+ (choosing the safe alternative)
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 19778] By: jhi on 2003/06/14 09:28:01
+ Log: Exercise the utf8:: "internal" functions.
+ Branch: perl
+ ! lib/utf8.pm lib/utf8.t
+____________________________________________________________________________
+[ 19777] By: jhi on 2003/06/14 09:05:07
+ Log: Having to pull in the whole Encode just to get SvUTF8()
+ is a bit too much: introduce utf8::is_utf8().
+ Branch: perl
+ ! lib/utf8.pm pod/perluniintro.pod universal.c
+____________________________________________________________________________
+[ 19776] By: jhi on 2003/06/14 08:56:11
+ Log: Slight tweaks on the length() and chr() entries,
+ passing-by rewrapping on the rmdir entry.
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 19775] By: jhi on 2003/06/14 08:50:16
+ Log: test.pl-ify and add a couple of tests.
+ Branch: perl
+ ! lib/bytes.t
+____________________________________________________________________________
+[ 19774] By: jhi on 2003/06/14 08:06:18
+ Log: Integrate:
+ [ 19772]
+ Illegal cpp.
+
+ [ 19773]
+ Slight reorg of the binmode() entry.
+ Branch: maint-5.8/perl
+ !> pod/perlfunc.pod util.c
+____________________________________________________________________________
+[ 19773] By: jhi on 2003/06/14 08:05:01
+ Log: Slight reorg of the binmode() entry.
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 19772] By: jhi on 2003/06/14 07:07:38
+ Log: Illegal cpp.
+ Branch: perl
+ ! util.c
+____________________________________________________________________________
+[ 19771] By: jhi on 2003/06/14 04:40:49
+ Log: Integrate:
+ [ 19763]
+ Define a cpp symbol, BSDish, if that looks appropriate.
+
+ [ 19764]
+ Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
+ way of detecting Darwin/Mac OS X; instead it is recommended to
+ detect the OS at a higher level and pass the information manually
+ down to the application, using e.g. a -Ddefinition.
+
+ [ 19765]
+ Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
+ From: alan <alan@pair.com>
+ Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
+ Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
+
+ (the first alternative)
+
+ [ 19766]
+ Somehow MPE/iX managed to get
+ "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
+
+ [ 19767]
+ Redundancy removal from Brian De Pradine;
+ both the forms, pthread_mutexattr_settype() and
+ pthread_mutexattr_setkind_np(), exist on z/OS.
+
+ [ 19768]
+ Encode simply needs more work on EBCDIC.
+
+ [ 19770]
+ Subject: Re: FileCache
+ From: belg4mit <belg4mit@MIT.EDU>
+ Date: Sat, 14 Jun 2003 01:35:05 -0400
+ Message-ID: <3EEAB409.7B4C21EA@mit.edu>
+
+ FileCache 1.03.
+ Branch: maint-5.8/perl
+ !> ext/Encode/t/Unicode.t hints/darwin.sh lib/FileCache.pm
+ !> lib/Test/Harness.pm perl.h thread.h util.c x2p/util.c
+____________________________________________________________________________
+[ 19770] By: jhi on 2003/06/14 04:36:18
+ Log: Subject: Re: FileCache
+ From: belg4mit <belg4mit@MIT.EDU>
+ Date: Sat, 14 Jun 2003 01:35:05 -0400
+ Message-ID: <3EEAB409.7B4C21EA@mit.edu>
+
+ FileCache 1.03.
+ Branch: perl
+ ! lib/FileCache.pm
+____________________________________________________________________________
+[ 19769] By: rgs on 2003/06/13 19:17:50
+ Log: Remove the deprecated $* variable.
+ Incidentally, this fixes bug #22354, about unwanted
+ action-at-distance of the /m regexp modifier.
+ Add a new warning to advertise this fact.
+ Branch: perl
+ ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod
+ ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv
+ ! t/op/pat.t t/op/study.t
+____________________________________________________________________________
+[ 19768] By: jhi on 2003/06/13 17:08:45
+ Log: Encode simply needs more work on EBCDIC.
+ Branch: perl
+ ! ext/Encode/t/Unicode.t
+____________________________________________________________________________
+[ 19767] By: jhi on 2003/06/13 17:05:01
+ Log: Redundancy removal from Brian De Pradine;
+ both the forms, pthread_mutexattr_settype() and
+ pthread_mutexattr_setkind_np(), exist on z/OS.
+ Branch: perl
+ ! thread.h
+____________________________________________________________________________
+[ 19766] By: jhi on 2003/06/13 17:02:57
+ Log: Somehow MPE/iX managed to get
+ "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
+ Branch: perl
+ ! lib/Test/Harness.pm
+____________________________________________________________________________
+[ 19765] By: jhi on 2003/06/13 14:36:18
+ Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
+ From: alan <alan@pair.com>
+ Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
+ Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
+
+ (the first alternative)
+ Branch: perl
+ ! util.c
+____________________________________________________________________________
+[ 19764] By: jhi on 2003/06/13 14:33:51
+ Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
+ way of detecting Darwin/Mac OS X; instead it is recommended to
+ detect the OS at a higher level and pass the information manually
+ down to the application, using e.g. a -Ddefinition.
+ Branch: perl
+ ! hints/darwin.sh perl.h x2p/util.c
+____________________________________________________________________________
+[ 19763] By: jhi on 2003/06/13 14:12:13
+ Log: Define a cpp symbol, BSDish, if that looks appropriate.
+ Branch: perl
+ ! perl.h
+____________________________________________________________________________
+[ 19762] By: jhi on 2003/06/13 12:09:16
+ Log: Integrate:
+ [ 19760]
+ Even more tweakage on symbol scanning from Alan Burlison.
+ Branch: maint-5.8/perl
+ !> Configure
+____________________________________________________________________________
+[ 19761] By: jhi on 2003/06/13 12:00:26
+ Log: metaconfig unit change for #19760.
+ Branch: metaconfig
+ ! U/compline/Csym.U
+____________________________________________________________________________
+[ 19760] By: jhi on 2003/06/13 12:00:06
+ Log: Even more tweakage on symbol scanning from Alan Burlison.
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 19759] By: jhi on 2003/06/13 07:22:57
+ Log: Integrate:
+ [ 19740]
+ Doc nit.
+
+ [ 19741]
+ Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
+ From: PPrymmer@factset.com
+ Date: Wed, 11 Jun 2003 09:00:34 -0400
+ Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
+
+ [ 19742]
+ Subject: [PATCH] Configure -Dnoextensions would not accept a list
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
+ Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
+
+ [ 19744]
+ Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
+ Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
+
+ [ 19746]
+ Be polite and destroy the mutexes and conditions we use!
+
+ [ 19747]
+ Slightly amended version of the proposed patch for
+ "[perl #22390] export PERLIO=bytes segfaults";
+ the amendment is to set errno.
+ TODO: we really should not get here if the layer
+ stack is corrupt or non-sensical (like "bytes").
+
+ [ 19748]
+ Further perlio doc tweaks.
+
+ [ 19749]
+ More perlio ->Open paranoia. Set errno to EINVAL if there's
+ no ->Open, not if ->Open returns NULL.
+
+ [ 19750]
+ In free we want to destroy, not init, thanks to Tim Bunce for
+ detecting this. Should hopefully fix memory leak on Tru64
+
+ [ 19751]
+ Patch for a warning emitted twice, from :
+ Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
+ From: Steve Grazzini <grazz@pobox.com>
+ Date: Wed, 11 Jun 2003 00:46:47 -0400
+ Message-ID: <20030611044647.GA16696@grazzini.net>
+
+ [ 19752]
+ Add a new warning, "Newline in left-justified string for printf/sprintf"
+ to be issued if the string to be left-justified by s?printf contains
+ a newline.
+
+ Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Wed, 11 Jun 2003 18:10:14 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
+
+ [ 19756]
+ The changes #8803 and #8896 that fixed JPL for use with
+ JDK 1.2/1.3 had somehow disappeared.
+
+ [ 19758]
+ Sync with libnet 1.15
+ Branch: maint-5.8/perl
+ !> Configure INSTALL ext/threads/shared/shared.xs
+ !> lib/File/Temp/t/security.t lib/Net/ChangeLog.libnet
+ !> lib/Net/FTP.pm lib/PerlIO.pm lib/vmsish.t perl.c perl.h
+ !> perlio.c pod/perldiag.pod pod/perlrun.pod pp_sys.c sv.c
+ !> t/lib/warnings/sv
+____________________________________________________________________________
+[ 19758] By: gbarr on 2003/06/13 07:01:11
+ Log: Sync with libnet 1.15
+ Branch: perl
+ ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
+____________________________________________________________________________
+[ 19757] By: jhi on 2003/06/13 05:23:22
+ Log: To go with #19745.
+ Branch: maint-5.8/perl
+ ! pad.h
+____________________________________________________________________________
+[ 19756] By: jhi on 2003/06/13 05:09:17
+ Log: The changes #8803 and #8896 that fixed JPL for use with
+ JDK 1.2/1.3 had somehow disappeared.
+ Branch: perl
+ ! perl.c perl.h
+____________________________________________________________________________
+[ 19755] By: jhi on 2003/06/13 04:56:10
+ Log: Uncurliff.
+ Branch: maint-5.8/perl
+ ! djgpp/configure.bat
+____________________________________________________________________________
+[ 19754] By: jhi on 2003/06/13 04:54:04
+ Log: Forgotten check-in.
+ Branch: maint-5.8/perl
+ ! Cross/config.sh-arm-linux
+____________________________________________________________________________
+[ 19753] By: jhi on 2003/06/13 04:52:36
+ Log: Regen perlintern.
+ Branch: maint-5.8/perl
+ ! pod/perlintern.pod
+____________________________________________________________________________
+[ 19752] By: rgs on 2003/06/12 20:49:25
+ Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
+ to be issued if the string to be left-justified by s?printf contains
+ a newline.
+
+ Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Wed, 11 Jun 2003 18:10:14 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
+ Branch: perl
+ ! pod/perldiag.pod sv.c t/lib/warnings/sv
+____________________________________________________________________________
+[ 19751] By: rgs on 2003/06/12 20:25:41
+ Log: Patch for a warning emitted twice, from :
+ Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
+ From: Steve Grazzini <grazz@pobox.com>
+ Date: Wed, 11 Jun 2003 00:46:47 -0400
+ Message-ID: <20030611044647.GA16696@grazzini.net>
+ Branch: perl
+ ! pp_sys.c
+____________________________________________________________________________
+[ 19750] By: sky on 2003/06/12 15:03:55
+ Log: In free we want to destroy, not init, thanks to Tim Bunce for
+ detecting this. Should hopefully fix memory leak on Tru64
+ Branch: perl
+ ! ext/threads/shared/shared.xs
+____________________________________________________________________________
+[ 19749] By: jhi on 2003/06/12 13:27:44
+ Log: More perlio ->Open paranoia. Set errno to EINVAL if there's
+ no ->Open, not if ->Open returns NULL.
+ Branch: perl
+ ! perlio.c
+____________________________________________________________________________
+[ 19748] By: jhi on 2003/06/12 11:32:44
+ Log: Further perlio doc tweaks.
+ Branch: perl
+ ! lib/PerlIO.pm pod/perlrun.pod
+____________________________________________________________________________
+[ 19747] By: jhi on 2003/06/12 11:25:19
+ Log: Slightly amended version of the proposed patch for
+ "[perl #22390] export PERLIO=bytes segfaults";
+ the amendment is to set errno.
+ TODO: we really should not get here if the layer
+ stack is corrupt or non-sensical (like "bytes").
+ Branch: perl
+ ! perlio.c
+____________________________________________________________________________
+[ 19746] By: sky on 2003/06/12 08:37:39
+ Log: Be polite and destroy the mutexes and conditions we use!
+ Branch: perl
+ ! ext/threads/shared/shared.xs
+____________________________________________________________________________
+[ 19745] By: jhi on 2003/06/12 06:35:47
+ Log: Bandaid from Dave Mitchell for various pad-related
+ breakages in 5005threads builds.
+ Branch: maint-5.8/perl
+ ! embedvar.h intrpvar.h perlapi.h thrdvar.h util.c
+____________________________________________________________________________
+[ 19744] By: rgs on 2003/06/11 20:49:04
+ Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
+ Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
+ Branch: perl
+ ! lib/File/Temp/t/security.t
+____________________________________________________________________________
+[ 19743] By: jhi on 2003/06/11 18:28:33
+ Log: metaconfig unit change for #19742.
+ Branch: metaconfig/U/perl
+ ! Extensions.U
+____________________________________________________________________________
+[ 19742] By: jhi on 2003/06/11 18:28:12
+ Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
+ Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 19741] By: merijn on 2003/06/11 14:06:49
+ Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
+ From: PPrymmer@factset.com
+ Date: Wed, 11 Jun 2003 09:00:34 -0400
+ Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
+ Branch: perl
+ ! lib/vmsish.t
+____________________________________________________________________________
+[ 19740] By: jhi on 2003/06/11 13:29:59
+ Log: Doc nit.
+ Branch: perl
+ ! INSTALL
+____________________________________________________________________________
+[ 19739] By: jhi on 2003/06/11 05:30:53
+ Log: Integrate from maint:
+ [ 19738]
+ Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
+ From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+ Date: Tue, 10 Jun 2003 22:10:47 +0200
+ Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
+ Branch: perl
+ !> ext/Encode/encengine.c ext/List/Util/Util.xs
+ !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs
+ !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
+ !> sv.c
+____________________________________________________________________________
+[ 19738] By: jhi on 2003/06/11 05:13:38
+ Log: Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
+ From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+ Date: Tue, 10 Jun 2003 22:10:47 +0200
+ Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
+
+ (the perl.h being open in mainline was accidental)
+ Branch: maint-5.8/perl
+ ! ext/Encode/encengine.c ext/List/Util/Util.xs
+ ! ext/POSIX/POSIX.xs ext/Storable/Storable.xs
+ ! ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
+ ! sv.c
+ Branch: perl
+ ! perl.h
+____________________________________________________________________________
+[ 19737] By: nick on 2003/06/10 08:18:30
+ Log: Integrate mainline
+ Branch: perlio
+ !> (integrate 88 files)
+____________________________________________________________________________
+[ 19736] By: jhi on 2003/06/10 06:43:29
+ Log: Integrate:
+ [ 19734]
+ Upgrade to Unicode::Collate 0.25.
+
+ [ 19735]
+ Upgrade to Unicode::Normalize 0.22.
+ Branch: maint-5.8/perl
+ !> ext/Unicode/Normalize/Changes
+ !> ext/Unicode/Normalize/Makefile.PL
+ !> 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 lib/Unicode/Collate.pm
+ !> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
+ !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
+____________________________________________________________________________
+[ 19735] By: jhi on 2003/06/10 05:27:33
+ Log: Upgrade to Unicode::Normalize 0.22.
+ Branch: perl
+ ! ext/Unicode/Normalize/Changes
+ ! ext/Unicode/Normalize/Makefile.PL
+ ! 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
+____________________________________________________________________________
+[ 19734] By: jhi on 2003/06/10 05:14:18
+ Log: Upgrade to Unicode::Collate 0.25.
+ Branch: perl
+ ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
+ ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
+ ! lib/Unicode/Collate/t/test.t
+____________________________________________________________________________
+[ 19733] By: jhi on 2003/06/09 20:55:44
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 19732] By: jhi on 2003/06/09 20:52:02
+ Log: Integrate:
+ [ 19729]
+ Subject: [PATCH] Re: nitpick with \(0..2)
+ From: Steve Grazzini <grazz@pobox.com>
+ Date: Fri, 6 Jun 2003 01:42:59 -0400
+ Message-ID: <20030606054259.GA30249@grazzini.net>
+
+ [ 19730]
+ Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
+ Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
+
+ [ 19731]
+ On a real multicpu box the child thread could still be running
+ when the parent thread was already testing.
+ Branch: maint-5.8/perl
+ !> INSTALL ext/threads/shared/t/hv_refs.t op.c pod/perlop.pod
+ !> t/op/ref.t
+____________________________________________________________________________
+[ 19731] By: jhi on 2003/06/09 20:48:14
+ Log: On a real multicpu box the child thread could still be running
+ when the parent thread was already testing.
+ Branch: perl
+ ! ext/threads/shared/t/hv_refs.t
+____________________________________________________________________________
+[ 19730] By: rgs on 2003/06/09 19:56:29
+ Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
+ Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
+ Branch: perl
+ ! INSTALL
+____________________________________________________________________________
+[ 19729] By: rgs on 2003/06/09 19:13:16
+ Log: Subject: [PATCH] Re: nitpick with \(0..2)
+ From: Steve Grazzini <grazz@pobox.com>
+ Date: Fri, 6 Jun 2003 01:42:59 -0400
+ Message-ID: <20030606054259.GA30249@grazzini.net>
+ Branch: perl
+ ! op.c pod/perlop.pod t/op/ref.t
+____________________________________________________________________________
+[ 19728] By: jhi on 2003/06/09 19:09:09
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 19727] By: jhi on 2003/06/09 18:53:58
+ Log: Integrate:
+ [ 19723]
+ one of the Net::Ping time-dependent tests fails sporadically
+ when the response from localhost is "too quick"
+
+ [ 19724]
+ mark 450_service.t#18 as a todo test on windows
+
+ [ 19725]
+ In the debugger, flush stdout/stderr before the prompt is printed
+ Subject: Re: [PATCH] Perlbug #15228
+ From: Alex Vandiver <alexmv@MIT.EDU>
+ Date: 04 Jun 2003 04:50:10 -0400
+ Message-Id: <1054716610.21402.45.camel@supox>
+
+ [ 19726]
+ Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
+ Branch: maint-5.8/perl
+ !> ext/Unicode/Normalize/Normalize.pm
+ !> lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
+ !> lib/perl5db.pl
+____________________________________________________________________________
+[ 19726] By: jhi on 2003/06/09 18:45:00
+ Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
+ Branch: perl
+ ! ext/Unicode/Normalize/Normalize.pm
+____________________________________________________________________________
+[ 19725] By: rgs on 2003/06/09 18:33:50
+ Log: In the debugger, flush stdout/stderr before the prompt is printed
+ Subject: Re: [PATCH] Perlbug #15228
+ From: Alex Vandiver <alexmv@MIT.EDU>
+ Date: 04 Jun 2003 04:50:10 -0400
+ Message-Id: <1054716610.21402.45.camel@supox>
+ Branch: perl
+ ! lib/perl5db.pl
+____________________________________________________________________________
+[ 19724] By: gsar on 2003/06/09 18:17:42
+ Log: mark 450_service.t#18 as a todo test on windows
+ Branch: perl
+ ! lib/Net/Ping/t/450_service.t
+____________________________________________________________________________
+[ 19723] By: gsar on 2003/06/09 18:00:57
+ Log: one of the Net::Ping time-dependent tests fails sporadically
+ when the response from localhost is "too quick"
+ Branch: perl
+ ! lib/Net/Ping/t/250_ping_hires.t
+____________________________________________________________________________
+[ 19722] By: jhi on 2003/06/09 17:52:25
+ Log: Integrate:
+ [ 19705]
+ Work in non core env.
+
+ [ 19706]
+ Remove warnings from tests.
+
+ [ 19707]
+ Last patch broke this slightly because INC was wrong.
+
+ [ 19708]
+ Major (internal) change to make it much more easy to embed
+ threaded perl because we don't use our own TLS for the current
+ thread info, but instead use PL_modglobal. Should make the
+ mod_perl2 team (Hi Stas!) happy. Should also be more robust.
+
+ [ 19709]
+ More symbol scan logic from Alan Burlison.
+
+ [ 19710]
+ Regen Configure et al.
+
+ [ 19712]
+ Subject: Re: forwarded you a test result
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: Sun, 8 Jun 2003 11:04:43 +0900
+ Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
+
+ [ 19714]
+ Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sun, 08 Jun 2003 16:49:43 -0500
+ Message-ID: <3EE3AF77.7060302@mac.com>
+
+ [ 19715]
+ Support blessed shared references.
+
+ [ 19717]
+ windows: fix memory leak in %ENV handling (shows up as a
+ leak even in the simplest fork() loop, because perl_construct()
+ now does the equivalent of %ENV assignments using mg_set())
+
+ [ 19719]
+ Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
+ From: PPrymmer@factset.com
+ Date: Mon, 9 Jun 2003 09:57:43 -0400
+ Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
+
+ [ 19720]
+ fix for perlio.t failures on windows (from Dan Kogai)
+
+ [ 19721]
+ Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Sat, 7 Jun 2003 01:16:32 -0700
+ Message-ID: <20030607081632.GA16228@windhund.schwern.org>
+
+ (and regen Configure et al)
+ Branch: maint-5.8/perl
+ ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+ ! config_h.SH
+ !> (integrate 26 files)
+____________________________________________________________________________
+[ 19721] By: jhi on 2003/06/09 17:04:50
+ Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Sat, 7 Jun 2003 01:16:32 -0700
+ Message-ID: <20030607081632.GA16228@windhund.schwern.org>
+ Branch: perl
+ ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
+ ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod
+ ! lib/ExtUtils/t/Liblist.t
+____________________________________________________________________________
+[ 19720] By: gsar on 2003/06/09 15:59:52
+ Log: fix for perlio.t failures on windows (from Dan Kogai)
+ Branch: perl
+ ! ext/Encode/t/perlio.t
+____________________________________________________________________________
+[ 19719] By: jhi on 2003/06/09 15:28:18
+ Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
+ From: PPrymmer@factset.com
+ Date: Mon, 9 Jun 2003 09:57:43 -0400
+ Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
+ Branch: perl
+ ! configure.com utils/perlivp.PL
+____________________________________________________________________________
+[ 19718] By: gsar on 2003/06/09 14:11:52
+ Log: integrate change#19717 from mainline
+
+ windows: fix memory leak in %ENV handling (shows up as a
+ leak even in the simplest fork() loop, because perl_construct()
+ now does the equivalent of %ENV assignments using mg_set())
+ Branch: maint-5.6/perl
+ !> win32/perlhost.h
+____________________________________________________________________________
+[ 19717] By: gsar on 2003/06/09 14:09:55
+ Log: windows: fix memory leak in %ENV handling (shows up as a
+ leak even in the simplest fork() loop, because perl_construct()
+ now does the equivalent of %ENV assignments using mg_set())
+ Branch: perl
+ ! win32/perlhost.h
+____________________________________________________________________________
+[ 19716] By: gsar on 2003/06/09 13:29:07
+ Log: integrate changes#19384,19533,19537,19628,19666,19668 from mainline
+
+ resurrect change#19628 and make it work by generalizing
+ a spot that had a hardcoded dependency on the cmd.exe
+ arguments being "/x/c" or "/c"
+
+ change#19628 broke many win32/system.t tests, so back it out
+
+ Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
+ From: Jan Dubois <jand@ActiveState.com>
+ Date: Mon, 26 May 2003 23:33:53 -0700
+ Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
+
+ missing init in change#19533
+
+ avoid select() on windows destroying errno (used to typically
+ always sets it to EINVAL due to the way it maps the FD_SETs)
+
+ 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: maint-5.6/perl
+ !> pod/perlrun.pod win32/win32.c win32/win32sck.c
+____________________________________________________________________________
+[ 19715] By: sky on 2003/06/09 09:35:47
+ Log: Support blessed shared references.
+ Branch: perl
+ ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
+ ! ext/threads/shared/t/hv_refs.t
+____________________________________________________________________________
+[ 19714] By: jhi on 2003/06/09 04:29:04
+ Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sun, 08 Jun 2003 16:49:43 -0500
+ Message-ID: <3EE3AF77.7060302@mac.com>
+ Branch: perl
+ ! t/op/pack.t
+____________________________________________________________________________
+[ 19713] By: gsar on 2003/06/08 18:33:25
+ Log: add basic test coverage for the sysio compatibility issues on dosish
+ platforms
+ Branch: perlio
+ + t/op/sysio-compat.t
+ ! MANIFEST
+____________________________________________________________________________
+[ 19712] By: jhi on 2003/06/08 17:05:59
+ Log: Subject: Re: forwarded you a test result
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: Sun, 8 Jun 2003 11:04:43 +0900
+ Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
+ Branch: perl
+ ! ext/Encode/t/Encode.t
+____________________________________________________________________________
+[ 19711] By: jhi on 2003/06/08 17:03:20
+ Log: metaconfig unit change for #19710.
+ Branch: metaconfig
+ ! U/compline/Csym.U
+____________________________________________________________________________
+[ 19710] By: jhi on 2003/06/08 17:03:07
+ Log: Regen Configure et al.
+ Branch: perl
+ ! Configure Porting/config.sh Porting/config_H
+____________________________________________________________________________
+[ 19709] By: jhi on 2003/06/08 16:45:50
+ Log: More symbol scan logic from Alan Burlison.
+ Branch: perl
+ ! Configure Porting/Glossary hints/solaris_2.sh
+____________________________________________________________________________
+[ 19708] By: sky on 2003/06/07 13:28:50
+ Log: Major (internal) change to make it much more easy to embed
+ threaded perl because we don't use our own TLS for the current
+ thread info, but instead use PL_modglobal. Should make the
+ mod_perl2 team (Hi Stas!) happy. Should also be more robust.
+ Branch: perl
+ ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 19707] By: sky on 2003/06/07 13:27:01
+ Log: Last patch broke this slightly because INC was wrong.
+ Branch: perl
+ ! ext/threads/t/thread.t
+____________________________________________________________________________
+[ 19706] By: sky on 2003/06/07 13:07:53
+ Log: Remove warnings from tests.
+ Branch: perl
+ ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
+ ! ext/threads/t/list.t
+____________________________________________________________________________
+[ 19705] By: sky on 2003/06/07 12:42:28
+ Log: Work in non core env.
+ Branch: perl
+ ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
+ ! ext/threads/t/libc.t ext/threads/t/list.t
+ ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
+ ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
+ ! ext/threads/t/thread.t
+____________________________________________________________________________
+[ 19704] By: jhi on 2003/06/07 05:24:27
+ Log: Integrate:
+ [ 19685]
+ Align the 'graph' property definition with the proposed
+ Unicode UTS #18 update (v7).
+
+ [ 19686]
+ On closer reading the proposed UTS#18 update required
+ even more changes.
+
+ [ 19687]
+ Subject: Re: [MacOS X] consider useshrplib='false' by default
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
+ Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
+
+ [ 19688]
+ Prevent a potential null pointer dereference.
+ Noticed by Ryan Koga <rkoga@caida.org> in
+ Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
+
+ [ 19689]
+ Upgrade to Time::HiRes 1.48.
+
+ [ 19690]
+ z/OS threads tweak from Brian De Pradine.
+
+ [ 19691]
+ Even more getspecific patches from Brian De Pradine;
+ macrofy the construct.
+
+ [ 19692]
+ z/OS makedepend fix from Peter Prymmer;
+ still needed as reported by Brian De Pradine.
+
+ [ 19693]
+ SKIP label was missing.
+
+ [ 19694]
+ Subject: [PATCH] RE: maint @ 19683
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Thu, 5 Jun 2003 17:16:58 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
+
+ (skipped the MIME::Base64 part, leaving that to Gisle)
+
+ [ 19695]
+ Subject: [PATCH] Re: SPUG:-s option doesn't always work!
+ From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+ Date: Wed, 04 Jun 2003 00:08:32 -0700
+ Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
+
+ [ 19696]
+ Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
+ as the compiler supports it)
+
+ [ 19697]
+ Oops, Joe's edits had been undone by #19682.
+
+ [ 19698]
+ Clarify that => doesn't quote compound identifiers.
+
+ [ 19699]
+ Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
+ From: Stas Bekman <stas@stason.org>
+ Date: Thu, 05 Jun 2003 10:10:36 +1000
+ Message-ID: <3EDE8A7C.2080302@stason.org>
+
+ Subject: [patch] perlguts authors dup
+ From: Stas Bekman <stas@stason.org>
+ Date: Thu, 05 Jun 2003 10:14:12 +1000
+ Message-ID: <3EDE8B54.6090808@stason.org>
+
+ [ 19700]
+ Minor grammatical nit.
+
+ [ 19701]
+ Complement to change #19698 :
+ add also this information (=> and curly braces doesn't
+ quote compound identifiers) to the strict manpage.
+ As an experiment in documentation, add a "HISTORY" section
+ to the strict manpage.
+
+ [ 19702]
+ Upgrade to Time::Local 1.06, by Dave Rolsky
+
+ [ 19703]
+ Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Fri, 6 Jun 2003 18:41:45 -0700
+ Message-ID: <20030607014145.GB12031@windhund.schwern.org>
+ Branch: maint-5.8/perl
+ !> (integrate 42 files)
+____________________________________________________________________________
+[ 19703] By: jhi on 2003/06/07 05:11:50
+ Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Fri, 6 Jun 2003 18:41:45 -0700
+ Message-ID: <20030607014145.GB12031@windhund.schwern.org>
+ Branch: perl
+ ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
+ ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml
+ ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
+ ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
+ ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t
+ ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t
+ ! lib/ExtUtils/t/zz_cleanup_dummy.t
+____________________________________________________________________________
+[ 19702] By: rgs on 2003/06/06 23:00:00
+ Log: Upgrade to Time::Local 1.06, by Dave Rolsky
+ Branch: perl
+ ! lib/Time/Local.pm lib/Time/Local.t
+____________________________________________________________________________
+[ 19701] By: rgs on 2003/06/06 22:50:37
+ Log: Complement to change #19698 :
+ add also this information (=> and curly braces doesn't
+ quote compound identifiers) to the strict manpage.
+ As an experiment in documentation, add a "HISTORY" section
+ to the strict manpage.
+ Branch: perl
+ ! lib/strict.pm
+____________________________________________________________________________
+[ 19700] By: rgs on 2003/06/06 22:31:50
+ Log: Minor grammatical nit.
+ Branch: perl
+ ! README.hpux
+____________________________________________________________________________
+[ 19699] By: rgs on 2003/06/06 22:29:38
+ Log: Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
+ From: Stas Bekman <stas@stason.org>
+ Date: Thu, 05 Jun 2003 10:10:36 +1000
+ Message-ID: <3EDE8A7C.2080302@stason.org>
+
+ Subject: [patch] perlguts authors dup
+ From: Stas Bekman <stas@stason.org>
+ Date: Thu, 05 Jun 2003 10:14:12 +1000
+ Message-ID: <3EDE8B54.6090808@stason.org>
+ Branch: perl
+ ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod
+____________________________________________________________________________
+[ 19698] By: rgs on 2003/06/06 22:23:56
+ Log: Clarify that => doesn't quote compound identifiers.
+ Branch: perl
+ ! pod/perldata.pod
+____________________________________________________________________________
+[ 19697] By: jhi on 2003/06/06 13:22:52
+ Log: Oops, Joe's edits had been undone by #19682.
+ Branch: maint-5.8/perl
+ ! lib/perl5db.pl
+____________________________________________________________________________
+[ 19696] By: merijn on 2003/06/06 12:21:43
+ Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
+ as the compiler supports it)
+ Branch: perl
+ ! README.hpux
+____________________________________________________________________________
+[ 19695] By: jhi on 2003/06/05 18:50:51
+ Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work!
+ From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+ Date: Wed, 04 Jun 2003 00:08:32 -0700
+ Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
+ Branch: perl
+ ! t/run/switches.t toke.c
+____________________________________________________________________________
+[ 19694] By: jhi on 2003/06/05 18:37:02
+ Log: Subject: [PATCH] RE: maint @ 19683
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Thu, 5 Jun 2003 17:16:58 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
+
+ (skipped the MIME::Base64 part, leaving that to Gisle)
+ Branch: perl
+ ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
+____________________________________________________________________________
+[ 19693] By: jhi on 2003/06/05 17:26:04
+ Log: SKIP label was missing.
+ Branch: perl
+ ! t/io/utf8.t
+____________________________________________________________________________
+[ 19692] By: jhi on 2003/06/05 16:58:23
+ Log: z/OS makedepend fix from Peter Prymmer;
+ still needed as reported by Brian De Pradine.
+ Branch: perl
+ ! makedepend.SH
+____________________________________________________________________________
+[ 19691] By: jhi on 2003/06/05 16:56:01
+ Log: Even more getspecific patches from Brian De Pradine;
+ macrofy the construct.
+ Branch: perl
+ ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 19690] By: jhi on 2003/06/05 16:19:40
+ Log: z/OS threads tweak from Brian De Pradine.
+ Branch: perl
+ ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 19689] By: jhi on 2003/06/05 05:43:31
+ Log: Upgrade to Time::HiRes 1.48.
+ Branch: perl
+ ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+____________________________________________________________________________
+[ 19688] By: rgs on 2003/06/04 18:53:48
+ Log: Prevent a potential null pointer dereference.
+ Noticed by Ryan Koga <rkoga@caida.org> in
+ Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
+ Branch: perl
+ ! perlio.c
+____________________________________________________________________________
+[ 19687] By: jhi on 2003/06/04 18:26:08
+ Log: Subject: Re: [MacOS X] consider useshrplib='false' by default
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
+ Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
+ Branch: perl
+ ! hints/darwin.sh
+____________________________________________________________________________
+[ 19686] By: jhi on 2003/06/04 11:02:54
+ Log: On closer reading the proposed UTS#18 update required
+ even more changes.
+ Branch: perl
+ ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl
+ ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
+ ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl
+ ! lib/unicore/mktables
+____________________________________________________________________________
+[ 19685] By: jhi on 2003/06/04 10:14:09
+ Log: Align the 'graph' property definition with the proposed
+ Unicode UTS #18 update (v7).
+ Branch: perl
+ ! lib/unicore/lib/Graph.pl lib/unicore/mktables
+____________________________________________________________________________
+[ 19684] By: jhi on 2003/06/04 05:40:24
+ Log: Change entries from the wrong branches.
+ Branch: maint-5.8/perl
+ ! Changes
+____________________________________________________________________________
+[ 19683] By: jhi on 2003/06/04 05:28:27
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 19682] By: jhi on 2003/06/04 05:22:46
+ Log: Integrate:
+ [ 19654]
+ Two Cygwin patches from Gerrit.
+
+ Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
+ From: "Gerrit P. Haase" <gp@familiehaase.de>
+ Date: Sat, 31 May 2003 14:12:07 +0200
+ Message-ID: <179860591535.20030531141207@familiehaase.de>
+
+ Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
+ Date: Sat, 31 May 2003 13:57:49 +0200
+ Message-ID: <11859733881.20030531135749@familiehaase.de>
+
+ [ 19655]
+ A pointless test, noticed by Craig Berry.
+
+ [ 19656]
+ Since pulling in File::Temp for tempfiles would pull in
+ also Fcntl, miniperl could not open up tempfiles. This broke
+ the use of miniperl in VMS, as noticed by Craig Berry.
+ Try to cure this by moving the creation of tempfile into its
+ own routine, my_tmpfp(), which gets compiled differently
+ for miniperl and perl.
+
+ [ 19657]
+ Stick with the original (5.8.0) logic.
+
+ [ 19658]
+ I thought I tried building threaded. Never think. Try.
+
+ [ 19659]
+ Duplicate definition bad.
+
+ [ 19660]
+ Beautification.
+
+ [ 19661]
+ Sync with libnet 1.14
+
+ [ 19662]
+ U/WIN: final (for now) touches from John P. Linderman;
+ now we get 97% success rate, the remaining failures are
+ quite obscure.
+
+ [ 19663]
+ Whitespace tweaks.
+
+ [ 19664]
+ Upgrade to the CGI.pm 2.93.
+
+ (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks. Sigh.)
+
+ [ 19665]
+ A little bit more of weird-code-proofing in B::Deparse.
+ Fixes a bug reported by Alexey Tourbin in
+ Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
+
+ [ 19666]
+ change#19628 broke many win32/system.t tests, so back it out
+
+ [ 19667]
+ don't use File::Temp to implement PerlIO_tmpfile() on windows;
+ reuse the straightforward native implementation instead
+
+ this fixes the warning from io_xs.t
+
+ NOTE: File::Temp has a less-than-robust implementation on windows
+ that relies on END blocks being run (this may not happen always)
+
+ [ 19668]
+ resurrect change#19628 and make it work by generalizing
+ a spot that had a hardcoded dependency on the cmd.exe
+ arguments being "/x/c" or "/c"
+
+ [ 19669]
+ fix for 09_gen_rs.t#59 failure on windows
+
+ [ 19670]
+ Retract #19667, #19660, #19659, #19658, #19657, #19656,
+ #19655, #19418; File::Temp no more used internally.
+ Some parts of these will be salvaged later.
+
+ [ 19671]
+ Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
+ From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+ Date: Tue, 03 Jun 2003 01:55:06 -0700
+ Message-ID: <qJG3+gzkgajL092yn@efn.org>
+
+ [ 19672]
+ Salvage parts of #19418 (the ext/PerlIO/t/open.t
+ still is there).
+
+ [ 19673]
+ Salvage parts of #19667.
+
+ [ 19678]
+ According to Arthur this should help
+ #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
+
+ [ 19679]
+ Urk. Joe's patches were for the maint branch,
+ not for the blead (which has assertions and stuff).
+ Retract #19677, #19676, #19674.
+
+ [ 19681]
+ Subject: [MacOS X] consider useshrplib='false' by default
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: Wed, 4 Jun 2003 01:29:42 +0900
+ Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
+ Branch: maint-5.8/perl
+ +> lib/CGI/t/util-58.t
+ !> (integrate 48 files)
+____________________________________________________________________________
+[ 19681] By: jhi on 2003/06/04 05:16:38
+ Log: Subject: [MacOS X] consider useshrplib='false' by default
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: Wed, 4 Jun 2003 01:29:42 +0900
+ Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
+ Branch: perl
+ ! hints/darwin.sh
+____________________________________________________________________________
+[ 19680] By: jhi on 2003/06/03 15:53:57
+ Log: Restore the perl5db.pl of #19677 into the maint branch.
+ Branch: maint-5.8/perl
+ ! lib/perl5db.pl
+____________________________________________________________________________
+[ 19679] By: jhi on 2003/06/03 15:51:36
+ Log: Urk. Joe's patches were for the maint branch,
+ not for the blead (which has assertions and stuff).
+ Retract #19677, #19676, #19674.
+ Branch: perl
+ ! lib/perl5db.pl
+____________________________________________________________________________
+[ 19678] By: jhi on 2003/06/03 15:05:19
+ Log: According to Arthur this should help
+ #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
+ Branch: perl
+ ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 19677] By: jhi on 2003/06/03 14:07:06
+ Log: Tiny tweaks from Joe McMahon.
+ Branch: perl
+ ! lib/perl5db.pl
+____________________________________________________________________________
+[ 19676] By: jhi on 2003/06/03 12:38:46
+ Log: Tiny pod and speling tweaks.
+ Branch: perl
+ ! lib/perl5db.pl
+____________________________________________________________________________
+[ 19675] By: nick on 2003/06/03 12:38:25
+ Log: Integrate mainline
+ Branch: perlio
+ +> ext/IO/lib/IO/t/io_utf8.t lib/CGI/t/util-58.t
+ !> (integrate 82 files)
+____________________________________________________________________________
+[ 19674] By: jhi on 2003/06/03 12:20:59
+ Log: Subject: Extensive documentation patch redux
+ From: Joe McMahon <mcmahon@ibiblio.org>
+ Date: Mon, 2 Jun 2003 09:53:40 -0400
+ Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
+
+ Subject: RE: [PATCH] RE: Extensive documentation patch redux
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Tue, 3 Jun 2003 10:00:22 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
+ Branch: perl
+ ! lib/perl5db.pl
+____________________________________________________________________________
+[ 19673] By: jhi on 2003/06/03 09:51:59
+ Log: Salvage parts of #19667.
+ Branch: perl
+ ! perlio.c win32/win32.c win32/win32iop.h
+____________________________________________________________________________
+[ 19672] By: jhi on 2003/06/03 09:26:45
+ Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t
+ still is there).
+ Branch: perl
+ ! MANIFEST pod/perlfunc.pod
+____________________________________________________________________________
+[ 19671] By: merijn on 2003/06/03 08:27:07
+ Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
+ From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+ Date: Tue, 03 Jun 2003 01:55:06 -0700
+ Message-ID: <qJG3+gzkgajL092yn@efn.org>
+ Branch: perl
+ ! README.cygwin
+____________________________________________________________________________
+[ 19670] By: jhi on 2003/06/03 08:04:39
+ Log: Retract #19667, #19660, #19659, #19658, #19657, #19656,
+ #19655, #19418; File::Temp no more used internally.
+ Some parts of these will be salvaged later.
+ Branch: perl
+ ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod
+ ! proto.h win32/win32.c win32/win32iop.h
+____________________________________________________________________________
+[ 19669] By: gsar on 2003/06/02 20:59:39
+ Log: fix for 09_gen_rs.t#59 failure on windows
+ Branch: perl
+ ! lib/Tie/File/t/09_gen_rs.t
+____________________________________________________________________________
+[ 19668] By: gsar on 2003/06/02 20:40:19
+ Log: resurrect change#19628 and make it work by generalizing
+ a spot that had a hardcoded dependency on the cmd.exe
+ arguments being "/x/c" or "/c"
+ Branch: perl
+ ! pod/perlrun.pod win32/win32.c
+____________________________________________________________________________
+[ 19667] By: gsar on 2003/06/02 18:44:34
+ Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
+ reuse the straightforward native implementation instead
+
+ this fixes the warning from io_xs.t
+
+ NOTE: File::Temp has a less-than-robust implementation on windows
+ that relies on END blocks being run (this may not happen always)
+ Branch: perl
+ ! op.c win32/win32.c win32/win32iop.h
+____________________________________________________________________________
+[ 19666] By: gsar on 2003/06/02 18:29:46
+ Log: change#19628 broke many win32/system.t tests, so back it out
+ Branch: perl
+ ! pod/perlrun.pod win32/win32.c
+____________________________________________________________________________
+[ 19665] By: rgs on 2003/06/02 18:22:06
+ Log: A little bit more of weird-code-proofing in B::Deparse.
+ Fixes a bug reported by Alexey Tourbin in
+ Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
+ Branch: perl
+ ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 19664] By: jhi on 2003/06/02 16:41:37
+ Log: Upgrade to the CGI.pm 2.93.
+
+ (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks. Sigh.)
+ Branch: perl
+ + lib/CGI/t/util-58.t
+ ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
+ ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm
+ ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
+ ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
+ ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t
+ ! lib/CGI/t/switch.t lib/CGI/t/util.t
+____________________________________________________________________________
+[ 19663] By: jhi on 2003/06/02 16:16:51
+ Log: Whitespace tweaks.
+ Branch: perl
+ ! hints/uwin.sh
+____________________________________________________________________________
+[ 19662] By: jhi on 2003/06/02 16:08:22
+ Log: U/WIN: final (for now) touches from John P. Linderman;
+ now we get 97% success rate, the remaining failures are
+ quite obscure.
+ Branch: perl
+ ! hints/uwin.sh lib/locale.t
+____________________________________________________________________________
+[ 19661] By: gbarr on 2003/06/02 12:13:35
+ Log: Sync with libnet 1.14
+ Branch: perl
+ ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm
+ ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm
+ ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
+ ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t
+____________________________________________________________________________
+[ 19660] By: jhi on 2003/06/02 09:28:30
+ Log: Beautification.
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 19659] By: jhi on 2003/06/02 09:07:38
+ Log: Duplicate definition bad.
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 19658] By: jhi on 2003/06/02 09:02:18
+ Log: I thought I tried building threaded. Never think. Try.
+ Branch: perl
+ ! perlio.c
+____________________________________________________________________________
+[ 19657] By: jhi on 2003/06/02 08:54:04
+ Log: Stick with the original (5.8.0) logic.
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 19656] By: jhi on 2003/06/02 08:28:51
+ Log: Since pulling in File::Temp for tempfiles would pull in
+ also Fcntl, miniperl could not open up tempfiles. This broke
+ the use of miniperl in VMS, as noticed by Craig Berry.
+ Try to cure this by moving the creation of tempfile into its
+ own routine, my_tmpfp(), which gets compiled differently
+ for miniperl and perl.
+ Branch: perl
+ ! embed.fnc embed.h op.c perlio.c proto.h
+____________________________________________________________________________
+[ 19655] By: jhi on 2003/06/02 06:54:05
+ Log: A pointless test, noticed by Craig Berry.
+ Branch: perl
+ ! perlio.c
+____________________________________________________________________________
+[ 19654] By: rgs on 2003/06/01 07:37:50
+ Log: Two Cygwin patches from Gerrit.
+
+ Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
+ From: "Gerrit P. Haase" <gp@familiehaase.de>
+ Date: Sat, 31 May 2003 14:12:07 +0200
+ Message-ID: <179860591535.20030531141207@familiehaase.de>
+
+ Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
+ Date: Sat, 31 May 2003 13:57:49 +0200
+ Message-ID: <11859733881.20030531135749@familiehaase.de>
+ Branch: perl
+ ! README.cygwin perl.h t/io/layers.t
+____________________________________________________________________________
+[ 19653] By: jhi on 2003/06/01 07:35:55
+ Log: Integrate:
+ [ 19638]
+ Comment tweakage.
+
+ [ 19639]
+ Add the test case for the already fixed
+ [perl #22351] perl bug with 'e' substitution modifier
+
+ [ 19640]
+ Fix for "#22375 'split'/'index' problem for utf8".
+
+ [ 19641]
+ A bit of networking notworking negativity.
+ (Inspiration from Jos.)
+
+ [ 19642]
+ test.pl-isation.
+
+ [ 19643]
+ Upgrade to Tie::File 0.96.
+
+ [ 19644]
+ Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Fri, 30 May 2003 13:08:01 -0500
+ Message-ID: <3ED79E01.8050401@mac.com>
+
+ [ 19645]
+ Subject: Re: [perl #22372] [PATCH] sv_chop() broken
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Fri, 30 May 2003 18:52:28 +0300
+ Message-ID: <20030530155228.GA872@ratsnest.hole>
+
+ [ 19646]
+ Interesting patch(1) glitch.
+
+ [ 19647]
+ Subject: Re: [perl #22372] [PATCH] sv_chop() broken
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sat, 31 May 2003 14:18:11 +0300
+ Message-ID: <20030531111811.GA1240@ratsnest.hole>
+
+ [ 19648]
+ Better patch from Inaba Hiroto for
+ [perl #22375] 'split'/'index' problem for utf8
+
+ [ 19650]
+ Regenerate internals pods.
+
+ [ 19651]
+ Don't install test.pl files.
+
+ [ 19652]
+ Fix a case of segfault in gv_check(), by making
+ it ignore non-GV values in stashes.
+ Branch: maint-5.8/perl
+ !> ext/Encode/t/perlio.t gv.c installperl intrpvar.h
+ !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
+ !> lib/Tie/File/t/09_gen_rs.t pod/perlapi.pod pod/perlintern.pod
+ !> pod/perlport.pod sv.c t/op/index.t t/op/stash.t t/op/subst.t
+ !> t/op/write.t
+____________________________________________________________________________
+[ 19652] By: rgs on 2003/05/31 19:54:31
+ Log: Fix a case of segfault in gv_check(), by making
+ it ignore non-GV values in stashes.
+ Branch: perl
+ ! gv.c t/op/stash.t
+____________________________________________________________________________
+[ 19651] By: rgs on 2003/05/31 18:48:59
+ Log: Don't install test.pl files.
+ Branch: perl
+ ! installperl
+____________________________________________________________________________
+[ 19650] By: rgs on 2003/05/31 18:47:50
+ Log: Regenerate internals pods.
+ Branch: perl
+ ! pod/perlapi.pod pod/perlintern.pod
+____________________________________________________________________________
+[ 19649] By: rgs on 2003/05/31 18:33:07
+ Log: Subject: [PATCH] jumbo closure patch broke formats
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Sat, 31 May 2003 19:54:48 +0100
+ Message-ID: <20030531185448.GA6055@fdgroup.com>
+ Plus restore the original test script for bug #22372
+ Branch: perl
+ ! pad.c t/op/write.t
+____________________________________________________________________________
+[ 19648] By: jhi on 2003/05/31 17:37:36
+ Log: Better patch from Inaba Hiroto for
+ [perl #22375] 'split'/'index' problem for utf8
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 19647] By: rgs on 2003/05/31 11:46:52
+ Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Sat, 31 May 2003 14:18:11 +0300
+ Message-ID: <20030531111811.GA1240@ratsnest.hole>
+ Branch: perl
+ ! t/op/write.t
+____________________________________________________________________________
+[ 19646] By: jhi on 2003/05/31 05:40:15
+ Log: Interesting patch(1) glitch.
+ Branch: perl
+ ! lib/Tie/File.pm
+____________________________________________________________________________
+[ 19645] By: jhi on 2003/05/31 05:37:10
+ Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Fri, 30 May 2003 18:52:28 +0300
+ Message-ID: <20030530155228.GA872@ratsnest.hole>
+ Branch: perl
+ ! sv.c t/op/write.t
+____________________________________________________________________________
+[ 19644] By: jhi on 2003/05/31 05:31:11
+ Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Fri, 30 May 2003 13:08:01 -0500
+ Message-ID: <3ED79E01.8050401@mac.com>
+ Branch: perl
+ ! ext/Encode/t/perlio.t
+____________________________________________________________________________
+[ 19643] By: jhi on 2003/05/31 05:28:56
+ Log: Upgrade to Tie::File 0.96.
+ Branch: perl
+ ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
+ ! lib/Tie/File/t/09_gen_rs.t
+____________________________________________________________________________
+[ 19642] By: jhi on 2003/05/30 19:06:02
+ Log: test.pl-isation.
+ Branch: perl
+ ! t/op/index.t
+____________________________________________________________________________
+[ 19641] By: jhi on 2003/05/30 15:59:57
+ Log: A bit of networking notworking negativity.
+ (Inspiration from Jos.)
+ Branch: perl
+ ! pod/perlport.pod
+____________________________________________________________________________
+[ 19640] By: jhi on 2003/05/30 05:47:15
+ Log: Fix for "#22375 'split'/'index' problem for utf8".
+ Branch: perl
+ ! sv.c t/op/index.t
+____________________________________________________________________________
+[ 19639] By: jhi on 2003/05/29 19:07:35
+ Log: Add the test case for the already fixed
+ [perl #22351] perl bug with 'e' substitution modifier
+ Branch: perl
+ ! t/op/subst.t
+____________________________________________________________________________
+[ 19638] By: jhi on 2003/05/29 18:56:46
+ Log: Comment tweakage.
+ Branch: perl
+ ! intrpvar.h
+____________________________________________________________________________
+[ 19637] By: rgs on 2003/05/29 18:47:40
+ Log: Subject: [PATCH] jumbo closure fix
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Wed, 26 Feb 2003 14:49:47 +0000
+ Message-ID: <20030226144947.A14444@fdgroup.com>
+ Branch: perl
+ ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h
+ ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod
+ ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad
+ ! t/op/closure.t
+____________________________________________________________________________
+[ 19636] By: jhi on 2003/05/29 14:19:35
+ Log: Integrate:
+ [ 19618]
+ Subject: [Encode] Minor bug in piconv induced by Getopt::Long
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: 24 May 2003 19:50:48 -0000
+ Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
+
+ [ 19619]
+ Protect against race conditions: if the pid is not seen,
+ neither will be the $0 change be seen (and vice versa).
+
+ [ 19620]
+ Subject: Re: [PATCH: perlio.h] maint snap @ 19613
+ From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+ Date: Sun, 25 May 2003 21:17:42 +0200
+ Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
+
+ [ 19621]
+ Run external commands only with localized sanitized $ENV{PATH}.
+
+ [ 19622]
+ Regen modlib and toc.
+
+ [ 19623]
+ Subject: [PATCH] for cygwin/perlld.in
+ From: "Gerrit P. Haase" <gp@familiehaase.de>
+ Date: Sat, 24 May 2003 16:51:29 +0200
+ Message-ID: <162265353578.20030524165129@familiehaase.de>
+
+ [ 19625]
+ Subject: Re: [perl #22299] goto doesn't find label
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Sat, 24 May 2003 12:25:17 +0100
+ Message-ID: <20030524112517.GA11761@fdgroup.com>
+
+ Subject: [PATCH] Re: [perl #22299] goto doesn't find label
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Mon, 26 May 2003 13:47:11 +0100
+ Message-ID: <20030526124710.GA17670@fdgroup.com>
+
+ [ 19626]
+ For now reword the sysread/syswrite description to
+ stress the fact that by default everything is still bytes.
+
+ [ 19627]
+ OpenZaurus cross-compilation patches from Redvers Davies.
+
+ [ 19628]
+ Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
+ From: Jan Dubois <jand@ActiveState.com>
+ Date: Mon, 26 May 2003 23:33:53 -0700
+ Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
+
+ [ 19629]
+ Subject: [PATCH] Re: a2p is linked against too many libraries
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
+ Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
+
+ [ 19630]
+ Subject: typo in pod/perlfunc.pod
+ From: Alexey Mahotkin <alexm@w-m.ru>
+ Date: Wed, 28 May 2003 15:18:04 +0400
+ Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
+
+ [ 19631]
+ Document that setvbuf() is not probably any more available.
+ Many reports, most recently by mjd in
+ [perl #22339] IO::Handle::setvbuf not defined properly
+
+ [ 19632]
+ Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Tue, 27 May 2003 19:31:10 +0100
+ Message-ID: <20030527183110.GA22715@fdgroup.com>
+
+ [ 19633]
+ A *much* cut-down version of the patches in the thread
+ Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
+ From: Jim Cromie (via RT) <perlbug-followup@perl.org>
+ Date: 16 May 2003 19:04:28 -0000
+ Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
+
+ [ 19634]
+ Subject: [patch] IO::File->open() with encoding
+ From: Pradeep Hodigere <phodigere@yahoo.com>
+ Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
+ Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
+
+ [ 19635]
+ Subject: Credits patch
+ From: Ed Avis <ed@membled.com>
+ Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
+ Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
+
+ (the cygwin/perlld.in and Cross/config.sh-arm-linux edited
+ to talk of 5.8.1 instead of 5.9.0)
+ Branch: maint-5.8/perl
+ +> ext/IO/lib/IO/t/io_utf8.t
+ !> Cross/Makefile Cross/Makefile.SH.patch Cross/README
+ !> Cross/config.sh-arm-linux Cross/generate_config_sh
+ !> Cross/installperl.patch MANIFEST cygwin/perlld.in
+ !> ext/Encode/bin/piconv ext/IO/lib/IO/File.pm
+ !> ext/IO/lib/IO/Handle.pm ext/Sys/Hostname/Hostname.pm
+ !> ext/threads/t/join.t hv.c lib/Tie/RefHash.pm perlio.h
+ !> pod/perldiag.pod pod/perlfunc.pod pod/perlmodlib.pod
+ !> pod/perlrun.pod pod/perltoc.pod pp_ctl.c t/op/goto.t
+ !> win32/win32.c x2p/Makefile.SH
+____________________________________________________________________________
+[ 19635] By: jhi on 2003/05/29 09:13:06
+ Log: Subject: Credits patch
+ From: Ed Avis <ed@membled.com>
+ Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
+ Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
+ Branch: perl
+ ! lib/Tie/RefHash.pm
+____________________________________________________________________________
+[ 19634] By: jhi on 2003/05/29 09:11:30
+ Log: Subject: [patch] IO::File->open() with encoding
+ From: Pradeep Hodigere <phodigere@yahoo.com>
+ Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
+ Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
+ Branch: perl
+ + ext/IO/lib/IO/t/io_utf8.t
+ ! MANIFEST ext/IO/lib/IO/File.pm
+____________________________________________________________________________
+[ 19633] By: jhi on 2003/05/29 08:18:09
+ Log: A *much* cut-down version of the patches in the thread
+ Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
+ From: Jim Cromie (via RT) <perlbug-followup@perl.org>
+ Date: 16 May 2003 19:04:28 -0000
+ Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
+ Branch: perl
+ ! pod/perldiag.pod
+____________________________________________________________________________
+[ 19632] By: jhi on 2003/05/29 08:12:46
+ Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Tue, 27 May 2003 19:31:10 +0100
+ Message-ID: <20030527183110.GA22715@fdgroup.com>
+ Branch: perl
+ ! hv.c
+____________________________________________________________________________
+[ 19631] By: jhi on 2003/05/29 08:11:42
+ Log: Document that setvbuf() is not probably any more available.
+ Many reports, most recently by mjd in
+ [perl #22339] IO::Handle::setvbuf not defined properly
+ Branch: perl
+ ! ext/IO/lib/IO/Handle.pm
+____________________________________________________________________________
+[ 19630] By: jhi on 2003/05/29 07:59:51
+ Log: Subject: typo in pod/perlfunc.pod
+ From: Alexey Mahotkin <alexm@w-m.ru>
+ Date: Wed, 28 May 2003 15:18:04 +0400
+ Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 19629] By: merijn on 2003/05/28 12:24:42
+ Log: Subject: [PATCH] Re: a2p is linked against too many libraries
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
+ Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
+ Branch: perl
+ ! x2p/Makefile.SH
+____________________________________________________________________________
+[ 19628] By: jhi on 2003/05/28 05:26:43
+ Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
+ From: Jan Dubois <jand@ActiveState.com>
+ Date: Mon, 26 May 2003 23:33:53 -0700
+ Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
+ Branch: perl
+ ! pod/perlrun.pod win32/win32.c
+____________________________________________________________________________
+[ 19627] By: jhi on 2003/05/28 05:08:07
+ Log: OpenZaurus cross-compilation patches from Redvers Davies.
+ Branch: perl
+ ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
+ ! Cross/config.sh-arm-linux Cross/generate_config_sh
+ ! Cross/installperl.patch
+____________________________________________________________________________
+[ 19626] By: jhi on 2003/05/27 06:30:54
+ Log: For now reword the sysread/syswrite description to
+ stress the fact that by default everything is still bytes.
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 19625] By: jhi on 2003/05/26 20:31:56
+ Log: Subject: Re: [perl #22299] goto doesn't find label
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Sat, 24 May 2003 12:25:17 +0100
+ Message-ID: <20030524112517.GA11761@fdgroup.com>
+
+ Subject: [PATCH] Re: [perl #22299] goto doesn't find label
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Mon, 26 May 2003 13:47:11 +0100
+ Message-ID: <20030526124710.GA17670@fdgroup.com>
+ Branch: perl
+ ! pp_ctl.c t/op/goto.t
+____________________________________________________________________________
+[ 19624] By: nick on 2003/05/26 15:51:53
+ Log: Integrate mainline
+ Branch: perlio
+ !> cygwin/perlld.in ext/Encode/bin/piconv
+ !> ext/Sys/Hostname/Hostname.pm ext/threads/t/join.t
+ !> pod/perlmodlib.pod pod/perltoc.pod
+____________________________________________________________________________
+[ 19623] By: merijn on 2003/05/26 11:19:38
+ Log: Subject: [PATCH] for cygwin/perlld.in
+ From: "Gerrit P. Haase" <gp@familiehaase.de>
+ Date: Sat, 24 May 2003 16:51:29 +0200
+ Message-ID: <162265353578.20030524165129@familiehaase.de>
+ Branch: perl
+ ! cygwin/perlld.in
+____________________________________________________________________________
+[ 19622] By: jhi on 2003/05/25 18:57:18
+ Log: Regen modlib and toc.
+ Branch: perl
+ ! pod/perlmodlib.pod pod/perltoc.pod
+____________________________________________________________________________
+[ 19621] By: jhi on 2003/05/25 18:51:00
+ Log: Run external commands only with localized sanitized $ENV{PATH}.
+ Branch: perl
+ ! ext/Sys/Hostname/Hostname.pm
+____________________________________________________________________________
+[ 19620] By: jhi on 2003/05/25 18:39:04
+ Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613
+ From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+ Date: Sun, 25 May 2003 21:17:42 +0200
+ Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
+ Branch: perl
+ ! perlio.h
+____________________________________________________________________________
+[ 19619] By: jhi on 2003/05/25 18:36:17
+ Log: Protect against race conditions: if the pid is not seen,
+ neither will be the $0 change be seen (and vice versa).
+ Branch: perl
+ ! ext/threads/t/join.t
+____________________________________________________________________________
+[ 19618] By: jhi on 2003/05/24 19:54:39
+ Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: 24 May 2003 19:50:48 -0000
+ Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
+ Branch: perl
+ ! ext/Encode/bin/piconv
+____________________________________________________________________________
+[ 19617] By: nick on 2003/05/24 18:47:42
+ Log: More work-in-progress on sysread() abstraction.
+ - sysread() does not want to retry on EINTR but too many places have that logic.
+ now stdio and unix are both doing re-try on EINTR it makes sense to move
+ that logic up to PerlIO_read()/PerlIO_write() and leave layers as raw without
+ retry (which should help them be re-used for sysread).
+ - also noted (old?) comment in pp_sys.c that says PerlIO_read() returns 0 on error
+ but perlapio.pod says it returns -ve. Match the pod for :stdio.
+ - all tests pass (:perlio/:stdio) if pp_sys.c is re-hacked to turn off new-sysread
+ logic so above re-factoring is not a disaster...
+ Branch: perlio
+ ! perlio.c
+____________________________________________________________________________
+[ 19616] By: nick on 2003/05/24 16:09:55
+ Log: Tweak Base_read - which needed indentation change
+ re-indent perlio.c using indent
+ add .indent.pro so indent-ing is reproducable.
+ Branch: perlio
+ + .indent.pro
+ ! perlio.c
+____________________________________________________________________________
+[ 19615] By: nick on 2003/05/24 14:53:02
+ Log: re-instate warning with syslayer abstraction.
+ Branch: perlio
+ ! perlio.c
+____________________________________________________________________________
+[ 19614] By: nick on 2003/05/24 14:03:12
+ Log: Integrate mainline (but don't integrate back yet).
+ Branch: perlio
+ +> lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
+ +> lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
+ - lib/CPAN/README lib/ftp.pl
+ !> (integrate 121 files)
+____________________________________________________________________________
+[ 19613] By: jhi on 2003/05/24 08:03:55
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 19612] By: jhi on 2003/05/24 07:53:25
+ Log: Regen the old-style VOS config files.
+ Branch: maint-5.8/perl
+ ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
+ ! vos/config.ga.h
+____________________________________________________________________________
+[ 19611] By: jhi on 2003/05/24 07:50:43
+ Log: Integrate:
+ [ 19592]
+ Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
+
+ [ 19593]
+ Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: Fri, 23 May 2003 20:17:16 +0900
+ Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
+
+ [ 19594]
+ Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Fri, 23 May 2003 02:10:46 -0700
+ Message-ID: <20030523091046.GB11662@windhund.schwern.org>
+
+ [ 19595]
+ Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: Sat, 24 May 2003 00:15:49 +0900
+ Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
+
+ [ 19596]
+ U/WIN extension fix from John P. Linderman.
+
+ [ 19597]
+ Linewrapping MUAs, grumble.
+
+ [ 19598]
+ Hasty editing, grumble.
+
+ [ 19599]
+ Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Fri, 23 May 2003 17:32:22 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
+
+ [ 19600]
+ Subject: [PATCH] for Configure -Dnoextensions=Encode
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Fri, 23 May 2003 17:37:09 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
+
+ [ 19601]
+ Subject: [PATCH] RE: state of deparse?
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Fri, 23 May 2003 17:42:37 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
+
+ [ 19602]
+ Noticed by John P. Linderman.
+
+ [ 19603]
+ lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
+
+ [ 19604]
+ Add a real scan for pthread_attr_setscope().
+
+ [ 19606]
+ Regen Glossary et al.
+
+ [ 19607]
+ Introduce (undefined) pthread_attr_setscope to non-Configure lands.
+
+ [ 19608]
+ Missing "to".
+
+ [ 19610]
+ Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Thu, 22 May 2003 10:13:19 +0100
+ Message-ID: <20030522091319.GA4568@fdgroup.com>
+
+ Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Fri, 23 May 2003 17:09:44 +0100
+ Message-ID: <20030523160944.GC9194@fdgroup.com>
+
+ (Regen Configure, Glossary, et al)
+ (One metaconfig beauty tweak sneaked in)
+ Branch: maint-5.8/perl
+ +> lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
+ +> lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
+ - lib/ftp.pl
+ ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+ ! config_h.SH
+ !> (integrate 71 files)
+ Branch: metaconfig
+ ! U/compline/Csym.U
+____________________________________________________________________________
+[ 19610] By: jhi on 2003/05/24 06:42:52
+ Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Thu, 22 May 2003 10:13:19 +0100
+ Message-ID: <20030522091319.GA4568@fdgroup.com>
+
+ Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Fri, 23 May 2003 17:09:44 +0100
+ Message-ID: <20030523160944.GC9194@fdgroup.com>
+ Branch: perl
+ ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t
+ ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t
+____________________________________________________________________________
+[ 19609] By: jhi on 2003/05/24 06:30:57
+ Log: metaconfig unit change for #19608.
+ Branch: metaconfig
+ ! U/threads/d_pthread_atfork.U
+____________________________________________________________________________
+[ 19608] By: jhi on 2003/05/24 06:30:40
+ Log: Missing "to".
+ Branch: perl
+ ! NetWare/config_H.wc Porting/config_H config_h.SH
+ ! plan9/config.plan9 plan9/config_h.sample uconfig.h
+ ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+ ! win32/config_H.vc64 wince/config_H.ce
+____________________________________________________________________________
+[ 19607] By: jhi on 2003/05/24 06:23:51
+ Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands.
+ Branch: perl
+ ! Cross/config.sh-arm-linux 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
+____________________________________________________________________________
+[ 19606] By: jhi on 2003/05/24 06:05:17
+ Log: Regen Glossary et al.
+ Branch: perl
+ ! Porting/Glossary Porting/config.sh Porting/config_H
+____________________________________________________________________________
+[ 19605] By: jhi on 2003/05/24 05:58:10
+ Log: metaconfig unit change for #19604.
+ Branch: metaconfig/U/perl
+ + d_pthread_attr_ss.U
+____________________________________________________________________________
+[ 19604] By: jhi on 2003/05/24 05:57:49
+ Log: Add a real scan for pthread_attr_setscope().
+ Branch: perl
+ ! Configure config_h.SH ext/threads/threads.xs
+____________________________________________________________________________
+[ 19603] By: jhi on 2003/05/24 05:32:34
+ Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
+ Branch: perl
+ - lib/ftp.pl
+ ! MANIFEST
+____________________________________________________________________________
+[ 19602] By: jhi on 2003/05/23 17:02:28
+ Log: Noticed by John P. Linderman.
+ Branch: perl
+ ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h
+____________________________________________________________________________
+[ 19601] By: jhi on 2003/05/23 16:58:04
+ Log: Subject: [PATCH] RE: state of deparse?
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Fri, 23 May 2003 17:42:37 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
+ Branch: perl
+ ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 19600] By: jhi on 2003/05/23 16:55:09
+ Log: Subject: [PATCH] for Configure -Dnoextensions=Encode
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Fri, 23 May 2003 17:37:09 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
+ Branch: perl
+ ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t
+ ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t
+____________________________________________________________________________
+[ 19599] By: jhi on 2003/05/23 16:51:18
+ Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Fri, 23 May 2003 17:32:22 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
+ Branch: perl
+ ! embed.pl perl.h perlio.c perlio.h proto.h
+____________________________________________________________________________
+[ 19598] By: jhi on 2003/05/23 16:05:36
+ Log: Hasty editing, grumble.
+ Branch: perl
+ ! ext/POSIX/POSIX.xs
+____________________________________________________________________________
+[ 19597] By: jhi on 2003/05/23 16:02:30
+ Log: Linewrapping MUAs, grumble.
+ Branch: perl
+ ! ext/POSIX/POSIX.xs
+____________________________________________________________________________
+[ 19596] By: jhi on 2003/05/23 16:00:51
+ Log: U/WIN extension fix from John P. Linderman.
+ Branch: perl
+ ! ext/POSIX/POSIX.xs
+____________________________________________________________________________
+[ 19595] By: jhi on 2003/05/23 14:19:53
+ Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: Sat, 24 May 2003 00:15:49 +0900
+ Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
+ Branch: perl
+ ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs
+ ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
+____________________________________________________________________________
+[ 19594] By: jhi on 2003/05/23 13:06:25
+ Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Fri, 23 May 2003 02:10:46 -0700
+ Message-ID: <20030523091046.GB11662@windhund.schwern.org>
+ Branch: perl
+ + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
+ + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
+ ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
+ ! lib/ExtUtils/Liblist/Kid.pm 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/MakeMaker/FAQ.pod
+ ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
+ ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t
+ ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
+____________________________________________________________________________
+[ 19593] By: jhi on 2003/05/23 12:56:23
+ Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: Fri, 23 May 2003 20:17:16 +0900
+ Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
+ Branch: perl
+ ! ext/Encode/Encode.pm ext/Encode/Encode.xs
+ ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
+ ! ext/Encode/lib/Encode/Encoding.pm
+ ! ext/PerlIO/encoding/encoding.xs
+____________________________________________________________________________
+[ 19592] By: jhi on 2003/05/23 12:52:05
+ Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
+ Branch: perl
+ ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
+ ! ext/Time/HiRes/HiRes.xs
+____________________________________________________________________________
+[ 19591] By: jhi on 2003/05/22 11:59:21
+ Log: Integrate:
+ [ 19578]
+ Subject: [Encode] 1.95 released
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: Wed, 21 May 2003 18:26:26 +0900
+ Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
+
+ [ 19579]
+ U/WIN test nit for John P. Linderman.
+
+ [ 19580]
+ VMS test tweak from Craig Berry.
+
+ [ 19581]
+ U/WIN test tweak from John P. Linderman.
+
+ [ 19582]
+ MAN3PODS => {} good. (Was in 5.8.0, has been lost at some point.)
+
+ [ 19583]
+ Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
+ From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
+ Date: Mon, 19 May 2003 17:53:25 -0400
+ Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
+
+ (the bug id corrected to be #22231, not #22238)
+
+ [ 19584]
+ Subject: [PATCH] perldata.pod revamp rev. 3
+ From: Shlomi Fish <shlomif@vipe.technion.ac.il>
+ Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
+ Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
+
+ [ 19585]
+ More U/WIN tweaks from John P. Linderman.
+
+ [ 19586]
+ Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
+ disable the loading of .pmc files if defined.
+ Rename the function S_doopen_pmc to S_doopen_pm.
+
+ [ 19589]
+ Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
+ From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
+ Date: Tue, 13 May 2003 10:36:32 +0200
+ Message-id: <20030513083631.GA21782@ethan>
+
+ [ 19590]
+ Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: Thu, 22 May 2003 18:46:40 +0900
+ Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>
+ Branch: maint-5.8/perl
+ !> (integrate 39 files)
+____________________________________________________________________________
+[ 19590] By: jhi on 2003/05/22 11:51:46
+ Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: Thu, 22 May 2003 18:46:40 +0900
+ Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>
+ Branch: perl
+ ! ext/Encode/encoding.pm
+____________________________________________________________________________
+[ 19589] By: rgs on 2003/05/21 21:37:28
+ Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
+ From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
+ Date: Tue, 13 May 2003 10:36:32 +0200
+ Message-id: <20030513083631.GA21782@ethan>
+ Branch: perl
+ ! utils/h2xs.PL
+____________________________________________________________________________
+[ 19588] By: rgs on 2003/05/21 21:03:04
+ Log: New warning "Useless localization of %s", based on
+ Subject: [PATCH] new warning "Useless localization of %s is deprecated"
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Wed, 30 Apr 2003 21:17:38 +0100
+ Message-ID: <20030430201738.GA22054@fdgroup.com>
+
+ The proposed patch added this warning in the 'deprecated' category ;
+ I think this category is for things that exist and will be removed,
+ rather than for things that don't exist and that will maybe be added.
+ Branch: perl
+ ! op.c pod/perldiag.pod t/lib/warnings/op
+____________________________________________________________________________
+[ 19587] By: nick on 2003/05/21 20:16:45
+ Log: Work-in-progress - do not integrate yet
+ Experimental PerlIO_syslayer() [or sysread only at this point]
+ 3 fails on a UNIX :perlio stack
+ - warnings misses Filehandle F opened only for output (weird)
+ - socketpair discovers that Unix_read() restarts on EINTR (gotcha)
+ - lib/open fails to sysread() chars (a feature?)
+ Branch: perlio
+ ! makedef.pl perlio.c perlio.h perliol.h pp_sys.c
+____________________________________________________________________________
+[ 19586] By: rgs on 2003/05/21 19:56:38
+ Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
+ disable the loading of .pmc files if defined.
+ Rename the function S_doopen_pmc to S_doopen_pm.
+ Branch: perl
+ ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h
+____________________________________________________________________________
+[ 19585] By: jhi on 2003/05/21 19:28:23
+ Log: More U/WIN tweaks from John P. Linderman.
+ Branch: perl
+ ! t/io/layers.t t/io/tell.t
+____________________________________________________________________________
+[ 19584] By: rgs on 2003/05/21 19:27:13
+ Log: Subject: [PATCH] perldata.pod revamp rev. 3
+ From: Shlomi Fish <shlomif@vipe.technion.ac.il>
+ Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
+ Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
+ Branch: perl
+ ! pod/perldata.pod
+____________________________________________________________________________
+[ 19583] By: jhi on 2003/05/21 19:18:21
+ Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
+ From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
+ Date: Mon, 19 May 2003 17:53:25 -0400
+ Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
+
+ (the bug id corrected to be #22231, not #22238)
+ Branch: perl
+ ! lib/Switch.pm
+____________________________________________________________________________
+[ 19582] By: jhi on 2003/05/21 14:17:14
+ Log: MAN3PODS => {} good. (Was in 5.8.0, has been lost at some point.)
+ Branch: perl
+ ! ext/MIME/Base64/Makefile.PL
+____________________________________________________________________________
+[ 19581] By: jhi on 2003/05/21 14:15:26
+ Log: U/WIN test tweak from John P. Linderman.
+ Branch: perl
+ ! t/op/chdir.t
+____________________________________________________________________________
+[ 19580] By: jhi on 2003/05/21 13:06:13
+ Log: VMS test tweak from Craig Berry.
+ Branch: perl
+ ! lib/DirHandle.t
+____________________________________________________________________________
+[ 19579] By: jhi on 2003/05/21 13:03:34
+ Log: U/WIN test nit for John P. Linderman.
+ Branch: perl
+ ! ext/Cwd/t/cwd.t
+____________________________________________________________________________
+[ 19578] By: jhi on 2003/05/21 13:01:42
+ Log: Subject: [Encode] 1.95 released
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: Wed, 21 May 2003 18:26:26 +0900
+ Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
+ Branch: perl
+ ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
+ ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
+ ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
+ ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.t
+ ! ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
+ ! ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
+ ! ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
+ ! ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
+ ! ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
+ ! ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
+ ! ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
+ ! ext/Encode/ucm/8859-9.ucm
+____________________________________________________________________________
+[ 19577] By: jhi on 2003/05/20 20:21:44
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 19576] By: jhi on 2003/05/20 20:05:45
+ Log: Integrate:
+ [ 19569]
+ More Ultrix double definition avoidance.
+
+ [ 19570]
+ Subject: Re: Possible precedence problem on bitwise ^ operator
+ From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+ Date: Sun, 18 May 2003 19:21:01 -0700
+ Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
+ (with tweaks to perldiag.pod)
+
+ [ 19571]
+ Further -Uuseperlio tweaking.
+
+ [ 19573]
+ Upgrade to CPAN 1.70_54
+ Subject: Re: CPAN.pm into blead
+ From: Andreas J Koenig <andreas.koenig@anima.de>
+ Date: Tue, 20 May 2003 11:31:16 +0200
+ Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
+
+ [ 19574]
+ Upgrade to Getopt::Long 2.33
+ (mostly a version number increment)
+
+ [ 19575]
+ Enhance the failure reporting for the pod2html tests
+ Branch: maint-5.8/perl
+ - lib/CPAN/README
+ !> MANIFEST ext/Encode/t/Unicode.t ext/Socket/Socket.xs
+ !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
+ !> lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
+ !> lib/Getopt/Long/README lib/Pod/t/htmlview.t
+ !> lib/Pod/t/pod2html-lib.pl op.c pod/perldiag.pod
+____________________________________________________________________________
+[ 19575] By: rgs on 2003/05/20 19:22:30
+ Log: Enhance the failure reporting for the pod2html tests
+ Branch: perl
+ ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl
+____________________________________________________________________________
+[ 19574] By: rgs on 2003/05/20 18:52:21
+ Log: Upgrade to Getopt::Long 2.33
+ (mostly a version number increment)
+ Branch: perl
+ ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
+ ! lib/Getopt/Long/README
+____________________________________________________________________________
+[ 19573] By: rgs on 2003/05/20 18:43:37
+ Log: Upgrade to CPAN 1.70_54
+ Subject: Re: CPAN.pm into blead
+ From: Andreas J Koenig <andreas.koenig@anima.de>
+ Date: Tue, 20 May 2003 11:31:16 +0200
+ Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
+ Branch: perl
+ - lib/CPAN/README
+ ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
+____________________________________________________________________________
+[ 19572] By: nick on 2003/05/20 15:38:30
+ Log: Integrate mainline.
+ Branch: perlio
+ !> ext/Encode/t/Unicode.t ext/Socket/Socket.xs op.c
+ !> pod/perldiag.pod
+____________________________________________________________________________
+[ 19571] By: jhi on 2003/05/19 19:52:23
+ Log: Further -Uuseperlio tweaking.
+ Branch: perl
+ ! ext/Encode/t/Unicode.t
+____________________________________________________________________________
+[ 19570] By: rgs on 2003/05/19 19:20:48
+ Log: Subject: Re: Possible precedence problem on bitwise ^ operator
+ From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+ Date: Sun, 18 May 2003 19:21:01 -0700
+ Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
+ (with tweaks to perldiag.pod)
+ Branch: perl
+ ! op.c pod/perldiag.pod
+____________________________________________________________________________
+[ 19569] By: jhi on 2003/05/19 19:02:23
+ Log: More Ultrix double definition avoidance.
+ Branch: perl
+ ! ext/Socket/Socket.xs
+____________________________________________________________________________
+[ 19568] By: nick on 2003/05/19 15:55:20
+ Log: Integrate mainline
+ Branch: perlio
+ !> ext/Encode/t/Unicode.t ext/Socket/Socket.xs
+ !> ext/threads/threads.xs pod/perlsyn.pod pod/perltrap.pod
+____________________________________________________________________________
+[ 19567] By: jhi on 2003/05/19 05:01:26
+ Log: Integrate:
+ [ 19558]
+ Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Wed, 14 May 2003 15:36:23 -0700
+ Message-ID: <20030514223623.GD23350@windhund.schwern.org>
+
+ [ 19559]
+ Make the test work without perlio, from Dan Kogai.
+
+ [ 19560]
+ Based on
+
+ Subject: [PATCH threads.xs] no system scope on VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sun, 18 May 2003 23:02:07 -0500
+ Message-ID: <3EC8573F.6050005@mac.com>
+
+ but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
+
+ [ 19561]
+ Ultrix: the #19435 helped the IO extension, so this should
+ help the Socket extension (socket structs redefinitions).
+
+ [ 19562]
+ Slightly wrong panic messages.
+
+ [ 19563]
+ Make Perl_ithread_self() a bit more helpful when
+ finding the thread fails (suggested by Stas in
+ perl-ithreads Mar 01)
+
+ [ 19564]
+ Meaningless cosmetics.
+
+ [ 19565]
+ Nekkid numbers.
+
+ [ 19566]
+ Integrate perlio:
+ [ 19556]
+ Fix ticket 18265
+
+ [ 19557]
+ EINTR retry should exit on count >= 0 not !=0
+ Branch: maint-5.8/perl
+ !> ext/Encode/t/Unicode.t ext/Socket/Socket.xs
+ !> ext/threads/threads.xs perlio.c pod/perlsyn.pod
+ !> pod/perltrap.pod
+____________________________________________________________________________
+[ 19566] By: jhi on 2003/05/19 04:58:25
+ Log: Integrate perlio:
+ [ 19556]
+ Fix ticket 18265
+
+ [ 19557]
+ EINTR retry should exit on count >= 0 not !=0
+ Branch: perl
+ !> perlio.c
+____________________________________________________________________________
+[ 19565] By: jhi on 2003/05/19 04:56:16
+ Log: Nekkid numbers.
+ Branch: perl
+ ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 19564] By: jhi on 2003/05/19 04:52:49
+ Log: Meaningless cosmetics.
+ Branch: perl
+ ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 19563] By: jhi on 2003/05/19 04:47:53
+ Log: Make Perl_ithread_self() a bit more helpful when
+ finding the thread fails (suggested by Stas in
+ perl-ithreads Mar 01)
+ Branch: perl
+ ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 19562] By: jhi on 2003/05/19 04:40:11
+ Log: Slightly wrong panic messages.
+ Branch: perl
+ ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 19561] By: jhi on 2003/05/19 04:33:31
+ Log: Ultrix: the #19435 helped the IO extension, so this should
+ help the Socket extension (socket structs redefinitions).
+ Branch: perl
+ ! ext/Socket/Socket.xs
+____________________________________________________________________________
+[ 19560] By: jhi on 2003/05/19 04:30:01
+ Log: Based on
+
+ Subject: [PATCH threads.xs] no system scope on VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sun, 18 May 2003 23:02:07 -0500
+ Message-ID: <3EC8573F.6050005@mac.com>
+
+ but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
+ Branch: perl
+ ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 19559] By: jhi on 2003/05/19 04:24:27
+ Log: Make the test work without perlio, from Dan Kogai.
+ Branch: perl
+ ! ext/Encode/t/Unicode.t
+____________________________________________________________________________
+[ 19558] By: rgs on 2003/05/18 21:40:10
+ Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Wed, 14 May 2003 15:36:23 -0700
+ Message-ID: <20030514223623.GD23350@windhund.schwern.org>
+ Branch: perl
+ ! pod/perlsyn.pod pod/perltrap.pod
+____________________________________________________________________________
+[ 19557] By: nick on 2003/05/18 18:19:42
+ Log: EINTR retry should exit on count >= 0 not !=0
+ Branch: perlio
+ ! perlio.c
+____________________________________________________________________________
+[ 19556] By: nick on 2003/05/18 10:29:26
+ Log: Fix ticket 18265
+ Branch: perlio
+ ! perlio.c
+____________________________________________________________________________
+[ 19555] By: nick on 2003/05/18 09:09:29
+ Log: Integrate UTF7 (now initial create has been submitted)
+ Branch: perlio
+ !> ext/Encode/lib/Encode/Unicode/UTF7.pm
+____________________________________________________________________________
+[ 19554] By: nick on 2003/05/18 08:48:17
+ Log: Integrate mainline
+ Branch: perlio
+ +> ext/Encode/lib/Encode/Unicode/UTF7.pm
+ !> Configure MANIFEST Makefile.SH ext/B/B/Deparse.pm
+ !> ext/Encode/Changes ext/Encode/MANIFEST
+ !> ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
+ !> ext/Encode/lib/Encode/Config.pm
+ !> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
+ !> lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
+ !> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
+ !> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
+ !> lib/Getopt/Long/t/gol-oo.t pod/perldiag.pod
+____________________________________________________________________________
+[ 19553] By: jhi on 2003/05/18 07:59:03
+ Log: Integrate:
+ [ 19552]
+ Integrate from perlio:
+ [ 19542]
+ Fix ticket #22219
+
+ [ 19543]
+ Spotted a bare close() where PerlLIO_close() seems correct.
+ Branch: maint-5.8/perl
+ !> doio.c perlio.c
+____________________________________________________________________________
+[ 19552] By: jhi on 2003/05/18 07:57:23
+ Log: Integrate from perlio:
+ [ 19542]
+ Fix ticket #22219
+
+ [ 19543]
+ Spotted a bare close() where PerlLIO_close() seems correct.
+ Branch: perl
+ !> doio.c perlio.c
+____________________________________________________________________________
+[ 19551] By: jhi on 2003/05/18 07:55:50
+ Log: Integrate:
+ [ 19527]
+ Subject: [PATCH] RE: maint snapshot @ 19525
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Fri, 16 May 2003 17:16:57 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
+
+ (Part #1: the __format__ and __printf__)
+
+ [ 19528]
+ Subject: [PATCH] RE: maint snapshot @ 19525
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Fri, 16 May 2003 17:16:57 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
+
+ (Part #2: the hv.c SVf)
+
+ [ 19531]
+ Apply the supplied patch for [perl #22195]
+ "File::Find, sorted directory traversal order is inverted"
+
+ [ 19532]
+ The suggested patch for [perl #22201] "patch: perl 5.8.0
+ compile error on ia64/HP-UX (comparing incompatible pointers)"
+ plus a possible cure for the warning mentioned in the case.
+
+ [ 19533]
+ avoid select() on windows destroying errno (used to typically
+ always sets it to EINVAL due to the way it maps the FD_SETs)
+
+ [ 19534]
+ change#16723 broke the ioctl() return value on platforms
+ that have ioctl() but no fcntl() (e.g. windows)
+
+ change#17577 then attempted to fix the bustage, but got
+ it wrong
+
+ [ 19535]
+ improve the implementation of Net::Ping on windows by avoiding
+ fork(), which is pretty heavy-weight for this kind of
+ application; use non-blocking sockets instead
+
+ has been verified to work on Win2k but will need testing on
+ other flavors of windows
+
+ there is a single known failure on windows in 450_service.t (test 18)
+ due to what appears to be bugs in the ping_syn()/ack() code
+
+ [ 19536]
+ apply Net::Ping patch that makes the fork()-based approach
+ work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
+
+ the code this affects is currently not enabled anywhere, but
+ could be enabled if the non-blocking approach runs into problems
+ on older windows versions
+
+ [ 19537]
+ missing init in change#19533
+
+ [ 19539]
+ Fix bug #22216 : B::Deparse can't handle "use Module Version"
+ with fractional version numbers or v-strings.
+
+ [ 19540]
+ Clarify the explanation of the warning "Possible precedence problem
+ on bitwise operator".
+
+ [ 19541]
+ Upgrade to Getopt::Long 2.32_05
+
+ [ 19545]
+ Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
+ From: Alan Burlison <Alan.Burlison@sun.com>
+ Date: Thu, 15 May 2003 22:17:55 +0100
+ Message-ID: <3EC40403.9000804@sun.com>
+
+ (fixed symbol scanning for Solaris 10)
+
+ [ 19547]
+ Old (4.2BSD, like Ultrix) Bourne shells do not understand
+ non-left-aligned heredocs.
+
+ [ 19548]
+ Subject: [Encode] UTF-7 Support
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: Sun, 18 May 2003 00:45:35 +0900
+ Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
+
+ [ 19549]
+ The 'quotes' really are important (caught by Enache Adrian).
+
+ [ 19550]
+ UTF-7 tweak from Dan Kogai.
+ Branch: maint-5.8/perl
+ +> ext/Encode/lib/Encode/Unicode/UTF7.pm
+ !> (integrate 28 files)
+____________________________________________________________________________
+[ 19550] By: jhi on 2003/05/18 06:23:50
+ Log: UTF-7 tweak from Dan Kogai.
+ Branch: perl
+ ! ext/Encode/lib/Encode/Unicode/UTF7.pm
+____________________________________________________________________________
+[ 19549] By: jhi on 2003/05/18 05:58:58
+ Log: The 'quotes' really are important (caught by Enache Adrian).
+ Branch: perl
+ ! Makefile.SH
+____________________________________________________________________________
+[ 19548] By: jhi on 2003/05/17 16:39:19
+ Log: Subject: [Encode] UTF-7 Support
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: Sun, 18 May 2003 00:45:35 +0900
+ Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
+ Branch: perl
+ + ext/Encode/lib/Encode/Unicode/UTF7.pm
+ ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST
+ ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
+ ! ext/Encode/lib/Encode/Config.pm
+ ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
+____________________________________________________________________________
+[ 19547] By: jhi on 2003/05/17 16:26:47
+ Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand
+ non-left-aligned heredocs.
+ Branch: perl
+ ! Makefile.SH
+____________________________________________________________________________
+[ 19546] By: jhi on 2003/05/17 16:17:23
+ Log: metaconfig unit changes for #19545.
+ Branch: metaconfig
+ ! U/compline/Csym.U U/modified/libc.U
+____________________________________________________________________________
+[ 19545] By: jhi on 2003/05/17 15:51:07
+ Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
+ From: Alan Burlison <Alan.Burlison@sun.com>
+ Date: Thu, 15 May 2003 22:17:55 +0100
+ Message-ID: <3EC40403.9000804@sun.com>
+
+ (fixed symbol scanning for Solaris 10)
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 19544] By: nick on 2003/05/17 15:37:45
+ Log: Enache Adrian <enache@rdslink.ro> test for Win32 sysread/O_TEXT issue.
+ Branch: perlio
+ ! t/op/sysio.t
+____________________________________________________________________________
+[ 19543] By: nick on 2003/05/17 13:38:35
+ Log: Spotted a bare close() where PerlLIO_close() seems correct.
+ Branch: perlio
+ ! perlio.c
+____________________________________________________________________________
+[ 19542] By: nick on 2003/05/17 13:36:28
+ Log: Fix ticket #22219
+ Branch: perlio
+ ! doio.c
+____________________________________________________________________________
+[ 19541] By: rgs on 2003/05/17 12:10:14
+ Log: Upgrade to Getopt::Long 2.32_05
+ Branch: perl
+ ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
+ ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
+ ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
+ ! lib/Getopt/Long/t/gol-oo.t
+____________________________________________________________________________
+[ 19540] By: rgs on 2003/05/17 11:46:25
+ Log: Clarify the explanation of the warning "Possible precedence problem
+ on bitwise operator".
+ Branch: perl
+ ! pod/perldiag.pod
+____________________________________________________________________________
+[ 19539] By: rgs on 2003/05/17 11:36:08
+ Log: Fix bug #22216 : B::Deparse can't handle "use Module Version"
+ with fractional version numbers or v-strings.
+ Branch: perl
+ ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 19538] By: nick on 2003/05/17 08:08:17
+ Log: Integrate mainline
+ Branch: perlio
+ +> Porting/curliff.pl Porting/sort_perldiag.pl
+ !> (integrate 34 files)
+____________________________________________________________________________
+[ 19537] By: gsar on 2003/05/17 06:32:46
+ Log: missing init in change#19533
+ Branch: perl
+ ! win32/win32sck.c
+____________________________________________________________________________
+[ 19536] By: gsar on 2003/05/17 06:07:07
+ Log: apply Net::Ping patch that makes the fork()-based approach
+ work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
+
+ the code this affects is currently not enabled anywhere, but
+ could be enabled if the non-blocking approach runs into problems
+ on older windows versions
+ Branch: perl
+ ! lib/Net/Ping.pm
+____________________________________________________________________________
+[ 19535] By: gsar on 2003/05/17 05:54:39
+ Log: improve the implementation of Net::Ping on windows by avoiding
+ fork(), which is pretty heavy-weight for this kind of
+ application; use non-blocking sockets instead
+
+ has been verified to work on Win2k but will need testing on
+ other flavors of windows
+
+ there is a single known failure on windows in 450_service.t (test 18)
+ due to what appears to be bugs in the ping_syn()/ack() code
+ Branch: perl
+ ! lib/Net/Ping.pm
+____________________________________________________________________________
+[ 19534] By: gsar on 2003/05/17 04:53:06
+ Log: change#16723 broke the ioctl() return value on platforms
+ that have ioctl() but no fcntl() (e.g. windows)
+
+ change#17577 then attempted to fix the bustage, but got
+ it wrong
+ Branch: perl
+ ! pp_sys.c
+____________________________________________________________________________
+[ 19533] By: gsar on 2003/05/17 04:49:18
+ Log: avoid select() on windows destroying errno (used to typically
+ always sets it to EINVAL due to the way it maps the FD_SETs)
+ Branch: perl
+ ! win32/win32sck.c
+____________________________________________________________________________
+[ 19532] By: jhi on 2003/05/16 18:21:27
+ Log: The suggested patch for [perl #22201] "patch: perl 5.8.0
+ compile error on ia64/HP-UX (comparing incompatible pointers)"
+ plus a possible cure for the warning mentioned in the case.
+ Branch: perl
+ ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 19531] By: jhi on 2003/05/16 17:56:06
+ Log: Apply the supplied patch for [perl #22195]
+ "File::Find, sorted directory traversal order is inverted"
+ Branch: perl
+ ! lib/File/Find.pm
+____________________________________________________________________________
+[ 19530] By: jhi on 2003/05/16 17:48:42
+ Log: metaconfig unit change to go with #19527.
+ Branch: metaconfig
+ ! U/modified/d_attribut.U
+____________________________________________________________________________
+[ 19529] By: jhi on 2003/05/16 17:34:21
+ Log: Take care of [perl #17424].
+ Branch: maint-5.8/perl
+ ! perl.h
+____________________________________________________________________________
+[ 19528] By: jhi on 2003/05/16 15:56:33
+ Log: Subject: [PATCH] RE: maint snapshot @ 19525
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Fri, 16 May 2003 17:16:57 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
+
+ (Part #2: the hv.c SVf)
+ Branch: perl
+ ! hv.c
+____________________________________________________________________________
+[ 19527] By: jhi on 2003/05/16 15:55:10
+ Log: Subject: [PATCH] RE: maint snapshot @ 19525
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Fri, 16 May 2003 17:16:57 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
+
+ (Part #1: the __format__ and __printf__)
+ Branch: perl
+ ! Configure embed.pl perlio.c proto.h
+____________________________________________________________________________
+[ 19526] By: jhi on 2003/05/14 19:23:10
+ Log: A part of #19454.
+ Branch: maint-5.8/perl
+ ! pp_hot.c
+____________________________________________________________________________
+[ 19525] By: jhi on 2003/05/14 05:41:06
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 19524] By: jhi on 2003/05/14 05:25:28
+ Log: Integrate:
+ [ 19516]
+ Subject: [PATCH] More perldiag.pod sorting
+ From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
+ Date: Tue, 13 May 2003 15:13:53 -0400
+ Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
+
+ (plus add 'no locale;')
+
+ [ 19517]
+ Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
+ From: Gisle Aas <gisle@ActiveState.com>
+ Date: 13 May 2003 09:59:50 -0700
+ Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
+
+ [ 19518]
+ Subject: [PATCH] [perl #8599] s/catenate/concatenate/
+ From: Casey West <casey@geeknest.com>
+ Date: Fri, 9 May 2003 04:00:44 -0400
+ Message-ID: <20030509080044.GA49820@geeknest.com>
+
+ (except for the dup.t patch which diddled with system().)
+
+ [ 19520]
+ Use /usr/bin/perl (de facto in Porting/ scripts).
+
+ [ 19521]
+ Curliff and liff with ease.
+
+ [ 19522]
+ More Panther moves.
+
+ [ 19523]
+ Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
+ From: Gisle Aas <gisle@ActiveState.com>
+ Date: 13 May 2003 19:51:19 -0700
+ Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
+ Branch: maint-5.8/perl
+ +> Porting/curliff.pl Porting/sort_perldiag.pl
+ !> Configure MANIFEST Makefile.SH NetWare/config_H.wc
+ !> Porting/config_H README.Y2K config_h.SH
+ !> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
+ !> ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
+ !> ext/MIME/Base64/t/quoted-print.t hints/darwin.sh
+ !> lib/File/Spec.pm lib/File/Spec/Unix.pm plan9/config.plan9
+ !> plan9/config_h.sample pod/perldiag.pod uconfig.h
+ !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
+ !> win32/config_H.vc64 wince/config_H.ce
+____________________________________________________________________________
+[ 19523] By: jhi on 2003/05/14 05:19:05
+ Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
+ From: Gisle Aas <gisle@ActiveState.com>
+ Date: 13 May 2003 19:51:19 -0700
+ Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
+ Branch: perl
+ ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
+ ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
+ ! ext/MIME/Base64/t/quoted-print.t
+____________________________________________________________________________
+[ 19522] By: jhi on 2003/05/14 05:11:49
+ Log: More Panther moves.
+ Branch: perl
+ ! Makefile.SH hints/darwin.sh
+____________________________________________________________________________
+[ 19521] By: jhi on 2003/05/13 19:33:44
+ Log: Curliff and liff with ease.
+ Branch: perl
+ + Porting/curliff.pl
+ ! MANIFEST
+____________________________________________________________________________
+[ 19520] By: jhi on 2003/05/13 18:59:51
+ Log: Use /usr/bin/perl (de facto in Porting/ scripts).
+ Branch: perl
+ ! Porting/sort_perldiag.pl
+____________________________________________________________________________
+[ 19519] By: jhi on 2003/05/13 18:56:14
+ Log: metaconfig unit change for #19518.
+ Branch: metaconfig
+ ! U/modified/cpp_stuff.U
+____________________________________________________________________________
+[ 19518] By: jhi on 2003/05/13 18:53:48
+ Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/
+ From: Casey West <casey@geeknest.com>
+ Date: Fri, 9 May 2003 04:00:44 -0400
+ Message-ID: <20030509080044.GA49820@geeknest.com>
+
+ (except for the dup.t patch which diddled with system().)
+ Branch: perl
+ ! Configure NetWare/config_H.wc Porting/config_H README.Y2K
+ ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm
+ ! plan9/config.plan9 plan9/config_h.sample uconfig.h
+ ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+ ! win32/config_H.vc64 wince/config_H.ce
+____________________________________________________________________________
+[ 19517] By: jhi on 2003/05/13 18:39:40
+ Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
+ From: Gisle Aas <gisle@ActiveState.com>
+ Date: 13 May 2003 09:59:50 -0700
+ Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
+ Branch: perl
+ ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
+ ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
+ ! ext/MIME/Base64/t/quoted-print.t
+____________________________________________________________________________
+[ 19516] By: jhi on 2003/05/13 18:37:11
+ Log: Subject: [PATCH] More perldiag.pod sorting
+ From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
+ Date: Tue, 13 May 2003 15:13:53 -0400
+ Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
+
+ (plus add 'no locale;')
+ Branch: perl
+ + Porting/sort_perldiag.pl
+ ! MANIFEST pod/perldiag.pod
+____________________________________________________________________________
+[ 19515] By: jhi on 2003/05/13 17:51:05
+ Log: Integrate:
+ [ 19514]
+ Detypo.
+
+ [ 19512]
+ make it easier to reproduce the bug
+
+ [ 19511]
+ the \do {local *FH} trick in Tie::File was really only needed
+ on 5.005 and earlier, since later versions can autovivify
+ the handle
+
+ however, a search in the p5p archives reveals the trick doesn't
+ fully work in the versions it is needed in, so use the more
+ standard Symbol::gensym() way
+
+ [ 19510]
+ $Config{usethreads} wasn't being set on windows
+
+ [ 19509]
+ Reinstate the #19498 but now skip the crashing
+ tests (when threaded) as TODOs.
+
+ [ 19508]
+ Revert #19498 since it broke threaded builds.
+
+ [ 19506]
+ Detypo Pantherisms.
+
+ [ 19503]
+ Use a more sophisticated heuristics to produce the warning
+ 'Parentheses missing around "%s" list'. This fixes bug #22147.
+ Also, the warning is now produced for C<local *a,*b;>.
+
+ [ 19502]
+ Work also without perlio.
+
+ [ 19500]
+ Panther preparation.
+
+ [ 19499]
+ More moves to intrpvar.h.
+
+ [ 19498]
+ fix for Tie::File test failures on windows: the problem was
+ that Tie::File did not close any file handles it opens internally,
+ leading to file handle leaks and t/tf* temporary file littering;
+ we now close the handle iff Tie::File opened it
+
+ this fix unearths what appears to be a perl bug in localizing globs:
+ 09_gen_rs.t fails due to a prematurely closed filehandle, although
+ it wasn't explicitly closed anywhere by the code (renaming the
+ *FH at line 97 to *FH1 makes it work, but I haven't done this
+ to allow the bug to be tracked down)
+
+ [ 19497]
+ Move the thread *hook into interpreter.
+
+ [ 19496]
+ Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Sat, 10 May 2003 01:45:23 +0100
+ Message-ID: <20030510004523.GC20871@fdgroup.com>
+
+ [ 19495]
+ Open UNIX is not really "formerly Unixware", since the most
+ recent releases are known as Unixware, not as Open UNIX.
+
+ [ 19494]
+ Slight tweaks to the platform list.
+
+ [ 19493]
+ Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
+ From: Casey West <casey@geeknest.com>
+ Date: Fri, 9 May 2003 10:30:13 -0400
+ Message-ID: <20030509143013.GM49820@geeknest.com>
+
+ [ 19492]
+ perlport.pod nit for doc bug #8253.
+
+ [ 19491]
+ Use test.pl.
+
+ [ 19490]
+ Try to handle a $^X with spaces in it.
+
+ [ 19489]
+ Separate the creation of the command to run by
+ runperl() into its own function, _create_runperl().
+
+ [ 19488]
+ Fixup the method behaviour table.
+
+ [ 19487]
+ Integrate from perlio:
+ [ 19474]
+ Tweaks to Jarkko's NULL deref checks in perlio.c
+
+ [ 19475]
+ Fix for bugs 21717 and 22140.
+ Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
+ and derived layers. So have :unix's "pushed" method stat() the fd and
+ cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
+ UNIX behaviour.
+
+ [ 19479]
+ Better but still unproven fix for lseek() on pipes.
+
+ [ 19483]
+ Unused variable
+
+ [ 19485]
+ Tests to prove Ticket 9468 is fixed.
+
+ [ 19486]
+ add test for change#19475,19479 (bugs#21717,22140)
+
+ [ 19484]
+ fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
+ in terms of an exported function rather than as an inlined
+ macro (latter wants PL_op_mutex which isn't exported as such)
+
+ Jarkko: please merge into maint-5.8
+
+ [ 19482]
+ Test _getcode().
+
+ [ 19481]
+ Clarify the doc (and the code) for Unicode code points.
+
+ [ 19480]
+ Another doc suggestion from terry@eatoni.com (terry jones):
+ use codepoints that return undef.
+
+ [ 19478]
+ Add Encode's META.yml.
+
+ [ 19477]
+ Upgrade to Encode 1.94.
+
+ [ 19476]
+ Doc bug noticed by terry@eatoni.com (terry jones).
+
+ [ 19472]
+ Try to plug more potential PerlIO NULL method
+ dereferences; try to document the matter.
+
+ [ 19471]
+ UseNicerNames instead of SHOUTING_LIKE_THIS.
+
+ [ 19470]
+ In eof() the errno can get stomped by the peek-ahead.
+
+ [ 19469]
+ A regression test for the remaining "Final $ should be..." error.
+
+ [ 19468]
+ Remove the error messages "Final @ should be \@ or @name"
+ and "Final % should be \% or %name", that appear to be
+ only produced in addition to another syntax error, and therefore
+ misleading, if I understand correctly that kind of black magic.
+
+ [ 19467]
+ Have to think this test more when I'm awake.
+
+ [ 19466]
+ Document that perl tries to load .pmc files before .pm files.
+ Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
+ From: Casey West <casey@geeknest.com>
+ Date: Fri, 9 May 2003 17:03:50 -0400
+ Message-ID: <20030509210350.GW49820@geeknest.com>
+
+ [ 19465]
+ Fix for doc bug #8602 : clarify eof() example comments
+
+ [ 19464]
+ Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
+ From: Casey West <casey@geeknest.com>
+ Date: Fri, 9 May 2003 11:09:39 -0400
+ Message-ID: <20030509150939.GN49820@geeknest.com>
+
+ [ 19463]
+ Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
+ From: Casey West <casey@geeknest.com>
+ Date: Fri, 9 May 2003 15:25:59 -0400
+ Message-ID: <20030509192559.GS49820@geeknest.com>
+
+ [ 19462]
+ Try to comprehensively have a plan B if a PerlIO
+ layer doesn't have a particular function.
+ (1) If there's a corresponding PerlIOBase, call it.
+ (2) If not having the function is 'harmless', be silently happy.
+ (Currently only Flush is in this category.)
+ (3) Otherwise set errno and return failure.
+
+ [ 19461]
+ Subject: [PATCH] [perl #8703] unescaped @ is fine
+ From: Casey West <casey@geeknest.com>
+ Date: Fri, 9 May 2003 11:17:53 -0400
+ Message-ID: <20030509151753.GO49820@geeknest.com>
+
+ [ 19460]
+ Add the PerlIOBase_noop_* to the public API as suggested by Stas.
+
+ [ 19459]
+ Result of change #19458.
+
+ [ 19458]
+ Subject: Weekend fun: MANIFEST sorting
+ From: andreas.koenig@anima.de (Andreas J. Koenig)
+ Date: Fri, 09 May 2003 15:12:05 +0200
+ Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
+
+ (both sorts need LC_ALL=C)
+ (add also manicheck target)
+
+ [ 19457]
+ Better skip this test on OpenBSD and BSD/OS since it
+ does not seem to work (Slaven Rezic).
+
+ [ 19456]
+ Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
+ From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+ Date: Wed, 07 May 2003 23:37:47 -0700
+ Message-ID: <7sfu+gzkg+AY092yn@efn.org>
+
+ [ 19455]
+ Missing files.
+
+ [ 19453]
+ Remove duplicate entries from perldiag
+
+ [ 19452]
+ Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
+ From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+ Date: Wed, 07 May 2003 15:27:07 -0700
+ Message-ID: <7gYu+gzkgaFU092yn@efn.org>
+
+ [ 19451]
+ Tiny nit from mjd.
+
+ [ 19450]
+ Upgrade to Tie::File 0.95.
+
+ [ 19449]
+ Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
+ From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
+ Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
+ Date: 8 May 2003 00:42:18 -0000
+
+ [ 19448]
+ Subject: [PATCH] alphabetize perldiag.pod
+ From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
+ Date: Thu, 8 May 2003 11:52:39 -0400
+ Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
+
+ [ 19447]
+ Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
+ From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
+ Date: Thu, 08 May 2003 08:42:20 +0200
+ Message-id: <20030508064220.GA763@ethan>
+
+ [ 19445]
+ A variant of
+
+ Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
+ From: enache@rdslink.ro (Enache Adrian)
+ Date: Tue, 22 Apr 2003 02:54:05 +0300
+ Message-ID: <20030421235405.GA1162@ratsnest.hole>
+
+ to quench the black smoke from the BSD builds.
+
+ [ 19444]
+ Subject: Re: [DOC PATCH] & More File::Path issues
+ From: Casey West <casey@geeknest.com>
+ Date: Mon, 5 May 2003 13:25:47 -0400
+ Message-ID: <20030505172547.GB20508@geeknest.com>
+
+ [ 19443]
+ Spelling correction from Nicholas Clark.
+ Branch: maint-5.8/perl
+ +> ext/Encode/META.yml lib/Tie/File/t/27_iwrite.t
+ +> lib/Tie/File/t/28_mtwrite.t lib/Tie/File/t/29_downcopy.t
+ +> lib/Tie/File/t/29a_upcopy.t lib/Tie/File/t/42_offset.t
+ !> (integrate 69 files)
+____________________________________________________________________________
+[ 19514] By: jhi on 2003/05/13 17:38:09
+ Log: Detypo.
+ Branch: perl
+ ! lib/Unicode/UCD.pm
+____________________________________________________________________________
+[ 19513] By: nick on 2003/05/13 16:35:00
+ Log: Integrate mainline
+ Branch: perlio
+ !> Makefile.SH dump.c gv.c hints/darwin.sh hv.c lib/Tie/File.pm
+ !> lib/Tie/File/t/09_gen_rs.t op.c pod/perldiag.pod
+ !> pod/perlsyn.pod pp.c pp_hot.c sv.c t/comp/package.t t/io/dup.t
+ !> t/lib/warnings/op win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 19512] By: gsar on 2003/05/13 13:28:42
+ Log: make it easier to reproduce the bug
+ Branch: perl
+ ! lib/Tie/File.pm
+____________________________________________________________________________
+[ 19511] By: gsar on 2003/05/13 13:08:47
+ Log: the \do {local *FH} trick in Tie::File was really only needed
+ on 5.005 and earlier, since later versions can autovivify
+ the handle
+
+ however, a search in the p5p archives reveals the trick doesn't
+ fully work in the versions it is needed in, so use the more
+ standard Symbol::gensym() way
+ Branch: perl
+ ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
+____________________________________________________________________________
+[ 19510] By: gsar on 2003/05/13 12:36:01
+ Log: $Config{usethreads} wasn't being set on windows
+ Branch: perl
+ ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 19509] By: jhi on 2003/05/13 12:24:19
+ Log: Reinstate the #19498 but now skip the crashing
+ tests (when threaded) as TODOs.
+ Branch: perl
+ ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
+____________________________________________________________________________
+[ 19508] By: jhi on 2003/05/13 11:22:06
+ Log: Revert #19498 since it broke threaded builds.
+ Branch: perl
+ ! lib/Tie/File.pm
+____________________________________________________________________________
+[ 19507] By: jhi on 2003/05/13 05:20:56
+ Log: Better be explicit with dangling elses.
+ Branch: perl
+ ! pp.c
+____________________________________________________________________________
+[ 19506] By: jhi on 2003/05/13 04:46:18
+ Log: Detypo Pantherisms.
+ Branch: perl
+ ! Makefile.SH hints/darwin.sh
+____________________________________________________________________________
+[ 19505] By: rgs on 2003/05/12 21:49:21
+ Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016]
+ From: Alex Vandiver <alexmv@MIT.EDU>
+ Date: 02 May 2003 06:45:05 -0400
+ Message-Id: <1051872303.26203.104.camel@supox>
+ (plus perldiag nit)
+ Branch: perl
+ ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c
+ ! t/comp/package.t
+____________________________________________________________________________
+[ 19504] By: rgs on 2003/05/12 20:52:52
+ Log: Small nit in perlsyn about the new // operator
+ Branch: perl
+ ! pod/perlsyn.pod
+____________________________________________________________________________
+[ 19503] By: rgs on 2003/05/12 19:43:07
+ Log: Use a more sophisticated heuristics to produce the warning
+ 'Parentheses missing around "%s" list'. This fixes bug #22147.
+ Also, the warning is now produced for C<local *a,*b;>.
+ Branch: perl
+ ! op.c t/lib/warnings/op
+____________________________________________________________________________
+[ 19502] By: jhi on 2003/05/12 19:34:10
+ Log: Work also without perlio.
+ Branch: perl
+ ! t/io/dup.t
+____________________________________________________________________________
+[ 19501] By: nick on 2003/05/12 17:57:45
+ Log: Integrate mainline
+ Branch: perlio
+ +> ext/Encode/META.yml
+ !> (integrate 29 files)
+____________________________________________________________________________
+[ 19500] By: jhi on 2003/05/12 05:25:14
+ Log: Panther preparation.
+ Branch: perl
+ ! Makefile.SH hints/darwin.sh
+____________________________________________________________________________
+[ 19499] By: jhi on 2003/05/12 04:49:57
+ Log: More moves to intrpvar.h.
+ Branch: perl
+ ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
+____________________________________________________________________________
+[ 19498] By: gsar on 2003/05/12 01:40:46
+ Log: fix for Tie::File test failures on windows: the problem was
+ that Tie::File did not close any file handles it opens internally,
+ leading to file handle leaks and t/tf* temporary file littering;
+ we now close the handle iff Tie::File opened it
+
+ this fix unearths what appears to be a perl bug in localizing globs:
+ 09_gen_rs.t fails due to a prematurely closed filehandle, although
+ it wasn't explicitly closed anywhere by the code (renaming the
+ *FH at line 97 to *FH1 makes it work, but I haven't done this
+ to allow the bug to be tracked down)
+ Branch: perl
+ ! lib/Tie/File.pm
+____________________________________________________________________________
+[ 19497] By: jhi on 2003/05/11 20:17:30
+ Log: Move the thread *hook into interpreter.
+ Branch: perl
+ ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
+____________________________________________________________________________
+[ 19496] By: rgs on 2003/05/11 20:06:03
+ Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Sat, 10 May 2003 01:45:23 +0100
+ Message-ID: <20030510004523.GC20871@fdgroup.com>
+ Branch: perl
+ ! pp_ctl.c
+____________________________________________________________________________
+[ 19495] By: rgs on 2003/05/11 20:01:10
+ Log: Open UNIX is not really "formerly Unixware", since the most
+ recent releases are known as Unixware, not as Open UNIX.
+ Branch: perl
+ ! pod/perlport.pod
+____________________________________________________________________________
+[ 19494] By: jhi on 2003/05/11 19:52:38
+ Log: Slight tweaks to the platform list.
+ Branch: perl
+ ! pod/perlport.pod
+____________________________________________________________________________
+[ 19493] By: rgs on 2003/05/11 19:13:00
+ Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
+ From: Casey West <casey@geeknest.com>
+ Date: Fri, 9 May 2003 10:30:13 -0400
+ Message-ID: <20030509143013.GM49820@geeknest.com>
+ Branch: perl
+ ! pod/perlop.pod
+____________________________________________________________________________
+[ 19492] By: rgs on 2003/05/11 19:04:27
+ Log: perlport.pod nit for doc bug #8253.
+ Branch: perl
+ ! pod/perlport.pod
+____________________________________________________________________________
+[ 19491] By: jhi on 2003/05/11 17:50:49
+ Log: Use test.pl.
+ Branch: perl
+ ! t/io/fflush.t
+____________________________________________________________________________
+[ 19490] By: jhi on 2003/05/11 17:46:09
+ Log: Try to handle a $^X with spaces in it.
+ Branch: perl
+ ! t/test.pl
+____________________________________________________________________________
+[ 19489] By: jhi on 2003/05/11 17:44:28
+ Log: Separate the creation of the command to run by
+ runperl() into its own function, _create_runperl().
+ Branch: perl
+ ! t/test.pl
+____________________________________________________________________________
+[ 19488] By: jhi on 2003/05/11 16:52:00
+ Log: Fixup the method behaviour table.
+ Branch: perl
+ ! pod/perliol.pod
+____________________________________________________________________________
+[ 19487] By: jhi on 2003/05/11 16:43:26
+ Log: Integrate from perlio:
+ [ 19474]
+ Tweaks to Jarkko's NULL deref checks in perlio.c
+
+ [ 19475]
+ Fix for bugs 21717 and 22140.
+ Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
+ and derived layers. So have :unix's "pushed" method stat() the fd and
+ cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
+ UNIX behaviour.
+
+ [ 19479]
+ Better but still unproven fix for lseek() on pipes.
+
+ [ 19483]
+ Unused variable
+
+ [ 19485]
+ Tests to prove Ticket 9468 is fixed.
+
+ [ 19486]
+ add test for change#19475,19479 (bugs#21717,22140)
+ Branch: perl
+ !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t
+ !> t/io/fflush.t
+____________________________________________________________________________
+[ 19486] By: gsar on 2003/05/11 16:11:55
+ Log: add test for change#19475,19479 (bugs#21717,22140)
+ Branch: perlio
+ ! t/io/fflush.t
+____________________________________________________________________________
+[ 19485] By: nick on 2003/05/11 15:40:08
+ Log: Tests to prove Ticket 9468 is fixed.
+ Branch: perlio
+ ! t/io/dup.t
+____________________________________________________________________________
+[ 19484] By: gsar on 2003/05/11 15:37:14
+ Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
+ in terms of an exported function rather than as an inlined
+ macro (latter wants PL_op_mutex which isn't exported as such)
+
+ Jarkko: please merge into maint-5.8
+ Branch: perl
+ ! dosish.h makedef.pl win32/win32.c win32/win32.h
+____________________________________________________________________________
+[ 19483] By: nick on 2003/05/11 14:04:31
+ Log: Unused variable
+ Branch: perlio
+ ! perlio.c
+____________________________________________________________________________
+[ 19482] By: jhi on 2003/05/11 07:53:26
+ Log: Test _getcode().
+ Branch: perl
+ ! lib/Unicode/UCD.t
+____________________________________________________________________________
+[ 19481] By: jhi on 2003/05/11 06:25:08
+ Log: Clarify the doc (and the code) for Unicode code points.
+ Branch: perl
+ ! lib/Unicode/UCD.pm
+____________________________________________________________________________
+[ 19480] By: jhi on 2003/05/11 06:18:06
+ Log: Another doc suggestion from terry@eatoni.com (terry jones):
+ use codepoints that return undef.
+ Branch: perl
+ ! lib/Unicode/UCD.pm
+____________________________________________________________________________
+[ 19479] By: nick on 2003/05/10 20:14:27
+ Log: Better but still unproven fix for lseek() on pipes.
+ Branch: perlio
+ ! perlio.c
+____________________________________________________________________________
+[ 19478] By: jhi on 2003/05/10 19:01:17
+ Log: Add Encode's META.yml.
+ Branch: perl
+ + ext/Encode/META.yml
+ ! MANIFEST
+____________________________________________________________________________
+[ 19477] By: jhi on 2003/05/10 18:59:29
+ Log: Upgrade to Encode 1.94.
+ Branch: perl
+ ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
+ ! ext/Encode/MANIFEST ext/Encode/bin/piconv
+ ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t
+ ! ext/Encode/t/mime-header.t
+____________________________________________________________________________
+[ 19476] By: jhi on 2003/05/10 18:56:08
+ Log: Doc bug noticed by terry@eatoni.com (terry jones).
+ Branch: perl
+ ! lib/Unicode/UCD.pm
+____________________________________________________________________________
+[ 19475] By: nick on 2003/05/10 15:59:26
+ Log: Fix for bugs 21717 and 22140.
+ Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
+ and derived layers. So have :unix's "pushed" method stat() the fd and
+ cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
+ UNIX behaviour.
+ Branch: perlio
+ ! perlio.c perliol.h
+____________________________________________________________________________
+[ 19474] By: nick on 2003/05/10 15:01:26
+ Log: Tweaks to Jarkko's NULL deref checks in perlio.c
+ Branch: perlio
+ ! perlio.c
+ !> pod/perliol.pod
+____________________________________________________________________________
+[ 19473] By: nick on 2003/05/10 12:45:15
+ Log: Integrate mainline
+ Branch: perlio
+ +> lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
+ +> lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
+ +> lib/Tie/File/t/42_offset.t
+ !> (integrate 34 files)
+____________________________________________________________________________
+[ 19472] By: jhi on 2003/05/10 10:55:49
+ Log: Try to plug more potential PerlIO NULL method
+ dereferences; try to document the matter.
+ Branch: perl
+ ! perlio.c pod/perliol.pod
+____________________________________________________________________________
+[ 19471] By: jhi on 2003/05/10 07:07:30
+ Log: UseNicerNames instead of SHOUTING_LIKE_THIS.
+ Branch: perl
+ ! perlio.c
+____________________________________________________________________________
+[ 19470] By: jhi on 2003/05/10 06:51:24
+ Log: In eof() the errno can get stomped by the peek-ahead.
+ Branch: perl
+ ! doio.c ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 19469] By: rgs on 2003/05/09 21:33:15
+ Log: A regression test for the remaining "Final $ should be..." error.
+ Branch: perl
+ ! t/comp/parser.t
+____________________________________________________________________________
+[ 19468] By: rgs on 2003/05/09 21:23:57
+ Log: Remove the error messages "Final @ should be \@ or @name"
+ and "Final % should be \% or %name", that appear to be
+ only produced in addition to another syntax error, and therefore
+ misleading, if I understand correctly that kind of black magic.
+ Branch: perl
+ ! pod/perldiag.pod toke.c
+____________________________________________________________________________
+[ 19467] By: jhi on 2003/05/09 20:11:18
+ Log: Have to think this test more when I'm awake.
+ Branch: perl
+ ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 19466] By: rgs on 2003/05/09 19:56:37
+ Log: Document that perl tries to load .pmc files before .pm files.
+ Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
+ From: Casey West <casey@geeknest.com>
+ Date: Fri, 9 May 2003 17:03:50 -0400
+ Message-ID: <20030509210350.GW49820@geeknest.com>
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 19465] By: rgs on 2003/05/09 19:47:49
+ Log: Fix for doc bug #8602 : clarify eof() example comments
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 19464] By: rgs on 2003/05/09 19:34:30
+ Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
+ From: Casey West <casey@geeknest.com>
+ Date: Fri, 9 May 2003 11:09:39 -0400
+ Message-ID: <20030509150939.GN49820@geeknest.com>
+ Branch: perl
+ ! pod/perltrap.pod
+____________________________________________________________________________
+[ 19463] By: rgs on 2003/05/09 19:33:25
+ Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
+ From: Casey West <casey@geeknest.com>
+ Date: Fri, 9 May 2003 15:25:59 -0400
+ Message-ID: <20030509192559.GS49820@geeknest.com>
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 19462] By: jhi on 2003/05/09 18:53:27
+ Log: Try to comprehensively have a plan B if a PerlIO
+ layer doesn't have a particular function.
+ (1) If there's a corresponding PerlIOBase, call it.
+ (2) If not having the function is 'harmless', be silently happy.
+ (Currently only Flush is in this category.)
+ (3) Otherwise set errno and return failure.
+ Branch: perl
+ ! perlio.c
+____________________________________________________________________________
+[ 19461] By: rgs on 2003/05/09 18:45:39
+ Log: Subject: [PATCH] [perl #8703] unescaped @ is fine
+ From: Casey West <casey@geeknest.com>
+ Date: Fri, 9 May 2003 11:17:53 -0400
+ Message-ID: <20030509151753.GO49820@geeknest.com>
+ Branch: perl
+ ! pod/perltrap.pod
+____________________________________________________________________________
+[ 19460] By: jhi on 2003/05/09 14:25:49
+ Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas.
+ Branch: perl
+ ! makedef.pl
+____________________________________________________________________________
+[ 19459] By: jhi on 2003/05/09 14:22:08
+ Log: Result of change #19458.
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 19458] By: jhi on 2003/05/09 14:21:51
+ Log: Subject: Weekend fun: MANIFEST sorting
+ From: andreas.koenig@anima.de (Andreas J. Koenig)
+ Date: Fri, 09 May 2003 15:12:05 +0200
+ Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
+
+ (both sorts need LC_ALL=C)
+ (add also manicheck target)
+ Branch: perl
+ ! Makefile.SH
+____________________________________________________________________________
+[ 19457] By: jhi on 2003/05/09 04:30:13
+ Log: Better skip this test on OpenBSD and BSD/OS since it
+ does not seem to work (Slaven Rezic).
+ Branch: perl
+ ! lib/filetest.t
+____________________________________________________________________________
+[ 19456] By: jhi on 2003/05/09 03:41:56
+ Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
+ From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+ Date: Wed, 07 May 2003 23:37:47 -0700
+ Message-ID: <7sfu+gzkg+AY092yn@efn.org>
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 19455] By: jhi on 2003/05/09 03:36:54
+ Log: Missing files.
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 19454] By: rgs on 2003/05/08 18:49:25
+ Log: Suppress a few compilation warnings in pp_hot.c.
+ Branch: perl
+ ! pp_hot.c
+____________________________________________________________________________
+[ 19453] By: rgs on 2003/05/08 18:42:16
+ Log: Remove duplicate entries from perldiag
+ Branch: perl
+ ! pod/perldiag.pod
+____________________________________________________________________________
+[ 19452] By: jhi on 2003/05/08 18:12:46
+ Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
+ From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+ Date: Wed, 07 May 2003 15:27:07 -0700
+ Message-ID: <7gYu+gzkgaFU092yn@efn.org>
+ Branch: perl
+ ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
+ ! pp_hot.c t/op/magic.t
+____________________________________________________________________________
+[ 19451] By: jhi on 2003/05/08 17:47:13
+ Log: Tiny nit from mjd.
+ Branch: perl
+ ! lib/Tie/File.pm
+____________________________________________________________________________
+[ 19450] By: jhi on 2003/05/08 17:46:26
+ Log: Upgrade to Tie::File 0.95.
+ Branch: perl
+ + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
+ + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
+ + lib/Tie/File/t/42_offset.t
+ ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
+ ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
+ ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
+ ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t
+ ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t
+ ! lib/Tie/File/t/30_defer.t
+____________________________________________________________________________
+[ 19449] By: jhi on 2003/05/08 17:35:10
+ Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
+ From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
+ Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
+ Date: 8 May 2003 00:42:18 -0000
+ Branch: perl
+ ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+ ! ext/Time/HiRes/Makefile.PL
+____________________________________________________________________________
+[ 19448] By: jhi on 2003/05/08 17:27:47
+ Log: Subject: [PATCH] alphabetize perldiag.pod
+ From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
+ Date: Thu, 8 May 2003 11:52:39 -0400
+ Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
+ Branch: perl
+ ! pod/perldiag.pod
+____________________________________________________________________________
+[ 19447] By: jhi on 2003/05/08 17:19:06
+ Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
+ From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
+ Date: Thu, 08 May 2003 08:42:20 +0200
+ Message-id: <20030508064220.GA763@ethan>
+ Branch: perl
+ ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
+ ! ext/Devel/PPPort/t/test.t
+____________________________________________________________________________
+[ 19446] By: nick on 2003/05/08 14:32:17
+ Log: Integrate mainline
+ Branch: perlio
+ !> Configure ext/IO/poll.c ext/POSIX/POSIX.pod
+ !> lib/ExtUtils/MM_Unix.pm lib/File/Path.pm
+____________________________________________________________________________
+[ 19445] By: jhi on 2003/05/08 05:21:44
+ Log: A variant of
+
+ Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
+ From: enache@rdslink.ro (Enache Adrian)
+ Date: Tue, 22 Apr 2003 02:54:05 +0300
+ Message-ID: <20030421235405.GA1162@ratsnest.hole>
+
+ to quench the black smoke from the BSD builds.
+ Branch: perl
+ ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 19444] By: rgs on 2003/05/07 20:25:45
+ Log: Subject: Re: [DOC PATCH] & More File::Path issues
+ From: Casey West <casey@geeknest.com>
+ Date: Mon, 5 May 2003 13:25:47 -0400
+ Message-ID: <20030505172547.GB20508@geeknest.com>
+ Branch: perl
+ ! lib/File/Path.pm
+____________________________________________________________________________
+[ 19443] By: jhi on 2003/05/07 20:03:58
+ Log: Spelling correction from Nicholas Clark.
+ Branch: perl
+ ! ext/POSIX/POSIX.pod
+____________________________________________________________________________
+[ 19442] By: jhi on 2003/05/07 19:36:18
+ Log: Integrate:
+ [ 19440]
+ One more possible extensions permutation.
+ Branch: maint-5.8/perl
+ !> Configure
+____________________________________________________________________________
+[ 19441] By: jhi on 2003/05/07 19:21:16
+ Log: metaconfig unit change for #19440.
+ Branch: metaconfig/U/perl
+ ! Extensions.U
+____________________________________________________________________________
+[ 19440] By: jhi on 2003/05/07 19:20:53
+ Log: One more possible extensions permutation.
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 19439] By: jhi on 2003/05/07 17:11:48
+ Log: Integrate:
+ [ 19409]
+ 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>
+
+ [ 19411]
+ Update changelog for 2.07 release.
+
+ [ 19412]
+ Oops. More Storable 2.07 preparations.
+
+ [ 19413]
+ None of that "our" stuff here, please.
+
+ [ 19414]
+ Doc nit from mjd.
+
+ [ 19415]
+ Subject: [PATCH] Embed.t flushing problem
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sun, 04 May 2003 16:25:38 -0500
+ Message-ID: <3EB58552.2070207@mac.com>
+
+ [ 19416]
+ pack/unpack fixes from Wolfgang Laun:
+ - fix bug in UNICOS (where SIZE16 != sizeof(short))
+ - introduce and use new internal pack/unpack API
+ (packlist, unpackstring)
+ that does away with the unused arguments in the old API
+ (pack_cat, unpack_str).
+
+ [ 19417]
+ perlartistic and perlgpl reformatting from Sean Burke.
+
+ [ 19418]
+ Switch the new perlio way of opening anonymous temporary files
+ open my $fh, '+>', undef
+ to using File::Temp. Test it, and test also the "accidental
+ feature" of +< working the same way.
+ This should address [perl #21937].
+
+ [ 19419]
+ Reintroduce the mention of the fact that the Artistic/GPL
+ also are Perl's own licenses.
+
+ [ 19420]
+ Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Date: Wed, 30 Apr 2003 09:52:30 +0100
+ Message-ID: <3EAF8ECE.8060403@uk.radan.com>
+
+ [ 19421]
+ Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
+ From: Slaven Rezic <slaven@rezic.de>
+ Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
+ Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
+
+ [ 19422]
+ Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
+ From: Casey West <casey@geeknest.com>
+ Date: Tue, 29 Apr 2003 16:14:20 -0400
+ Message-ID: <20030429201420.GT62281@geeknest.com>
+
+ [ 19423]
+ Subject: Re: hv.c patch - pathological hashes too easy
+ From: "Tye McQueen" <tye@metronet.com>
+ Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
+ Message-Id: <200305011834.h41IYoE08503@metronet.com>
+
+ [ 19424]
+ Subject: [PATCH] [perl #3096] undefing hash with object values
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Thu, 1 May 2003 21:06:57 +0100
+ Message-ID: <20030501200657.GA25456@fdgroup.com>
+
+ [ 19425]
+ Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Sat, 3 May 2003 15:30:16 -0700
+ Message-ID: <20030503223016.GE1234@windhund.schwern.org>
+
+ [ 19426]
+ Subject: [DOC PATCH] missing ')' in File::Path docs
+ From: "Jos I.Boumans" <kane@dwim.org>
+ Date: 30 Apr 2003 09:45:16 -0000
+ Message-ID: <20030430114513165+0200@nntp.perl.org>
+
+ [ 19427]
+ Subject: Re: Minor change to strict.pm. Who? How?
+ From: Adam Kennedy <adam@ali.as>
+ Date: Wed, 30 Apr 2003 00:02:40 +1000
+ Message-ID: <3EAE8600.2000806@ali.as>
+
+ Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Tue, 29 Apr 2003 12:26:32 -0700
+ Message-ID: <20030429192632.GA6129@windhund.schwern.org>
+
+ [ 19428]
+ Snip away the perlunicode slowness demo since the new
+ caching scheme should help things a bit.
+
+ [ 19429]
+ Fix : the svr5 hints file doesn't propagate libswanted with
+ threads enabled. Now threads are OK on OpenUNIX 8, except a
+ mysterious failure in ext/POSIX/t/sigaction.t.
+
+ [ 19430]
+ Fix doc bug #22067, noticed by Mark Knutsen
+
+ [ 19431]
+ Subject: [patch] Re: [perl #21728] regexp SEGV
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Fri, 28 Mar 2003 23:53:09 +0200
+ Message-ID: <20030328215309.GA6413@ratsnest.hole>
+ (with minor tweaks)
+
+ [ 19432]
+ Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
+ From: Casey West <casey@geeknest.com>
+ Date: Mon, 28 Apr 2003 11:07:36 -0400
+ Message-ID: <20030428150736.GD62281@geeknest.com>
+
+ [ 19433]
+ Document which interfaces are NOT Unicode-aware.
+
+ [ 19435]
+ Worth a try for [perl #17146]
+
+ [ 19436]
+ More long double logic from Alan Burlison.
+
+ [ 19437]
+ Allow platforms to manipulate their archname by creating
+ a archname.cbu in their hints files.
+ Branch: maint-5.8/perl
+ +> ext/PerlIO/t/open.t
+ !> (integrate 37 files)
+____________________________________________________________________________
+[ 19438] By: jhi on 2003/05/07 16:59:34
+ Log: The metaconfig unit changes for #19436 and #19437.
+ Branch: metaconfig
+ ! U/threads/archname.U
+ Branch: metaconfig/U/perl
+ ! d_modfl.U
+____________________________________________________________________________
+[ 19437] By: jhi on 2003/05/07 16:58:21
+ Log: Allow platforms to manipulate their archname by creating
+ a archname.cbu in their hints files.
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 19436] By: jhi on 2003/05/07 16:53:26
+ Log: More long double logic from Alan Burlison.
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 19435] By: jhi on 2003/05/06 15:21:55
+ Log: Worth a try for [perl #17146]
+ Branch: perl
+ ! ext/IO/poll.c
+____________________________________________________________________________
+[ 19434] By: nick on 2003/05/06 10:58:27
+ Log: Integrate mainline
+ Branch: perlio
+ +> (branch 31 files)
+ !> (integrate 184 files)
+____________________________________________________________________________
+[ 19433] By: jhi on 2003/05/06 05:12:23
+ Log: Document which interfaces are NOT Unicode-aware.
+ Branch: perl
+ ! pod/perltodo.pod pod/perlunicode.pod
+____________________________________________________________________________
+[ 19432] By: rgs on 2003/05/05 20:31:22
+ Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
+ From: Casey West <casey@geeknest.com>
+ Date: Mon, 28 Apr 2003 11:07:36 -0400
+ Message-ID: <20030428150736.GD62281@geeknest.com>
+ Branch: perl
+ ! pod/perlfilter.pod
+____________________________________________________________________________
+[ 19431] By: rgs on 2003/05/05 20:07:33
+ Log: Subject: [patch] Re: [perl #21728] regexp SEGV
+ From: Enache Adrian <enache@rdslink.ro>
+ Date: Fri, 28 Mar 2003 23:53:09 +0200
+ Message-ID: <20030328215309.GA6413@ratsnest.hole>
+ (with minor tweaks)
+ Branch: perl
+ ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h
+____________________________________________________________________________
+[ 19430] By: rgs on 2003/05/05 20:01:36
+ Log: Fix doc bug #22067, noticed by Mark Knutsen
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 19429] By: rgs on 2003/05/05 18:59:59
+ Log: Fix : the svr5 hints file doesn't propagate libswanted with
+ threads enabled. Now threads are OK on OpenUNIX 8, except a
+ mysterious failure in ext/POSIX/t/sigaction.t.
+ Branch: perl
+ ! hints/svr5.sh
+____________________________________________________________________________
+[ 19428] By: jhi on 2003/05/05 16:54:34
+ Log: Snip away the perlunicode slowness demo since the new
+ caching scheme should help things a bit.
+ Branch: perl
+ ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 19427] By: jhi on 2003/05/05 16:14:09
+ Log: Subject: Re: Minor change to strict.pm. Who? How?
+ From: Adam Kennedy <adam@ali.as>
+ Date: Wed, 30 Apr 2003 00:02:40 +1000
+ Message-ID: <3EAE8600.2000806@ali.as>
+
+ Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Tue, 29 Apr 2003 12:26:32 -0700
+ Message-ID: <20030429192632.GA6129@windhund.schwern.org>
+ Branch: perl
+ ! lib/strict.pm
+____________________________________________________________________________
+[ 19426] By: jhi on 2003/05/05 15:48:57
+ Log: Subject: [DOC PATCH] missing ')' in File::Path docs
+ From: "Jos I.Boumans" <kane@dwim.org>
+ Date: 30 Apr 2003 09:45:16 -0000
+ Message-ID: <20030430114513165+0200@nntp.perl.org>
+ Branch: perl
+ ! lib/File/Path.pm
+____________________________________________________________________________
+[ 19425] By: jhi on 2003/05/05 15:47:19
+ Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Sat, 3 May 2003 15:30:16 -0700
+ Message-ID: <20030503223016.GE1234@windhund.schwern.org>
+ Branch: perl
+ ! pod/perlmod.pod
+____________________________________________________________________________
+[ 19424] By: jhi on 2003/05/05 15:44:39
+ Log: Subject: [PATCH] [perl #3096] undefing hash with object values
+ From: Dave Mitchell <davem@fdgroup.com>
+ Date: Thu, 1 May 2003 21:06:57 +0100
+ Message-ID: <20030501200657.GA25456@fdgroup.com>
+ Branch: perl
+ ! hv.c t/op/undef.t
+____________________________________________________________________________
+[ 19423] By: jhi on 2003/05/05 15:42:58
+ Log: Subject: Re: hv.c patch - pathological hashes too easy
+ From: "Tye McQueen" <tye@metronet.com>
+ Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
+ Message-Id: <200305011834.h41IYoE08503@metronet.com>
+ Branch: perl
+ ! hv.c
+____________________________________________________________________________
+[ 19422] By: jhi on 2003/05/05 15:40:02
+ Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
+ From: Casey West <casey@geeknest.com>
+ Date: Tue, 29 Apr 2003 16:14:20 -0400
+ Message-ID: <20030429201420.GT62281@geeknest.com>
+ Branch: perl
+ ! pod/perlrequick.pod
+____________________________________________________________________________
+[ 19421] By: jhi on 2003/05/05 15:38:23
+ Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
+ From: Slaven Rezic <slaven@rezic.de>
+ Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
+ Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
+ Branch: perl
+ ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
+____________________________________________________________________________
+[ 19420] By: jhi on 2003/05/05 15:36:39
+ Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Date: Wed, 30 Apr 2003 09:52:30 +0100
+ Message-ID: <3EAF8ECE.8060403@uk.radan.com>
+ Branch: perl
+ ! utils/h2xs.PL
+____________________________________________________________________________
+[ 19419] By: jhi on 2003/05/05 08:20:34
+ Log: Reintroduce the mention of the fact that the Artistic/GPL
+ also are Perl's own licenses.
+ Branch: perl
+ ! pod/perlartistic.pod pod/perlgpl.pod
+____________________________________________________________________________
+[ 19418] By: jhi on 2003/05/05 07:23:57
+ Log: Switch the new perlio way of opening anonymous temporary files
+ open my $fh, '+>', undef
+ to using File::Temp. Test it, and test also the "accidental
+ feature" of +< working the same way.
+ This should address [perl #21937].
+ Branch: perl
+ + ext/PerlIO/t/open.t
+ ! MANIFEST perlio.c pod/perlfunc.pod
+____________________________________________________________________________
+[ 19417] By: jhi on 2003/05/05 05:52:47
+ Log: perlartistic and perlgpl reformatting from Sean Burke.
+ Branch: perl
+ ! pod/perlartistic.pod pod/perlgpl.pod
+____________________________________________________________________________
+[ 19416] By: jhi on 2003/05/05 05:33:43
+ Log: pack/unpack fixes from Wolfgang Laun:
+ - fix bug in UNICOS (where SIZE16 != sizeof(short))
+ - introduce and use new internal pack/unpack API
+ (packlist, unpackstring)
+ that does away with the unused arguments in the old API
+ (pack_cat, unpack_str).
+ Branch: perl
+ ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h
+____________________________________________________________________________
+[ 19415] By: jhi on 2003/05/05 04:58:39
+ Log: Subject: [PATCH] Embed.t flushing problem
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sun, 04 May 2003 16:25:38 -0500
+ Message-ID: <3EB58552.2070207@mac.com>
+ Branch: perl
+ ! lib/ExtUtils/t/Embed.t
+____________________________________________________________________________
+[ 19414] By: jhi on 2003/05/05 04:52:37
+ Log: Doc nit from mjd.
+ Branch: perl
+ ! ext/DB_File/DB_File.pm
+____________________________________________________________________________
+[ 19413] By: ams on 2003/05/05 04:03:10
+ Log: None of that "our" stuff here, please.
+ Branch: perl
+ ! ext/Storable/t/tied.t
+____________________________________________________________________________
+[ 19412] By: ams on 2003/05/05 03:57:06
+ Log: Oops. More Storable 2.07 preparations.
+ Branch: perl
+ ! ext/Storable/README ext/Storable/Storable.pm
+____________________________________________________________________________
+[ 19411] By: ams on 2003/05/05 03:53:44
+ Log: Update changelog for 2.07 release.
+ Branch: perl
+ ! ext/Storable/ChangeLog
+____________________________________________________________________________
+[ 19410] By: ams on 2003/05/05 03:31:36
+ Log: Update Changes.
+ Branch: perl
+ ! Changes
[ 19409] By: ams on 2003/05/05 03:21:41
Log: Subject: Re: Bug in Storable???
From: Slaven Rezic <slaven@rezic.de>
diff --git a/patchlevel.h b/patchlevel.h
index 015c8f7f2d..139a9ccf21 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -119,7 +119,7 @@ hunk.
#if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
static char *local_patches[] = {
NULL
- ,"DEVEL18374"
+ ,"DEVEL20173"
,NULL
};