diff options
author | Hugo van der Sanden <hv@crypt.org> | 2002-12-31 02:02:17 +0000 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-12-31 02:02:17 +0000 |
commit | 48e1ca0e91290a3d248ea81fa01a66aa5b85d1fa (patch) | |
tree | e71f3cb4347fcd30c3d7b1ecbb5e6c634a0669b8 /Changes | |
parent | 9327d731e2af142b522bc25334d7a7351e40a7fb (diff) | |
download | perl-48e1ca0e91290a3d248ea81fa01a66aa5b85d1fa.tar.gz |
Update Changes
p4raw-id: //depot/perl@18376
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 6285 |
1 files changed, 6285 insertions, 0 deletions
@@ -28,6 +28,6291 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ Version v5.9.X Development release working toward v5.10 -------------- ____________________________________________________________________________ +[ 18374] By: hv on 2002/12/30 03:32:22 + Log: Remove duplicate entry + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 18373] By: hv on 2002/12/30 03:19:17 + Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat() + From: Dave Paris (via RT) <perlbug-followup@perl.org> + Date: 22 Dec 2002 05:15:14 -0000 + Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 18372] By: hv on 2002/12/30 03:13:42 + Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open + From: Michael G Schwern <schwern@pobox.com> + Date: Sat, 21 Dec 2002 19:29:41 -0800 + Message-ID: <20021222032941.GD24887@blackrider.schwern.org> + Branch: perl + ! lib/AutoSplit.pm +____________________________________________________________________________ +[ 18371] By: hv on 2002/12/30 03:08:12 + Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\ + From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> + Date: Fri, 27 Dec 2002 16:14:24 +0100 + Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr> + Branch: perl + ! mg.c t/op/magic.t +____________________________________________________________________________ +[ 18370] By: jhi on 2002/12/30 02:37:38 + Log: In AIX (strict symbol exports) the cxinc is needed for List::Util. + Branch: maint-5.8/perl + ! embed.fnc embed.h global.sym +____________________________________________________________________________ +[ 18369] By: jhi on 2002/12/30 01:38:38 + Log: Missed one. + Branch: maint-5.8/perl + ! embed.fnc embed.h +____________________________________________________________________________ +[ 18368] By: jhi on 2002/12/29 23:33:56 + Log: Continue on change #18367; implement the said flag, 'E'. + (Some nm output studying was needed to get the right set + of re symbols defined.) + Branch: maint-5.8/perl + ! embed.fnc embed.h embed.pl ext/re/Makefile.PL +____________________________________________________________________________ +[ 18367] By: jhi on 2002/12/29 21:40:08 + Log: Caught by change #18366; thanks to the re extension we have some + functions that are file static but yet part of "the public API"... + Maybe a new class of exportability (a new embed.fnc flag) is + required for this case. + Branch: maint-5.8/perl + ! embed.fnc embed.h +____________________________________________________________________________ +[ 18366] By: jhi on 2002/12/29 21:28:27 + Log: Implement the CPP namespace protection from [perl #8610]; + unless a function has an 'A' flag, it's defined only if + PERL_CORE. (Why do we have so many many functions with an + 'A' flag, is another matter.) (The number of #ifdef PERL_COREs + could be cut down further by having a state variable and + inserting #ifdefs and #endifs when the state flips.) + Branch: maint-5.8/perl + ! embed.h embed.pl +____________________________________________________________________________ +[ 18365] By: jhi on 2002/12/29 15:01:08 + Log: Doc tweak on the S_ macros. + Branch: maint-5.8/perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 18364] By: jhi on 2002/12/29 14:54:43 + Log: Apply the doc patch from [perl #19343]. + Branch: maint-5.8/perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 18363] By: jhi on 2002/12/29 14:49:14 + Log: Integrate: + [ 18354] + Subject: [PATCH] docpatch for cv.h + From: Nicholas Clark <nick@unfortu.net> + Date: Wed, 25 Dec 2002 21:01:04 +0000 + Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net> + + [ 18356] + fix signed/unsigned mismatch warning from change#18266 + + [ 18358] + save_re_context() was not saving many regexec.c state + variables, resulting in various reentrancy problems when + the swatches were autoloaded by perl in the midst of a + match + Branch: maint-5.8/perl + !> cv.h regcomp.c +____________________________________________________________________________ +[ 18362] By: jhi on 2002/12/29 00:51:29 + Log: Fix [perl #18666] (taking the more conservative approach). + Branch: maint-5.8/perl + ! lib/File/Spec/Unix.pm +____________________________________________________________________________ +[ 18361] By: jhi on 2002/12/29 00:45:16 + Log: Document that the socketpair tests are unhappy in old SCO, + as per [perl #18537]. + Branch: maint-5.8/perl + ! pod/perl58delta.pod +____________________________________________________________________________ +[ 18360] By: jhi on 2002/12/29 00:38:01 + Log: Fix from the bug report for [perl #19267]. + Branch: maint-5.8/perl + ! lib/Pod/Man.pm +____________________________________________________________________________ +[ 18359] By: jhi on 2002/12/28 22:33:16 + Log: A small tweak on top of #18353: don't display mg_len bytes of + mg_ptr for PERL_MAGIC_utf8 because that's not what's there. + Branch: maint-5.8/perl + ! dump.c +____________________________________________________________________________ +[ 18358] By: gsar on 2002/12/28 03:30:49 + Log: save_re_context() was not saving many regexec.c state + variables, resulting in various reentrancy problems when + the swatches were autoloaded by perl in the midst of a + match + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 18357] By: gsar on 2002/12/28 02:16:51 + Log: silence another signed/unsigned mismatch warning + Branch: perl + ! op.c +____________________________________________________________________________ +[ 18356] By: gsar on 2002/12/28 02:08:23 + Log: fix signed/unsigned mismatch warning from change#18266 + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 18355] By: gsar on 2002/12/28 02:05:14 + Log: these variables are not in use anywhere since 5.8.0 + Branch: perl + ! embedvar.h perlapi.h sv.c thrdvar.h +____________________________________________________________________________ +[ 18354] By: ams on 2002/12/26 03:54:09 + Log: Subject: [PATCH] docpatch for cv.h + From: Nicholas Clark <nick@unfortu.net> + Date: Wed, 25 Dec 2002 21:01:04 +0000 + Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net> + Branch: perl + ! cv.h +____________________________________________________________________________ +[ 18353] By: jhi on 2002/12/26 02:07:06 + Log: Introduce a cache for UTF-8 data: length and byte<->char offset + mapping are stored in a new type of magic. Speeds up length(), + substr(), index(), rindex(), pos(), and some parts of s///. + + The speedup varies a lot (on the usual suspects: what is the + access pattern of the data, compiler, CPU), but should be at + least one order of magnitude, and getting to the same magnitude + as byte string speeds, and in some cases (length on unchanged data) + even reaching the byte string speed. On the other hand, in some + cases (index) the byte speed is still faster by a factor of five + or so, but the bottleneck there does not seem to be any more + the byte<->char offset mapping (instead, the fbm_instr() speed). + + There is one cache slot for the length, and only two for the + byte<->char offset mapping (the first one for the start->offset, + and the second for the offset->offset+length, when talking + in substr() terms). + + Code this hairy is bound to have hairy trolls hiding under it. + Branch: maint-5.8/perl + ! dump.c embed.fnc embed.h mg.c perl.h proto.h sv.c util.c +____________________________________________________________________________ +[ 18352] By: jhi on 2002/12/25 13:42:10 + Log: Integrate: + [ 18350] + Removal of duplicate comment block + + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Subject: Re: [perl #19306] Sys::Syslog issues. + Date: Mon, 23 Dec 2002 15:25:51 -0800 + Message-ID: </t5B+gzkg6DR092yn@efn.org> + + [ 18351] + #18345 was still broken; should be fixed now. + Branch: maint-5.8/perl + !> ext/Sys/Syslog/Syslog.pm sv.c +____________________________________________________________________________ +[ 18351] By: hv on 2002/12/25 02:29:17 + Log: #18345 was still broken; should be fixed now. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18350] By: merijn on 2002/12/24 05:26:40 + Log: Removal of duplicate comment block + + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Subject: Re: [perl #19306] Sys::Syslog issues. + Date: Mon, 23 Dec 2002 15:25:51 -0800 + Message-ID: </t5B+gzkg6DR092yn@efn.org> + Branch: perl + ! ext/Sys/Syslog/Syslog.pm +____________________________________________________________________________ +[ 18349] By: jhi on 2002/12/24 02:42:31 + Log: At least partially address [perl #10000] by speeding + up both the ASCII case (by about 2-3%) and the UTF-8 case + (by about 45%). The major trick is to avoid hitting the + costly S_reginclass(). (Even before this patch the speedup + since 5.8.0 was about 40-50%.) After this the UTF-8 case is + still about 30-60% slower than the ASCII case. (Note that + I'm unable to reproduce the 10-fold speed difference of the + original bug report; I can see a factor of 2 or 3, but no more.) + Branch: maint-5.8/perl + ! regexec.c +____________________________________________________________________________ +[ 18348] By: jhi on 2002/12/23 06:42:29 + Log: Make Math::Trig a little bit more better behaved module citizen. + Branch: maint-5.8/perl + ! lib/Math/Trig.pm +____________________________________________________________________________ +[ 18347] By: jhi on 2002/12/23 06:37:31 + Log: Integrate: + [ 18300] + Subject: [patch] typo in perlop + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Wed, 11 Dec 2002 21:31:14 +0100 + Message-ID: <m3k7igjo19.fsf@k242.linux.bogus> + + [ 18304] + Redone #18011 from metaunits + + [ 18305] + Enough changes to Configure and metaunits warrant an update. + Several small changes and three additions + + [ 18306] + More documentation of obscure flags is good, even if the + documentation might be not so good. Atleast it's not false! + Documents the flags one can give to perl_clone + + [ 18308] + Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command + From: peter@PSDT.com (Peter Scott) + Date: 12 Dec 2002 18:13:17 -0000 + Message-ID: <20021212181317.50538.qmail@onion.perl.org> + (fix bug [perl #19058]) + + [ 18310] + regen-headers to get new API docs from #18306 + + [ 18312] + Subject: [Fwd: Patch for perl utf8-related bug] + From: Richard Hitt <rbh00@utsglobal.com> + Date: Fri, 06 Dec 2002 16:47:42 -0800 + [perl #18932] + + [ 18313] + Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX + From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> + Date: Fri, 13 Dec 2002 14:08:00 -0800 + Message-ID: <20021213220800.GA2625@math.berkeley.edu> + + [ 18314] + Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2 + From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> + Date: Fri, 13 Dec 2002 14:00:48 -0800 + Message-ID: <20021213220048.GA2606@math.berkeley.edu> + + [ 18315] + Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings + From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> + Date: Fri, 13 Dec 2002 13:47:08 -0800 + Message-ID: <20021213214707.GA2588@math.berkeley.edu> + + [ 18316] + Subject: [PATCH 5.8.1 @oldish-18156] build + From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> + Date: Fri, 13 Dec 2002 13:54:05 -0800 + Message-ID: <20021213215404.GA2597@math.berkeley.edu> + + [ 18317] + Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now) + + [ 18323] + PerlSIO_stderr et al are not functions + + [ 18324] + windows: avoid prompting under some shells during $(MAKE) distclean + + [ 18325] + PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_* + + [ 18326] + Win32.pod update + + [ 18327] + windows: support for large files + + note that this change will break binary compatibility with the + default 5.8.0 build options; nevertheless I think it is worth + having in 5.8.1 (people who want the compatibility can disable + the option in the makefile) + + [ 18328] + fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')> + + [ 18330] + remove CRs from a couple of files (these show up as CRCRLF + on windows) + + [ 18332] + $Config{prefixexp} was set incorrectly on windows + + [ 18334] + AIX compiler version updates + + [ 18335] + my_fflush_all() wasn't doing the right thing under useperlio + on many platforms + + [ 18337] + handy hint: getting a perforce change as a usable patch + + [ 18338] + Subject: [PATCH] read permissions for h2ph-generated files + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET) + Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de> + + [ 18339] + Integrate Time::HiRes v1.39 (for VMS build tweak) + + [ 18342] + Subject: [perl #18544] Patch included to fix problem. + From: Richard Kandarian <richard.kandarian@lanl.gov> + Date: Thu, 21 Nov 2002 08:00:20 -0700 + (from RT) + + [ 18343] + Subject: [perl #19153] Term::Complete (the argument of stty) + From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org> + Date: 15 Dec 2002 13:45:23 -0000 + Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org> + + [ 18344] + more on #18312: sv.c:ss_dup() + + [ 18345] + more on #18344. + Branch: maint-5.8/perl + +> lib/Net/Ping/t/410_syn_host.t + ! Configure config_h.SH + !> (integrate 56 files) +____________________________________________________________________________ +[ 18346] By: hv on 2002/12/23 06:14:22 + Log: integrate maint-5.8 #18301 + Branch: perl + !> lib/perl5db.pl +____________________________________________________________________________ +[ 18345] By: hv on 2002/12/23 06:01:17 + Log: more on #18344. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18344] By: hv on 2002/12/23 05:56:43 + Log: more on #18312: sv.c:ss_dup() + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18343] By: hv on 2002/12/23 05:47:17 + Log: Subject: [perl #19153] Term::Complete (the argument of stty) + From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org> + Date: 15 Dec 2002 13:45:23 -0000 + Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org> + Branch: perl + ! lib/Term/Complete.pm +____________________________________________________________________________ +[ 18342] By: hv on 2002/12/23 05:27:25 + Log: Subject: [perl #18544] Patch included to fix problem. + From: Richard Kandarian <richard.kandarian@lanl.gov> + Date: Thu, 21 Nov 2002 08:00:20 -0700 + (from RT) + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 18341] By: hv on 2002/12/23 05:08:49 + Log: Subject: [PATCH] operation on `PL_na' may be undefined + From: Nicholas Clark <nick@unfortu.net> + Date: Tue, 10 Dec 2002 19:59:18 +0000 + Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net> + Branch: perl + ! universal.c +____________________________________________________________________________ +[ 18340] By: hv on 2002/12/23 05:04:29 + Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet) + From: Nicholas Clark <nick@unfortu.net> + Date: Tue, 10 Dec 2002 18:55:28 +0000 + Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net> + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 18339] By: hv on 2002/12/23 04:39:48 + Log: Integrate Time::HiRes v1.39 (for VMS build tweak) + Branch: perl + ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 18338] By: hv on 2002/12/23 03:43:09 + Log: Subject: [PATCH] read permissions for h2ph-generated files + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET) + Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de> + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 18337] By: hv on 2002/12/23 03:38:59 + Log: handy hint: getting a perforce change as a usable patch + Branch: perl + ! Porting/repository.pod +____________________________________________________________________________ +[ 18336] By: hv on 2002/12/23 03:36:26 + Log: Reverse #18285, for reasons given in: + Subject: Re: Precedence of ? : + From: hv@crypt.org + Date: Fri, 20 Dec 2002 00:35:27 +0000 + Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk> + Branch: perl + ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t + ! vms/perly_c.vms +____________________________________________________________________________ +[ 18335] By: gsar on 2002/12/18 23:12:14 + Log: my_fflush_all() wasn't doing the right thing under useperlio + on many platforms + Branch: perl + ! util.c +____________________________________________________________________________ +[ 18334] By: merijn on 2002/12/18 06:48:11 + Log: AIX compiler version updates + Branch: perl + ! README.aix +____________________________________________________________________________ +[ 18333] By: gsar on 2002/12/18 03:21:42 + Log: integrate change#18332 from mainline + + $Config{prefixexp} was set incorrectly on windows + Branch: maint-5.6/perl + !> win32/config.bc win32/config.gc win32/config.vc +____________________________________________________________________________ +[ 18332] By: gsar on 2002/12/18 03:20:27 + Log: $Config{prefixexp} was set incorrectly on windows + Branch: perl + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 +____________________________________________________________________________ +[ 18331] By: gsar on 2002/12/18 02:38:13 + Log: integrate change#18326 from mainline + + Win32.pod update + Branch: maint-5.6/perl + !> lib/Win32.pod +____________________________________________________________________________ +[ 18330] By: gsar on 2002/12/18 02:32:20 + Log: remove CRs from a couple of files (these show up as CRCRLF + on windows) + Branch: perl + ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL +____________________________________________________________________________ +[ 18329] By: gsar on 2002/12/18 02:28:47 + Log: integrate change#18328 from mainline + + fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')> + Branch: maint-5.6/perl + !> win32/win32.c +____________________________________________________________________________ +[ 18328] By: gsar on 2002/12/18 02:27:10 + Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 18327] By: gsar on 2002/12/18 02:08:12 + Log: windows: support for large files + + note that this change will break binary compatibility with the + default 5.8.0 build options; nevertheless I think it is worth + having in 5.8.1 (people who want the compatibility can disable + the option in the makefile) + Branch: perl + ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs + ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h + ! pp_sys.c win32/Makefile 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 + ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h + ! win32/win32.c win32/win32iop.h +____________________________________________________________________________ +[ 18326] By: gsar on 2002/12/18 00:57:46 + Log: Win32.pod update + Branch: perl + ! lib/Win32.pod +____________________________________________________________________________ +[ 18325] By: gsar on 2002/12/18 00:42:45 + Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_* + Branch: perl + ! XSUB.h +____________________________________________________________________________ +[ 18324] By: gsar on 2002/12/18 00:34:08 + Log: windows: avoid prompting under some shells during $(MAKE) distclean + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 18323] By: gsar on 2002/12/18 00:17:29 + Log: PerlSIO_stderr et al are not functions + Branch: perl + ! XSUB.h +____________________________________________________________________________ +[ 18322] By: gsar on 2002/12/17 22:58:09 + Log: integrate change#18321 from mainline + + C<require '\foo\bar.pm'> fails on windows if not running + from the root directory; for a test case, see: + + http://bugs.activestate.com/show_bug.cgi?id=19317 + + this was due to not recognizing \foo\bar.pm as an absolute + path name + Branch: maint-5.8/perl + !> util.h +____________________________________________________________________________ +[ 18321] By: gsar on 2002/12/17 22:56:25 + Log: integrate change#18320 from maint-5.6 branch + + C<require '\foo\bar.pm'> fails on windows if not running + from the root directory; for a test case, see: + + http://bugs.activestate.com/show_bug.cgi?id=19317 + + this was due to not recognizing \foo\bar.pm as an absolute + path name + Branch: perl + !> util.h +____________________________________________________________________________ +[ 18320] By: gsar on 2002/12/17 22:41:50 + Log: C<require '\foo\bar.pm'> fails on windows if not running + from the root directory; for a test case, see: + + http://bugs.activestate.com/show_bug.cgi?id=19317 + + this was due to not recognizing \foo\bar.pm as an absolute + path name + Branch: maint-5.6/perl + ! util.h +____________________________________________________________________________ +[ 18319] By: hv on 2002/12/17 10:08:24 + Log: Whoops, these are the changes supposed to be in #18318. + Branch: perl + ! pad.c t/op/eval.t +____________________________________________________________________________ +[ 18318] By: hv on 2002/12/17 03:12:18 + Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl + From: Nicholas Clark <nick@unfortu.net> + Date: Sat, 14 Dec 2002 23:13:37 +0000 + Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net> + Branch: perl + ! pad.c t/op/eval.t +____________________________________________________________________________ +[ 18317] By: hv on 2002/12/17 02:58:12 + Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now) + Branch: perl + + lib/Net/Ping/t/410_syn_host.t + ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t + ! lib/Net/Ping/t/450_service.t +____________________________________________________________________________ +[ 18316] By: hv on 2002/12/17 02:17:16 + Log: Subject: [PATCH 5.8.1 @oldish-18156] build + From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> + Date: Fri, 13 Dec 2002 13:54:05 -0800 + Message-ID: <20021213215404.GA2597@math.berkeley.edu> + Branch: perl + ! os2/os2.c t/run/runenv.t +____________________________________________________________________________ +[ 18315] By: hv on 2002/12/17 02:03:58 + Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings + From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> + Date: Fri, 13 Dec 2002 13:47:08 -0800 + Message-ID: <20021213214707.GA2588@math.berkeley.edu> + Branch: perl + ! lib/constant.t lib/fields.t +____________________________________________________________________________ +[ 18314] By: hv on 2002/12/17 01:58:32 + Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2 + From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> + Date: Fri, 13 Dec 2002 14:00:48 -0800 + Message-ID: <20021213220048.GA2606@math.berkeley.edu> + Branch: perl + ! os2/OS2/Process/t/os2_process.t os2/os2.c +____________________________________________________________________________ +[ 18313] By: hv on 2002/12/17 01:54:19 + Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX + From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> + Date: Fri, 13 Dec 2002 14:08:00 -0800 + Message-ID: <20021213220800.GA2625@math.berkeley.edu> + Branch: perl + ! os2/OS2/REXX/REXX.xs +____________________________________________________________________________ +[ 18312] By: hv on 2002/12/17 01:43:28 + Log: Subject: [Fwd: Patch for perl utf8-related bug] + From: Richard Hitt <rbh00@utsglobal.com> + Date: Fri, 06 Dec 2002 16:47:42 -0800 + [perl #18932] + Branch: perl + ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c + ! scope.h +____________________________________________________________________________ +[ 18311] By: hv on 2002/12/17 00:52:05 + Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums] + From: Dave Mitchell <davem@fdgroup.com> + Date: Sat, 14 Dec 2002 19:16:49 +0000 + Message-ID: <20021214191649.B3992@fdgroup.com> + Branch: perl + ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h +____________________________________________________________________________ +[ 18310] By: hv on 2002/12/17 00:51:46 + Log: regen-headers to get new API docs from #18306 + Branch: perl + ! pod/perlapi.pod +____________________________________________________________________________ +[ 18308] By: rgs on 2002/12/16 22:06:23 + Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command + From: peter@PSDT.com (Peter Scott) + Date: 12 Dec 2002 18:13:17 -0000 + Message-ID: <20021212181317.50538.qmail@onion.perl.org> + (fix bug [perl #19058]) + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 18307] By: rgs on 2002/12/16 22:01:14 + Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command + From: Dave Mitchell <davem@fdgroup.com> + Date: Thu, 12 Dec 2002 23:42:35 +0000 + Message-ID: <20021212234235.A29245@fdgroup.com> + and + Date: Sat, 14 Dec 2002 19:16:38 +0000 + Message-ID: <20021214191638.A3992@fdgroup.com> + Branch: perl + ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c + ! proto.h t/op/eval.t +____________________________________________________________________________ +[ 18306] By: sky on 2002/12/16 21:41:40 + Log: More documentation of obscure flags is good, even if the + documentation might be not so good. Atleast it's not false! + Documents the flags one can give to perl_clone + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18305] By: merijn on 2002/12/16 10:53:19 + Log: Enough changes to Configure and metaunits warrant an update. + Several small changes and three additions + Branch: perl + ! Porting/Glossary +____________________________________________________________________________ +[ 18304] By: merijn on 2002/12/16 10:44:57 + Log: Redone #18011 from metaunits + Branch: perl + ! Configure +____________________________________________________________________________ +[ 18303] By: merijn on 2002/12/16 10:38:20 + Log: backport change #18011 + Branch: metaconfig + ! U/installdirs/installprefix.U +____________________________________________________________________________ +[ 18302] By: rgs on 2002/12/14 22:34:25 + Log: 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> + Branch: perl + ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL + ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod + ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t +____________________________________________________________________________ +[ 18301] By: jhi on 2002/12/13 02:12:54 + Log: Bad location of '==>' under the debugger, + apply the patch. + Branch: maint-5.8/perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 18300] By: rgs on 2002/12/12 20:40:22 + Log: Subject: [patch] typo in perlop + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Wed, 11 Dec 2002 21:31:14 +0100 + Message-ID: <m3k7igjo19.fsf@k242.linux.bogus> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 18299] By: rgs on 2002/12/12 20:35:29 + Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297 + Branch: perl + !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t + !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t + !> t/op/subst.t +____________________________________________________________________________ +[ 18298] By: rgs on 2002/12/12 20:00:36 + Log: Whitespace and indentation fix in the output of B::Debug. + Branch: perl + ! ext/B/B/Debug.pm +____________________________________________________________________________ +[ 18297] By: jhi on 2002/12/12 19:19:56 + Log: Warn about the non-portabilities of strftime. + Branch: maint-5.8/perl + ! ext/POSIX/POSIX.pod +____________________________________________________________________________ +[ 18296] By: jhi on 2002/12/12 18:21:12 + Log: Integrate: + [ 18292] + Update to Scalar-List-Utils 1.09 + Branch: maint-5.8/perl + !> ext/List/Util/ChangeLog ext/List/Util/Util.xs + !> ext/List/Util/lib/List/Util.pm +____________________________________________________________________________ +[ 18295] By: jhi on 2002/12/12 18:06:57 + Log: Until proven otherwise I don't think any of the strftime + formats %c, %z, and %Z can be tested portably. + Branch: maint-5.8/perl + ! ext/POSIX/t/posix.t +____________________________________________________________________________ +[ 18294] By: jhi on 2002/12/12 14:34:58 + Log: Resolve Abe's failing is.t, diagnosed by Sarathy + (setlocale(LC_ALL, 'C') was the key). Document that + locale settings may be hazardous to your isxxxx() health. + (Surgeon General warning). + Branch: maint-5.8/perl + ! ext/POSIX/POSIX.pod ext/POSIX/t/is.t +____________________________________________________________________________ +[ 18293] By: jhi on 2002/12/12 13:57:56 + Log: Resolve [#perl 15774] by fiat: simply document that + \C in lookbehind is unsupported. + Branch: maint-5.8/perl + ! pod/perlre.pod pod/perlretut.pod +____________________________________________________________________________ +[ 18292] By: gbarr on 2002/12/12 09:23:04 + Log: Update to Scalar-List-Utils 1.09 + Branch: perl + ! ext/List/Util/ChangeLog ext/List/Util/Util.xs + ! ext/List/Util/lib/List/Util.pm +____________________________________________________________________________ +[ 18291] By: jhi on 2002/12/11 20:13:30 + Log: has already been fixed; add its test. + Branch: maint-5.8/perl + ! t/op/subst.t +____________________________________________________________________________ +[ 18290] By: jhi on 2002/12/11 18:56:01 + Log: Fix [perl #15763]. + Branch: maint-5.8/perl + ! regexec.c t/op/pat.t +____________________________________________________________________________ +[ 18289] By: gsar on 2002/12/11 18:55:36 + Log: integrate repository.pod change from mainline + Branch: maint-5.8/perl + !> Porting/repository.pod +____________________________________________________________________________ +[ 18288] By: gsar on 2002/12/11 18:54:28 + Log: integrate repository.pod changes from mainline + Branch: maint-5.6/perl + !> Porting/repository.pod +____________________________________________________________________________ +[ 18287] By: gsar on 2002/12/11 18:53:07 + Log: this has been incorrect for a while now, and has changed + again recently + Branch: perl + ! Porting/repository.pod +____________________________________________________________________________ +[ 18286] By: jhi on 2002/12/11 14:43:36 + Log: Integrate: + [ 18272] + RT#15950 + + Subject: [PATCH] Typo in Term::ANSIColor + Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT) + From: "Mr. Nobody" <mrnobo1024 at yahoo.com> + + [ 18277] + Subject: [PATCH perl@18251] VMS build update + Message-ID: <3DF56BE2.9000300@mac.com> + Date: Mon, 09 Dec 2002 22:21:54 -0600 + From: "Craig A. Berry" <craigberry@mac.com> + + [ 18278] + Subject: Re: default lib dir should examine $Config{installstyle} + Date: Tue, 10 Dec 2002 09:45:19 -0500 (EST) + From: Andy Dougherty <doughera@lafayette.edu> + Message-ID: <Pine.SOL.4.10.10212100925400.17526-100000@maxwell.phys.lafayette.edu> + + [ 18279] + Subject: Re: ANSIColor 1.06 released + Version bump only after typo fix to sync with CPAN + + [ 18282] + Subject: Remove stale e-mail addresses + From: Andy Dougherty <doughera@lafayette.edu> + Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST) + Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu> + + [ 18283] + More email addresses for #18282 + + [ 18284] + One more email address for #18282 + Branch: maint-5.8/perl + !> (integrate 31 files) +____________________________________________________________________________ +[ 18285] By: hv on 2002/12/11 10:35:01 + Log: Subject: [PATCH] Re: Precedence of ? : + From: Stephen McCamant <smcc@mit.edu> + Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST) + Message-Id: <20021210055707.974F073CCC@syllepsis> + Branch: perl + ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t + ! vms/perly_c.vms +____________________________________________________________________________ +[ 18284] By: hv on 2002/12/11 10:21:12 + Log: One more email address for #18282 + Branch: perl + ! lib/Pod/Perldoc.pm +____________________________________________________________________________ +[ 18283] By: hv on 2002/12/11 10:18:07 + Log: More email addresses for #18282 + Branch: perl + ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh + ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh + ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh + ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh + ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh +____________________________________________________________________________ +[ 18282] By: hv on 2002/12/11 10:16:05 + Log: Subject: Remove stale e-mail addresses + From: Andy Dougherty <doughera@lafayette.edu> + Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST) + Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu> + Branch: perl + ! Porting/pumpkin.pod configure.gnu + ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl + ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too + ! lib/File/Spec.pm perly.fixer pod/checkpods.PL +____________________________________________________________________________ +[ 18281] By: hv on 2002/12/11 09:59:31 + Log: Integrate from maint-5.8 #18156, #18218. + Branch: perl + !> lib/Unicode/UCD.t lib/unicore/Category.pl + !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt + !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl + !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl + !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl + !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t +____________________________________________________________________________ +[ 18280] By: rgs on 2002/12/10 21:30:10 + Log: Integrate from the maint-5.8/ branch : + changes 18219, 18236, 18242-3, 18247-8, + 18253-5, 18257, 18273-6 + Branch: perl + +> t/op/lc_user.t + !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl + !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod + !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t + !> t/uni/tr_utf8.t +____________________________________________________________________________ +[ 18279] By: merijn on 2002/12/10 14:10:03 + Log: Subject: Re: ANSIColor 1.06 released + Version bump only after typo fix to sync with CPAN + Branch: perl + ! lib/Term/ANSIColor.pm +____________________________________________________________________________ +[ 18278] By: merijn on 2002/12/10 14:05:25 + Log: Subject: Re: default lib dir should examine $Config{installstyle} + Date: Tue, 10 Dec 2002 09:45:19 -0500 (EST) + From: Andy Dougherty <doughera@lafayette.edu> + Message-ID: <Pine.SOL.4.10.10212100925400.17526-100000@maxwell.phys.lafayette.edu> + Branch: metaconfig + ! U/installdirs/installstyle.U +____________________________________________________________________________ +[ 18277] By: merijn on 2002/12/10 08:46:05 + Log: Subject: [PATCH perl@18251] VMS build update + Message-ID: <3DF56BE2.9000300@mac.com> + Date: Mon, 09 Dec 2002 22:21:54 -0600 + From: "Craig A. Berry" <craigberry@mac.com> + Branch: perl + ! configure.com ext/Time/HiRes/Makefile.PL + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 18276] By: jhi on 2002/12/09 23:49:14 + Log: Move the tests added to pat.t in #18248 to lc.t. + Branch: maint-5.8/perl + ! t/op/lc.t t/op/pat.t +____________________________________________________________________________ +[ 18275] By: jhi on 2002/12/09 23:21:58 + Log: Add Nick Clark's test case for [perl #18915]. + (The bug was fixed by change #18266.) + Branch: maint-5.8/perl + ! t/op/split.t +____________________________________________________________________________ +[ 18274] By: jhi on 2002/12/09 23:19:57 + Log: test.pl-ise t/op/split.t + Branch: maint-5.8/perl + ! t/op/split.t +____________________________________________________________________________ +[ 18273] By: jhi on 2002/12/09 22:48:39 + Log: Add Nick Clark's test case for [perl #18931]. + (The bug was fixed by change #18266.) + Branch: maint-5.8/perl + ! t/op/lc.t +____________________________________________________________________________ +[ 18272] By: merijn on 2002/12/09 15:31:28 + Log: RT#15950 + + Subject: [PATCH] Typo in Term::ANSIColor + Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT) + From: "Mr. Nobody" <mrnobo1024 at yahoo.com> + Branch: perl + ! lib/Term/ANSIColor.pm +____________________________________________________________________________ +[ 18271] By: jhi on 2002/12/09 02:41:11 + Log: Integrate: + [ 18249] + Suppress a compilation warning reported by Jarkko + (variable initialization skipped by goto). + + [ 18250] + Fix bug #18874, essentially by reverting change #11890. + Add a regression test for it. + + [ 18251] + Fix two cases of buffer overflow in the lexer. + + [ 18259] + Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash + From: Nicholas Clark <nick@unfortu.net> + Date: Mon, 2 Dec 2002 21:48:29 +0000 + Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net> + + [ 18260] + Document that $ENV{TERM} may produce taint failures. + Subject: Re: [perl #18717] spurious failures in regression test + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 29 Nov 2002 22:11:46 +0100 + Message-ID: <87hee0nkrx.fsf@vran.herceg.de> + + [ 18261] + Change the set of characters that are considered to be + safe in $ENV{TERM} for taint checkings. + + [ 18262] + getservbyport() should accept an empty string as its + proto argument (as does getservbyname()). + + Subject: Re: Is this a bug or am I being stupid? + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 08 Dec 2002 01:54:37 +0100 + Message-ID: <87znrhl48i.fsf@vran.herceg.de> + + [ 18263] + Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 08 Dec 2002 01:31:45 +0100 + Message-ID: <874r9pmjv2.fsf@vran.herceg.de> + + [ 18264] + Subject: Re: [perl #18165] "0" fails as right-hand argument to .. + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 30 Nov 2002 00:07:05 +0100 + Message-ID: <8765ugnffq.fsf@vran.herceg.de> + + [ 18265] + Subject: Re: [perl #18927] barewords with no errors + From: Abe Timmerman <abe@ztreet.demon.nl> + Date: Sun, 8 Dec 2002 17:12:56 +0100 + Message-Id: <200212081712.56102.abe@ztreet.demon.nl> + + [ 18266] + Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex + From: Abhijit Menon-Sen <ams@wiw.org> + Date: Wed, 6 Nov 2002 19:38:11 +0530 + Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org> + + [ 18267] + Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime() are sometimes wrong + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 09 Nov 2002 23:21:16 +0100 + Message-ID: <874raqz8o3.fsf@vran.herceg.de> + + [ 18268] + fix #18266 sprintf format mismatch + + [ 18269] + Subject: Re: Bug in Filter::Simple + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 07 Nov 2002 10:01:41 +0100 + Message-ID: <87of91u51m.fsf@vran.herceg.de> + + [ 18270] + Subject: [perl #18256] xsubpp can make nested comments in C code + From: Nicholas Clark (via RT) <perlbug@perl.org> + Date: 7 Nov 2002 14:58:14 -0000 + Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org> + + (plus regen Configure) + Branch: maint-5.8/perl + ! Configure config_h.SH + !> ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t + !> ext/POSIX/t/posix.t hv.c lib/English.pm lib/English.t + !> lib/Exporter/Heavy.pm lib/ExtUtils/xsubpp lib/Hash/Util.t + !> pod/perldiag.pod pp_ctl.c pp_sys.c regcomp.c t/cmd/for.t + !> t/comp/parser.t t/lib/strict/subs t/op/lc.t taint.c toke.c + !> util.c +____________________________________________________________________________ +[ 18270] By: hv on 2002/12/09 00:25:26 + Log: Subject: [perl #18256] xsubpp can make nested comments in C code + From: Nicholas Clark (via RT) <perlbug@perl.org> + Date: 7 Nov 2002 14:58:14 -0000 + Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org> + Branch: perl + ! lib/ExtUtils/xsubpp +____________________________________________________________________________ +[ 18269] By: hv on 2002/12/09 00:19:33 + Log: Subject: Re: Bug in Filter::Simple + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 07 Nov 2002 10:01:41 +0100 + Message-ID: <87of91u51m.fsf@vran.herceg.de> + Branch: perl + ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t +____________________________________________________________________________ +[ 18268] By: hv on 2002/12/09 00:14:58 + Log: fix #18266 sprintf format mismatch + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 18267] By: hv on 2002/12/09 00:10:09 + Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime() are sometimes wrong + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 09 Nov 2002 23:21:16 +0100 + Message-ID: <874raqz8o3.fsf@vran.herceg.de> + Branch: perl + ! config_h.SH ext/POSIX/t/posix.t util.c +____________________________________________________________________________ +[ 18266] By: hv on 2002/12/09 00:02:57 + Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex + From: Abhijit Menon-Sen <ams@wiw.org> + Date: Wed, 6 Nov 2002 19:38:11 +0530 + Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org> + Branch: perl + ! regcomp.c t/op/lc.t +____________________________________________________________________________ +[ 18265] By: rgs on 2002/12/08 22:10:45 + Log: Subject: Re: [perl #18927] barewords with no errors + From: Abe Timmerman <abe@ztreet.demon.nl> + Date: Sun, 8 Dec 2002 17:12:56 +0100 + Message-Id: <200212081712.56102.abe@ztreet.demon.nl> + Branch: perl + ! t/lib/strict/subs +____________________________________________________________________________ +[ 18264] By: rgs on 2002/12/08 22:04:39 + Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to .. + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 30 Nov 2002 00:07:05 +0100 + Message-ID: <8765ugnffq.fsf@vran.herceg.de> + Branch: perl + ! pp_ctl.c t/cmd/for.t +____________________________________________________________________________ +[ 18263] By: rgs on 2002/12/08 21:56:13 + Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 08 Dec 2002 01:31:45 +0100 + Message-ID: <874r9pmjv2.fsf@vran.herceg.de> + Branch: perl + ! lib/Exporter/Heavy.pm +____________________________________________________________________________ +[ 18262] By: rgs on 2002/12/08 20:31:42 + Log: getservbyport() should accept an empty string as its + proto argument (as does getservbyname()). + + Subject: Re: Is this a bug or am I being stupid? + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 08 Dec 2002 01:54:37 +0100 + Message-ID: <87znrhl48i.fsf@vran.herceg.de> + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 18261] By: rgs on 2002/12/08 20:17:37 + Log: Change the set of characters that are considered to be + safe in $ENV{TERM} for taint checkings. + Branch: perl + ! taint.c +____________________________________________________________________________ +[ 18260] By: rgs on 2002/12/08 20:14:57 + Log: Document that $ENV{TERM} may produce taint failures. + Subject: Re: [perl #18717] spurious failures in regression test + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 29 Nov 2002 22:11:46 +0100 + Message-ID: <87hee0nkrx.fsf@vran.herceg.de> + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 18259] By: rgs on 2002/12/08 19:34:34 + Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash + From: Nicholas Clark <nick@unfortu.net> + Date: Mon, 2 Dec 2002 21:48:29 +0000 + Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net> + Branch: perl + ! hv.c lib/Hash/Util.t +____________________________________________________________________________ +[ 18258] By: jhi on 2002/12/08 15:24:00 + Log: Retract #18252 and #18256. + Branch: maint-5.8/perl + ! hv.c lib/Hash/Util.t regcomp.c t/op/lc.t +____________________________________________________________________________ +[ 18257] By: jhi on 2002/12/07 22:38:49 + Log: Tiny doc tweak from Hugo for [perl #16783]. + Branch: maint-5.8/perl + ! pod/perlsec.pod +____________________________________________________________________________ +[ 18256] By: jhi on 2002/12/07 18:24:27 + Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash + From: Nicholas Clark <nick@unfortu.net> + Date: Mon, 2 Dec 2002 21:48:29 +0000 + Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net> + + (the pp_sys.c and util.c were accidentally open, + but luckily unmodified) + Branch: maint-5.8/perl + ! hv.c lib/Hash/Util.t pp_sys.c util.c +____________________________________________________________________________ +[ 18255] By: jhi on 2002/12/07 16:57:32 + Log: The [perl #16843] has been fixed, add its test. + Branch: maint-5.8/perl + ! t/uni/tr_utf8.t +____________________________________________________________________________ +[ 18254] By: jhi on 2002/12/07 16:26:27 + Log: Add user-definable To-mappings. (So if you don't agree + with the Unicode mappings, you can make your own.) + Resolves [perl #3741]. + Branch: maint-5.8/perl + + t/op/lc_user.t + ! MANIFEST lib/utf8_heavy.pl pod/perldiag.pod + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 18253] By: jhi on 2002/12/07 15:35:43 + Log: test.pl-ise t/op/lc.t. + Branch: maint-5.8/perl + ! t/op/lc.t +____________________________________________________________________________ +[ 18252] By: jhi on 2002/12/06 22:19:15 + Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex + From: Abhijit Menon-Sen <ams@wiw.org> + To: perl5-porters@perl.org + Date: Wed, 6 Nov 2002 19:38:11 +0530 + Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org> + Branch: maint-5.8/perl + ! regcomp.c t/op/lc.t +____________________________________________________________________________ +[ 18251] By: rgs on 2002/12/06 21:27:55 + Log: Fix two cases of buffer overflow in the lexer. + Branch: perl + ! t/comp/parser.t toke.c +____________________________________________________________________________ +[ 18250] By: rgs on 2002/12/06 20:44:26 + Log: Fix bug #18874, essentially by reverting change #11890. + Add a regression test for it. + Branch: perl + ! lib/English.pm lib/English.t +____________________________________________________________________________ +[ 18249] By: rgs on 2002/12/06 20:42:01 + Log: Suppress a compilation warning reported by Jarkko + (variable initialization skipped by goto). + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 18248] By: jhi on 2002/12/06 13:58:05 + Log: A test for [perl #18857] (that was fixed by #18107) from Nick Clark. + Branch: maint-5.8/perl + ! t/op/pat.t +____________________________________________________________________________ +[ 18247] By: jhi on 2002/12/06 13:40:10 + Log: More comments and robustness in pp_ucfirst() and pp_lcfirst(). + Branch: maint-5.8/perl + ! pp.c +____________________________________________________________________________ +[ 18246] By: pudge on 2002/12/04 12:51:38 + Log: Update Changes, Makefile.mk + Branch: maint-5.6/macperl + ! macos/Changes macos/Makefile.mk +____________________________________________________________________________ +[ 18245] By: nick on 2002/12/04 10:33:38 + Log: Integrate mainline + Branch: perlio + +> ext/POSIX/t/is.t lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm + +> lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm + +> lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm + +> lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm + +> lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm + +> lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t + +> lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t + +> lib/Pod/PlainText.pm pod/perldoc.pod regen.pl regen_headers.pl + +> t/comp/parser.t + !> (integrate 138 files) +____________________________________________________________________________ +[ 18244] By: gsar on 2002/12/04 08:20:20 + Log: integrate macperl-5.6 branch change (DynaLoader fix) + Branch: maint-5.6/perl + !> ext/DynaLoader/DynaLoader_pm.PL +____________________________________________________________________________ +[ 18243] By: jhi on 2002/12/03 23:39:28 + Log: UTF8_IS_INVARIANT() is better then UTF8_IS_CONTINUED(). + (The latter matches also post-initial bytes of a multibyte.) + Branch: maint-5.8/perl + ! pod/perlguts.pod +____________________________________________________________________________ +[ 18242] By: jhi on 2002/12/03 15:04:07 + Log: Slight tweaks on the XS-and-Unicode docs, inspired by [perl #17852]. + Branch: maint-5.8/perl + ! pod/perlguts.pod pod/perlunicode.pod +____________________________________________________________________________ +[ 18241] By: jhi on 2002/12/03 14:02:58 + Log: Integrate: + [ 18239] + Fix up #18229. + Branch: maint-5.8/perl + !> embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h + !> pod/perlintern.pod +____________________________________________________________________________ +[ 18240] By: nick on 2002/12/03 12:51:02 + Log: Avoid eqtime() wiping the file (as suggested by + "Luis G. Uribe C." <GUribe@SoftHome.net> + Branch: perlio + ! lib/ExtUtils/Command.pm +____________________________________________________________________________ +[ 18239] By: jhi on 2002/12/03 12:49:01 + Log: Fix up #18229. + Branch: perl + ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h + ! pod/perlintern.pod +____________________________________________________________________________ +[ 18238] By: pudge on 2002/12/03 03:32:47 + Log: Provide workaround for MacPerl bug #494368, + a stack overflow problem in Text::ParseWords with + very long lines. Better to have the old version + of the module available just in case. + Branch: maint-5.6/macperl + + macos/lib/Text/ParseWords/Old.pm +____________________________________________________________________________ +[ 18237] By: pudge on 2002/12/03 03:31:20 + Log: Fix (already in 5.8) for not modifying @INC + Branch: maint-5.6/macperl + ! ext/DynaLoader/DynaLoader_pm.PL +____________________________________________________________________________ +[ 18236] By: jhi on 2002/12/03 01:25:45 + Log: According to Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> + gcc on IRIX (6.2) does not need and does indeed much better + without -D_POSIX_C_SOURCE [perl #15128] (the inclusion of + _POSIX_C_SOURCE in CFLAGS disables the definition of _SGIAPI + and <sys/dirent.h> doesn't define struct dirent64, + which causes reentr.c not to compile) + Branch: maint-5.8/perl + ! hints/irix_6.sh +____________________________________________________________________________ +[ 18235] By: jhi on 2002/12/02 23:15:05 + Log: Update Changes. + Branch: maint-5.8/perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 18234] By: jhi on 2002/12/02 22:30:41 + Log: Integrate: + [ 17815] + formatting cleanup and: + Subject: Re: perl-5.8.0 on HP porting center + From: "H.Merijn Brand" <h.m.brand@hccnet.nl> + Date: Thu, 29 Aug 2002 12:23:31 +0200 + Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl> + + [ 18170] + Move some tests from t/run/fresh_perl.t + to the new t/comp/parser.t. The goal being to + get rid of fresh_perl.t at some point. + + [ 18228] + integrate Pod-Perldoc-3.07. This replaces the original inline perldoc + with a module-driven version, and separates out its docs. + + [ 18229] + $0 mofifying part I + + Date: Sat, 30 Nov 2002 20:16:51 +0200 + From: Jarkko Hietaniemi <jhi@iki.fi> + Subject: [PATCH] $0 modifying + Message-ID: <20021130181651.GA5876@kosh.hut.fi> + + [ 18230] + $0 modifying part II (HP-UX only) + + Date: Sat, 30 Nov 2002 20:16:51 +0200 + From: Jarkko Hietaniemi <jhi@iki.fi> + Subject: [PATCH] $0 modifying + Message-ID: <20021130181651.GA5876@kosh.hut.fi> + + [ 18231] + Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0 + Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST) + From: Andy Dougherty <doughera@lafayette.edu> + Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu> + + [ 18232] + Skip test #17 of lib/open.t when useperlio is not defined. + + [ 18233] + Fix bug #18573 : in a double-quoted string, a \c not followed + by any character may corrupt memory due to reading past the + end of the input buffer. Add a new error message corresponding + to this case. + Branch: maint-5.8/perl + +> lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm + +> lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm + +> lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm + +> lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm + +> lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm + +> lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t + +> lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t + +> pod/perldoc.pod + !> MANIFEST README.hpux ext/threads/t/join.t installperl + !> lib/open.t makedef.pl mg.c perl.c pod/perldiag.pod + !> pod/perlvar.pod sv.c t/comp/parser.t t/op/magic.t thread.h + !> toke.c utils/perldoc.PL +____________________________________________________________________________ +[ 18233] By: rgs on 2002/12/02 20:03:09 + Log: Fix bug #18573 : in a double-quoted string, a \c not followed + by any character may corrupt memory due to reading past the + end of the input buffer. Add a new error message corresponding + to this case. + Branch: perl + ! pod/perldiag.pod t/comp/parser.t toke.c +____________________________________________________________________________ +[ 18232] By: rgs on 2002/12/02 19:59:07 + Log: Skip test #17 of lib/open.t when useperlio is not defined. + Branch: perl + ! lib/open.t +____________________________________________________________________________ +[ 18231] By: merijn on 2002/12/02 16:00:12 + Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0 + Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST) + From: Andy Dougherty <doughera@lafayette.edu> + Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu> + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 18230] By: merijn on 2002/12/02 15:45:31 + Log: $0 modifying part II (HP-UX only) + + Date: Sat, 30 Nov 2002 20:16:51 +0200 + From: Jarkko Hietaniemi <jhi@iki.fi> + Subject: [PATCH] $0 modifying + Message-ID: <20021130181651.GA5876@kosh.hut.fi> + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 18229] By: merijn on 2002/12/02 15:43:16 + Log: $0 mofifying part I + + Date: Sat, 30 Nov 2002 20:16:51 +0200 + From: Jarkko Hietaniemi <jhi@iki.fi> + Subject: [PATCH] $0 modifying + Message-ID: <20021130181651.GA5876@kosh.hut.fi> + Branch: perl + ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod + ! sv.c t/op/magic.t thread.h +____________________________________________________________________________ +[ 18228] By: hv on 2002/12/02 13:37:59 + Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc + with a module-driven version, and separates out its docs. + Branch: perl + + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm + + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm + + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm + + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm + + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm + + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t + + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t + + pod/perldoc.pod + ! MANIFEST utils/perldoc.PL +____________________________________________________________________________ +[ 18227] By: jhi on 2002/12/02 13:23:48 + Log: Integrate: + [ 18216] + 64bit Peek failure on HP-UX 11.00 + + Subject: Re: Smoke 18188 + From: "H.Merijn Brand" <h.m.brand@hccnet.nl> + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 28 Nov 2002 19:25:25 +0100 + Message-ID: <877kexsga2.fsf@vran.herceg.de> + + [ 18217] + Document the hint constants and where they're used. + + [ 18224] + Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t + and lib/Pod/t/utils.t to cater for simpler output text. + + [ 18226] + missed the new file from #18224 + Branch: maint-5.8/perl + +> lib/Pod/PlainText.pm + !> (integrate 37 files) +____________________________________________________________________________ +[ 18226] By: hv on 2002/12/02 12:44:35 + Log: missed the new file from #18224 + Branch: perl + + lib/Pod/PlainText.pm + ! MANIFEST +____________________________________________________________________________ +[ 18225] By: hv on 2002/12/02 03:09:42 + Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS + Branch: perl + ! util.c +____________________________________________________________________________ +[ 18224] By: hv on 2002/12/02 02:59:02 + Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t + and lib/Pod/t/utils.t to cater for simpler output text. + Branch: perl + ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm + ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL + ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t + ! t/pod/included.t t/pod/lref.t t/pod/lref.xr + ! t/pod/multiline_items.t t/pod/multiline_items.xr + ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t + ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t + ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr + ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl +____________________________________________________________________________ +[ 18223] By: hv on 2002/12/02 02:46:17 + Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub + From: Dave Mitchell <davem@fdgroup.com> + Date: Mon, 25 Nov 2002 21:25:33 +0000 + Message-ID: <20021125212533.B29157@fdgroup.com> + Branch: perl + ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t +____________________________________________________________________________ +[ 18222] By: hv on 2002/12/02 02:23:28 + Log: #18221 broke t/op/eval.t + Branch: perl + ! t/op/eval.t +____________________________________________________________________________ +[ 18221] By: hv on 2002/12/02 02:18:19 + Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5 + Branch: perl + +> ext/POSIX/t/is.t + !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t + !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL + !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod + !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t +____________________________________________________________________________ +[ 18220] By: hv on 2002/12/02 00:58:54 + Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope + From: Dave Mitchell <davem@fdgroup.com> + Date: Sun, 24 Nov 2002 22:19:06 +0000 + Message-ID: <20021124221906.A25386@fdgroup.com> + Branch: perl + ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs + ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm + ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c + ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c +____________________________________________________________________________ +[ 18219] By: jhi on 2002/11/30 16:55:14 + Log: Integrate maint-5.6/macperl #17852. + Branch: maint-5.8/perl + !> lib/File/Copy.pm +____________________________________________________________________________ +[ 18218] By: jhi on 2002/11/29 18:23:39 + Log: Add test from [perl #8026] + Branch: maint-5.8/perl + ! t/op/pack.t +____________________________________________________________________________ +[ 18217] By: rgs on 2002/11/29 12:11:28 + Log: Document the hint constants and where they're used. + Branch: perl + ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm + ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm + ! perl.h +____________________________________________________________________________ +[ 18216] By: merijn on 2002/11/29 10:00:54 + Log: 64bit Peek failure on HP-UX 11.00 + + Subject: Re: Smoke 18188 + From: "H.Merijn Brand" <h.m.brand@hccnet.nl> + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 28 Nov 2002 19:25:25 +0100 + Message-ID: <877kexsga2.fsf@vran.herceg.de> + Branch: perl + ! ext/Devel/Peek/Peek.t +____________________________________________________________________________ +[ 18215] By: jhi on 2002/11/29 00:32:10 + Log: perl #7887: Bad URL in README.os2 + Branch: maint-5.8/perl + ! README.os2 +____________________________________________________________________________ +[ 18214] By: jhi on 2002/11/28 23:41:54 + Log: Two tests from perl #7806. + Branch: maint-5.8/perl + ! t/op/subst.t +____________________________________________________________________________ +[ 18213] By: jhi on 2002/11/28 22:26:23 + Log: Unintended integratee from #18210. + Branch: maint-5.8/perl + - macos/config.h +____________________________________________________________________________ +[ 18212] By: gsar on 2002/11/28 22:04:07 + Log: integrate macperl-5.6 changes + Branch: maint-5.6/perl + !> lib/File/Copy.pm util.c +____________________________________________________________________________ +[ 18211] By: jhi on 2002/11/28 21:50:05 + Log: More pseudohashery. + Branch: maint-5.8/perl + ! lib/fields.t +____________________________________________________________________________ +[ 18210] By: jhi on 2002/11/28 21:24:10 + Log: Integrate: + [ 18200] + Yet another approach to signal handling (Matthias) + + (from maint-5.8/macperl) + Branch: maint-5.8/perl + +> macos/config.h + !> util.c +____________________________________________________________________________ +[ 18209] By: jhi on 2002/11/28 19:07:20 + Log: Add the test case from perl #9728. + Branch: maint-5.8/perl + ! t/op/eval.t +____________________________________________________________________________ +[ 18208] By: jhi on 2002/11/28 16:57:01 + Log: Retry the #17920. + Branch: maint-5.8/perl + ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym + ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c +____________________________________________________________________________ +[ 18207] By: jhi on 2002/11/28 16:49:00 + Log: Urque. Retract #18206 since it got two patches interleaved + (the #17920, and an unfinished experimental patch). + Branch: maint-5.8/perl + ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs + ! ext/threads/t/join.t global.sym handy.h intrpvar.h makedef.pl + ! mg.c perl.c perl.h pod/perlrun.pod pod/perlvar.pod sv.c + ! t/op/magic.t thread.h util.c +____________________________________________________________________________ +[ 18206] By: jhi on 2002/11/28 16:45:11 + Log: Integrate: + [ 17920] + LEAKTEST is dead, RIP + Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST + From: "H.Merijn Brand" <h.m.brand@hccnet.nl> + Date: Mon, 23 Sep 2002 18:33:12 +0200 + Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl> + + (since LEAKTEST seems to be fundamentally obsolete, + even maint-5.8 shouldn't keep flogging a dead feature) + Branch: maint-5.8/perl + ! ext/threads/t/join.t intrpvar.h makedef.pl mg.c perl.c + ! pod/perlvar.pod sv.c t/op/magic.t thread.h + !> av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym + !> handy.h perl.h pod/perlrun.pod util.c +____________________________________________________________________________ +[ 18205] By: jhi on 2002/11/28 15:25:35 + Log: Another pseudohash usage. + Branch: maint-5.8/perl + ! lib/constant.t +____________________________________________________________________________ +[ 18204] By: jhi on 2002/11/28 14:55:34 + Log: Integrate: + [ 18203] + Slight beauty tweak. + Branch: maint-5.8/perl + !> intrpvar.h +____________________________________________________________________________ +[ 18203] By: jhi on 2002/11/28 14:54:34 + Log: Slight beauty tweak. + Branch: perl + ! intrpvar.h +____________________________________________________________________________ +[ 18202] By: jhi on 2002/11/28 14:49:11 + Log: Add test for bug #18153. + Branch: maint-5.8/perl + ! t/op/grep.t +____________________________________________________________________________ +[ 18201] By: pudge on 2002/11/28 06:01:31 + Log: Bump version, update Changes/resources + Branch: maint-5.6/macperl + ! macos/Changes macos/MPVersion.r macos/macperl/MacPerl.rsrc +____________________________________________________________________________ +[ 18200] By: pudge on 2002/11/28 05:29:12 + Log: Yet another approach to signal handling (Matthias) + Branch: macperl + ! macos/config.h util.c + Branch: maint-5.6/macperl + ! macos/config.h util.c + Branch: maint-5.8/macperl + ! macos/config.h util.c +____________________________________________________________________________ +[ 18199] By: pudge on 2002/11/28 05:20:16 + Log: Integrate maint-5.8/macperl/ from maint-5.8/perl/ + Branch: maint-5.8/macperl + +> (branch 46 files) + !> (integrate 448 files) +____________________________________________________________________________ +[ 18198] By: pudge on 2002/11/28 04:31:03 + Log: Integrate macperl/ from perl/ + Branch: macperl + +> (branch 48 files) + - ext/Thread/thr5005.t vos/Makefile vos/build.cm + - vos/compile_perl.cm vos/config.alpha.def vos/config.alpha.h + - vos/config.ga.def vos/config.ga.h vos/config.pl + - vos/configure_perl.cm vos/install_perl.cm vos/perl.bind + - vos/test_vos_dummies.c vos/vos_dummies.c + !> (integrate 501 files) +____________________________________________________________________________ +[ 18197] By: jhi on 2002/11/28 04:14:27 + Log: Integrate: + [ 18175] + Subject: [Encode] 1.83 + bleedperl patch released + From: Dan Kogai <dankogai@dan.co.jp> + Date: Tue, 19 Nov 2002 03:18:44 +0900 + Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp> + + [ 18176] + Subject: Re: [perl #18479] Error when no strict refs in effect + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 18 Nov 2002 22:50:04 +0100 + Message-ID: <87smxya6pf.fsf@vran.herceg.de> + + [ 18177] + add support for STASH and MAGIC information for REFs to sv_dump(). + Subject: [PATCH] + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET) + Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de> + + [ 18178] + Subject: Re: Storable bug #1698 + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 18 Nov 2002 10:41:36 +0100 + Message-ID: <87ptt343lb.fsf@vran.herceg.de> + + [ 18179] + Subject: [PATCH] UTF8 regexp {n} bug + From: Inaba Hiroto <inaba@st.rim.or.jp> + Date: Sat, 16 Nov 2002 19:23:00 +0900 + Message-ID: <3DD61C83.62FF9887@st.rim.or.jp> + + [ 18182] + Subject: #17171: ld flag for shrplib on OpenBSD + Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT) + From: "Todd C. Miller" <Todd.Miller at courtesan.com> + + [ 18183] + Subject: Re: [perl #18626] bug in perlipc man page + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 23 Nov 2002 21:23:20 +0100 + Message-ID: <87bs4gdohz.fsf@vran.herceg.de> + + [ 18184] + Subject: [PATCH] 2 Pod errors in perlop.pod + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Mon, 25 Nov 2002 10:21:08 +0100 + Message-ID: <m31y5admyj.fsf@k242.linux.bogus> + + Plus a few similar POD fixes + + [ 18185] + PerlFAQ sync. + + [ 18186] + Subject: DESTROY called in scalar context ? + From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> + Date: Tue, 29 Oct 2002 22:04:23 +0100 + Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr> + + [ 18188] + Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 03 Nov 2002 10:59:43 +0100 + Message-ID: <877kfvnfcg.fsf@vran.herceg.de> + Branch: maint-5.8/perl + ! Configure config_h.SH + !> (integrate 41 files) +____________________________________________________________________________ +[ 18196] By: pudge on 2002/11/28 03:39:14 + Log: Make installme more robust + Branch: maint-5.6/macperl + ! macos/macperl/Droplets/installme.plx +____________________________________________________________________________ +[ 18195] By: pudge on 2002/11/28 03:38:25 + Log: Work around weird startup Apple events (Matthias, MacPerl Bug #543491) + Branch: maint-5.6/macperl + ! macos/macperl/MPAppleEvents.c macos/macperl/MPAppleEvents.h + ! macos/macperl/MPMain.c +____________________________________________________________________________ +[ 18194] By: pudge on 2002/11/28 03:35:41 + Log: Implement InitCursorCtl wrappers (Matthias, MacPerl Bug #526707) + Branch: maint-5.6/macperl + ! macos/SubLaunch.c macos/macish.c macos/macish.h +____________________________________________________________________________ +[ 18193] By: pudge on 2002/11/28 03:20:15 + Log: Add first phase of Carbon support to macperl/ext/. + Covers Components, Files, Gestalt, Memory, MoreFiles, Notification, + Processes, Resources, Sound, Speech, Types, and the MacPerl module. + Support functions and docs in Carbon/. Added MoreFiles source. + Moved around and began to rewrite some test files. + Branch: maint-5.6/macperl + + macos/ext/Mac/Carbon/Carbon.h macos/ext/Mac/Carbon/Carbon.pm + + macos/ext/Mac/Carbon/MANIFEST + + macos/ext/Mac/Carbon/MANIFEST.SKIP + + macos/ext/Mac/Carbon/Makefile.PL macos/ext/Mac/Carbon/README + + macos/ext/Mac/Carbon/t/Carbon.t macos/ext/Mac/Carbon/typemap + + macos/ext/Mac/Carbon/xsubpps/xsubpp-5.6.1 + + macos/ext/Mac/Carbon/xsubpps/xsubpp-5.8.0 + + macos/ext/Mac/Components/eg/ListComponents.plx + + macos/ext/Mac/Components/t/Components.t + + macos/ext/Mac/MoreFiles/MoreFilesSrc/DirectoryCopy.c + + macos/ext/Mac/MoreFiles/MoreFilesSrc/DirectoryCopy.h + + macos/ext/Mac/MoreFiles/MoreFilesSrc/FSpCompat.c + + macos/ext/Mac/MoreFiles/MoreFilesSrc/FSpCompat.h + + macos/ext/Mac/MoreFiles/MoreFilesSrc/FileCopy.c + + macos/ext/Mac/MoreFiles/MoreFilesSrc/FileCopy.h + + macos/ext/Mac/MoreFiles/MoreFilesSrc/FullPath.c + + macos/ext/Mac/MoreFiles/MoreFilesSrc/FullPath.h + + macos/ext/Mac/MoreFiles/MoreFilesSrc/IterateDirectory.c + + macos/ext/Mac/MoreFiles/MoreFilesSrc/IterateDirectory.h + + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreDesktopMgr.c + + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreDesktopMgr.h + + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreFiles.c + + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreFiles.h + + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreFilesExtras.c + + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreFilesExtras.h + + macos/ext/Mac/MoreFiles/MoreFilesSrc/Optimization.h + + macos/ext/Mac/MoreFiles/MoreFilesSrc/OptimizationEnd.h + + macos/ext/Mac/MoreFiles/MoreFilesSrc/Search.c + + macos/ext/Mac/MoreFiles/MoreFilesSrc/Search.h + + macos/ext/Mac/MoreFiles/eg/Application.plx + + macos/ext/Mac/MoreFiles/eg/Iterate.plx + + macos/ext/Mac/MoreFiles/t/MoreFiles.t + + macos/ext/Mac/Processes/eg/Processes.plx + + macos/ext/Mac/Sound/t/Scream.rsrc + + macos/ext/Mac/Sound/t/Sound.t + + macos/ext/Mac/Speech/eg/Cellist.plx + + macos/ext/Mac/Speech/eg/DumpVoices.plx + + macos/ext/Mac/Speech/eg/JukeBox.plx + + macos/ext/Mac/Speech/eg/Phonemes.plx + + macos/ext/Mac/Speech/t/Speech.t macos/ext/MacPerl/t/MacPerl.t + - macos/ext/Mac/Components/t/ListComponents.t + - macos/ext/Mac/MoreFiles/t/Application.t + - macos/ext/Mac/MoreFiles/t/Iterate.t + - macos/ext/Mac/Sound/t/Scream.t + - macos/ext/Mac/Speech/t/Cellist.t + - macos/ext/Mac/Speech/t/DumpVoices.t + - macos/ext/Mac/Speech/t/JukeBox.t + - macos/ext/Mac/Speech/t/Phonemes.t + ! macos/ext/Mac/Components/Components.pm + ! macos/ext/Mac/Components/Components.xs + ! macos/ext/Mac/Components/Makefile.PL + ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Files/Files.xs + ! macos/ext/Mac/Files/Makefile.PL macos/ext/Mac/Files/t/Files.t + ! macos/ext/Mac/Gestalt/Gestalt.pm + ! macos/ext/Mac/Gestalt/Gestalt.xs + ! macos/ext/Mac/Gestalt/Makefile.PL + ! macos/ext/Mac/Gestalt/t/Gestalt.t + ! macos/ext/Mac/Memory/Makefile.PL + ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs + ! macos/ext/Mac/Memory/t/Memory.t macos/ext/Mac/MoreFiles/MF.xs + ! macos/ext/Mac/MoreFiles/Makefile.PL + ! macos/ext/Mac/MoreFiles/MoreFiles.pm + ! macos/ext/Mac/Notification/Makefile.PL + ! macos/ext/Mac/Notification/Notification.pm + ! macos/ext/Mac/Notification/Notification.xs + ! macos/ext/Mac/Notification/t/Notification.t + ! macos/ext/Mac/Processes/Makefile.PL + ! macos/ext/Mac/Processes/Processes.pm + ! macos/ext/Mac/Processes/Processes.xs + ! macos/ext/Mac/Processes/t/Processes.t + ! macos/ext/Mac/Resources/Makefile.PL + ! macos/ext/Mac/Resources/Resources.pm + ! macos/ext/Mac/Resources/Resources.xs + ! macos/ext/Mac/Resources/t/Resources.t + ! macos/ext/Mac/Sound/Makefile.PL macos/ext/Mac/Sound/Sound.pm + ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Makefile.PL + ! macos/ext/Mac/Speech/Speech.pm macos/ext/Mac/Speech/Speech.xs + ! macos/ext/Mac/Types/Makefile.PL macos/ext/Mac/Types/Types.pm + ! macos/ext/Mac/Types/Types.xs macos/ext/Mac/Types/t/Types.t + ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/MacPerl.xs + ! macos/ext/MacPerl/Makefile.PL macos/ext/MacPerl/OSA.xs +____________________________________________________________________________ +[ 18192] By: jhi on 2002/11/27 03:14:22 + Log: Doc tweak for perl #9731. + Branch: maint-5.8/perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 18191] By: jhi on 2002/11/27 02:56:52 + Log: A bit of additional information regarding BIND's harmful + effects (perl #9465). + Branch: maint-5.8/perl + ! INSTALL +____________________________________________________________________________ +[ 18190] By: jhi on 2002/11/27 02:28:34 + Log: Fix perl #18519: GDBM_SYNC and GDBM_SYNCMODE were unsupported. + Branch: maint-5.8/perl + ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL +____________________________________________________________________________ +[ 18189] By: jhi on 2002/11/27 01:51:45 + Log: Add the new POSIX isxxx() test by Ed Santiago <esm@pobox.com> + (perl #16799). + Branch: maint-5.8/perl + + ext/POSIX/t/is.t + ! MANIFEST +____________________________________________________________________________ +[ 18188] By: hv on 2002/11/27 01:32:52 + Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 03 Nov 2002 10:59:43 +0100 + Message-ID: <877kfvnfcg.fsf@vran.herceg.de> + Branch: perl + ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c +____________________________________________________________________________ +[ 18187] By: jhi on 2002/11/27 01:26:02 + Log: Follow-up on change #18122 (perl #18065) as noted by Philip Newton. + Branch: maint-5.8/perl + ! ext/Fcntl/t/syslfs.t t/op/lfs.t +____________________________________________________________________________ +[ 18186] By: hv on 2002/11/27 00:57:18 + Log: Subject: DESTROY called in scalar context ? + From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> + Date: Tue, 29 Oct 2002 22:04:23 +0100 + Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18185] By: rgs on 2002/11/26 21:06:48 + Log: PerlFAQ sync. + Branch: perl + ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod + ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod + ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod + ! pod/perlfaq9.pod +____________________________________________________________________________ +[ 18184] By: rgs on 2002/11/26 20:42:25 + Log: Subject: [PATCH] 2 Pod errors in perlop.pod + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Mon, 25 Nov 2002 10:21:08 +0100 + Message-ID: <m31y5admyj.fsf@k242.linux.bogus> + + Plus a few similar POD fixes + Branch: perl + ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod + ! pod/perltie.pod +____________________________________________________________________________ +[ 18183] By: rgs on 2002/11/26 19:53:26 + Log: Subject: Re: [perl #18626] bug in perlipc man page + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 23 Nov 2002 21:23:20 +0100 + Message-ID: <87bs4gdohz.fsf@vran.herceg.de> + Branch: perl + ! pod/perlipc.pod +____________________________________________________________________________ +[ 18182] By: merijn on 2002/11/26 08:44:39 + Log: Subject: #17171: ld flag for shrplib on OpenBSD + Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT) + From: "Todd C. Miller" <Todd.Miller at courtesan.com> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 18181] By: merijn on 2002/11/26 08:40:39 + Log: Subject: #17171: ld flag for shrplib on OpenBSD + Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT) + From: "Todd C. Miller" <Todd.Miller at courtesan.com> + Branch: metaconfig/U/perl + ! libperl.U +____________________________________________________________________________ +[ 18180] By: hv on 2002/11/25 03:10:03 + Log: integrate #18144 updates to pod/perlport.pod + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 18179] By: hv on 2002/11/25 03:06:44 + Log: Subject: [PATCH] UTF8 regexp {n} bug + From: Inaba Hiroto <inaba@st.rim.or.jp> + Date: Sat, 16 Nov 2002 19:23:00 +0900 + Message-ID: <3DD61C83.62FF9887@st.rim.or.jp> + Branch: perl + ! regcomp.c t/op/pat.t +____________________________________________________________________________ +[ 18178] By: hv on 2002/11/25 02:43:40 + Log: Subject: Re: Storable bug #1698 + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 18 Nov 2002 10:41:36 +0100 + Message-ID: <87ptt343lb.fsf@vran.herceg.de> + Branch: perl + ! ext/Storable/Storable.xs ext/Storable/t/blessed.t + ! ext/Storable/t/forgive.t +____________________________________________________________________________ +[ 18177] By: hv on 2002/11/25 02:37:07 + Log: add support for STASH and MAGIC information for REFs to sv_dump(). + Subject: [PATCH] + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET) + Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de> + Branch: perl + ! dump.c ext/Devel/Peek/Peek.t +____________________________________________________________________________ +[ 18176] By: hv on 2002/11/25 02:31:10 + Log: Subject: Re: [perl #18479] Error when no strict refs in effect + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 18 Nov 2002 22:50:04 +0100 + Message-ID: <87smxya6pf.fsf@vran.herceg.de> + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 18175] By: hv on 2002/11/25 02:20:48 + Log: Subject: [Encode] 1.83 + bleedperl patch released + From: Dan Kogai <dankogai@dan.co.jp> + Date: Tue, 19 Nov 2002 03:18:44 +0900 + Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp> + Branch: perl + ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs + ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl + ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t +____________________________________________________________________________ +[ 18174] By: jhi on 2002/11/24 22:35:23 + Log: Fix perl #7305: UnicodeCD::compexcl is weird + Branch: maint-5.8/perl + ! lib/Unicode/UCD.pm lib/Unicode/UCD.t +____________________________________________________________________________ +[ 18173] By: jhi on 2002/11/23 02:02:33 + Log: Integrate: + [ 18135] + Subject: [PATCH] perlopentut and PerlIO documentation + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 08 Nov 2002 22:22:19 +0100 + Message-ID: <8765v7kb90.fsf@vran.herceg.de> + + [ 18136] + Subject: t/run/runenv.t bug + From: Salvador "Fandiño" <sfandino@yahoo.com> + Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST) + Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com> + + [ 18137] + Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET) + Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de> + + [ 18139] + Date: Tue, 12 Nov 2002 16:49:22 +0200 + From: Jarkko Hietaniemi <jhi@iki.fi> + Subject: [PATCH] Tru64 osvers + Message-ID: <20021112144922.GI511825@lyta.hut.fi> + + [ 18141] + repair 18139 (missing awk command) + + [ 18147] + Subject: [PATCH] Typo in perl58delta + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Sat, 16 Nov 2002 16:29:14 +0100 + Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus> + + [ 18148] + New B::Lint option, bare-subs, that checks for implicitely + quoted barewords that are also subroutines, from + Ian Phillipps <ip@tarragon-et.co.uk>. + Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk> + With a few tweaks to the implementation and tests. + + [ 18149] + New B::Lint option, bare-subs, that checks for implicitely + quoted barewords that are also subroutines, from + Ian Phillipps <ip@tarragon-et.co.uk>. + Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk> + With a few tweaks to the implementation and tests. + (previous change was empty) + + [ 18150] + Subject: [PATCH] optional code for debugging leaking scalars + From: Dave Mitchell <davem@fdgroup.com> + Date: Thu, 14 Nov 2002 23:03:00 +0000 + Message-ID: <20021114230300.B18614@fdgroup.com> + + [ 18151] + Document PRIVSHIFT. + Subject: [PATCH] two small doc patches + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Thu, 14 Nov 2002 15:07:35 -0800 + Message-ID: <3yC19gzkguTO092yn@efn.org> + + [ 18152] + Subject: Re: [PATCH] optional code for debugging leaking scalars + From: Dave Mitchell <davem@fdgroup.com> + Date: Sat, 16 Nov 2002 22:18:23 +0000 + Message-ID: <20021116221823.A23614@fdgroup.com> + Documentation for change #18150. + + [ 18154] + Correction to change #18152, by Dave Mitchell. + + [ 18158] + Remove duplicate my() declaration giving warnings from change #18105. + + [ 18159] + Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet + From: Gurusamy Sarathy <gsar@ActiveState.com> + Date: Wed, 30 Oct 2002 20:58:15 -0800 + Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com> + Date: Wed, 30 Oct 2002 21:56:22 -0800 + Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com> + Date: Wed, 30 Oct 2002 22:55:30 -0800 + Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com> + + [ 18160] + Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc) + From: Nicholas Clark <nick@unfortu.net> + Date: Tue, 29 Oct 2002 23:00:05 +0000 + Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net> + + [ 18161] + Subject: [PATCH Win32] Document wperl.exe + From: "Brent Dax" <brentdax@cpan.org> + Date: Fri, 15 Nov 2002 23:02:01 -0800 + Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue> + + [ 18162] + Subject: [PATCH ext/threads/threads.xs] trivial typo + From: Dave Mitchell <davem@fdgroup.com> + Date: Thu, 14 Nov 2002 22:55:39 +0000 + Message-ID: <20021114225539.A18614@fdgroup.com> + + [ 18163] + Subject: Re: [PATCH] AutoLoader gives wrong message + From: Peter Scott <Peter@PSDT.com> + Date: Thu, 07 Nov 2002 19:04:27 -0800 + Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com> + + With a tweak to the END cleanup block to fully remove the + temporary test directory + + [ 18164] + t/io/crlf.t failed with miniperl. + + [ 18165] + Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?) + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Sun, 3 Nov 2002 17:50:08 +0200 + Message-ID: <20021103155008.GA382682@lyta.hut.fi> + + [ 18166] + Fix perl bug #17920 : a case of parser coredump. + The fix is to disable Perl_block_start and Perl_block_end + when the yacc parser has encountered errors. This prevents + corruption of the internal stack, at the expense of correctness, + but this doesn't matter as the code is unparseable anyway. + + [ 18168] + Subject: [PATCH] hires sleeping wants libs + Date: Wed, 20 Nov 2002 17:18:31 +0200 + From: Jarkko Hietaniemi <jhi@iki.fi> + Message-ID: <20021120151830.GC127060@lyta.hut.fi> + + [ 18169] + Add a test for bug #17920, and a new test file for it. + + [ 18170] + Move some tests from t/run/fresh_perl.t + to the new t/comp/parser.t. The goal being to + get rid of fresh_perl.t at some point. + + [ 18171] + A new test for $^S, based on a patch by Iain 'Spoon' Truskett. + Fix the existing tests that didn't checked the difference + between 0 and undef. + + [ 18172] + Subject: [PATCH] Historic version labels + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Fri, 22 Nov 2002 14:39:41 +0100 + Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus> + + (and regen Configure, regen_headers) + Branch: maint-5.8/perl + +> regen.pl regen_headers.pl t/comp/parser.t + ! Configure README.ce config_h.SH ext/B/B.pm ext/B/t/concise.t + !> (integrate 35 files) +____________________________________________________________________________ +[ 18172] By: rgs on 2002/11/22 21:44:09 + Log: Subject: [PATCH] Historic version labels + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Fri, 22 Nov 2002 14:39:41 +0100 + Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus> + Branch: perl + ! Changes5.005 Changes5.6 +____________________________________________________________________________ +[ 18171] By: rgs on 2002/11/22 21:15:54 + Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett. + Fix the existing tests that didn't checked the difference + between 0 and undef. + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 18170] By: rgs on 2002/11/22 20:49:12 + Log: Move some tests from t/run/fresh_perl.t + to the new t/comp/parser.t. The goal being to + get rid of fresh_perl.t at some point. + Branch: perl + ! t/comp/parser.t t/run/fresh_perl.t +____________________________________________________________________________ +[ 18169] By: rgs on 2002/11/21 20:49:36 + Log: Add a test for bug #17920, and a new test file for it. + Branch: perl + + t/comp/parser.t + ! MANIFEST +____________________________________________________________________________ +[ 18168] By: merijn on 2002/11/21 13:59:12 + Log: Subject: [PATCH] hires sleeping wants libs + Date: Wed, 20 Nov 2002 17:18:31 +0200 + From: Jarkko Hietaniemi <jhi@iki.fi> + Message-ID: <20021120151830.GC127060@lyta.hut.fi> + Branch: perl + ! Configure hints/irix_6.sh +____________________________________________________________________________ +[ 18167] By: merijn on 2002/11/21 13:49:58 + Log: Subject: [PATCH] hires sleeping wants libs + Date: Wed, 20 Nov 2002 17:18:31 +0200 + From: Jarkko Hietaniemi <jhi@iki.fi> + Message-ID: <20021120151830.GC127060@lyta.hut.fi> + Branch: metaconfig + ! U/modified/Myinit.U +____________________________________________________________________________ +[ 18166] By: rgs on 2002/11/19 23:02:31 + Log: Fix perl bug #17920 : a case of parser coredump. + The fix is to disable Perl_block_start and Perl_block_end + when the yacc parser has encountered errors. This prevents + corruption of the internal stack, at the expense of correctness, + but this doesn't matter as the code is unparseable anyway. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 18165] By: rgs on 2002/11/19 22:45:36 + Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?) + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Sun, 3 Nov 2002 17:50:08 +0200 + Message-ID: <20021103155008.GA382682@lyta.hut.fi> + Branch: perl + ! lib/open.pm locale.c pod/perl58delta.pod +____________________________________________________________________________ +[ 18164] By: rgs on 2002/11/19 22:32:52 + Log: t/io/crlf.t failed with miniperl. + Branch: perl + ! t/io/crlf.t +____________________________________________________________________________ +[ 18163] By: rgs on 2002/11/19 22:11:24 + Log: Subject: Re: [PATCH] AutoLoader gives wrong message + From: Peter Scott <Peter@PSDT.com> + Date: Thu, 07 Nov 2002 19:04:27 -0800 + Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com> + + With a tweak to the END cleanup block to fully remove the + temporary test directory + Branch: perl + ! lib/AutoLoader.t +____________________________________________________________________________ +[ 18162] By: rgs on 2002/11/19 21:29:25 + Log: Subject: [PATCH ext/threads/threads.xs] trivial typo + From: Dave Mitchell <davem@fdgroup.com> + Date: Thu, 14 Nov 2002 22:55:39 +0000 + Message-ID: <20021114225539.A18614@fdgroup.com> + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 18161] By: rgs on 2002/11/19 21:26:21 + Log: Subject: [PATCH Win32] Document wperl.exe + From: "Brent Dax" <brentdax@cpan.org> + Date: Fri, 15 Nov 2002 23:02:01 -0800 + Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue> + Branch: perl + ! README.win32 +____________________________________________________________________________ +[ 18160] By: hv on 2002/11/19 12:07:25 + Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc) + From: Nicholas Clark <nick@unfortu.net> + Date: Tue, 29 Oct 2002 23:00:05 +0000 + Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net> + Branch: perl + + regen.pl regen_headers.pl + ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl + ! keywords.pl opcode.pl regcomp.pl +____________________________________________________________________________ +[ 18159] By: hv on 2002/11/19 11:48:30 + Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet + From: Gurusamy Sarathy <gsar@ActiveState.com> + Date: Wed, 30 Oct 2002 20:58:15 -0800 + Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com> + Date: Wed, 30 Oct 2002 21:56:22 -0800 + Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com> + Date: Wed, 30 Oct 2002 22:55:30 -0800 + Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com> + Branch: perl + ! gv.c pp_hot.c t/op/method.t +____________________________________________________________________________ +[ 18158] By: hv on 2002/11/19 11:35:16 + Log: Remove duplicate my() declaration giving warnings from change #18105. + Branch: perl + ! lib/Class/Struct.t +____________________________________________________________________________ +[ 18157] By: nick on 2002/11/19 10:16:27 + Log: Integrate mainline + Branch: perlio + +> ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t + +> t/run/switchI.t t/uni/tr_7jis.t t/uni/tr_eucjp.t + +> t/uni/tr_sjis.t t/uni/tr_utf8.t + ! ext/Encode/Encode.xs + !> (integrate 77 files) +____________________________________________________________________________ +[ 18156] By: jhi on 2002/11/18 23:06:22 + Log: Unicode 3.2 Errata from + http://www.unicode.org/unicode/uni2errata/UnicodeErrata.html + (errata 2002 October 31 and 2002 October 30) + (If/when 3.2.1 or 4.0 happens, just replace SpecialCasing + and UnicodeData, don't bother with diffs, and rerun + perl ./mktables) + Branch: maint-5.8/perl + ! lib/Unicode/UCD.t lib/unicore/Category.pl + ! lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt + ! lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl + ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl + ! lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl + ! lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl +____________________________________________________________________________ +[ 18155] By: jhi on 2002/11/16 22:34:07 + Log: make regen_headers + Branch: maint-5.8/perl + ! pod/perlapi.pod proto.h +____________________________________________________________________________ +[ 18154] By: rgs on 2002/11/16 22:08:44 + Log: Correction to change #18152, by Dave Mitchell. + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 18153] By: jhi on 2002/11/16 21:24:13 + Log: Tripped by the pseudo-hash warning. + Branch: maint-5.8/perl + ! t/op/hashwarn.t +____________________________________________________________________________ +[ 18152] By: rgs on 2002/11/16 21:23:15 + Log: Subject: Re: [PATCH] optional code for debugging leaking scalars + From: Dave Mitchell <davem@fdgroup.com> + Date: Sat, 16 Nov 2002 22:18:23 +0000 + Message-ID: <20021116221823.A23614@fdgroup.com> + Documentation for change #18150. + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 18151] By: rgs on 2002/11/16 20:45:26 + Log: Document PRIVSHIFT. + Subject: [PATCH] two small doc patches + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Thu, 14 Nov 2002 15:07:35 -0800 + Message-ID: <3yC19gzkguTO092yn@efn.org> + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 18150] By: rgs on 2002/11/16 20:25:57 + Log: Subject: [PATCH] optional code for debugging leaking scalars + From: Dave Mitchell <davem@fdgroup.com> + Date: Thu, 14 Nov 2002 23:03:00 +0000 + Message-ID: <20021114230300.B18614@fdgroup.com> + Branch: perl + ! perl.c sv.c +____________________________________________________________________________ +[ 18149] By: rgs on 2002/11/16 20:10:50 + Log: New B::Lint option, bare-subs, that checks for implicitely + quoted barewords that are also subroutines, from + Ian Phillipps <ip@tarragon-et.co.uk>. + Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk> + With a few tweaks to the implementation and tests. + (previous change was empty) + Branch: perl + ! ext/B/B/Lint.pm ext/B/t/lint.t +____________________________________________________________________________ +[ 18148] By: rgs on 2002/11/16 20:05:34 + Log: New B::Lint option, bare-subs, that checks for implicitely + quoted barewords that are also subroutines, from + Ian Phillipps <ip@tarragon-et.co.uk>. + Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk> + With a few tweaks to the implementation and tests. + Branch: perl + ! ext/B/B/Lint.pm ext/B/t/lint.t +____________________________________________________________________________ +[ 18147] By: rgs on 2002/11/16 19:52:54 + Log: Subject: [PATCH] Typo in perl58delta + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Sat, 16 Nov 2002 16:29:14 +0100 + Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus> + Branch: perl + ! pod/perl58delta.pod +____________________________________________________________________________ +[ 18146] By: jhi on 2002/11/16 15:09:26 + Log: Typo noticed by Philip Newton. + Branch: maint-5.8/perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 18145] By: jhi on 2002/11/16 02:53:59 + Log: Add 5.005-style thread deprecation warning (at each + thread create). + Branch: maint-5.8/perl + ! ext/Thread/Thread.xs pod/perldelta.pod pod/perldiag.pod +____________________________________________________________________________ +[ 18144] By: jhi on 2002/11/15 22:30:36 + Log: perlport tweaks: + - timezone + - $!, Errno + - metainformation changing + - perlunicode + Branch: maint-5.8/perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 18143] By: jhi on 2002/11/15 04:37:24 + Log: Add pseudo-hashes deprecation warning (at each pseudo-hash access). + Branch: maint-5.8/perl + ! av.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/av +____________________________________________________________________________ +[ 18142] By: rgs on 2002/11/12 22:09:39 + Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro) + From: Dave Mitchell <davem@fdgroup.com> + Date: Thu, 7 Nov 2002 16:38:02 +0000 + Message-ID: <20021107163802.C25337@fdgroup.com> + Branch: perl + ! pad.h +____________________________________________________________________________ +[ 18141] By: merijn on 2002/11/12 16:15:30 + Log: repair 18139 (missing awk command) + Branch: perl + ! Configure +____________________________________________________________________________ +[ 18140] By: merijn on 2002/11/12 16:12:14 + Log: added missing awk. <blush> + Branch: metaconfig + ! U/modified/Oldconfig.U +____________________________________________________________________________ +[ 18139] By: merijn on 2002/11/12 14:20:36 + Log: Date: Tue, 12 Nov 2002 16:49:22 +0200 + From: Jarkko Hietaniemi <jhi@iki.fi> + Subject: [PATCH] Tru64 osvers + Message-ID: <20021112144922.GI511825@lyta.hut.fi> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 18138] By: merijn on 2002/11/12 14:08:50 + Log: Date: Tue, 12 Nov 2002 16:49:22 +0200 + From: Jarkko Hietaniemi <jhi@iki.fi> + Subject: [PATCH] Tru64 osvers + Message-ID: <20021112144922.GI511825@lyta.hut.fi> + Branch: metaconfig + ! U/modified/Oldconfig.U +____________________________________________________________________________ +[ 18137] By: rgs on 2002/11/10 21:57:04 + Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET) + Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de> + Branch: perl + ! lib/Term/ReadLine.pm +____________________________________________________________________________ +[ 18136] By: rgs on 2002/11/10 21:38:44 + Log: Subject: t/run/runenv.t bug + From: Salvador "Fandiño" <sfandino@yahoo.com> + Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST) + Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com> + Branch: perl + ! t/run/runenv.t +____________________________________________________________________________ +[ 18135] By: rgs on 2002/11/10 21:30:36 + Log: Subject: [PATCH] perlopentut and PerlIO documentation + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 08 Nov 2002 22:22:19 +0100 + Message-ID: <8765v7kb90.fsf@vran.herceg.de> + Branch: perl + ! lib/PerlIO.pm pod/perlopentut.pod +____________________________________________________________________________ +[ 18134] By: jhi on 2002/11/09 22:10:52 + Log: Update Changes. + Branch: maint-5.8/perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 18133] By: jhi on 2002/11/09 21:56:38 + Log: Integrate + + [ 18122] + Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite + From: "david@dhaller.de (via RT)" <perlbug@perl.org> + Date: 23 Oct 2002 18:42:51 -0000 + Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org> + + [ 18123] + Subject: PATCH x2p/find2perl.PL + From: "Newton, Philip" <Philip.Newton@datenrevision.de> + Date: Thu, 24 Oct 2002 10:05:19 +0200 + Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg> + + [ 18124] + Subject: [PATCH] File::Temp documentation fix + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST) + Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de> + + [ 18125] + Subject: Re: The Inaba patch for tr/// vs. use encoding + From: Dan Kogai <dankogai@dan.co.jp> + Date: Fri, 25 Oct 2002 13:04:00 +0900 + Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp> + Branch: maint-5.8/perl + +> t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t + +> t/uni/tr_utf8.t + !> MANIFEST ext/Fcntl/t/syslfs.t lib/File/Temp.pm t/op/lfs.t + !> x2p/find2perl.PL +____________________________________________________________________________ +[ 18132] By: jhi on 2002/11/09 21:50:30 + Log: Integrate + + [ 18121] + Subject: Re: [perl #18038] DESTROY change in 5.8.0? + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Sun, 03 Nov 2002 15:48:18 -0800 + Message-ID: <CXbx9gzkgS8W092yn@efn.org> + Branch: maint-5.8/perl + !> sv.c t/op/tie.t +____________________________________________________________________________ +[ 18131] By: jhi on 2002/11/09 21:28:07 + Log: Integrate + + [ 18119] + Subject: [perl #18154] Problem found in calculating offsets in regex + From: Mark Pease (via RT) <perlbug@perl.org> + Date: 29 Oct 2002 20:23:54 -0000 + Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org> + + [ 18120] + Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets? + From: Gurusamy Sarathy <gsar@ActiveState.com> + Date: Sat, 19 Oct 2002 12:11:43 -0700 + Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com> + Branch: maint-5.8/perl + !> doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c regcomp.c + !> win32/win32.h +____________________________________________________________________________ +[ 18130] By: jhi on 2002/11/09 21:25:39 + Log: Integrate + + [ 18118] + Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp + From: hv@crypt.org + Date: Sun, 03 Nov 2002 16:41:24 +0000 + Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk> + + (closure.t required manual edit since blead had a new test) + Branch: maint-5.8/perl + !> ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t + !> t/op/sub_lval.t +____________________________________________________________________________ +[ 18129] By: jhi on 2002/11/09 21:20:02 + Log: Integrate + + [ 18115] + Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 24 Oct 2002 00:44:35 +0200 + Message-ID: <87vg3sixm4.fsf@vran.herceg.de> + + [ 18117] + "make distclean" should remove the generated file lib/Config.pod. + Branch: maint-5.8/perl + !> Makefile.SH pod/perldiag.pod pod/perlfunc.pod pp_sys.c + !> t/io/binmode.t t/io/print.t t/io/read.t t/lib/warnings/pp_sys +____________________________________________________________________________ +[ 18128] By: jhi on 2002/11/09 21:15:09 + Log: Integrate + + [ 18116] + The new test introduced in #18114 failed with threads + + (edit //= to be ||=) + Branch: maint-5.8/perl + !> ext/B/t/concise.t +____________________________________________________________________________ +[ 18127] By: jhi on 2002/11/09 21:07:43 + Log: Integrate + + [ 18114] + Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well + From: Stephen McCamant <smcc@mit.edu> + Date: Thu, 31 Oct 2002 01:35:29 -0500 + Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU> + + plus a test case in ext/B/t/concise.t + plus a (less intrusive, but less future-proof) fix for a + similar problem in B::walkoptree_exec(). + + (edit away dor and dorassign) + Branch: maint-5.8/perl + !> ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t +____________________________________________________________________________ +[ 18126] By: jhi on 2002/11/09 19:00:47 + Log: Integrate + + [ 18102] + Subject: Re: [perl #18066] Bug in -I when path has double colons? + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 30 Oct 2002 11:18:47 +0100 + Message-ID: <87of9c2prs.fsf@vran.herceg.de> + + With the corresponding change to embed.fnc + + [ 18105] + Subject: Re: Class::Struct, simple patch, tests + From: Marty Pauley <marty+p5p@kasei.com> + Date: Fri, 18 Oct 2002 22:26:38 +0100 + Message-ID: <20021018212638.GB3764@soto.kasei.com> + + [ 18106] + new test based on: + Subject: [TEST] for [PATCH] bug in utf8.c(?) + From: Marty Pauley <marty+p5p@kasei.com> + Date: Fri, 18 Oct 2002 21:02:38 +0100 + Message-ID: <20021018200238.GY3764@soto.kasei.com> + + [ 18107] + 1. Update pp_ucfirst to enter the UTF-8 branch only if the first + character is UTF-8. (Copied from pp_lcfirst.) + 2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK. + + [ 18108] + Put back the DO NOT EDIT headers in proto.h and global.sym + + Subject: Re: [perl #18066] Bug in -I when path has double colons? + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 03 Nov 2002 10:25:10 +0100 + Message-ID: <87adkrngy1.fsf@vran.herceg.de> + + [ 18109] + Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex + From: hv@crypt.org + Date: Tue, 05 Nov 2002 13:30:00 +0000 + Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk> + + This is half of the fix for #18107. The swash_init() problems + described in <20021105143646.M18101@lustre.dyn.wiw.org> remain, + but can now be seen only with UTF-8 test cases. + + [ 18113] + make regen_headers. + Backport change #18078 to warnings.pl. + + plus make regen_headers + Branch: maint-5.8/perl + +> t/run/switchI.t + ! pod/perlapi.pod + !> MANIFEST dump.c embed.fnc embed.h embedvar.h global.sym + !> lib/Class/Struct.pm lib/Class/Struct.t lib/utf8.t perl.c + !> perlapi.c perlapi.h pp.c proto.h t/run/runenv.t warnings.pl +____________________________________________________________________________ +[ 18125] By: hv on 2002/11/07 14:01:57 + Log: Subject: Re: The Inaba patch for tr/// vs. use encoding + From: Dan Kogai <dankogai@dan.co.jp> + Date: Fri, 25 Oct 2002 13:04:00 +0900 + Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp> + Branch: perl + + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t + + t/uni/tr_utf8.t + ! MANIFEST +____________________________________________________________________________ +[ 18124] By: hv on 2002/11/07 13:51:39 + Log: Subject: [PATCH] File::Temp documentation fix + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST) + Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de> + Branch: perl + ! lib/File/Temp.pm +____________________________________________________________________________ +[ 18123] By: hv on 2002/11/07 13:46:59 + Log: Subject: PATCH x2p/find2perl.PL + From: "Newton, Philip" <Philip.Newton@datenrevision.de> + Date: Thu, 24 Oct 2002 10:05:19 +0200 + Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg> + Branch: perl + ! x2p/find2perl.PL +____________________________________________________________________________ +[ 18122] By: hv on 2002/11/07 13:40:25 + Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite + From: "david@dhaller.de (via RT)" <perlbug@perl.org> + Date: 23 Oct 2002 18:42:51 -0000 + Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org> + Branch: perl + ! ext/Fcntl/t/syslfs.t t/op/lfs.t +____________________________________________________________________________ +[ 18121] By: hv on 2002/11/07 13:21:15 + Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0? + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Sun, 03 Nov 2002 15:48:18 -0800 + Message-ID: <CXbx9gzkgS8W092yn@efn.org> + Branch: perl + ! sv.c t/op/tie.t +____________________________________________________________________________ +[ 18120] By: hv on 2002/11/07 13:14:21 + Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets? + From: Gurusamy Sarathy <gsar@ActiveState.com> + Date: Sat, 19 Oct 2002 12:11:43 -0700 + Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com> + Branch: perl + ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h +____________________________________________________________________________ +[ 18119] By: hv on 2002/11/07 12:13:28 + Log: Subject: [perl #18154] Problem found in calculating offsets in regex + From: Mark Pease (via RT) <perlbug@perl.org> + Date: 29 Oct 2002 20:23:54 -0000 + Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org> + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 18118] By: hv on 2002/11/07 11:33:38 + Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp + From: hv@crypt.org + Date: Sun, 03 Nov 2002 16:41:24 +0000 + Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk> + Branch: perl + ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t + ! t/op/sub_lval.t +____________________________________________________________________________ +[ 18117] By: rgs on 2002/11/06 22:15:36 + Log: "make distclean" should remove the generated file lib/Config.pod. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 18116] By: rgs on 2002/11/06 22:11:06 + Log: The new test introduced in #18114 failed with threads + Branch: perl + ! ext/B/t/concise.t +____________________________________________________________________________ +[ 18115] By: rgs on 2002/11/06 20:43:14 + Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 24 Oct 2002 00:44:35 +0200 + Message-ID: <87vg3sixm4.fsf@vran.herceg.de> + Branch: perl + ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t + ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys +____________________________________________________________________________ +[ 18114] By: rgs on 2002/11/06 20:08:53 + Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well + From: Stephen McCamant <smcc@mit.edu> + Date: Thu, 31 Oct 2002 01:35:29 -0500 + Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU> + + plus a test case in ext/B/t/concise.t + plus a (less intrusive, but less future-proof) fix for a + similar problem in B::walkoptree_exec(). + Branch: perl + ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t +____________________________________________________________________________ +[ 18113] By: rgs on 2002/11/05 20:11:55 + Log: make regen_headers. + Backport change #18078 to warnings.pl. + Branch: perl + ! global.sym perlapi.c perlapi.h proto.h warnings.pl +____________________________________________________________________________ +[ 18112] By: jhi on 2002/11/05 13:26:28 + Log: perl embed.pl + Branch: maint-5.8/perl + ! embed.h embedvar.h global.sym perlapi.c perlapi.h proto.h +____________________________________________________________________________ +[ 18111] By: jhi on 2002/11/05 13:24:59 + Log: Integrate + + [ 18067] + [PATCH] embed.pl doc. (embed.pl reorganization for doc headers) + Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi> + With some additional modifications + + [ 18068] + Repair broken previous patch. I don't like it, but not repairing it + breaks each and every build. Will teach me to test on the same + machine where I patched it. Sorry. + + [ 18108] + Put back the DO NOT EDIT headers in proto.h and global.sym + + Subject: Re: [perl #18066] Bug in -I when path has double colons? + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 03 Nov 2002 10:25:10 +0100 + Message-ID: <87adkrngy1.fsf@vran.herceg.de> + Branch: maint-5.8/perl + !> embed.pl +____________________________________________________________________________ +[ 18110] By: jhi on 2002/11/05 13:12:12 + Log: Integrate + + [ 17951] + MakeMaker's INSTALLSITEMANXDIR Configure's counterpart + Thu, 25 Jul 2002, Andy Dougherty + + (had to regen Configure) + Branch: maint-5.8/perl + ! Configure config_h.SH + !> Policy_sh.SH +____________________________________________________________________________ +[ 18109] By: ams on 2002/11/05 13:03:34 + Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex + From: hv@crypt.org + Date: Tue, 05 Nov 2002 13:30:00 +0000 + Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk> + + This is half of the fix for #18107. The swash_init() problems + described in <20021105143646.M18101@lustre.dyn.wiw.org> remain, + but can now be seen only with UTF-8 test cases. + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 18108] By: merijn on 2002/11/05 07:52:08 + Log: Put back the DO NOT EDIT headers in proto.h and global.sym + + Subject: Re: [perl #18066] Bug in -I when path has double colons? + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 03 Nov 2002 10:25:10 +0100 + Message-ID: <87adkrngy1.fsf@vran.herceg.de> + Branch: perl + ! embed.pl +____________________________________________________________________________ +[ 18107] By: ams on 2002/11/05 03:43:46 + Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first + character is UTF-8. (Copied from pp_lcfirst.) + 2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK. + Branch: perl + ! dump.c pp.c +____________________________________________________________________________ +[ 18106] By: hv on 2002/11/05 01:43:27 + Log: new test based on: + Subject: [TEST] for [PATCH] bug in utf8.c(?) + From: Marty Pauley <marty+p5p@kasei.com> + Date: Fri, 18 Oct 2002 21:02:38 +0100 + Message-ID: <20021018200238.GY3764@soto.kasei.com> + Branch: perl + ! lib/utf8.t +____________________________________________________________________________ +[ 18105] By: hv on 2002/11/05 00:59:30 + Log: Subject: Re: Class::Struct, simple patch, tests + From: Marty Pauley <marty+p5p@kasei.com> + Date: Fri, 18 Oct 2002 22:26:38 +0100 + Message-ID: <20021018212638.GB3764@soto.kasei.com> + Branch: perl + ! lib/Class/Struct.pm lib/Class/Struct.t +____________________________________________________________________________ +[ 18104] By: jhi on 2002/11/04 22:23:54 + Log: Integrate + [ 17946] + nanosleep on VMS not present + Branch: maint-5.8/perl + !> configure.com +____________________________________________________________________________ +[ 18103] By: jhi on 2002/11/04 22:11:33 + Log: Integrate + [ 17944] + nanosleep probes as per Jarkko's request + + (and regen Configure) + Branch: maint-5.8/perl + ! Configure config_h.SH + !> NetWare/config_H.wc Porting/config.sh Porting/config_H + !> epoc/config.sh perl.h win32/config.bc win32/config.gc + !> win32/config.vc win32/config.vc64 win32/config_H.bc + !> win32/config_H.gc win32/config_H.vc win32/config_H.vc64 + !> wince/config.ce wince/config_H.ce +____________________________________________________________________________ +[ 18102] By: rgs on 2002/11/04 21:43:53 + Log: Subject: Re: [perl #18066] Bug in -I when path has double colons? + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 30 Oct 2002 11:18:47 +0100 + Message-ID: <87of9c2prs.fsf@vran.herceg.de> + + With the corresponding change to embed.fnc + Branch: perl + + t/run/switchI.t + ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c + ! proto.h t/run/runenv.t +____________________________________________________________________________ +[ 18101] By: jhi on 2002/11/04 21:29:57 + Log: Integrate + + [ 17731] + Subject: [PATCH] Configure missing d_modflproto='' + From: "Gerrit P. Haase" <gp@familiehaase.de> + Date: Tue, 13 Aug 2002 15:11:05 +0200 + Message-id: <11417599086.20020813151105@familiehaase.de> + + [ 17739] + Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5 + From: "H.Merijn Brand" <h.m.brand@hccnet.nl> + Date: Tue, 23 Jul 2002 09:21:10 +0200 + Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl> + + [ 17902] + [PATCH perl@17882] configure.com needs d_modflproto + Thu 12 Sep 2002 23:19, "Craig A. Berry" + + [ 17919] + Subject: [PATCH] AIX hints missinga >&4 + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Fri, 13 Sep 2002 16:48:42 +0300 + Message-ID: <20020913134842.GD8929@lyta.hut.fi> + Branch: maint-5.8/perl + !> Configure configure.com hints/aix.sh +____________________________________________________________________________ +[ 18100] By: jhi on 2002/11/04 21:21:09 + Log: Integrate (two changes that are followups for changes already in) + + [ 17745] + perldelta for #17727 + + [ 17831] + #17827 misses some win32 tweaks + Branch: maint-5.8/perl + !> pod/perldelta.pod win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 18099] By: jhi on 2002/11/04 21:17:25 + Log: Integrate (automerge didn't work, required manual copying from + a post-17815 snapshot and editing a '59' to '58') + + [ 17815] + formatting cleanup and: + Subject: Re: perl-5.8.0 on HP porting center + From: "H.Merijn Brand" <h.m.brand@hccnet.nl> + Date: Thu, 29 Aug 2002 12:23:31 +0200 + Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl> + Branch: maint-5.8/perl + ! installperl +____________________________________________________________________________ +[ 18098] By: jhi on 2002/11/04 18:53:22 + Log: Kick patchlevel. + Branch: maint-5.8/perl + ! patchlevel.h +____________________________________________________________________________ +[ 18097] By: jhi on 2002/11/04 18:52:23 + Log: Update Changes. + Branch: maint-5.8/perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 18096] By: jhi on 2002/11/04 18:46:09 + Log: Integrate + + [ 18090] + extend #13786 to cover the other four identical chunks of code + to avoid looping under overload. + + [ 18091] + How pre-5.9.0 Perl can be fooled by a defined-or. + + [ 18093] + s/Perlf/Perl/ (thanks rgs) + Branch: maint-5.8/perl + !> pod/perldiag.pod sv.c +____________________________________________________________________________ +[ 18095] By: jhi on 2002/11/04 17:45:47 + Log: Integrate (now tests 100% in Tru64 5.1A): + + [ 18083] + [PATCH] Typo configpm + Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr> + + [ 18084] + Tru64, gcc -O3, datasize + Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi> + + [ 18085] + Subject: Re: [perl #17064] illegal legal unicode character + From: hv@crypt.org + Date: Mon, 04 Nov 2002 13:23:49 +0000 + Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk> + + [ 18086] + integrate from perlio: changes #17709, #17795, #17796, #18032 + + [ 18088] + Charnames take 4 + Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl> + Branch: maint-5.8/perl + !> Porting/apply README.tru64 configpm ext/PerlIO/t/encoding.t + !> ext/PerlIO/t/via.t ext/PerlIO/via/via.xs hints/dec_osf.sh + !> lib/charnames.pm lib/charnames.t perlio.c regexec.c + !> t/io/crlf.t t/op/split.t +____________________________________________________________________________ +[ 18094] By: merijn on 2002/11/04 16:08:22 + Log: Changed the warning detection pattern because of: + + Subject: ccache gcc3.2 doesn't work + From: Nicholas Clark <nick@ccl4.org> + Date: Tue, 29 Oct 2002 15:01:39 + Message-ID: <20021029150139.J82080@plum.flirble.org> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 18093] By: jhi on 2002/11/04 16:06:39 + Log: s/Perlf/Perl/ (thanks rgs) + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 18092] By: merijn on 2002/11/04 15:57:58 + Log: Using ccache will change the warning that we want to catch + Mon, 04 Nov 2002; H.Merijn Brand, Nicholas Clark + Branch: metaconfig/U/perl + ! gccvers.U +____________________________________________________________________________ +[ 18091] By: jhi on 2002/11/04 15:50:07 + Log: How pre-5.9.0 Perl can be fooled by a defined-or. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 18090] By: hv on 2002/11/04 15:49:29 + Log: extend #13786 to cover the other four identical chunks of code + to avoid looping under overload. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 18089] By: jhi on 2002/11/04 15:44:28 + Log: The //= meme seems to be catching on. + Branch: maint-5.8/perl + ! t/op/anonsub.t +____________________________________________________________________________ +[ 18088] By: merijn on 2002/11/04 15:37:06 + Log: Charnames take 4 + Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl> + Branch: perl + ! lib/charnames.pm lib/charnames.t +____________________________________________________________________________ +[ 18087] By: jhi on 2002/11/04 15:28:23 + Log: Integrate: + + [ 17677] + Main branch no longer needs op/taint.t version check. + Branch: maint-5.8/perl + !> t/op/taint.t +____________________________________________________________________________ +[ 18086] By: hv on 2002/11/04 15:16:34 + Log: integrate from perlio: changes #17709, #17795, #17796, #18032 + Branch: perl + !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t + !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t +____________________________________________________________________________ +[ 18085] By: hv on 2002/11/04 12:17:12 + Log: Subject: Re: [perl #17064] illegal legal unicode character + From: hv@crypt.org + Date: Mon, 04 Nov 2002 13:23:49 +0000 + Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk> + Branch: perl + ! regexec.c t/op/split.t +____________________________________________________________________________ +[ 18084] By: merijn on 2002/11/04 11:04:45 + Log: Tru64, gcc -O3, datasize + Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi> + Branch: perl + ! README.tru64 hints/dec_osf.sh +____________________________________________________________________________ +[ 18083] By: merijn on 2002/11/04 10:58:52 + Log: Typo configpm + Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr> + Branch: perl + ! configpm +____________________________________________________________________________ +[ 18082] By: jhi on 2002/11/04 05:38:52 + Log: Integrate: the same caveat as for #18080. + + [ 17779] + upgrade bignum to v0.13: fix test failures and update docs + + [ 17780] + fix bignum test failures + + [ 17784] + #17780 relies on unixy paths to locate own directory for bignum tests. + + [ 17785] + fix non-ANSI C++-style comment + Subject: [ PATCH ] Smoke 17780 /pro/3gl/CPAN/perl-current + From: "H.Merijn Brand" <h.m.brand@hccnet.nl> + Date: Mon, 26 Aug 2002 09:15:18 +0200 + Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl> + + [ 17841] + Subject: [PATCH] op/getpid.t failure + From: Michael G Schwern <schwern@pobox.com> + Date: Tue, 3 Sep 2002 17:48:24 -0700 + Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net> + + [ 17872] + temporarily skip failing Storable tests caused by #17869 + + [ 17901] + Subject: [PATCH] more PASE wisdom + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Fri, 13 Sep 2002 00:17:39 +0300 + Message-ID: <20020912211739.GB6980@lyta.hut.fi> + + [ 17912] + Subject: [PATCH] AIX test shouldn't trip OS/400 PASE + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Thu, 19 Sep 2002 18:59:48 +0300 + Message-Id: <20020919155948.GU208696@lyta.hut.fi> + + Subject: [PATCH] more PASE tweakage + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Thu, 19 Sep 2002 18:01:44 +0300 + Message-Id: <20020919150144.GJ208696@lyta.hut.fi> + + [ 17963] + Subject: Re: [perl #17376] Bug Report - our(%) + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Tue, 01 Oct 2002 09:54:30 -0700 + Message-ID: <GNdm9gzkgWOS092yn@efn.org> + + [ 17969] + Subject: [PATCH] Storable and code serialization: documentation + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST) + Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de> + + [ 17970] + Add a line about 2.05. + + [ 17971] + Subject: Re: Not OK 17969 + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 03 Oct 2002 13:12:58 +0200 + Message-Id: <87lm5fn5c5.fsf@vran.herceg.de> + + [ 17974] + Fix a precedence problem. + + [ 17977] + Complement to change #17976 : + there was a similar bug on rdo(). + Increment $Safe::VERSION. + + [ 17980] + Upgrade Safe.pm to 2.09 after CPAN backport. + Fix testcases to run properly outside perl core build enviroment. + + [ 17986] + Remove use of caller() in strict.pm, and tighten Safe compartment + for Storable tests to match. + + [ 18000] + Subject: [PATCH] perl573delta delinting + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Fri, 4 Oct 2002 16:19:31 +0300 + Message-ID: <20021004131931.GE278184@lyta.hut.fi> + + [ 18008] + Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t) + From: Nicholas Clark <nick@unfortu.net> + Date: Mon, 7 Oct 2002 23:35:34 +0100 + Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net> + + [ 18014] + Subject: Re: [PATCH] perl573delta delinting + From: Philip Newton <Philip.Newton@gmx.net> + Date: Sat, 12 Oct 2002 21:25:49 +0200 + Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com> + + [ 18019] + Subject: Japanese translation of Storable + From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp> + Date: Tue, 15 Oct 2002 06:31:01 +0900 + Message-Id: <003801c273c9$05888910$1401a8c0@hipposam> + + [ 18024] + Subject: Re: [perl #17061] no strict 'garbage' + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 10 Oct 2002 16:23:22 +0200 + Message-ID: <87ptui5q5h.fsf@vran.herceg.de> + + [ 18061] + Subject: [PATCH lib/IO.t] Add tests for IO.pm + From: chromatic <chromatic@wgz.org> + Date: Mon, 21 Oct 2002 20:27:43 -0700 + Message-ID: <20021022033253.57952.qmail@onion.perl.org> + + [ 18063] + change #18038 gives too many problems on t/450_service.t; disable + it for now + Branch: maint-5.8/perl + !> (integrate 32 files) +____________________________________________________________________________ +[ 18081] By: jhi on 2002/11/04 05:26:36 + Log: Integrate: + + [ 17741] + Subject: Re: [PATCH] Storable and CODE references + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 17 Aug 2002 21:58:03 +0200 + Message-id: <87bs812r78.fsf@vran.herceg.de> + Branch: maint-5.8/perl + +> ext/Storable/t/code.t + !> MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t + !> ext/Storable/t/malice.t +____________________________________________________________________________ +[ 18080] By: jhi on 2002/11/04 05:23:04 + Log: The first big import towards 5.8.1, @18078. Please do NOT + expect all to work yet, some tests will fail. This is just + a reasonably optimal/maximal push in the general direction. + + [ 17655] + Upgrade to Unicode::Collate 0.20. + + [ 17656] + Subject: [PATCH] Typo in regcomp.c + From: Chris Ball <chris@cpan.org> + Date: 26 Jul 2002 17:49:35 +0100 + Message-Id: <868z3yzb6o.fsf@void.printf.net> + (With additional tweak to s_reginclasslen.) + + [ 17672] + Subject: Re: mention of "use sort" botched in perlfunc? + From: Michael G Schwern <schwern@pobox.com> + Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST) + Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net> + + [ 17673] + Subject: [PATCH] AUTHORS + From: Walt Mankowski <waltman@pobox.com> + Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST) + Message-id: <20020721025612.GB15958@pobox.com> + + [ 17674] + Subject: [PATCH] AUTHORS + From: Colin Watson <colinw@zeus.com> + Date: Thu, 25 Jul 2002 15:54:37 +0100 + Message-id: <20020725145437.GC4921@zeus.com> + + [ 17675] + Fix email address for Kragen Sitaker <kragen@pobox.com>. + + [ 17676] + Subject: Re: [PATCH] Re: taint news + From: Rick Delaney <rick.delaney@rogers.com> + Date: 04 Aug 2002 00:28:58 EDT + Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com> + Ref: 20020208.005 + + [ 17678] + Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint') + From: hv@crypt.org + Date: Sun, 04 Aug 2002 17:40:30 +0100 + Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk> + + [ 17679] + [ID 20020704.001] again: #17678 caused test failures in pod2html, + in which $1 could leak from previous regexp + + [ 17680] + warn that keywords.h is generated + + [ 17681] + typo + + [ 17683] + Integrate from maint-5.6/macperl via macperl + Changes 17660, 17661, 17662, 17663, 17664 + + [ 17684] + Integrate from perlio: change #17653 fixes bug RT15283 + + [ 17685] + Subject: Re: mention of "use sort" botched in perlfunc? + PATCH + From: "John P. Linderman" <jpl@research.att.com> + Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST) + Message-id: <200207211613.MAA69505@raptor.research.att.com> + + [ 17686] + More regression tests for $^H and %^H. + Add a TODO test for eval "" preserving %^H. + + [ 17687] + PerlIO::scalar wasn't able to read from non-string + scalar ; now stringifies its argument. + + [ 17688] + Subject: [PATCH] XS build fix for VMS + From: "Craig A. Berry" <craigberry@mac.com> + Date: Sun, 4 Aug 2002 12:13:06 -0500 + Message-ID: <a05111b07b97256e1c335@[172.16.52.1]> + + [ 17689] + Subject: Re: no warnings 'io'; + From: Nicholas Clark <nick@unfortu.net> + Date: Sat, 27 Jul 2002 21:49:55 +0100 + Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net> + + Plus a little bit of regression tests. + + [ 17690] + Doc fix : the symbol for COPs wasn't documented. + + [ 17691] + Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir} + From: Henrik Tougaard (via RT) <perlbug@perl.org> + Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST) + Message-id: <rt-15398-31095.6.30466042998663@perl> + + [ 17692] + Subject: [PATCH] README.jp and README.cn + From: Autrijus Tang <autrijus@autrijus.org> + Date: Thu, 25 Jul 2002 07:05:11 +0800 + Message-id: <20020724230511.GA1327@not.autrijus.org> + + [ 17693] + Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD. + From: Abigail <abigail@foad.org> + Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST) + Message-id: <20020725085252.A2703@ucan.foad.org> + + [ 17694] + Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00 + From: "H.Merijn Brand" <h.m.brand@hccnet.nl> + Date: Wed, 31 Jul 2002 16:04:02 +0200 + Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl> + + [ 17695] + Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault + From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> + Date: Fri, 2 Aug 2002 00:13:10 +0200 + Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr> + + [ 17696] + Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 31 Jul 2002 09:50:06 +0200 + Message-id: <87ado85ob5.fsf@vran.herceg.de> + + [ 17697] + Subject: Doc patch for Class::Struct under 5.8.0 + From: Damian Conway <damian@conway.org> + Date: Tue, 30 Jul 2002 23:03:14 +1000 + Message-id: <3D471FCF.1C7C6E6B@conway.org> + + [ 17698] + Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic + From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org> + Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST) + Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org> + + [ 17699] + Subject: [PATCH] Re: [perl #15898] coredump with variable our + From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> + Date: Fri, 2 Aug 2002 23:44:21 +0200 + Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr> + + [ 17700] + Subject: [DOC PATCH] perlipc.pod + From: Arjen Laarhoven <arjen@nl.demon.net> + Date: Tue, 6 Aug 2002 14:16:01 +0200 + Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net> + + [ 17701] + Subject: [PATCH] Re: pp_sys.c compile failed.. + From: Andy Dougherty <doughera@lafayette.edu> + Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST) + Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu> + + [ 17702] + Subject: Re: README.aix + From: "H.Merijn Brand" <h.m.brand@hccnet.nl> + Date: Tue, 30 Jul 2002 13:30:29 +0200 + Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl> + + [ 17704] + Fix bug #16080 : an attribute list should end at '}' + + [ 17705] + More tests for the attribute syntax, from the + attributes manpage. + + [ 17706] + Subject: Re: missing lower range in {} regex + From: "John P. Linderman" <jpl@research.att.com> + Date: Fri, 09 Aug 2002 12:48:55 -0400 + Message-ID: <200208091648.MAA77577@raptor.research.att.com> + + [ 17707] + Subject: New HP-UX itanium servers + From: "H.Merijn Brand" <h.m.brand@hccnet.nl> + Date: Wed, 07 Aug 2002 13:25:57 +0200 + Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl> + + [ 17710] + Subject: [PATCH] pod/perlfaq4.pod + From: Abigail <abigail@foad.org> + Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST) + Message-id: <20020730095202.A6462@ucan.foad.org> + Add references to Regexp::Common. + + [ 17711] + Subject: [PATCH s2p] Small typo correction + From: "Newton, Philip" <Philip.Newton@datenrevision.de> + Date: Wed, 7 Aug 2002 11:50:51 +0200 + Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg> + + [ 17712] + Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current + From: "H.Merijn Brand" <h.m.brand@hccnet.nl> + Date: Mon, 12 Aug 2002 10:25:20 +0200 + Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl> + gcc bug test needs -lm + + [ 17713] + Subject: [PATCH] gv_fullname3 as call to gv_fullname4 + From: Nicholas Clark <nick@unfortu.net> + Date: Sun, 11 Aug 2002 16:59:16 +0100 + Message-id: <20020811155914.GE300@Bagpuss.unfortu.net> + + [ 17714] + Subject: [PATCH] perltodo.pod + From: Richard.Foley@t-online.de + Date: Sun, 11 Aug 2002 18:26:10 +0200 + Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com> + perlbug credits + + [ 17716] + Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness. + From: Hugo van der Sanden <hv@crypt.compulink.co.uk> + Date: Sat, 13 Jul 2002 17:44:02 +0100 + Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk> + + [ 17717] + Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue + From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> + Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST) + Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu> + + [ 17719] + Subject: [perl #15987] Tests fail when sources are under CVS control + From: Warren Jones (via RT) <perlbug@perl.org> + Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST) + Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org> + + [ 17720] + Subject: Re: [PATCH] Re: taint news + From: Rick Delaney <rick.delaney@rogers.com> + Date: 04 Aug 2002 00:28:58 EDT + Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com> + missed patch fragment from Change #17676 + + [ 17721] + #17717 needed tests fixing up + + [ 17722] + Subject: Minor perlrun.pod patch + From: Iain Truskett <spoon@cpan.org> + Date: Fri, 16 Aug 2002 16:20:27 +1000 + Message-Id: <20020816162027.D17196@eh.org> + + [ 17724] + ext/B/defsubs.h also depends on the program that builds it + + [ 17727] + Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods + From: Mark-Jason Dominus <mjd@plover.com> + Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST) + Message-id: <20020415033855.6343.qmail@plover.com> + + [ 17729] + Subject: [PATCH] Safe.pm documentation + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST) + Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de> + + [ 17733] + Subject: Server rename revisited + From: "H.Merijn Brand" <h.m.brand@hccnet.nl> + Date: Tue, 13 Aug 2002 19:19:03 +0200 + Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl> + + [ 17734] + Subject: [PATCH] Re: Pod::Functions tpyo + From: Abe Timmerman <abe@ztreet.demon.nl> + Date: Tue, 13 Aug 2002 23:47:00 +0200 + Message-id: <200208132347.00782.abe@ztreet.demon.nl> + + [ 17735] + Subject: Re: [perl #16198] pod tpyo in hostent.pm + From: Mark-Jason Dominus <mjd@plover.com> + Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST) + Message-id: <20020814011909.22744.qmail@plover.com> + + [ 17736] + Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats? + From: Dave Mitchell <davem@fdgroup.com> + Date: Fri, 16 Aug 2002 23:31:07 +0100 + Message-id: <20020816233107.E9388@fdgroup.com> + + [ 17737] + Effect a speedy recovery from POD affected by (ahem, Australian) + negligence. + + [ 17743] + Subject: Re: [PATCH] fix typos in perlpacktut + From: "Mr. Nobody" <mrnobo1024@yahoo.com> + Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST) + Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com> + + [ 17744] + Subject: typo in perfunc.pod + From: "John P. Linderman" <jpl@research.att.com> + Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST) + Message-id: <200208191245.IAA20072@raptor.research.att.com> + + [ 17748] + todo test for linux $0 modification + Subject: Re: [perl #16206] $0 in 5.8 + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 17 Aug 2002 21:32:37 +0200 + Message-id: <87elcx2sdm.fsf@vran.herceg.de> + + [ 17749] + avoid use of %caller::EXPORT + Subject: [PATCH] Re: question about Exporter::import + From: Nicholas Clark <nick@unfortu.net> + Date: Wed, 14 Aug 2002 21:33:12 +0100 + Message-id: <20020814203311.GD278@Bagpuss.unfortu.net> + + [ 17750] + Subject: [PATCH] Fix DBM filters + From: "Paul Marquess" <Paul.Marquess@btinternet.com> + Date: Wed, 21 Aug 2002 11:40:49 +0100 + Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com> + + [ 17752] + Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9 + From: SADAHIRO Tomoyuki <bqw10602@nifty.com> + Date: Fri, 26 Jul 2002 02:59:12 +0900 + Message-Id: <20020726025828.B5E9.BQW10602@nifty.com> + + [ 17753] + Subject: podlators 1.24 released + From: Russ Allbery <rra@stanford.edu> + Date: Sat, 03 Aug 2002 20:56:42 -0700 + Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu> + + [ 17754] + Subject: ANNOUNCE: Math-BigInt v1.62 + From: Tels <perl_dummy@bloodgate.com> + Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST) + Message-Id: <200208211513.g7LFDUs02512@crypt.org> + + [ 17755] + new files from #17754 + + [ 17756] + Subject: ANNOUCNE: Math::BigRat v0.09 + From: Tels <perl_dummy@bloodgate.com> + Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST) + Message-Id: <200208141812.g7EICrV23771@crypt.org> + + [ 17757] + new file for #17756 + + [ 17758] + bignum-0.12 updates from: + Subject: [ANNOUCNE] Big Math::Big* update + From: Tels <perl_dummy@bloodgate.com> + Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST) + Message-Id: <200208132121.g7DLLRV21408@crypt.org> + + [ 17759] + Subject: [PATCH] x2p/str.c signedness nits + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Fri, 23 Aug 2002 02:43:30 +0300 + Message-Id: <20020822234330.GC31624@lyta.hut.fi> + + [ 17760] + Subject: [PATCH] PPPort IVSIZE and SvPV_nolen + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Fri, 23 Aug 2002 05:29:09 +0300 + Message-Id: <20020823022909.GC9135@lyta.hut.fi> + + [ 17761] + Incorporate fix from JHI at: + http://rt.perl.org/rt2/Ticket/Display.html?id=16708 + + [ 17764] + a2p wasn't installed with -Dversiononly + + [ 17765] + Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t + From: Nicholas Clark <nick@unfortu.net> + Date: Sat, 24 Aug 2002 17:01:08 +0100 + Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net> + (plus a typo fix) + + [ 17766] + Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut + From: Peter BARABAS (via RT) <perlbug@perl.org> + Date: 24 Aug 2002 08:16:19 -0000 + Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org> + + [ 17767] + Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0) + From: "Randy W. Sims" (via RT) <perlbug@perl.org> + Date: 18 Aug 2002 13:27:12 -0000 + Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org> + + [ 17768] + Subject: [PATCH] fix lib.pm's import() to accept readonly parameters + From: Anton Berezin <tobez@tobez.org> + Date: Tue, 20 Aug 2002 23:44:25 +0200 + Message-ID: <20020820214425.GG16178@heechee.tobez.org> + + [ 17769] + Subject: bit more for WinCE + From: "Vadim Konovalov" <vkonovalov@peterstar.ru> + Date: Wed, 21 Aug 2002 01:31:52 +0400 + Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad> + + [ 17770] + Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release + From: "Jos I. Boumans" <kane@cpan.org> + Date: Wed, 21 Aug 2002 14:55:51 +0200 + Message-ID: <20020821124817.34761.qmail@onion.perl.org> + + [ 17771] + Subject: Newdated info for HP-UX + From: "H.Merijn Brand" <h.m.brand@hccnet.nl> + Date: Wed, 21 Aug 2002 20:20:17 +0200 + Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl> + + [ 17772] + Subject: Re: p5p patches + From: "H.Merijn Brand" <h.m.brand@hccnet.nl> + Date: Fri, 23 Aug 2002 15:27:48 +0200 + Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl> + + [ 17773] + Subject: Re: a bugfix for Pod::Html (in diff -u format) + From: DH <crazyinsomniac@yahoo.com> + Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT) + Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com> + + [ 17774] + Subject: [PATCH lib/Benchmark.(pm|t)] Make cmpthese work as documented. + From: Abigail <abigail@foad.org> + Date: Thu, 22 Aug 2002 04:10:39 -0700 + Message-ID: <20020822041039.A2089@ucan.foad.org> + + [ 17775] + Subject: [perl #16729] crypt() doesn't work in multithreaded perl + From: "mls@suse.de (via RT)" <perlbug@perl.org> + Date: 23 Aug 2002 15:24:39 -0000 + Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org> + + [ 17776] + Subject: [PATCH] ExtUtils::Constant 0.13 + From: Nicholas Clark <nick@unfortu.net> + Date: Fri, 23 Aug 2002 19:21:12 +0100 + Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net> + + [ 17778] + Subject: Encode 1.76 Released + From: Dan Kogai <dankogai@dan.co.jp> + Date: su elo 25, 2002 11:27:07 US/Eastern + Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp> + + [ 17781] + #17775 changed reentr.c instead of reentr.pl, which generates it + + [ 17782] + new test for change #17773 + Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch) + From: DH <crazyinsomniac@yahoo.com> + Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT) + Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com> + + [ 17783] + Subject: [ANNOUNCE] Test::Simple 0.47 + From: Michael G Schwern <schwern@pobox.com> + Date: Mon, 26 Aug 2002 04:13:03 -0700 + Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net> + + [ 17786] + Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz + From: "Sean M. Burke" <sburke@cpan.org> + Date: Mon, 26 Aug 2002 04:38:19 -0600 + Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net> + + [ 17787] + fix for: + Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken + From: (Randal L. Schwartz) (via RT) <perlbug@perl.org> + Date: 26 Aug 2002 15:01:36 -0000 + Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org> + + [ 17789] + Subject: Patch perlvar.pod + From: mjd@plover.com + Date: 27 Aug 2002 03:03:01 -0000 + Message-Id: <20020827030301.32481.qmail@plover.com> + + [ 17790] + #17783 introduced an outdated test module, causing failure in + lib/ExtUtils/t/problems.t. This grabs a more recent copy from + ExtUtils::MakeMaker. + + [ 17791] + Missing MANIFEST files for #17783. + + [ 17797] + Subject: Re: [perl #16677] B::SV::FLAGS dumps core + From: Mark-Jason Dominus <mjd@plover.com> + Date: Sun, 25 Aug 2002 22:31:54 -0400 + Message-ID: <20020826023154.22986.qmail@plover.com> + + [ 17798] + Subject: [PATCH] posixify getppid on linux-multithread + From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> + Date: Tue, 6 Aug 2002 21:56:46 +0200 + Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr> + + [ 17799] + Subject: Re: if.pm bug. + From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com> + Date: Sun, 25 Aug 2002 00:27:59 +0200 + Message-ID: <20020824222210.16387.qmail@onion.perl.org> + + [ 17800] + Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5 + From: Mark-Jason Dominus <mjd@plover.com> + Date: Sun, 25 Aug 2002 12:09:53 -0400 + Message-ID: <20020825160953.15987.qmail@plover.com> + + [ 17801] + Subject: [PATCH] ExtUtils::Constant 0.14 + From: Nicholas Clark <nick@unfortu.net> + Date: Sun, 25 Aug 2002 18:06:00 +0100 + Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net> + + [ 17802] + Subject: [perl #16769] Documention bug + From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org> + Date: 26 Aug 2002 10:01:04 -0000 + Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org> + + [ 17803] + Subject: [PATCH] AIX compiler setup sanity checking + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Thu, 29 Aug 2002 16:43:51 +0300 + Message-Id: <20020829134351.GG5219@lyta.hut.fi> + + [ 17804] + Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks + From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> + Date: Tue, 27 Aug 2002 23:36:53 +0200 + Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr> + + [ 17805] + Fix based on: + Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx) + From: "esm@pobox.com (via RT)" <perlbug@perl.org> + Date: 27 Aug 2002 22:10:16 -0000 + Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org> + + [ 17806] + #17449 failed to apply the actual patch. This is it. + + [ 17807] + Subject: [PATCH] IRIX + INSTALL + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Fri, 30 Aug 2002 06:31:48 +0300 + Message-Id: <20020830033148.GA874@lyta.hut.fi> + + [ 17808] + Subject: [PATCH] Tru64 vs Berkeley DB + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Fri, 30 Aug 2002 06:56:38 +0300 + Message-Id: <20020830035638.GB874@lyta.hut.fi> + + [ 17810] + Subject: [PATCH] Fixes to threads::shared when disabled + From: Michael G Schwern <schwern@pobox.com> + Date: Wed, 28 Aug 2002 06:04:18 -0700 + Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net> + + [ 17811] + Subject: Re: Recent changes on the HP porting center + From: "H.Merijn Brand" <h.m.brand@hccnet.nl> + Date: Wed, 28 Aug 2002 17:39:27 +0200 + Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl> + + [ 17812] + Subject: [PATCH] typos in Hash::Util documentation + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST) + Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de> + + [ 17813] + Subject: [PATCH] Re: glob names and Regexp type introspection + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Thu, 29 Aug 2002 17:31:31 -0700 + Message-ID: <jzrb9gzkgO7W092yn@efn.org> + + [ 17814] + Subject: [PATCH] perlmod.pod nit + From: Autrijus Tang <autrijus@autrijus.org> + Date: Thu, 29 Aug 2002 03:49:34 +0800 + Message-ID: <20020828194934.GA12244@not.autrijus.org> + + [ 17816] + Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output + From: "Brendan O'Dea" <bod@debian.org> + Date: Thu, 29 Aug 2002 22:46:47 +1000 + Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au> + + [ 17817] + Subject: [PATCH] AUTHORS + From: "Brendan O'Dea" <bod@debian.org> + Date: Thu, 29 Aug 2002 22:49:34 +1000 + Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au> + + [ 17818] + add test related to change #17799: + Subject: Re: if.pm bug. + From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com> + Date: Thu, 29 Aug 2002 19:39:58 +0200 + Message-ID: <20020829173358.34731.qmail@onion.perl.org> + + [ 17821] + Advertise Linux::Pid. + + [ 17822] + Some simple tests for the POSIX::isXXX() functions. + + [ 17823] + Fix bug #16828. + Add a few tests to ext/B/t/b.t, make it use Test::More. + + [ 17824] + Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently. + From: Richard Soderberg (via RT) <perlbug@perl.org> + Date: 3 Sep 2002 18:48:54 -0000 + Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org> + + Subject: [PATCH] A variety of README nitpicks. + From: Richard Soderberg <rs@crystalflame.net> + Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT) + Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com> + + [ 17825] + Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH] + From: "John P. Linderman" <jpl@research.att.com> + Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT) + Message-Id: <200208271900.PAA98096@raptor.research.att.com> + + [ 17826] + Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully + From: "Brendan O'Dea" <bod@debian.org> + Date: Thu, 29 Aug 2002 22:42:39 +1000 + Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au> + + [ 17827] + Subject: [PATCH] OS/400 PASE port + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Thu, 29 Aug 2002 22:22:51 +0300 + Message-ID: <20020829192251.GA27102@lyta.hut.fi> + + [ 17828] + Subject: [PATCH] File::Spec->catfile not canonicalizing consistently + From: Michael G Schwern <schwern@pobox.com> + Date: Fri, 30 Aug 2002 03:40:45 -0700 + Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net> + + [ 17829] + Subject: Correction for AUTHORS.html + From: Sean Davis <dive@ender.com> + Date: Fri, 30 Aug 2002 03:51:16 -0700 + Message-ID: <20020830035116.A18739@endersgame.net> + + [ 17830] + update email address for Paul Marquess + + [ 17833] + Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times() + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Sun, 1 Sep 2002 19:23:55 +0300 + Message-ID: <20020901162355.GH12536@lyta.hut.fi> + + [ 17834] + perldoc: allow arguments for pager + Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch + From: Chip Turner <cturner@redhat.com> + Date: 02 Sep 2002 01:17:23 -0400 + Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com> + + [ 17835] + fix coredump after 64k-deep recursion + Subject: Re: debugging coredump with -DD + From: hv@crypt.org + Date: Tue, 03 Sep 2002 14:34:20 +0100 + Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk> + + [ 17836] + Subject: [PATCH] DB_File 1.805 + From: "Paul Marquess" <Paul.Marquess@btinternet.com> + Date: Mon, 2 Sep 2002 23:56:40 +0100 + Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com> + + [ 17837] + Subject: [PATCH lib/Config.t] test grandfathered Config variables + From: Michael G Schwern <schwern@pobox.com> + Date: Mon, 2 Sep 2002 22:29:07 -0700 + Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net> + + [ 17838] + Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2 + From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de> + Date: Tue, 3 Sep 2002 13:46:18 +0200 + Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de> + + [ 17839] + Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction + From: "Brendan O'Dea" <bod@debian.org> + Date: Wed, 4 Sep 2002 02:36:10 +1000 + Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au> + + [ 17840] + Subject: [PATCH] File::Basename doesn't lazy load Carp right. + and Subject: [PATCH] More modules that don't lazy load Carp right. + From: Michael G Schwern <schwern@pobox.com> + Date: Tue, 3 Sep 2002 17:21:57 -0700 + Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net> + and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net> + + [ 17844] + #17836 (DB_File-1.805) misses a couple of dTHX declarations + + [ 17845] + Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t + + [ 17846] + Subject: Re: [PATCH] A variety of README nitpicks. + From: "H.Merijn Brand" <h.m.brand@hccnet.nl> + Date: Wed, 04 Sep 2002 09:10:05 +0200 + Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl> + + [ 17848] + AUTHORS: preferred address for Allen Smith + + [ 17849] + document setting the email address + + [ 17850] + Subject: [PATCH] (mostly (Unicode)) pod nits + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Fri, 6 Sep 2002 06:01:57 +0300 + Message-Id: <20020906030157.GA28252@lyta.hut.fi> + + [ 17859] + Subject: Re: [PATCH] Attempt at speeding up Config.pm. Didn't work. + From: Nicholas Clark <nick@unfortu.net> + Date: Mon, 2 Sep 2002 23:22:32 +0100 + Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net> + + [ 17860] + #17859 misuses s/// return values + + [ 17861] + Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings + From: Michael G Schwern <schwern@pobox.com> + Date: Fri, 6 Sep 2002 14:03:16 -0700 + Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net> + + [ 17862] + Subject: [PATCH t/TestInit.pm] Set env PERL_CORE + From: Michael G Schwern <schwern@pobox.com> + Date: Wed, 4 Sep 2002 11:38:01 -0700 + Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net> + + [ 17863] + setting PERL_CORE as in #17861 violates assumptions made by taint tests + + [ 17864] + Subject: sv_2pv_flags and ROK and UTF8 flags + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Wed, 04 Sep 2002 21:09:01 -0700 + Message-ID: <djtd9gzkgyLd092yn@efn.org> + Date: Fri, 06 Sep 2002 09:23:03 -0700 + Message-ID: <nZNe9gzkgKdH092yn@efn.org> + + [ 17865] + Subject: Unicode::Collate 0.23 Released + From: SADAHIRO Tomoyuki <bqw10602@nifty.com> + Date: Thu, 05 Sep 2002 23:28:32 +0900 + Message-Id: <20020905232316.8151.BQW10602@nifty.com> + + [ 17866] + Subject: [PATCH] OS/400 PASE symbol scan tweak + From: Jarkko Hietaniemi <jhi@kosh.hut.fi> + Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST) + Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi> + + [ 17867] + Subject: [PATCH] allow using hires time() in Benchmark + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Fri, 6 Sep 2002 00:38:11 +0300 + Message-ID: <20020905213811.GA23771@lyta.hut.fi> + + [ 17868] + small fix to perl58delta for MIME::QuotedPrint, from Jarkko + + [ 17869] + Subject: [perl #17061] no strict 'garbage' + From: Elizabeth Mattijsen (via RT) <perlbug@perl.org> + Date: 6 Sep 2002 19:31:02 -0000 + Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org> + Date: Sat, 07 Sep 2002 13:40:22 +0200 + Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl> + + [ 17870] + regularise whitespace and formatting in util.c + + [ 17871] + Subject: [PATCH] tiddly tidy up for util.c + From: Nicholas Clark <nick@unfortu.net> + Date: Fri, 6 Sep 2002 23:00:14 +0100 + Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net> + + [ 17874] + Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t + From: "Allen Smith" <easmith@beatrice.rutgers.edu> + Date: Sat, 7 Sep 2002 05:25:45 -0400 + Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu> + + [ 17875] + Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick) + From: Nicholas Clark <nick@unfortu.net> + Date: Sun, 8 Sep 2002 15:46:44 +0100 + Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net> + + Plus two other similar tweaks + + [ 17876] + Subject: Re: Smoke 17849 MSWin32 (w2k/GCC) + From: Abe Timmerman <abe@ztreet.demon.nl> + Date: Mon, 9 Sep 2002 01:32:19 +0200 + Message-Id: <200209090132.19891.abe@ztreet.demon.nl> + + [ 17877] + Subject: [PATCH] configpm + From: Abe Timmerman <abe@ztreet.demon.nl> + Date: Sun, 8 Sep 2002 17:21:19 +0200 + Message-Id: <200209081721.19233.abe@ztreet.demon.nl> + + [ 17878] + small grammar fix in Benchmark docs + + [ 17879] + Subject: [PATCH] Configure locincpth vs Jaguar gcc 3 + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Mon, 9 Sep 2002 00:07:46 +0300 + Message-ID: <20020908210746.GB4136@lyta.hut.fi> + + [ 17880] + integrate Math::BigInt-1.63 + Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63 + From: Tels <perl_dummy@bloodgate.com> + Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST) + Message-Id: <200209082022.g88KMGY20194@crypt.org> + + [ 17881] + Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t + From: "Allen Smith" <easmith@beatrice.rutgers.edu> + Date: Mon, 9 Sep 2002 01:48:08 -0400 + Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu> + + [ 17883] + Subject: [PATCH] Quieten warnings in Deparse.pm + From: Paul Johnson <paul@pjcj.net> + Date: Sun, 8 Sep 2002 23:50:11 +0200 + Message-ID: <20020908215011.GA879@pjcj.net> + + [ 17884] + Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage') + From: Nicholas Clark <nick@unfortu.net> + Date: Sun, 8 Sep 2002 19:45:52 +0100 + Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net> + + [ 17885] + Subject: [PATCH] strict.pm pod at __END__ + From: Nicholas Clark <nick@unfortu.net> + Date: Sun, 8 Sep 2002 22:36:09 +0100 + Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net> + + [ 17886] + Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm. Didn't work. + From: Nicholas Clark <nick@unfortu.net> + Date: Sun, 8 Sep 2002 23:05:54 +0100 + Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net> + + [ 17887] + Subject: Re: [PATCH] Quieten warnings in Deparse.pm + From: Paul Johnson <paul@pjcj.net> + Date: Mon, 9 Sep 2002 23:37:33 +0200 + Message-ID: <20020909213733.GD879@pjcj.net> + + [ 17888] + New low-price HP servers + + [ 17892] + Callback behaviour in hints + Mon, 9 Sep 2002, Allen Smith + + [ 17897] + Subject: [perl #17119] typo in utils/dprofpp.PL + From: "Todd C. Miller" (via RT) <perlbug@perl.org> + Date: 10 Sep 2002 18:49:56 -0000 + Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org> + + [ 17898] + Fix bug #17006 : remove spurious do{} in the deparsing + of s/.../.../e. + + [ 17899] + Re: [perl #17170] NetBSD and useshrplib config option + Thu 12 Sep 2002 09:22, Rafael Garcia-Suarez + + [ 17906] + Fix pod/perlmodlib.PL (it wasn't generating a complete list + of modules.) Regenerate pod/perlmodlib.pod. Add a warning : + not all modules listed in perlmodlib are necessarily installed. + Plus some corrections by Vincent Lefevre. + + [ 17907] + Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Sun, 15 Sep 2002 18:02:17 +0300 + Message-ID: <20020915150217.GB21300@lyta.hut.fi> + + [ 17908] + Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_ + From: (Ilya Martynov) (via RT) <perlbug@perl.org> + Date: 15 Sep 2002 19:06:56 -0000 + Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org> + + [ 17909] + Pod formatting nit, found by Merijn and Jos Boumans. + + [ 17910] + Fix #17375 (rcatline didn't work on a formerly-defined undef) by + checking for SvOK in do_readline(). + + [ 17911] + Typo fix. + + [ 17913] + Subject: [PATCH perl@17882] file spec tweaks for VMS + From: "Craig A. Berry" <craigberry@mac.com> + Date: Wed, 18 Sep 2002 16:57:02 -0500 + Message-ID: <3D88F6AE.3020708@mac.com> + + [ 17914] + Subject: [PATCH] PASE saga continues + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Thu, 19 Sep 2002 23:30:20 +0300 + Message-ID: <20020919203020.GB274453@lyta.hut.fi> + + [ 17915] + Patch #17914 was empty ; this should have been applied instead. + + [ 17916] + Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity + From: "Brendan O'Dea" <bod@debian.org> + Date: Tue, 10 Sep 2002 09:19:05 +1000 + Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au> + + [ 17917] + Subject: Re: [perl #17141] Text::Wrap "this should not happen" message + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 11 Sep 2002 19:37:09 +0200 + Message-ID: <871y80a0my.fsf@vran.herceg.de> + + [ 17918] + Subject: [PATCH] perldoc -f stat (perlfunc.pod) + From: "Brendan O'Dea" <bod@debian.org> + Date: Mon, 23 Sep 2002 22:45:40 +1000 + Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au> + + [ 17921] + add TODO tests for slow our() declaration + Subject: Re: [perl #17376] Bug Report - our(%) + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Thu, 19 Sep 2002 22:34:01 -0700 + Message-ID: <JNri9gzkgSBB092yn@efn.org> + + [ 17922] + Subject: Re: [PATCH] spurious t/auto directory appears + From: Michael G Schwern <schwern@pobox.com> + Date: Fri, 13 Sep 2002 23:56:05 -0400 + Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net> + + [ 17923] + Subject: [PATCH] Re: Advice on coredump + From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> + Date: Wed, 18 Sep 2002 22:14:57 +0200 + Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr> + + [ 17925] + Subject: [PATCH v2] enable -ansi -pedantic + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Wed, 18 Sep 2002 01:19:25 +0300 + Message-ID: <20020917221925.GF85044@lyta.hut.fi> + + [ 17926] + Subject: [PATCH] defuse installusrbinperl + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Thu, 19 Sep 2002 18:01:03 +0300 + Message-ID: <20020919150103.GI208696@lyta.hut.fi> + + [ 17927] + Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment + From: Marty Pauley <marty+p5p@kasei.com> + Date: Fri, 20 Sep 2002 09:52:16 +0100 + Message-Id: 20020920085216.GC10512@soto.kasei.com + + [ 17928] + Subject: [PATCH] bug in utf8.c(?) + From: Marty Pauley <marty+p5p@kasei.com> + Date: Fri, 20 Sep 2002 10:55:33 +0100 + Subject: [PATCH] bug in utf8.c(?) + + [ 17930] + Subject: [perl #17445] Class::Struct patch: version number, examples + From: Ken Neighbors (via RT) <perlbug@perl.org> + Date: 19 Sep 2002 18:48:22 -0000 + Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org> + + [ 17931] + Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm + From: Kay_Röpke <kay@dolphin-services.de> + Date: Fri, 20 Sep 2002 16:09:08 +0200 + Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de> + + [ 17932] + #17931 checked for wrong constant + + [ 17933] + Subject: [PATCH] perl #17453 + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Fri, 20 Sep 2002 17:22:45 +0300 + Message-ID: <20020920142245.GG280265@lyta.hut.fi> + + [ 17934] + missing '.' in test from #17932 + + [ 17935] + Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes. + From: Andy Lester <andy@petdance.com> + Date: Fri, 20 Sep 2002 12:23:41 -0500 + Message-ID: <20020920172341.GA15672@petdance.com> + + [ 17936] + Subject: [PATCH] configure.com -- don't exclude threads::shared + From: "Craig A. Berry" <craigberry@mac.com> + Date: Wed, 25 Sep 2002 17:14:33 -0500 + Message-ID: <3D923549.6050809@mac.com> + + [ 17938] + Email address change for Stéphane Payrard + + [ 17939] + Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX + From: Allen Smith (via RT) <perlbug@perl.org> + Date: 13 Sep 2002 03:01:30 -0000 + Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org> + + [ 17940] + Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0 + From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> + Date: Fri, 27 Sep 2002 13:52:18 +0200 + Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr> + + [ 17941] + Subject: [perl #16796] Configure script buglet + From: "Amick, Eric" (via RT) <perlbug@perl.org> + Date: 27 Aug 2002 20:09:29 -0000 + Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org> + + [ 17945] + -Dgccansipedantic only for gcc 3+ + Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi> + + [ 17947] + Subject: Re: sv_2pv_flags and ROK and UTF8 flags + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Wed, 11 Sep 2002 22:22:45 -0700 + Message-ID: <lSCg9gzkgymX092yn@efn.org> + + [ 17948] + Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3) + From: chromatic <chromatic@wgz.org> + Date: Fri, 13 Sep 2002 14:26:08 -0700 + Message-Id: <200209131426.08116.chromatic@wgz.org> + + [ 17949] + patch based on: + Subject: Re: [perl #17376] Bug Report - our(%) + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Mon, 30 Sep 2002 15:22:18 -0700 + Message-ID: <a6Mm9gzkgK0P092yn@efn.org> + + [ 17950] + Add silly bandaid to stop segfaults on subsequent accesses to + the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol() + (<$fred>). + + [ 17952] + better handling of whitespace in autodoc declarations; fragment from: + Subject: [PATCH pad.c,h] move all pad-related code to its own src file + From: Dave Mitchell <davem@fdgroup.com> + Date: Wed, 25 Sep 2002 23:40:23 +0100 + Message-ID: <20020925234023.A20044@fdgroup.com> + + [ 17954] + Subject: [PATCH] Re: perlio bug? + From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> + Date: Wed, 25 Sep 2002 21:58:12 +0200 + Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr> + + [ 17955] + add precedence warning for bitwise docs + Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really... + From: Mike Guy <mjtg@cam.ac.uk> + Date: Thu, 26 Sep 2002 13:20:45 +0100 + Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk> + + [ 17956] + Devel::Peek tests from: + Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Thu, 26 Sep 2002 22:16:39 -0700 + Message-ID: <3m+k9gzkgqnP092yn@efn.org> + + [ 17957] + document how to set APPLLIB_EXP + Subject: Re: [perl #15957] error installing perl 5.8.0 + From: Andy Dougherty <doughera@lafayette.edu> + Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT) + Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu> + + [ 17958] + missing quote from #17957 + + [ 17959] + Subject: [DOCPATCH] Unicode porting advice + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Fri, 27 Sep 2002 15:30:16 +0200 + Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus> + + [ 17961] + Subject: Re: Hash::Util::lock_keys inhibits bless + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Mon, 30 Sep 2002 17:24:06 +0200 + Message-ID: <m3zntzwlex.fsf@k242.linux.bogus> + + [ 17962] + Subject: [PATCH] no [] in tr/// + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Wed, 2 Oct 2002 17:09:11 +0300 + Message-Id: <20021002140911.GH278184@lyta.hut.fi> + + [ 17964] + Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die + From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> + Date: Tue, 1 Oct 2002 23:34:35 +0200 + Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr> + + [ 17965] + op/tr.t test is affected by #17962 + + [ 17966] + Subject: [PATCH] retropatch + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Fri, 27 Sep 2002 03:51:34 +0300 + Message-ID: <20020927005134.GB339120@lyta.hut.fi> + + [ 17967] + Subject: [PATCH] reentrant buffers + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Fri, 27 Sep 2002 01:08:56 +0300 + Message-ID: <20020926220856.GA339120@lyta.hut.fi> + + [ 17968] + Subject: [PATCH] Re: speed of my + From: Stephen McCamant <smcc@mit.edu> + Date: Wed, 2 Oct 2002 21:48:59 -0400 + Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU> + + [ 17972] + Add a new warning, "Possible precedence problem on bitwise + %c operator", triggerred when a bitwise op has a numeric + comparison op as child. + + [ 17973] + Change the warning message "%s trapped by operation mask" + to include '' around the op name. Document it in perldiag. + + [ 17976] + Fix bug #17744, suggested by Andreas Jurenda, + tweaked by rgs (security hole in Safe). + + [ 17978] + Upgrade to Attribute::Handlers 0.78 + + [ 17979] + Subject: [PATCH] fix typo in Tie::Array + From: "Jos I. Boumans" <kane@cpan.org> + Date: sat okt 5, 2002 20:39:17 Europe/Stockholm + Message-Id: <20021005183920.14746.qmail@onion.perl.org> + + [ 17981] + Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting + Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu> + + [ 17982] + Correct mailing list archive URL + Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de> + + [ 17983] + Tru64 and gcc and threads + Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi> + + [ 17984] + Fix bug #17823 : non-modifying tr/// stringifies references + + [ 17985] + Subject: Re: README.cygwin draft update + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Mon, 07 Oct 2002 17:15:09 -0700 + Message-ID: <NOio9gzkg6oR092yn@efn.org> + + [ 17987] + Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect + From: "Allen Smith" <easmith@beatrice.rutgers.edu> + Date: Mon, 9 Sep 2002 17:36:55 -0400 + Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu> + + [ 17988] + Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari) + From: Nicholas Clark <nick@unfortu.net> + Date: Sat, 28 Sep 2002 18:52:00 +0100 + Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net> + + [ 17989] + Subject: PATCH: lib/ExtUtils/typemap + From: Brian Ingerson <ingy@ttul.org> + Date: Sat, 28 Sep 2002 13:03:24 -0700 + Message-ID: <20020928130324.A16900@ttul.org> + + [ 17992] + Subject: Re: Hash::Util::lock_keys inhibits bless + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Fri, 04 Oct 2002 06:38:57 +0200 + Message-ID: <m3bs6astr2.fsf@k242.linux.bogus> + + [ 17993] + croak() is better written Perl_croak() in C code. + + [ 17994] + Fix bug #17776 : memory corruption in qr/##/x + + [ 17995] + Subject: [perl #17819] Typo in perltooc? + From: Bob Wilkinson (via RT) <perlbug@perl.org> + Date: 9 Oct 2002 09:50:40 -0000 + Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org> + + Subject: [perl #17821] Typo in perltooc + From: Bob Wilkinson (via RT) <perlbug@perl.org> + Date: 9 Oct 2002 10:12:51 -0000 + Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org> + + [ 17996] + Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport() + From: chromatic <chromatic@wgz.org> + Date: Thu, 03 Oct 2002 22:56:54 -0700 + Message-ID: <20021004060120.33329.qmail@onion.perl.org> + + [ 17997] + Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3 + From: Information Service <info@lingo.kiev.ua> + Date: Wed, 09 Oct 2002 07:17:00 +0400 + Message-ID: <3DA39FAC.85471200@lingo.kiev.ua> + + [ 17998] + Fix bug #17771 : segfault with the 'for' statement modifier + used inside a map or a grep. + + [ 17999] + Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers) + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Fri, 4 Oct 2002 16:11:57 +0300 + Message-ID: <20021004131157.GD278184@lyta.hut.fi> + + [ 18001] + Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86) + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Thu, 10 Oct 2002 14:28:55 -0700 + Message-ID: <XEfp9gzkgquV092yn@efn.org> + + [ 18002] + Subject: [Encode] 1.77 Released + From: Dan Kogai <dankogai@dan.co.jp> + Date: Sun, 6 Oct 2002 12:52:52 +0900 + Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp> + + [ 18003] + Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956 + and #18001. + + [ 18004] + updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu> + + [ 18005] + Subject: Re: Building bleadperl (minperl) fails completely under VC7 + From: Abe Timmerman <abeltje@cpan.org> + Date: Tue, 8 Oct 2002 14:16:56 +0200 + Message-Id: <200210081416.56942.abeltje@cpan.org> + + [ 18007] + Subject: [perl #17773] errors in c2ph(1) man page + From: Eric Melville (via RT) <perlbug@perl.org> + Date: 7 Oct 2002 02:58:34 -0000 + Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org> + + [ 18009] + Subject: [PATCH perldoc] For screaming hell's sake + From: Simon Cozens <simon@netthink.co.uk> + Date: Tue, 8 Oct 2002 11:13:07 +0100 + Message-ID: <20021008101307.GA8175@netthink.co.uk> + + [ 18010] + Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious + From: Nicholas Clark <nick@unfortu.net> + Date: Tue, 8 Oct 2002 21:52:53 +0100 + Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net> + + [ 18011] + Subject: [perl #17805] BUG: Grammar bug during Configure + From: Richard Hitt (via RT) <perlbug@perl.org> + Date: 8 Oct 2002 21:04:30 -0000 + Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org> + + [ 18012] + #18005 was not enough + Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7) + From: Abe Timmerman <abeltje@cpan.org> + Date: Sat, 12 Oct 2002 17:56:39 +0200 + Message-Id: <200210121756.39803.abeltje@cpan.org> + + [ 18013] + Subject: [PATCH] for -Dm + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST) + Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de> + + [ 18015] + The -0 command-line switch wasn't setting $/ at compile-time. + Move the initialization of $/ just after switch parsing + (it was done after yyparse().) + + [ 18016] + Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod + From: SADAHIRO Tomoyuki <bqw10602@nifty.com> + Date: Sun, 13 Oct 2002 09:02:36 +0900 + Message-Id: <20021013090227.FFCD.BQW10602@nifty.com> + + [ 18017] + Subject: [PATCH] perlipc.pod + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST) + Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de> + + [ 18018] + Subject: Re: [PATCH] cv.h: Comment update + From: Paul Johnson <paul@pjcj.net> + Date: Mon, 14 Oct 2002 20:00:50 +0200 + Message-ID: <20021014180050.GC7333@pjcj.net> + + [ 18020] + prototype() didn't warn when used in void context. + + [ 18021] + Subject: [PATCH] minor tweaks in Porting/pumpkin.pod + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST) + Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de> + + [ 18022] + Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Tue, 15 Oct 2002 17:01:43 -0700 + Message-ID: <nxKr9gzkgmBO092yn@efn.org> + + [ 18023] + Subject: Re: [perl #17830] open FH, "<&", $fd + From: Steve Grazzini <grazz@nyc.rr.com> + Date: 11 Oct 2002 22:28:58 -0000 + Message-ID: <20021011222858.452.qmail@onion.perl.org> + + [ 18025] + definition of MAXPATHLEN + Subject: [PATCH] standard lawyerism + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Fri, 11 Oct 2002 02:48:26 +0300 + Message-ID: <20021010234825.GM292305@lyta.hut.fi> + + [ 18028] + Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86) + From: Abe Timmerman <abe@ztreet.demon.nl> + Date: Thu, 17 Oct 2002 23:38:34 +0200 + Message-Id: <200210172338.34728.abe@ztreet.demon.nl> + + [ 18029] + minor tweaks in Porting/pumpkin.pod + Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net> + + [ 18033] + Upgrade to Test.pm v1.23 + + [ 18034] + Update to Time::HiRes v1.38 + + [ 18035] + Subject: Re: [perl #17951] Strange UTF error + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Wed, 16 Oct 2002 18:50:51 +0300 + Message-ID: <20021016155051.GB268437@lyta.hut.fi> + + [ 18036] + Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 14 Oct 2002 09:37:18 +0200 + Message-ID: <8765w5wjwx.fsf@vran.herceg.de> + + [ 18037] + Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Mon, 14 Oct 2002 14:49:54 +0300 + Message-ID: <20021014114954.GB80937@lyta.hut.fi> + + [ 18038] + Update to Net::Ping v2.23 + + [ 18039] + Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update + From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr> + Date: Tue, 15 Oct 2002 02:17:03 +0200 + Message-ID: <20021015001703.GG7914@stefp.dyndns.org> + + [ 18041] + Subject: Re: [perl #18019] regex overoptimization + From: hv@crypt.org + Date: Mon, 21 Oct 2002 03:21:54 +0100 + Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk> + + [ 18042] + Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >> + From: hv@crypt.org + Date: Mon, 21 Oct 2002 11:27:40 +0100 + Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk> + + [ 18044] + Subject: [PATCH] Shell.pm object methods broken + From: Dan Brook <dbrook@easyspace.com> + Date: Thu, 17 Oct 2002 16:05:04 +0100 + Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com> + + [ 18045] + improve 'atomicity' wording + + [ 18046] + Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86) + From: Alain Barbet <alian@alianwebserver.com> + Date: Fri, 18 Oct 2002 15:29:29 +0200 + Message-ID: <3DB00CB9.70708@alianwebserver.com> + + [ 18047] + Subject: [PATCH] AutoLoader gives wrong message + From: Peter Scott <peter@psdt.com> + Date: Thu, 17 Oct 2002 19:54:56 -0700 + Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com> + + [ 18049] + Subject: [PATCH] perluniintro + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Sun, 20 Oct 2002 15:48:09 +0300 + Message-ID: <20021020124809.GE444369@lyta.hut.fi> + + [ 18050] + perlmodlib.pod nit suggested by David Dyck (bug #18055) + Regenerate perlmodlib.pod + + [ 18051] + Further tweaks to perluniintro.pod + + [ 18052] + Further tweaks to perlmodlib.pod. + Add a note about perllocal.pod, which wasn't documented. + + [ 18053] + charnames pragma extended with :alias for customized + unicode naming aliases + Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl> + + [ 18055] + Reverse change #8066 and sense of test, to satisfy [perl #17763] + + [ 18056] + Subject: [PATCH] B/C.pm: make $0 to argv[0] again + From: Autrijus Tang <autrijus@autrijus.org> + Date: Sat, 19 Oct 2002 17:51:57 +0800 + Message-ID: <20021019095157.GA430@not.autrijus.org> + + [ 18057] + Subject: [Encode] 1.80 released + From: Dan Kogai <dankogai@dan.co.jp> + Date: Tue, 22 Oct 2002 05:47:16 +0900 + Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp> + + [ 18058] + Subject: The Inaba patch for tr/// vs. use encoding + From: Dan Kogai <dankogai@dan.co.jp> + Date: Mon, 21 Oct 2002 17:36:02 +0900 + Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp> + + [ 18059] + Subject: [perl #18036] perldoc refuses to run on BeOS + From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org> + Date: 21 Oct 2002 10:18:50 -0000 + Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org> + + [ 18060] + 2 lines of change #18039 had several problems + + [ 18062] + Subject: [PATCH] DB_File 1.806 + From: "Paul Marquess" <Paul.Marquess@btinternet.com> + Date: Tue, 22 Oct 2002 11:16:21 +0100 + Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com> + + [ 18069] + Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious + From: Nicholas Clark <nick@unfortu.net> + Date: Sun, 27 Oct 2002 22:31:08 +0000 + Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net> + + [ 18071] + Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update + From: "Paul Marquess" <Paul.Marquess@btinternet.com> + Date: Mon, 28 Oct 2002 12:53:52 -0000 + Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com> + + [ 18072] + Partial fix of bug [perl #17589] : prevent the parser to + segfault when encountering the erroneous construct "sub;". + + [ 18073] + Subject: [perl #18165] "0" fails as right-hand argument to .. + From: Mark-Jason Dominus (via RT) <perlbug@perl.org> + Date: 30 Oct 2002 17:27:53 -0000 + Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org> + + (Fixed by making an exception for .."0" in pp_flop.) + + [ 18074] + Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM + but "-4\n".."-0\n" is! + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 30 Oct 2002 16:22:36 +0100 + Message-Id: <87n0ow0x4z.fsf@vran.herceg.de> + + Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n" + is not DWIM but "-4\n".."-0\n" is! + From: "Orton, Yves" <yves.orton@mciworldcom.de> + Date: Wed, 30 Oct 2002 11:59:31 -0000 + Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2> + + (Applied over previous fix.) + + [ 18075] + Adjust the number of tests in t/op/range.t + + [ 18076] + Update to Scalar-List-Utils 1.08 + + [ 18077] + Subject: [PATCH lib/Config.*] Document and test Config::config_re(). + (with tweaks) + From: Michael G Schwern <schwern@pobox.com> + Date: Wed, 4 Sep 2002 12:06:08 -0700 + Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net> + + [ 18078] + avoid reliance on croak() prototype + Branch: maint-5.8/perl + +> (branch 34 files) + !> (integrate 343 files) +____________________________________________________________________________ +[ 18079] By: jhi on 2002/11/04 02:06:17 + Log: Integrate: + + [ 17639] + It's all yours, Hugo. + (Flip Changes as Changes5.8, start new Changes) + + [ 17644] + Copy perldelta as perl58delta, purge the perldelta. + + The 17639 required editing to talk about 5.8.1 instead of + 5.9.X; the 17644 required manual resolving since perldelta + was a bit confused between three Perl versions. + Branch: maint-5.8/perl + +> Changes5.8 pod/perl58delta.pod + !> Changes MANIFEST pod/perldelta.pod +____________________________________________________________________________ +[ 18078] By: hv on 2002/11/03 13:20:50 + Log: avoid reliance on croak() prototype + Branch: perl + ! lib/warnings.pm +____________________________________________________________________________ +[ 18077] By: hv on 2002/11/03 13:18:17 + Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re(). + (with tweaks) + From: Michael G Schwern <schwern@pobox.com> + Date: Wed, 4 Sep 2002 12:06:08 -0700 + Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net> + Branch: perl + ! configpm lib/Config.t +____________________________________________________________________________ +[ 18076] By: gbarr on 2002/11/03 10:11:18 + Log: Update to Scalar-List-Utils 1.08 + Branch: perl + + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t + ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README + ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm + ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t + ! ext/List/Util/t/reduce.t +____________________________________________________________________________ +[ 18075] By: rgs on 2002/10/31 20:58:12 + Log: Adjust the number of tests in t/op/range.t + Branch: perl + ! t/op/range.t +____________________________________________________________________________ +[ 18074] By: ams on 2002/10/30 22:30:32 + Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM + but "-4\n".."-0\n" is! + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 30 Oct 2002 16:22:36 +0100 + Message-Id: <87n0ow0x4z.fsf@vran.herceg.de> + + Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n" + is not DWIM but "-4\n".."-0\n" is! + From: "Orton, Yves" <yves.orton@mciworldcom.de> + Date: Wed, 30 Oct 2002 11:59:31 -0000 + Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2> + + (Applied over previous fix.) + Branch: perl + ! pp_ctl.c t/op/range.t +____________________________________________________________________________ +[ 18073] By: ams on 2002/10/30 19:47:12 + Log: Subject: [perl #18165] "0" fails as right-hand argument to .. + From: Mark-Jason Dominus (via RT) <perlbug@perl.org> + Date: 30 Oct 2002 17:27:53 -0000 + Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org> + + (Fixed by making an exception for .."0" in pp_flop.) + Branch: perl + ! pp_ctl.c t/op/range.t +____________________________________________________________________________ +[ 18072] By: rgs on 2002/10/29 20:37:31 + Log: Partial fix of bug [perl #17589] : prevent the parser to + segfault when encountering the erroneous construct "sub;". + Branch: perl + ! pod/perldiag.pod t/op/anonsub.t toke.c +____________________________________________________________________________ +[ 18071] By: rgs on 2002/10/28 21:57:25 + Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update + From: "Paul Marquess" <Paul.Marquess@btinternet.com> + Date: Mon, 28 Oct 2002 12:53:52 -0000 + Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com> + Branch: perl + ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t +____________________________________________________________________________ +[ 18070] By: rgs on 2002/10/28 20:46:33 + Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED) + From: Nicholas Clark <nick@unfortu.net> + Date: Sun, 27 Oct 2002 18:39:03 +0000 + Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net> + Branch: perl + ! util.c +____________________________________________________________________________ +[ 18069] By: rgs on 2002/10/28 20:44:12 + Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious + From: Nicholas Clark <nick@unfortu.net> + Date: Sun, 27 Oct 2002 22:31:08 +0000 + Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net> + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 18068] By: merijn on 2002/10/27 17:57:15 + Log: Repair broken previous patch. I don't like it, but not repairing it + breaks each and every build. Will teach me to test on the same + machine where I patched it. Sorry. + Branch: perl + ! embed.pl +____________________________________________________________________________ +[ 18067] By: merijn on 2002/10/27 06:02:21 + Log: embed.pl doc. (embed.pl reorganization for doc headers) + Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi> + With some additional modifications + Branch: perl + ! embed.pl +____________________________________________________________________________ +[ 18066] By: nick on 2002/10/25 18:21:59 + Log: More mainline integrate (so I can diff) + Branch: perlio + !> README.irix README.tru64 lib/Net/Ping/t/450_service.t +____________________________________________________________________________ +[ 18065] By: nick on 2002/10/25 18:20:42 + Log: Integrate mainline + Branch: perlio + +> ext/Encode/bin/ucmsort ext/Encode/t/rt.pl ext/IO/lib/IO/t/IO.t + +> ext/Time/HiRes/typemap lib/Net/Ping/t/150_syn_inst.t + +> lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/450_service.t + - ext/Thread/thr5005.t + !> (integrate 71 files) +____________________________________________________________________________ +[ 18064] By: merijn on 2002/10/25 11:47:07 + Log: The 5005thread todo list; 2 down 25 to go + Branch: perl + ! README.irix README.tru64 +____________________________________________________________________________ +[ 18063] By: hv on 2002/10/25 00:28:48 + Log: change #18038 gives too many problems on t/450_service.t; disable + it for now + Branch: perl + ! lib/Net/Ping/t/450_service.t +____________________________________________________________________________ +[ 18062] By: hv on 2002/10/25 00:21:17 + Log: Subject: [PATCH] DB_File 1.806 + From: "Paul Marquess" <Paul.Marquess@btinternet.com> + Date: Tue, 22 Oct 2002 11:16:21 +0100 + Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com> + Branch: perl + ! ext/DB_File/Changes ext/DB_File/DB_File.pm + ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t + ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t +____________________________________________________________________________ +[ 18061] By: hv on 2002/10/25 00:13:07 + Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm + From: chromatic <chromatic@wgz.org> + Date: Mon, 21 Oct 2002 20:27:43 -0700 + Message-ID: <20021022033253.57952.qmail@onion.perl.org> + Branch: perl + + ext/IO/lib/IO/t/IO.t + ! MANIFEST lib/Net/Ping/t/450_service.t +____________________________________________________________________________ +[ 18060] By: hv on 2002/10/24 23:54:50 + Log: 2 lines of change #18039 had several problems + Branch: perl + ! ext/IO/IO.pm +____________________________________________________________________________ +[ 18059] By: hv on 2002/10/24 23:46:29 + Log: Subject: [perl #18036] perldoc refuses to run on BeOS + From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org> + Date: 21 Oct 2002 10:18:50 -0000 + Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org> + Branch: perl + ! utils/perldoc.PL +____________________________________________________________________________ +[ 18058] By: hv on 2002/10/24 23:36:48 + Log: Subject: The Inaba patch for tr/// vs. use encoding + From: Dan Kogai <dankogai@dan.co.jp> + Date: Mon, 21 Oct 2002 17:36:02 +0900 + Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp> + Branch: perl + ! mg.c regcomp.c sv.c toke.c +____________________________________________________________________________ +[ 18057] By: hv on 2002/10/24 23:16:15 + Log: Subject: [Encode] 1.80 released + From: Dan Kogai <dankogai@dan.co.jp> + Date: Tue, 22 Oct 2002 05:47:16 +0900 + Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp> + Branch: perl + + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl + ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes + ! ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/Encode/lib/Encode/MIME/Header.pm + ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t + ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t + ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm + ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm +____________________________________________________________________________ +[ 18056] By: hv on 2002/10/24 22:48:06 + Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again + From: Autrijus Tang <autrijus@autrijus.org> + Date: Sat, 19 Oct 2002 17:51:57 +0800 + Message-ID: <20021019095157.GA430@not.autrijus.org> + Branch: perl + ! ext/B/B/C.pm +____________________________________________________________________________ +[ 18055] By: hv on 2002/10/24 22:34:10 + Log: Reverse change #8066 and sense of test, to satisfy [perl #17763] + Branch: perl + ! pp_sys.c t/run/fresh_perl.t +____________________________________________________________________________ +[ 18054] By: hv on 2002/10/24 22:17:40 + Log: change #18030 needs the removal of ext/Thread/thr5005.t + Branch: perl + - ext/Thread/thr5005.t +____________________________________________________________________________ +[ 18053] By: merijn on 2002/10/24 08:20:09 + Log: charnames pragma extended with :alias for customized + unicode naming aliases + Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl> + Branch: perl + ! lib/charnames.pm lib/charnames.t +____________________________________________________________________________ +[ 18052] By: rgs on 2002/10/23 19:16:50 + Log: Further tweaks to perlmodlib.pod. + Add a note about perllocal.pod, which wasn't documented. + Branch: perl + ! pod/perlmodlib.PL pod/perlmodlib.pod +____________________________________________________________________________ +[ 18051] By: rgs on 2002/10/23 18:56:08 + Log: Further tweaks to perluniintro.pod + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 18050] By: rgs on 2002/10/22 19:11:12 + Log: perlmodlib.pod nit suggested by David Dyck (bug #18055) + Regenerate perlmodlib.pod + Branch: perl + ! pod/perlmodlib.PL pod/perlmodlib.pod +____________________________________________________________________________ +[ 18049] By: rgs on 2002/10/22 18:48:00 + Log: Subject: [PATCH] perluniintro + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Sun, 20 Oct 2002 15:48:09 +0300 + Message-ID: <20021020124809.GE444369@lyta.hut.fi> + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 18048] By: hv on 2002/10/22 17:04:26 + Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always + From: Dave Mitchell <davem@fdgroup.com> + Date: Fri, 18 Oct 2002 13:36:40 +0100 + Message-ID: <20021018133640.A19172@fdgroup.com> + Branch: perl + ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c + ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h + ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t +____________________________________________________________________________ +[ 18047] By: hv on 2002/10/22 16:20:18 + Log: Subject: [PATCH] AutoLoader gives wrong message + From: Peter Scott <peter@psdt.com> + Date: Thu, 17 Oct 2002 19:54:56 -0700 + Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com> + Branch: perl + ! lib/AutoLoader.pm +____________________________________________________________________________ +[ 18046] By: hv on 2002/10/22 15:52:40 + Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86) + From: Alain Barbet <alian@alianwebserver.com> + Date: Fri, 18 Oct 2002 15:29:29 +0200 + Message-ID: <3DB00CB9.70708@alianwebserver.com> + Branch: perl + ! README.win32 win32/makefile.mk win32/win32.c +____________________________________________________________________________ +[ 18045] By: hv on 2002/10/22 15:47:21 + Log: improve 'atomicity' wording + Branch: perl + ! lib/filetest.pm +____________________________________________________________________________ +[ 18044] By: hv on 2002/10/22 15:43:55 + Log: Subject: [PATCH] Shell.pm object methods broken + From: Dan Brook <dbrook@easyspace.com> + Date: Thu, 17 Oct 2002 16:05:04 +0100 + Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com> + Branch: perl + ! lib/Shell.pm lib/Shell.t +____________________________________________________________________________ +[ 18043] By: nick on 2002/10/21 17:50:44 + Log: Test UTF-8 encoded input to Encode::XS::decode and fix it. + Branch: perlio + ! ext/Encode/Encode.xs ext/Encode/t/mime-header.t +____________________________________________________________________________ +[ 18042] By: hv on 2002/10/21 09:20:54 + Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >> + From: hv@crypt.org + Date: Mon, 21 Oct 2002 11:27:40 +0100 + Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk> + Branch: perl + ! t/lib/warnings/toke toke.c +____________________________________________________________________________ +[ 18041] By: hv on 2002/10/21 01:14:48 + Log: Subject: Re: [perl #18019] regex overoptimization + From: hv@crypt.org + Date: Mon, 21 Oct 2002 03:21:54 +0100 + Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk> + Branch: perl + ! regcomp.c t/op/re_tests +____________________________________________________________________________ +[ 18040] By: nick on 2002/10/20 16:20:37 + Log: Handle case where octets are UTF-8 encoded + Branch: perlio + ! ext/Encode/Encode.xs +____________________________________________________________________________ +[ 18039] By: hv on 2002/10/20 14:33:16 + Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update + From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr> + Date: Tue, 15 Oct 2002 02:17:03 +0200 + Message-ID: <20021015001703.GG7914@stefp.dyndns.org> + Branch: perl + ! ext/IO/IO.pm +____________________________________________________________________________ +[ 18038] By: hv on 2002/10/20 14:23:06 + Log: Update to Net::Ping v2.23 + Branch: perl + + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t + + lib/Net/Ping/t/450_service.t + ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t + ! lib/Net/Ping/t/200_ping_tcp.t +____________________________________________________________________________ +[ 18037] By: hv on 2002/10/20 13:57:06 + Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Mon, 14 Oct 2002 14:49:54 +0300 + Message-ID: <20021014114954.GB80937@lyta.hut.fi> + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 18036] By: hv on 2002/10/20 13:43:56 + Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 14 Oct 2002 09:37:18 +0200 + Message-ID: <8765w5wjwx.fsf@vran.herceg.de> + Branch: perl + ! pp_sys.c t/op/mkdir.t +____________________________________________________________________________ +[ 18035] By: hv on 2002/10/20 13:39:09 + Log: Subject: Re: [perl #17951] Strange UTF error + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Wed, 16 Oct 2002 18:50:51 +0300 + Message-ID: <20021016155051.GB268437@lyta.hut.fi> + Branch: perl + ! lib/utf8_heavy.pl t/run/fresh_perl.t +____________________________________________________________________________ +[ 18034] By: hv on 2002/10/20 13:23:16 + Log: Update to Time::HiRes v1.38 + Branch: perl + + ext/Time/HiRes/typemap + ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm + ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs + ! ext/Time/HiRes/Makefile.PL +____________________________________________________________________________ +[ 18033] By: hv on 2002/10/20 13:12:25 + Log: Upgrade to Test.pm v1.23 + Branch: perl + ! lib/Test.pm +____________________________________________________________________________ +[ 18032] By: nick on 2002/10/20 12:36:16 + Log: Encode::utf8 encode/decode methods as XS that obeys + same protocol as Encode::XS - allows :encoding(UTF-8) + to cope with partial chars at end of buffer. + Branch: perlio + ! ext/Encode/Encode.pm ext/Encode/Encode.xs + ! ext/PerlIO/t/encoding.t +____________________________________________________________________________ +[ 18031] By: nick on 2002/10/20 09:06:00 + Log: Integrate mainline + Branch: perlio + +> ext/Safe/safe3.t lib/version.pm lib/version.t pad.c pad.h + +> pod/perl573delta.pod t/comp/our.t + !> (integrate 211 files) +____________________________________________________________________________ +[ 18030] By: merijn on 2002/10/19 14:10:21 + Log: Happy chainsaw stories; The removal of the 5005 threads + Still imcomplete. Configure will follow + Branch: perl + ! MANIFEST NetWare/Makefile NetWare/config.wc + ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h + ! Porting/Glossary Porting/config.sh Porting/config_H + ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h + ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm + ! ext/B/ramblings/runtime.porting ext/B/t/lint.t + ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads + ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh + ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c + ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h + ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c + ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c + ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile + ! 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 win32/config_sh.PL + ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h + ! win32/win32sck.c win32/win32thread.c win32/win32thread.h + ! wince/Makefile.ce wince/config.ce wince/config_H.ce + ! wince/config_sh.PL wince/win32.h wince/win32thread.c + ! wince/win32thread.h wince/wincesck.c +____________________________________________________________________________ +[ 18029] By: merijn on 2002/10/18 07:28:21 + Log: minor tweaks in Porting/pumpkin.pod + Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net> + Branch: perl + ! Porting/pumpkin.pod +____________________________________________________________________________ +[ 18028] By: rgs on 2002/10/17 20:33:32 + Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86) + From: Abe Timmerman <abe@ztreet.demon.nl> + Date: Thu, 17 Oct 2002 23:38:34 +0200 + Message-Id: <200210172338.34728.abe@ztreet.demon.nl> + Branch: perl + ! t/run/switches.t +____________________________________________________________________________ +[ 18027] By: hv on 2002/10/17 14:39:27 + Log: Subject: Re: versions too accurate + From: John Peacock <jpeacock@rowman.com> + Date: Mon, 14 Oct 2002 22:36:48 -0400 + Message-ID: <3DAB7F40.1050200@rowman.com> + Branch: perl + ! lib/version.pm util.c +____________________________________________________________________________ +[ 18026] By: hv on 2002/10/17 14:29:41 + Log: Subject: Re: [PATCH] Version object combined patch + From: John Peacock <jpeacock@rowman.com> + Date: Thu, 10 Oct 2002 21:23:01 -0400 + Message-ID: <3DA627F5.5050907@rowman.com> + Branch: perl + ! lib/version.pm lib/version.t pod/perldiag.pod util.c +____________________________________________________________________________ +[ 18025] By: hv on 2002/10/17 13:37:04 + Log: definition of MAXPATHLEN + Subject: [PATCH] standard lawyerism + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Fri, 11 Oct 2002 02:48:26 +0300 + Message-ID: <20021010234825.GM292305@lyta.hut.fi> + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 18024] By: hv on 2002/10/17 13:34:01 + Log: Subject: Re: [perl #17061] no strict 'garbage' + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 10 Oct 2002 16:23:22 +0200 + Message-ID: <87ptui5q5h.fsf@vran.herceg.de> + Branch: perl + ! ext/Storable/Storable.pm +____________________________________________________________________________ +[ 18023] By: hv on 2002/10/17 12:56:28 + Log: Subject: Re: [perl #17830] open FH, "<&", $fd + From: Steve Grazzini <grazz@nyc.rr.com> + Date: 11 Oct 2002 22:28:58 -0000 + Message-ID: <20021011222858.452.qmail@onion.perl.org> + Branch: perl + ! doio.c t/io/open.t +____________________________________________________________________________ +[ 18022] By: hv on 2002/10/17 12:24:42 + Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Tue, 15 Oct 2002 17:01:43 -0700 + Message-ID: <nxKr9gzkgmBO092yn@efn.org> + Branch: perl + ! t/op/assignwarn.t +____________________________________________________________________________ +[ 18021] By: hv on 2002/10/17 11:28:38 + Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST) + Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de> + Branch: perl + ! Porting/pumpkin.pod +____________________________________________________________________________ +[ 18020] By: rgs on 2002/10/16 18:43:21 + Log: prototype() didn't warn when used in void context. + Branch: perl + ! op.c t/lib/warnings/op +____________________________________________________________________________ +[ 18019] By: ams on 2002/10/15 20:54:53 + Log: Subject: Japanese translation of Storable + From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp> + Date: Tue, 15 Oct 2002 06:31:01 +0900 + Message-Id: <003801c273c9$05888910$1401a8c0@hipposam> + Branch: perl + ! ext/Storable/README +____________________________________________________________________________ +[ 18018] By: rgs on 2002/10/15 19:08:20 + Log: Subject: Re: [PATCH] cv.h: Comment update + From: Paul Johnson <paul@pjcj.net> + Date: Mon, 14 Oct 2002 20:00:50 +0200 + Message-ID: <20021014180050.GC7333@pjcj.net> + Branch: perl + ! cv.h +____________________________________________________________________________ +[ 18017] By: rgs on 2002/10/14 20:37:06 + Log: Subject: [PATCH] perlipc.pod + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST) + Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de> + Branch: perl + ! pod/perlipc.pod +____________________________________________________________________________ +[ 18016] By: rgs on 2002/10/14 20:30:03 + Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod + From: SADAHIRO Tomoyuki <bqw10602@nifty.com> + Date: Sun, 13 Oct 2002 09:02:36 +0900 + Message-Id: <20021013090227.FFCD.BQW10602@nifty.com> + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 18015] By: rgs on 2002/10/12 20:22:37 + Log: The -0 command-line switch wasn't setting $/ at compile-time. + Move the initialization of $/ just after switch parsing + (it was done after yyparse().) + Branch: perl + ! perl.c t/run/switches.t +____________________________________________________________________________ +[ 18014] By: rgs on 2002/10/12 20:18:55 + Log: Subject: Re: [PATCH] perl573delta delinting + From: Philip Newton <Philip.Newton@gmx.net> + Date: Sat, 12 Oct 2002 21:25:49 +0200 + Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com> + Branch: perl + ! pod/perl573delta.pod +____________________________________________________________________________ +[ 18013] By: hv on 2002/10/12 15:41:50 + Log: Subject: [PATCH] for -Dm + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST) + Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de> + Branch: perl + ! malloc.c +____________________________________________________________________________ +[ 18012] By: hv on 2002/10/12 15:39:49 + Log: #18005 was not enough + Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7) + From: Abe Timmerman <abeltje@cpan.org> + Date: Sat, 12 Oct 2002 17:56:39 +0200 + Message-Id: <200210121756.39803.abeltje@cpan.org> + Branch: perl + ! win32/makefile.mk +____________________________________________________________________________ +[ 18011] By: hv on 2002/10/12 15:36:43 + Log: Subject: [perl #17805] BUG: Grammar bug during Configure + From: Richard Hitt (via RT) <perlbug@perl.org> + Date: 8 Oct 2002 21:04:30 -0000 + Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 18010] By: hv on 2002/10/12 15:31:06 + Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious + From: Nicholas Clark <nick@unfortu.net> + Date: Tue, 8 Oct 2002 21:52:53 +0100 + Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net> + Branch: perl + ! pod/perldiag.pod pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 18009] By: hv on 2002/10/12 15:12:18 + Log: Subject: [PATCH perldoc] For screaming hell's sake + From: Simon Cozens <simon@netthink.co.uk> + Date: Tue, 8 Oct 2002 11:13:07 +0100 + Message-ID: <20021008101307.GA8175@netthink.co.uk> + Branch: perl + ! utils/perldoc.PL +____________________________________________________________________________ +[ 18008] By: hv on 2002/10/12 14:38:19 + Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t) + From: Nicholas Clark <nick@unfortu.net> + Date: Mon, 7 Oct 2002 23:35:34 +0100 + Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net> + Branch: perl + ! ext/Storable/ChangeLog ext/Storable/Makefile.PL + ! ext/Storable/README ext/Storable/Storable.pm + ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t + ! ext/Storable/t/forgive.t ext/Storable/t/integer.t + ! ext/Storable/t/malice.t ext/Storable/t/restrict.t +____________________________________________________________________________ +[ 18007] By: hv on 2002/10/12 14:22:36 + Log: Subject: [perl #17773] errors in c2ph(1) man page + From: Eric Melville (via RT) <perlbug@perl.org> + Date: 7 Oct 2002 02:58:34 -0000 + Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org> + Branch: perl + ! utils/c2ph.PL +____________________________________________________________________________ +[ 18006] By: hv on 2002/10/12 14:19:55 + Log: Subject: [PATCH pad.c] Re: closure failures + From: Dave Mitchell <davem@fdgroup.com> + Date: Mon, 7 Oct 2002 02:42:13 +0100 + Message-ID: <20021007024213.B29760@fdgroup.com> + Branch: perl + ! pad.c +____________________________________________________________________________ +[ 18005] By: hv on 2002/10/12 14:17:07 + Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7 + From: Abe Timmerman <abeltje@cpan.org> + Date: Tue, 8 Oct 2002 14:16:56 +0200 + Message-Id: <200210081416.56942.abeltje@cpan.org> + Branch: perl + ! win32/Makefile +____________________________________________________________________________ +[ 18004] By: hv on 2002/10/12 14:06:59 + Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu> + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 18003] By: hv on 2002/10/12 13:48:34 + Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956 + and #18001. + Branch: perl + ! ext/Devel/Peek/Peek.t +____________________________________________________________________________ +[ 18002] By: hv on 2002/10/11 23:22:56 + Log: Subject: [Encode] 1.77 Released + From: Dan Kogai <dankogai@dan.co.jp> + Date: Sun, 6 Oct 2002 12:52:52 +0900 + Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp> + Branch: perl + ! ext/Encode/Changes ext/Encode/Encode.pm + ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm + ! ext/Encode/lib/Encode/Alias.pm + ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t + ! ext/Encode/ucm/big5-eten.ucm +____________________________________________________________________________ +[ 18001] By: hv on 2002/10/11 22:52:43 + Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86) + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Thu, 10 Oct 2002 14:28:55 -0700 + Message-ID: <XEfp9gzkgquV092yn@efn.org> + Branch: perl + ! ext/Devel/Peek/Peek.t +____________________________________________________________________________ +[ 18000] By: hv on 2002/10/11 22:30:36 + Log: Subject: [PATCH] perl573delta delinting + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Fri, 4 Oct 2002 16:19:31 +0300 + Message-ID: <20021004131931.GE278184@lyta.hut.fi> + Branch: perl + ! pod/perl573delta.pod +____________________________________________________________________________ +[ 17999] By: hv on 2002/10/11 22:28:36 + Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers) + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Fri, 4 Oct 2002 16:11:57 +0300 + Message-ID: <20021004131157.GD278184@lyta.hut.fi> + Branch: perl + ! pod/perldiag.pod reentr.c reentr.pl +____________________________________________________________________________ +[ 17998] By: rgs on 2002/10/11 19:53:05 + Log: Fix bug #17771 : segfault with the 'for' statement modifier + used inside a map or a grep. + Branch: perl + ! pp_ctl.c t/op/grep.t +____________________________________________________________________________ +[ 17997] By: hv on 2002/10/11 12:10:39 + Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3 + From: Information Service <info@lingo.kiev.ua> + Date: Wed, 09 Oct 2002 07:17:00 +0400 + Message-ID: <3DA39FAC.85471200@lingo.kiev.ua> + Branch: perl + ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t +____________________________________________________________________________ +[ 17996] By: hv on 2002/10/11 11:55:53 + Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport() + From: chromatic <chromatic@wgz.org> + Date: Thu, 03 Oct 2002 22:56:54 -0700 + Message-ID: <20021004060120.33329.qmail@onion.perl.org> + Branch: perl + ! lib/AutoLoader.pm lib/AutoLoader.t +____________________________________________________________________________ +[ 17995] By: ams on 2002/10/11 05:24:20 + Log: Subject: [perl #17819] Typo in perltooc? + From: Bob Wilkinson (via RT) <perlbug@perl.org> + Date: 9 Oct 2002 09:50:40 -0000 + Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org> + + Subject: [perl #17821] Typo in perltooc + From: Bob Wilkinson (via RT) <perlbug@perl.org> + Date: 9 Oct 2002 10:12:51 -0000 + Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org> + Branch: perl + ! pod/perltooc.pod +____________________________________________________________________________ +[ 17994] By: rgs on 2002/10/10 20:19:27 + Log: Fix bug #17776 : memory corruption in qr/##/x + Branch: perl + ! sv.c t/op/pat.t +____________________________________________________________________________ +[ 17993] By: rgs on 2002/10/10 19:52:00 + Log: croak() is better written Perl_croak() in C code. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 17992] By: hv on 2002/10/10 11:29:12 + Log: Subject: Re: Hash::Util::lock_keys inhibits bless + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Fri, 04 Oct 2002 06:38:57 +0200 + Message-ID: <m3bs6astr2.fsf@k242.linux.bogus> + Branch: perl + ! lib/Hash/Util.pm +____________________________________________________________________________ +[ 17991] By: hv on 2002/10/10 11:20:41 + Log: new files lib/version.pm and lib/version.t for change #17990. + Branch: perl + + lib/version.pm lib/version.t +____________________________________________________________________________ +[ 17990] By: hv on 2002/10/10 11:19:57 + Log: Subject: [PATCH] Version object combined patch + From: John Peacock <jpeacock@rowman.com> + Date: Fri, 04 Oct 2002 23:15:10 -0400 + Message-ID: <3D9E593E.1060605@rowman.com> + Branch: perl + ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod + ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c +____________________________________________________________________________ +[ 17989] By: hv on 2002/10/10 10:48:42 + Log: Subject: PATCH: lib/ExtUtils/typemap + From: Brian Ingerson <ingy@ttul.org> + Date: Sat, 28 Sep 2002 13:03:24 -0700 + Message-ID: <20020928130324.A16900@ttul.org> + Branch: perl + ! lib/ExtUtils/typemap +____________________________________________________________________________ +[ 17988] By: hv on 2002/10/10 10:45:19 + Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari) + From: Nicholas Clark <nick@unfortu.net> + Date: Sat, 28 Sep 2002 18:52:00 +0100 + Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net> + Branch: perl + ! lib/Exporter.t lib/Exporter/Heavy.pm +____________________________________________________________________________ +[ 17987] By: hv on 2002/10/10 10:27:40 + Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect + From: "Allen Smith" <easmith@beatrice.rutgers.edu> + Date: Mon, 9 Sep 2002 17:36:55 -0400 + Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 17986] By: hv on 2002/10/10 09:51:24 + Log: Remove use of caller() in strict.pm, and tighten Safe compartment + for Storable tests to match. + Branch: perl + ! ext/Storable/t/code.t lib/strict.pm lib/strict.t +____________________________________________________________________________ +[ 17985] By: hv on 2002/10/10 09:27:00 + Log: Subject: Re: README.cygwin draft update + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Mon, 07 Oct 2002 17:15:09 -0700 + Message-ID: <NOio9gzkg6oR092yn@efn.org> + Branch: perl + ! README.cygwin pod/perl58delta.pod +____________________________________________________________________________ +[ 17984] By: rgs on 2002/10/09 19:17:08 + Log: Fix bug #17823 : non-modifying tr/// stringifies references + Branch: perl + ! doop.c t/op/tr.t +____________________________________________________________________________ +[ 17983] By: merijn on 2002/10/09 12:22:26 + Log: Tru64 and gcc and threads + Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi> + Branch: perl + ! thread.h +____________________________________________________________________________ +[ 17982] By: merijn on 2002/10/09 10:34:40 + Log: Correct mailing list archive URL + Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de> + Branch: perl + ! Porting/pumpkin.pod +____________________________________________________________________________ +[ 17981] By: merijn on 2002/10/09 04:49:06 + Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting + Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu> + Branch: perl + ! Porting/pumpkin.pod +____________________________________________________________________________ +[ 17980] By: sky on 2002/10/06 15:40:56 + Log: Upgrade Safe.pm to 2.09 after CPAN backport. + Fix testcases to run properly outside perl core build enviroment. + Branch: perl + ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t + ! ext/Safe/safe3.t +____________________________________________________________________________ +[ 17979] By: sky on 2002/10/06 07:03:19 + Log: Subject: [PATCH] fix typo in Tie::Array + From: "Jos I. Boumans" <kane@cpan.org> + Date: sat okt 5, 2002 20:39:17 Europe/Stockholm + Message-Id: <20021005183920.14746.qmail@onion.perl.org> + Branch: perl + ! lib/Tie/Array.pm +____________________________________________________________________________ +[ 17978] By: sky on 2002/10/05 04:44:10 + Log: Upgrade to Attribute::Handlers 0.78 + Branch: perl + ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes + ! lib/Attribute/Handlers/README +____________________________________________________________________________ +[ 17977] By: rgs on 2002/10/04 20:01:54 + Log: Complement to change #17976 : + there was a similar bug on rdo(). + Increment $Safe::VERSION. + Branch: perl + ! ext/Opcode/Safe.pm ext/Safe/safe3.t +____________________________________________________________________________ +[ 17976] By: rgs on 2002/10/04 19:44:48 + Log: Fix bug #17744, suggested by Andreas Jurenda, + tweaked by rgs (security hole in Safe). + Branch: perl + + ext/Safe/safe3.t + ! MANIFEST ext/Opcode/Safe.pm +____________________________________________________________________________ +[ 17975] By: merijn on 2002/10/04 13:30:17 + Log: Non ANSI feature detection in enum + Branch: perl + ! pad.h +____________________________________________________________________________ +[ 17974] By: rgs on 2002/10/03 21:00:50 + Log: Fix a precedence problem. + Branch: perl + ! ext/Storable/t/integer.t +____________________________________________________________________________ +[ 17973] By: rgs on 2002/10/03 20:34:13 + Log: Change the warning message "%s trapped by operation mask" + to include '' around the op name. Document it in perldiag. + Branch: perl + ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c + ! pod/perldiag.pod +____________________________________________________________________________ +[ 17972] By: rgs on 2002/10/03 20:26:54 + Log: Add a new warning, "Possible precedence problem on bitwise + %c operator", triggerred when a bitwise op has a numeric + comparison op as child. + Branch: perl + ! op.c pod/perldiag.pod t/lib/warnings/op +____________________________________________________________________________ +[ 17971] By: ams on 2002/10/03 11:03:41 + Log: Subject: Re: Not OK 17969 + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 03 Oct 2002 13:12:58 +0200 + Message-Id: <87lm5fn5c5.fsf@vran.herceg.de> + Branch: perl + ! ext/Storable/Storable.pm ext/Storable/t/code.t + ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t + ! ext/Storable/t/malice.t +____________________________________________________________________________ +[ 17970] By: ams on 2002/10/03 02:21:15 + Log: Add a line about 2.05. + Branch: perl + ! ext/Storable/ChangeLog +____________________________________________________________________________ +[ 17969] By: ams on 2002/10/03 02:12:27 + Log: Subject: [PATCH] Storable and code serialization: documentation + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST) + Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de> + Branch: perl + ! ext/Storable/MANIFEST ext/Storable/Storable.pm + ! ext/Storable/t/code.t +____________________________________________________________________________ +[ 17968] By: ams on 2002/10/03 01:40:51 + Log: Subject: [PATCH] Re: speed of my + From: Stephen McCamant <smcc@mit.edu> + Date: Wed, 2 Oct 2002 21:48:59 -0400 + Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU> + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 17967] By: hv on 2002/10/02 15:04:57 + Log: Subject: [PATCH] reentrant buffers + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Fri, 27 Sep 2002 01:08:56 +0300 + Message-ID: <20020926220856.GA339120@lyta.hut.fi> + Branch: perl + ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl +____________________________________________________________________________ +[ 17966] By: hv on 2002/10/02 14:46:52 + Log: Subject: [PATCH] retropatch + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Fri, 27 Sep 2002 03:51:34 +0300 + Message-ID: <20020927005134.GB339120@lyta.hut.fi> + Branch: perl + + pod/perl573delta.pod + ! MANIFEST pod/buildtoc.PL pod/perl.pod +____________________________________________________________________________ +[ 17965] By: hv on 2002/10/02 14:42:21 + Log: op/tr.t test is affected by #17962 + Branch: perl + ! t/op/tr.t +____________________________________________________________________________ +[ 17964] By: hv on 2002/10/02 14:38:59 + Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die + From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> + Date: Tue, 1 Oct 2002 23:34:35 +0200 + Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr> + Branch: perl + ! t/op/override.t toke.c +____________________________________________________________________________ +[ 17963] By: hv on 2002/10/02 14:15:22 + Log: Subject: Re: [perl #17376] Bug Report - our(%) + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Tue, 01 Oct 2002 09:54:30 -0700 + Message-ID: <GNdm9gzkgWOS092yn@efn.org> + Branch: perl + ! op.c pp_hot.c t/comp/our.t +____________________________________________________________________________ +[ 17962] By: ams on 2002/10/02 14:10:07 + Log: Subject: [PATCH] no [] in tr/// + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Wed, 2 Oct 2002 17:09:11 +0300 + Message-Id: <20021002140911.GH278184@lyta.hut.fi> + Branch: perl + ! pod/perldiag.pod toke.c +____________________________________________________________________________ +[ 17961] By: hv on 2002/10/02 14:09:11 + Log: Subject: Re: Hash::Util::lock_keys inhibits bless + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Mon, 30 Sep 2002 17:24:06 +0200 + Message-ID: <m3zntzwlex.fsf@k242.linux.bogus> + Branch: perl + ! lib/Hash/Util.pm +____________________________________________________________________________ +[ 17959] By: hv on 2002/10/02 14:06:29 + Log: Subject: [DOCPATCH] Unicode porting advice + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: Fri, 27 Sep 2002 15:30:16 +0200 + Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus> + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 17958] By: hv on 2002/10/02 13:57:06 + Log: missing quote from #17957 + Branch: perl + ! Porting/pumpkin.pod +____________________________________________________________________________ +[ 17957] By: hv on 2002/10/02 13:55:56 + Log: document how to set APPLLIB_EXP + Subject: Re: [perl #15957] error installing perl 5.8.0 + From: Andy Dougherty <doughera@lafayette.edu> + Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT) + Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu> + Branch: perl + ! Porting/pumpkin.pod +____________________________________________________________________________ +[ 17956] By: hv on 2002/10/02 13:51:12 + Log: Devel::Peek tests from: + Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Thu, 26 Sep 2002 22:16:39 -0700 + Message-ID: <3m+k9gzkgqnP092yn@efn.org> + Branch: perl + ! ext/Devel/Peek/Peek.t +____________________________________________________________________________ +[ 17955] By: hv on 2002/10/02 13:43:26 + Log: add precedence warning for bitwise docs + Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really... + From: Mike Guy <mjtg@cam.ac.uk> + Date: Thu, 26 Sep 2002 13:20:45 +0100 + Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk> + Branch: perl + ! pod/perlop.pod +____________________________________________________________________________ +[ 17954] By: hv on 2002/10/02 13:18:01 + Log: Subject: [PATCH] Re: perlio bug? + From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> + Date: Wed, 25 Sep 2002 21:58:12 +0200 + Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr> + Branch: perl + ! doio.c pod/perldiag.pod t/lib/warnings/doio +____________________________________________________________________________ +[ 17953] By: hv on 2002/10/02 12:55:29 + Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file + From: Dave Mitchell <davem@fdgroup.com> + Date: Wed, 25 Sep 2002 23:40:23 +0100 + Message-ID: <20020925234023.A20044@fdgroup.com> + Branch: perl + + pad.c pad.h + ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c + ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t + ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod + ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c + ! proto.h scope.c sv.c toke.c +____________________________________________________________________________ +[ 17952] By: hv on 2002/10/02 11:23:38 + Log: better handling of whitespace in autodoc declarations; fragment from: + Subject: [PATCH pad.c,h] move all pad-related code to its own src file + From: Dave Mitchell <davem@fdgroup.com> + Date: Wed, 25 Sep 2002 23:40:23 +0100 + Message-ID: <20020925234023.A20044@fdgroup.com> + Branch: perl + ! autodoc.pl +____________________________________________________________________________ +[ 17951] By: merijn on 2002/10/02 09:15:18 + Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart + Thu, 25 Jul 2002, Andy Dougherty + Branch: perl + ! Configure Policy_sh.SH +____________________________________________________________________________ +[ 17950] By: ams on 2002/10/02 03:43:41 + Log: Add silly bandaid to stop segfaults on subsequent accesses to + the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol() + (<$fred>). + Branch: perl + ! op.c +____________________________________________________________________________ +[ 17949] By: hv on 2002/10/01 08:49:02 + Log: patch based on: + Subject: Re: [perl #17376] Bug Report - our(%) + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Mon, 30 Sep 2002 15:22:18 -0700 + Message-ID: <a6Mm9gzkgK0P092yn@efn.org> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 17948] By: hv on 2002/10/01 08:26:44 + Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3) + From: chromatic <chromatic@wgz.org> + Date: Fri, 13 Sep 2002 14:26:08 -0700 + Message-Id: <200209131426.08116.chromatic@wgz.org> + Branch: perl + ! lib/AutoLoader.pm +____________________________________________________________________________ +[ 17947] By: hv on 2002/10/01 08:10:21 + Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Wed, 11 Sep 2002 22:22:45 -0700 + Message-ID: <lSCg9gzkgymX092yn@efn.org> + Branch: perl + ! dump.c mg.h regexec.c sv.c t/op/pat.t +____________________________________________________________________________ +[ 17946] By: merijn on 2002/09/30 15:19:36 + Log: nanosleep on VMS not present + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 17945] By: merijn on 2002/09/30 09:51:40 + Log: -Dgccansipedantic only for gcc 3+ + Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi> + Branch: perl + ! Porting/pumpkin.pod cflags.SH +____________________________________________________________________________ +[ 17944] By: merijn on 2002/09/30 08:29:33 + Log: nanosleep probes as per Jarkko's request + Branch: perl + ! Configure NetWare/config_H.wc Porting/config.sh + ! Porting/config_H config_h.SH epoc/config.sh perl.h + ! win32/config.bc win32/config.gc win32/config.vc + ! win32/config.vc64 win32/config_H.bc win32/config_H.gc + ! win32/config_H.vc win32/config_H.vc64 wince/config.ce + ! wince/config_H.ce +____________________________________________________________________________ +[ 17943] By: merijn on 2002/09/30 05:56:58 + Log: Backport 17941 ([perl #16796] Configure script buglet) + 27 Aug 2002 20:09:29, "Amick, Eric" (via RT) <perlbug@perl.org> + Branch: metaconfig + ! U/modified/Loc.U +____________________________________________________________________________ +[ 17942] By: ams on 2002/09/29 22:26:37 + Log: Remove package; (Heh heh.) + Branch: perl + ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y + ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t + ! vms/perly_c.vms vms/perly_h.vms +____________________________________________________________________________ +[ 17941] By: hv on 2002/09/29 12:11:06 + Log: Subject: [perl #16796] Configure script buglet + From: "Amick, Eric" (via RT) <perlbug@perl.org> + Date: 27 Aug 2002 20:09:29 -0000 + Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 17940] By: hv on 2002/09/29 11:59:28 + Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0 + From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> + Date: Fri, 27 Sep 2002 13:52:18 +0200 + Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr> + Branch: perl + ! lib/Attribute/Handlers.pm +____________________________________________________________________________ +[ 17939] By: hv on 2002/09/29 11:55:17 + Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX + From: Allen Smith (via RT) <perlbug@perl.org> + Date: 13 Sep 2002 03:01:30 -0000 + Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org> + Branch: perl + ! t/lib/h2ph.pht utils/h2ph.PL +____________________________________________________________________________ +[ 17938] By: rgs on 2002/09/28 20:42:59 + Log: Email address change for Stéphane Payrard + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 17937] By: hv on 2002/09/27 10:05:42 + Log: Subject: Re: [REVISED PATCH] Magic v-strings + From: John Peacock <jpeacock@rowman.com> + Date: Thu, 19 Sep 2002 22:30:58 -0400 + Message-ID: <3D8A8862.3000602@rowman.com> + Branch: perl + ! sv.c util.c +____________________________________________________________________________ +[ 17936] By: hv on 2002/09/27 10:00:42 + Log: Subject: [PATCH] configure.com -- don't exclude threads::shared + From: "Craig A. Berry" <craigberry@mac.com> + Date: Wed, 25 Sep 2002 17:14:33 -0500 + Message-ID: <3D923549.6050809@mac.com> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 17935] By: hv on 2002/09/27 09:48:19 + Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes. + From: Andy Lester <andy@petdance.com> + Date: Fri, 20 Sep 2002 12:23:41 -0500 + Message-ID: <20020920172341.GA15672@petdance.com> + Branch: perl + ! pod/perlopentut.pod +____________________________________________________________________________ +[ 17934] By: hv on 2002/09/26 18:50:02 + Log: missing '.' in test from #17932 + Branch: perl + ! t/lib/strict/subs +____________________________________________________________________________ +[ 17933] By: hv on 2002/09/26 17:01:11 + Log: Subject: [PATCH] perl #17453 + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Fri, 20 Sep 2002 17:22:45 +0300 + Message-ID: <20020920142245.GG280265@lyta.hut.fi> + Branch: perl + ! lib/utf8_heavy.pl t/op/pat.t +____________________________________________________________________________ +[ 17932] By: hv on 2002/09/26 16:47:32 + Log: #17931 checked for wrong constant + Branch: perl + ! op.c +____________________________________________________________________________ +[ 17931] By: hv on 2002/09/26 16:29:26 + Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm + From: Kay_Röpke <kay@dolphin-services.de> + Date: Fri, 20 Sep 2002 16:09:08 +0200 + Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de> + Branch: perl + ! op.c t/lib/strict/subs +____________________________________________________________________________ +[ 17930] By: hv on 2002/09/26 15:56:07 + Log: Subject: [perl #17445] Class::Struct patch: version number, examples + From: Ken Neighbors (via RT) <perlbug@perl.org> + Date: 19 Sep 2002 18:48:22 -0000 + Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org> + Branch: perl + ! lib/Class/Struct.pm +____________________________________________________________________________ +[ 17929] By: merijn on 2002/09/26 12:15:04 + Log: Backport 17925 and 17926 + enable -ansi -pedantic; Jarkko Hietaniemi <jhi@iki.fi>; Wed, 18 Sep 2002 + defuse installusrbinperl; Jarkko Hietaniemi <jhi@iki.fi>; Thu, 19 Sep 2002 + Branch: metaconfig + ! U/installdirs/instubperl.U + Branch: metaconfig/U/perl + ! gccvers.U +____________________________________________________________________________ +[ 17928] By: hv on 2002/09/26 09:54:05 + Log: Subject: [PATCH] bug in utf8.c(?) + From: Marty Pauley <marty+p5p@kasei.com> + Date: Fri, 20 Sep 2002 10:55:33 +0100 + Subject: [PATCH] bug in utf8.c(?) + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 17927] By: hv on 2002/09/26 09:37:19 + Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment + From: Marty Pauley <marty+p5p@kasei.com> + Date: Fri, 20 Sep 2002 09:52:16 +0100 + Message-Id: 20020920085216.GC10512@soto.kasei.com + Branch: perl + ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm +____________________________________________________________________________ +[ 17926] By: hv on 2002/09/26 09:28:06 + Log: Subject: [PATCH] defuse installusrbinperl + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Thu, 19 Sep 2002 18:01:03 +0300 + Message-ID: <20020919150103.GI208696@lyta.hut.fi> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 17925] By: hv on 2002/09/26 09:15:55 + Log: Subject: [PATCH v2] enable -ansi -pedantic + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Wed, 18 Sep 2002 01:19:25 +0300 + Message-ID: <20020917221925.GF85044@lyta.hut.fi> + Branch: perl + ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c + ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c +____________________________________________________________________________ +[ 17924] By: hv on 2002/09/26 08:44:16 + Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads) + From: Nicholas Clark <nick@unfortu.net> + Date: Sat, 14 Sep 2002 18:49:10 +0100 + Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 17923] By: hv on 2002/09/26 08:33:54 + Log: Subject: [PATCH] Re: Advice on coredump + From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> + Date: Wed, 18 Sep 2002 22:14:57 +0200 + Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr> + Branch: perl + ! op.c t/op/closure.t +____________________________________________________________________________ +[ 17922] By: hv on 2002/09/26 08:25:28 + Log: Subject: Re: [PATCH] spurious t/auto directory appears + From: Michael G Schwern <schwern@pobox.com> + Date: Fri, 13 Sep 2002 23:56:05 -0400 + Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net> + Branch: perl + ! lib/ExtUtils/t/Installed.t +____________________________________________________________________________ +[ 17921] By: hv on 2002/09/26 08:21:59 + Log: add TODO tests for slow our() declaration + Subject: Re: [perl #17376] Bug Report - our(%) + From: sthoenna@efn.org (Yitzchak Scott-Thoennes) + Date: Thu, 19 Sep 2002 22:34:01 -0700 + Message-ID: <JNri9gzkgSBB092yn@efn.org> + Branch: perl + + t/comp/our.t + ! MANIFEST +____________________________________________________________________________ +[ 17920] By: hv on 2002/09/26 08:16:43 + Log: LEAKTEST is dead, RIP + Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST + From: "H.Merijn Brand" <h.m.brand@hccnet.nl> + Date: Mon, 23 Sep 2002 18:33:12 +0200 + Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl> + Branch: perl + ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym + ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c +____________________________________________________________________________ +[ 17919] By: hv on 2002/09/26 07:59:42 + Log: Subject: [PATCH] AIX hints missinga >&4 + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Fri, 13 Sep 2002 16:48:42 +0300 + Message-ID: <20020913134842.GD8929@lyta.hut.fi> + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 17918] By: hv on 2002/09/26 07:51:10 + Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod) + From: "Brendan O'Dea" <bod@debian.org> + Date: Mon, 23 Sep 2002 22:45:40 +1000 + Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 17917] By: hv on 2002/09/26 07:46:43 + Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message + From: Slaven Rezic <slaven.rezic@berlin.de> + Date: 11 Sep 2002 19:37:09 +0200 + Message-ID: <871y80a0my.fsf@vran.herceg.de> + Branch: perl + ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm +____________________________________________________________________________ +[ 17916] By: hv on 2002/09/26 07:31:42 + Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity + From: "Brendan O'Dea" <bod@debian.org> + Date: Tue, 10 Sep 2002 09:19:05 +1000 + Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au> + Branch: perl + ! pod/perlembed.pod +____________________________________________________________________________ +[ 17915] By: rgs on 2002/09/24 20:19:22 + Log: Patch #17914 was empty ; this should have been applied instead. + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 17914] By: rgs on 2002/09/21 19:58:57 + Log: Subject: [PATCH] PASE saga continues + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Thu, 19 Sep 2002 23:30:20 +0300 + Message-ID: <20020919203020.GB274453@lyta.hut.fi> + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 17913] By: rgs on 2002/09/21 19:46:56 + Log: Subject: [PATCH perl@17882] file spec tweaks for VMS + From: "Craig A. Berry" <craigberry@mac.com> + Date: Wed, 18 Sep 2002 16:57:02 -0500 + Message-ID: <3D88F6AE.3020708@mac.com> + Branch: perl + ! lib/File/Spec/VMS.pm vms/ext/filespec.t +____________________________________________________________________________ +[ 17912] By: ams on 2002/09/19 17:21:24 + Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Thu, 19 Sep 2002 18:59:48 +0300 + Message-Id: <20020919155948.GU208696@lyta.hut.fi> + + Subject: [PATCH] more PASE tweakage + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Thu, 19 Sep 2002 18:01:44 +0300 + Message-Id: <20020919150144.GJ208696@lyta.hut.fi> + Branch: perl + ! README.os400 hints/aix.sh +____________________________________________________________________________ +[ 17911] By: ams on 2002/09/17 19:29:53 + Log: Typo fix. + Branch: perl + ! ext/POSIX/POSIX.pod +____________________________________________________________________________ +[ 17910] By: ams on 2002/09/17 18:09:32 + Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by + checking for SvOK in do_readline(). + Branch: perl + ! pp_hot.c t/op/gv.t +____________________________________________________________________________ +[ 17909] By: rgs on 2002/09/16 21:49:27 + Log: Pod formatting nit, found by Merijn and Jos Boumans. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 17908] By: rgs on 2002/09/16 21:34:55 + Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_ + From: (Ilya Martynov) (via RT) <perlbug@perl.org> + Date: 15 Sep 2002 19:06:56 -0000 + Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org> + Branch: perl + ! lib/Locale/Country.pm lib/Locale/Currency.pm + ! lib/Locale/Language.pm lib/Locale/Script.pm +____________________________________________________________________________ +[ 17907] By: rgs on 2002/09/16 20:33:51 + Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Sun, 15 Sep 2002 18:02:17 +0300 + Message-ID: <20020915150217.GB21300@lyta.hut.fi> + Branch: perl + ! hints/netbsd.sh +____________________________________________________________________________ +[ 17906] By: rgs on 2002/09/15 11:30:38 + Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list + of modules.) Regenerate pod/perlmodlib.pod. Add a warning : + not all modules listed in perlmodlib are necessarily installed. + Plus some corrections by Vincent Lefevre. + Branch: perl + ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod +____________________________________________________________________________ +[ 17905] By: nick on 2002/09/15 10:55:51 + Log: Integrate mainline + Branch: perlio + +> lib/Unicode/Collate/t/index.t + !> (integrate 54 files) +____________________________________________________________________________ +[ 17904] By: merijn on 2002/09/13 14:02:18 + Log: Tabs erroneusly expanded to spaces, causing AIX to fail + in building DProf + Branch: perl + ! Configure +____________________________________________________________________________ +[ 17903] By: merijn on 2002/09/13 14:00:35 + Log: Fix tab/space issue that entered in 17893. AIX. + Branch: metaconfig + ! U/modified/libc.U +____________________________________________________________________________ +[ 17902] By: merijn on 2002/09/13 07:47:29 + Log: configure.com needs d_modflproto + Thu 12 Sep 2002 23:19, "Craig A. Berry" + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 17901] By: rgs on 2002/09/12 20:19:55 + Log: Subject: [PATCH] more PASE wisdom + From: Jarkko Hietaniemi <jhi@iki.fi> + Date: Fri, 13 Sep 2002 00:17:39 +0300 + Message-ID: <20020912211739.GB6980@lyta.hut.fi> + Branch: perl + ! README.os400 +____________________________________________________________________________ +[ 17900] By: rgs on 2002/09/12 19:33:06 + Log: Fix a syntax incompatibility introduced by the // operator. + (Note that C<print $fh //> is still a syntax error, it + wasn't with perl 5.8.0.) + Branch: perl + ! t/op/dor.t toke.c +____________________________________________________________________________ +[ 17899] By: merijn on 2002/09/12 15:22:06 + Log: Re: [perl #17170] NetBSD and useshrplib config option + Thu 12 Sep 2002 09:22, Rafael Garcia-Suarez + Branch: metaconfig/U/perl + ! libperl.U + Branch: perl + ! Porting/Glossary +____________________________________________________________________________ +[ 17898] By: rgs on 2002/09/11 20:58:46 + Log: Fix bug #17006 : remove spurious do{} in the deparsing + of s/.../.../e. + Branch: perl + ! ext/B/B/Deparse.pm ext/B/t/deparse.t +____________________________________________________________________________ +[ 17897] By: rgs on 2002/09/11 20:56:21 + Log: Subject: [perl #17119] typo in utils/dprofpp.PL + From: "Todd C. Miller" (via RT) <perlbug@perl.org> + Date: 10 Sep 2002 18:49:56 -0000 + Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org> + Branch: perl + ! utils/dprofpp.PL +____________________________________________________________________________ +[ 17896] By: merijn on 2002/09/11 08:31:45 + Log: re-synced Configure to backported metaunits + Branch: perl + ! Configure Porting/Glossary Porting/config.sh Porting/config_H + ! config_h.SH +____________________________________________________________________________ +[ 17895] By: merijn on 2002/09/11 08:21:54 + Log: Cleaning up from metalint; reverting wrong voidflags fix from 17893; + fix obvious typo from 17827 + Branch: metaconfig + ! U/modified/libc.U U/modified/usenm.U U/modified/voidflags.U + Branch: metaconfig/U/perl + ! d_modfl.U gccvers.U +____________________________________________________________________________ +[ 17894] By: merijn on 2002/09/10 17:48:15 + Log: Postchecking config_h.SH helps to catch typo's + Also took the comments from the original patch + Branch: metaconfig/U/perl + ! d_modfl.U +____________________________________________________________________________ +[ 17893] By: merijn on 2002/09/10 17:31:36 + Log: Backport all Configure patches 17671 .. 17881 + to the metaunits + Branch: metaconfig + ! U/installdirs/prefix.U U/modified/libc.U U/modified/usenm.U + ! U/modified/voidflags.U + Branch: metaconfig/U/perl + ! Extensions.U d_modfl.U gccvers.U +____________________________________________________________________________ +[ 17892] By: merijn on 2002/09/10 15:43:53 + Log: Callback behaviour in hints + Mon, 9 Sep 2002, Allen Smith + Branch: perl + ! hints/README.hints +____________________________________________________________________________ +[ 17891] By: jhi on 2002/09/10 13:16:40 + Log: metaconfig tweakage. + Branch: metaconfig + + U/newer + ! README U/mksample +____________________________________________________________________________ +[ 17890] By: merijn on 2002/09/10 12:17:49 + Log: Metaconfig documentation update (part 2) + Fri 06 Sep 2002 20:26, Andy Dougherty + Branch: metaconfig + ! README U.check/MANIFEST U/README U/mksample + ! dist-3.0at70b/mcon/U/abortsig.U + ! dist-3.0at70b/mcon/U/alignbytes.U + ! dist-3.0at70b/mcon/U/bitpbyte.U + ! dist-3.0at70b/mcon/U/byteorder.U + ! dist-3.0at70b/mcon/U/ccflags.U + ! dist-3.0at70b/mcon/U/charorder.U + ! dist-3.0at70b/mcon/U/charsize.U + ! dist-3.0at70b/mcon/U/d_NOFILE.U + ! dist-3.0at70b/mcon/U/d_PORTAR.U + ! dist-3.0at70b/mcon/U/d_SHM_MAC.U + ! dist-3.0at70b/mcon/U/d_access.U + ! dist-3.0at70b/mcon/U/d_bsdjmp.U + ! dist-3.0at70b/mcon/U/d_casti32.U + ! dist-3.0at70b/mcon/U/d_castneg.U + ! dist-3.0at70b/mcon/U/d_charsprf.U + ! dist-3.0at70b/mcon/U/d_ckeypad.U + ! dist-3.0at70b/mcon/U/d_const.U + ! dist-3.0at70b/mcon/U/d_eofpipe.U + ! dist-3.0at70b/mcon/U/d_fd_set.U + ! dist-3.0at70b/mcon/U/d_getpagsz.U + ! dist-3.0at70b/mcon/U/d_getpgrp.U + ! dist-3.0at70b/mcon/U/d_isascii.U + ! dist-3.0at70b/mcon/U/d_keepsig.U + ! dist-3.0at70b/mcon/U/d_nolnbuf.U + ! dist-3.0at70b/mcon/U/d_open3.U + ! dist-3.0at70b/mcon/U/d_pidcheck.U + ! dist-3.0at70b/mcon/U/d_safebcpy.U + ! dist-3.0at70b/mcon/U/d_safemcpy.U + ! dist-3.0at70b/mcon/U/d_sanemcmp.U + ! dist-3.0at70b/mcon/U/d_scannl.U + ! dist-3.0at70b/mcon/U/d_setpgrp.U + ! dist-3.0at70b/mcon/U/d_sgndchr.U + ! dist-3.0at70b/mcon/U/d_sigaction.U + ! dist-3.0at70b/mcon/U/d_sigsetjmp.U + ! dist-3.0at70b/mcon/U/d_stdstdio.U + ! dist-3.0at70b/mcon/U/d_strctcpy.U + ! dist-3.0at70b/mcon/U/d_volatile.U + ! dist-3.0at70b/mcon/U/d_vprintf.U + ! dist-3.0at70b/mcon/U/d_wifstat.U + ! dist-3.0at70b/mcon/U/doublesize.U + ! dist-3.0at70b/mcon/U/errnolist.U + ! dist-3.0at70b/mcon/U/floatsize.U dist-3.0at70b/mcon/U/i_db.U + ! dist-3.0at70b/mcon/U/i_sysioctl.U + ! dist-3.0at70b/mcon/U/i_time.U dist-3.0at70b/mcon/U/install.U + ! dist-3.0at70b/mcon/U/intsize.U dist-3.0at70b/mcon/U/models.U + ! dist-3.0at70b/mcon/U/nblock_io.U + ! dist-3.0at70b/mcon/U/nlist_pfx.U + ! dist-3.0at70b/mcon/U/orderlib.U + ! dist-3.0at70b/mcon/U/prototype.U + ! dist-3.0at70b/mcon/U/ptrsize.U dist-3.0at70b/mcon/U/randbits.U + ! dist-3.0at70b/mcon/U/randfunc.U + ! dist-3.0at70b/mcon/U/sbrksmart.U + ! dist-3.0at70b/mcon/U/selecttype.U + ! dist-3.0at70b/mcon/U/sockopt.U + ! dist-3.0at70b/mcon/U/ssizetype.U + ! dist-3.0at70b/mcon/U/sunscanf.U + ! dist-3.0at70b/mcon/U/voidflags.U +____________________________________________________________________________ +[ 17889] By: merijn on 2002/09/10 09:58:06 + Log: Metaconfig documentation update (part 1) + Fri 06 Sep 2002 20:26, Andy Dougherty + plus some tweaks + Branch: metaconfig + ! README +____________________________________________________________________________ +[ 17888] By: merijn on 2002/09/10 09:20:52 + Log: New low-price HP servers + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 17887] By: rgs on 2002/09/09 21:00:08 + Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm + From: Paul Johnson <paul@pjcj.net> + Date: Mon, 9 Sep 2002 23:37:33 +0200 + Message-ID: <20020909213733.GD879@pjcj.net> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 17886] By: rgs on 2002/09/09 20:38:01 + Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm. Didn't work. + From: Nicholas Clark <nick@unfortu.net> + Date: Sun, 8 Sep 2002 23:05:54 +0100 + Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net> + Branch: perl + ! configpm +____________________________________________________________________________ +[ 17885] By: rgs on 2002/09/09 20:35:34 + Log: Subject: [PATCH] strict.pm pod at __END__ + From: Nicholas Clark <nick@unfortu.net> + Date: Sun, 8 Sep 2002 22:36:09 +0100 + Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net> + Branch: perl + ! lib/strict.pm +____________________________________________________________________________ +[ 17884] By: rgs on 2002/09/09 19:33:11 + Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage') + From: Nicholas Clark <nick@unfortu.net> + Date: Sun, 8 Sep 2002 19:45:52 +0100 + Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net> + Branch: perl + ! lib/File/Find/t/find.t +____________________________________________________________________________ +[ 17883] By: rgs on 2002/09/09 19:10:08 + Log: Subject: [PATCH] Quieten warnings in Deparse.pm + From: Paul Johnson <paul@pjcj.net> + Date: Sun, 8 Sep 2002 23:50:11 +0200 + Message-ID: <20020908215011.GA879@pjcj.net> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 17882] By: hv on 2002/09/09 10:33:58 + Log: Update Changes + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 17881] By: hv on 2002/09/09 09:54:55 Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t From: "Allen Smith" <easmith@beatrice.rutgers.edu> |