This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
[perl5.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 pod/perlhack.pod for the details.
7
8 For information on what's new in this release, see pod/perldelta.pod.
9
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
11
12 NOTE: Each change entry shows the change number; who checked it into the
13 repository; when; description of the change; which branch the change
14 happened in; and the affected files.  The file lists have a short symbolic
15 indicator:
16
17             !       modified
18             +       added
19             -       deleted
20             +>      branched (from elsewhere)
21             !>      merged changes (from elsewhere)
22
23 The Message-Ids in the change entries refer to the email messages sent
24 to the perl5-porters mailing list.  You can retrieve the messages for
25 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26
27 --------------
28 Version v5.8.1          Maintenance release working toward v5.8.1
29 --------------
30 ____________________________________________________________________________
31 [ 18638] By: jhi                                   on 2003/02/02  20:26:13
32         Log: Integrate:
33              [ 18621]
34              Fix and test for [perl #15549 Empty \Q\E not permitted]
35              (test.pl-ise quotemeta.t, too)
36              
37              [ 18622]
38              minitest wasn't working.  (The $^X /miniperl/ test in
39              io/crlf.t didn't work in Tru64, $^X was "./perl", used
40              the same 'eval q/use .../' trick everywhere.)
41              
42              [ 18624]
43              Plan 9: doesn't really do Configure (undo #18585/#18586)
44              
45              [ 18626]
46              Plan 9: No Configure.
47              
48              [ 18627]
49              Plan 9: Update the list of object files.
50              
51              [ 18628]
52              Plan 9: Update config.plan9 based on Russ Cox' work.
53              
54              [ 18629]
55              Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
56              
57              [ 18630]
58              [perl #15397] seems to have been fixed; add its test.
59              
60              [ 18631]
61              The [perl #7471] seems to have been fixed; add its test.
62              
63              [ 18632]
64              Also [perl #3547] has been fixed; add its test case.
65              
66              [ 18633]
67              Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
68              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
69              Date: Wed, 22 Jan 2003 22:35:56 +0100
70              Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
71              
72              [ 18634]
73              Subject: [PATCH] pod/perlfunc.pod
74              From: abigail@abigail.nl
75              Date: Sun, 2 Feb 2003 16:59:48 +0100
76              Message-Id: <20030202155948.7971.qmail@abigail.nl>
77              
78              [ 18635]
79              Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
80              
81              [ 18636]
82              Subject: Re: typo in checkin 18616
83              From: Nick Ing-Simmons <nick@ing-simmons.net>
84              Date: Sun, 02 Feb 2003 17:23:08 +0000
85              Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
86              
87              [ 18637]
88              Plan 9: Some time has passed.
89      Branch: maint-5.8/perl
90           +> plan9/config_h.sample plan9/config_sh.sample
91           !> Configure MANIFEST XSUB.h mg.c plan9/buildinfo
92           !> plan9/config.plan9 plan9/mkfile pod/perlfunc.pod pp.c pp_ctl.c
93           !> pp_hot.c regexec.c regexp.h t/io/crlf.t t/op/pat.t
94           !> t/op/quotemeta.t t/uni/tr_7jis.t t/uni/tr_eucjp.t
95           !> t/uni/tr_sjis.t t/uni/tr_utf8.t toke.c
96 ____________________________________________________________________________
97 [ 18619] By: jhi                                   on 2003/02/01  21:13:47
98         Log: Integrate:
99              [ 18618]
100              Fix bug #15837, temporary from storable call hadn't gotten
101              freed yet and was cloned but without a real (AvREAL)
102              reference to it. @_ doesn't refcount!
103      Branch: maint-5.8/perl
104           !> ext/threads/threads.xs
105 ____________________________________________________________________________
106 [ 18617] By: jhi                                   on 2003/02/01  20:05:08
107         Log: Integrate:
108              [ 18616]
109              Integrate from perlio:
110              
111              [ 18591]
112              PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
113              correct XSUB.h 
114              
115              [ 18611]
116              Michael Schroeder's fix for re-try if stdio ops after 
117              interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
118              
119              [ 18612]
120              PerlIO friendly version of speed up of $/ = undef case.
121              
122              [ 18613]
123              fflush() before invalidating stdio's fileno.
124              
125              [ 18615]
126              Don't free thread before using it, breaks platforms that
127              trust that I really want to free what I free, (like HPUX
128              and AIX).
129              
130              [ 18614]
131              Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
132              From: Nick Ing-Simmons <nick@ing-simmons.net>
133              Date: Sat, 01 Feb 2003 13:03:52 +0000
134              Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
135              
136              [ 18609]
137              Go even further (back) than change #18608 and revert
138              to the 5.8.0 code, since otherwise split.t #40 fails.
139              The four new tests of pat.t should keep us more honest.
140              
141              [ 18608]
142              Subject: [FIX] Re: UTF-8 failures (surprise!)
143              From: Enache Adrian <enache@rdslink.ro>
144              Date: Fri, 31 Jan 2003 09:20:59 +0200
145              Message-ID: <20030131072059.GB6045@ratsnest.hole>
146              
147              [ 18607]
148              Fix typo in version check ($[ to $]).
149              
150              [ 18606]
151              Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
152              From: Jose.auguste-etienne@cgss-guyane.fr
153              Date: Thu, 30 Jan 2003 12:40:53 -0300
154              Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
155              
156              [ 18605]
157              [perl #20616] code example in the FAQ that isn't strict-friendly.
158              Subject: [perl #20616] Tie::IxHash doc error.
159              From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
160              Date: 30 Jan 2003 11:43:17 -0000
161              Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
162              
163              [ 18604]
164              FAQ sync.
165              
166              [ 18603]
167              Subject: [FIX] Re: UTF-8 failures (surprise!)
168              From: Enache Adrian <enache@rdslink.ro>
169              Date: Thu, 30 Jan 2003 10:48:09 +0200
170              Message-ID: <20030130084809.GA16902@ratsnest.hole>
171              
172              Fix for half of the failures, with an expanded test.
173              
174              [ 18602]
175              Updates to the openbsd hints
176              
177              Subject: [perl #20606] [no subject]
178              Date: 29 Jan 2003 18:38:37 -0000
179              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
180              Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
181              
182              [ 18599]
183              Fix a very small memory leak in op_free, by reserving the
184              case op_seq == (U16)-1 for the compiler backend
185              
186              Subject: Re: Freeing code
187              From: "Paul Johnson" <paul@pjcj.net>
188              Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
189              Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
190              
191              [ 18597]
192              Subject: Re: [perl #20274] perlbug requires dynamic loading
193              From: Slaven Rezic <slaven@rezic.de>
194              Date: 14 Jan 2003 20:58:54 +0100
195              Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
196              
197              [ 18596]
198              Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
199              without the lval context tweak. Used in OP_DBSTATE.
200              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
201              From: Dave Mitchell <davem@fdgroup.com>
202              Date: Sun, 26 Jan 2003 17:42:42 +0000
203              Message-ID: <20030126174242.H16182@fdgroup.com>
204              
205              [ 18594]
206              Update the pod list for Plan 9.
207              
208              [ 18593]
209              When we copy things out of a hash and increment the 
210              refcount of the shared scalar, we really must protect
211              that refcount increase with a lock, or else it might not
212              happen. Fixes segfault when objects would prematurely
213              be killed.
214              
215              [ 18588]
216              Lest people get worried about not having PerlIO.
217      Branch: maint-5.8/perl
218           !> XSUB.h cop.h ext/Storable/t/restrict.t
219           !> ext/Sys/Hostname/Hostname.pm ext/threads/shared/shared.xs
220           !> ext/threads/threads.xs hints/openbsd.sh lib/utf8.t op.c
221           !> perlio.c plan9/mkfile pod/perlfaq.pod pod/perlfaq2.pod
222           !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
223           !> pod/perlfaq7.pod pod/perlfaq8.pod pod/perlunicode.pod
224           !> pod/perluniintro.pod pp_ctl.c regexec.c sv.c t/op/pat.t
225 ____________________________________________________________________________
226 [ 18590] By: jhi                                   on 2003/01/26  13:21:03
227         Log: Integrate:
228              [ 18589]
229              OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
230              
231              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
232              From: Dave Mitchell <davem@fdgroup.com>
233              Date: Fri, 24 Jan 2003 18:44:19 +0000
234              Message-ID: <20030124184419.F11179@fdgroup.com>
235      Branch: maint-5.8/perl
236           !> mg.c op.h pp_ctl.c
237 ____________________________________________________________________________
238 [ 18587] By: jhi                                   on 2003/01/26  09:29:52
239         Log: Integrate:
240              [ 18583]
241              Plan 9 compiler can't return quads from the ?: (condop).
242              (There may be more spots like this, so a Configure test
243              maybe in order, but this works for now.)  From Russ Cox.
244              
245              [ 18584]
246              Plan 9 doesn't really have the symlink API, from Russ Cox.
247              
248              [ 18586]
249              Plan 9 doesn't do nm, from Russ Cox.
250      Branch: maint-5.8/perl
251           !> Configure ext/PerlIO/via/via.xs plan9/plan9ish.h
252 ____________________________________________________________________________
253 [ 18582] By: jhi                                   on 2003/01/26  08:30:37
254         Log: Integrate:
255              [ 18579]
256              Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
257              From: Enache Adrian <enache@rdslink.ro>
258              Date: Sun, 26 Jan 2003 04:55:48 +0200
259              Message-Id: <20030126025548.GB812@ratsnest.hole>
260              
261              [ 18580]
262              Subject: patch to speed up Perl's slurp mode
263              From: Enache Adrian <enache@rdslink.ro>
264              Date: Fri, 24 Jan 2003 06:23:54 +0200
265              Message-Id: <20030124042354.GA30362@ratsnest.hole>
266              
267              [ 18581]
268              Subject: Re: truncate using a globref
269              From: Slaven Rezic <slaven@rezic.de>
270              Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
271              Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
272      Branch: maint-5.8/perl
273            ! sv.c
274           !> ext/Storable/Storable.xs pp_ctl.c pp_sys.c t/io/fs.t
275 ____________________________________________________________________________
276 [ 18576] By: jhi                                   on 2003/01/23  13:52:39
277         Log: The perlio->maint changes had somehow gotten of sync.
278      Branch: maint-5.8/perl
279           !> perlio.c
280 ____________________________________________________________________________
281 [ 18575] By: jhi                                   on 2003/01/23  12:33:38
282         Log: Integrate:
283              [ 18569]
284              Fix [perl #19860] by adding a POSIX::fsync() stub.
285      Branch: maint-5.8/perl
286           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
287 ____________________________________________________________________________
288 [ 18574] By: jhi                                   on 2003/01/23  12:28:19
289         Log: Integrate:
290              [ 18573]
291              Fix Solaris 32-bit invalidate case.
292      Branch: maint-5.8/perl
293           !> perlio.c
294 ____________________________________________________________________________
295 [ 18568] By: jhi                                   on 2003/01/22  20:24:37
296         Log: Add the POSIX::sigaction() trick by Slaven Rezic
297              for [perl #17341].
298      Branch: maint-5.8/perl
299            ! pod/perlfunc.pod pod/perlipc.pod
300 ____________________________________________________________________________
301 [ 18567] By: jhi                                   on 2003/01/22  18:37:55
302         Log: Integrate:
303              [ 18545]
304              Subject: [PATCH perl-current] AUTHORS correction
305              From: Richard Soderberg <rs@crystalflame.net>
306              Date: Wed, 22 Jan 2003 02:08:13 -0500
307              Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
308              
309              [ 18552]
310              Subject: [PATCH] assert PV isn't RV
311              From: Nicholas Clark <nick@unfortu.net>
312              Date: Fri, 17 Jan 2003 19:40:45 +0000
313              Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
314              
315              [ 18553]
316              Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
317              From: Martti Rahkila <martti.rahkila@hut.fi>
318              Date: Sat, 18 Jan 2003 00:25:39 +0200
319              Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
320              
321              (chose the 'even safer' version)
322              
323              [ 18554]
324              Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
325              From: Dave Mitchell <davem@fdgroup.com>
326              Date: Sun, 19 Jan 2003 16:43:54 +0000
327              Message-ID: <20030119164353.B24444@fdgroup.com>
328              
329              [ 18556]
330              Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
331              From: Robin Barker <Robin.Barker@npl.co.uk>
332              Date: Mon, 20 Jan 2003 15:26:21 -0000
333              Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
334              
335              [ 18559]
336              Upgrade to Encode 1.86.
337      Branch: maint-5.8/perl
338           !> AUTHORS av.c dump.c ext/Encode/Changes ext/Encode/Encode.pm
339           !> ext/Encode/MANIFEST ext/Encode/Unicode/Unicode.xs
340           !> ext/Encode/encoding.pm ext/Encode/t/enc_eucjp.t
341           !> ext/Encode/t/enc_utf8.t lib/Term/Complete.pm perlio.h sv.h
342           !> t/op/array.t
343 ____________________________________________________________________________
344 [ 18566] By: jhi                                   on 2003/01/22  18:32:41
345         Log: Regen Configure.
346      Branch: maint-5.8/perl
347            ! Configure config_h.SH
348 ____________________________________________________________________________
349 [ 18565] By: jhi                                   on 2003/01/22  18:15:06
350         Log: Integrate from perlio:
351              [ 18539]
352              Try the invalidate_fileno() idea for non-leaky stdio sockets.
353              
354              [ 18540]
355              stdio does NOT set errno==EBADF on invalidated fileno
356              
357              [ 18547]
358              Tweak APItest for new semantics of printf.
359              Now printf() is always real printf() and not #define'd to 
360              PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected 
361              back to original file does not affect stdout unless we are 
362              using :stdio as implementation. So things printf()ed XS side 
363              are not written to file (and turn up at end of test).
364              So add an XS function which does fflush(stdout), modify .pm
365              file to export it and .t file to call it.
366              
367              [ 18548]
368              Add defined(__osf__) case to invalidate_fileno (for Tru64).
369              
370              [ 18549]
371              Report layer name (without arg) on fail, and attempt to 
372              autoload layer name. (Fix for [perl #20460]).
373              
374              [ 18550]
375              #if defined(__irix__) (for stdio invalidate) from Jarkko.
376              
377              [ 18560]
378              Fixes for open.pm which attempts to load layers:
379              1. C equivalent of local $SIG{__WARN__} = sub {} 
380              while loading layers to supress warnings lib/open.t does
381              not want.
382              2. The loading scheme does not recurse now so look for 
383              new symptom of bad layer which is that a good module 
384              fails to load (as we cannot open any files).
385              
386              NOTE: In my opinion open.pm should probably die on bad layer
387              spec rather than just (maybe) warning and then allowing opens
388              to fail.
389      Branch: maint-5.8/perl
390           !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
391           !> ext/XS/APItest/t/printf.t lib/open.pm lib/open.t perlio.c
392 ____________________________________________________________________________
393 [ 18564] By: jhi                                   on 2003/01/22  18:07:19
394         Log: Use the aTHX_-less form (cousin of change #18544).
395      Branch: maint-5.8/perl
396            ! sv.c
397 ____________________________________________________________________________
398 [ 18563] By: jhi                                   on 2003/01/22  18:03:40
399         Log: Integrate:
400              [ 18541]
401              Try to make including patchlevel.h a bit more
402              robust (use <> instead of "") and in case of
403              failure (PERL_VERSION didn't get defined) try
404              to fail (by trying to #include an "obviously"
405              named file that should not exist) (didn't use
406              #error since IIRC older cpps do not have it)
407              (Tries to address [perl #20276].)
408              
409              [ 18543]
410              Update the MD5 checksums.
411      Branch: maint-5.8/perl
412           !> ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
413           !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
414           !> ext/List/Util/Util.xs ext/Storable/Storable.xs
415 ____________________________________________________________________________
416 [ 18562] By: jhi                                   on 2003/01/22  17:59:44
417         Log: Integrate:
418              [ 18536]
419              Allow explicit -C enable/disable by -C:1/-C:0
420              (suggested by Peter Haworth).
421              
422              (accept mainline's perlrun since somehow maint has gotten of sync)
423      Branch: maint-5.8/perl
424           !> perl.c pod/perlrun.pod
425 ____________________________________________________________________________
426 [ 18535] By: jhi                                   on 2003/01/21  02:49:55
427         Log: Integrate:
428              [ 18526]
429              Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
430              From: Blair Zajac <blair@orcaware.com>
431              Date: Wed, 08 Jan 2003 12:28:35 -0800
432              Message-ID: <3E1C89F3.2B4759C@orcaware.com>
433              
434              [ 18527]
435              Subject: perl version reporting
436              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
437              Date: Wed, 18 Dec 2002 08:30:32 +0100
438              Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
439              
440              [ 18532]
441              Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
442              From: Martien Verbruggen <mgjv@tradingpost.com.au>
443              Date: Tue, 31 Dec 2002 16:42:28 +1100
444              Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
445              
446              [ 18533]
447              Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
448              From: hv@crypt.org
449              Date: Thu, 02 Jan 2003 14:33:49 +0000
450              Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
451              
452              [ 18534]
453              Subject: PATCH: perldoc in MAINT branch (probably unstable too)
454              From: Chip Turner <cturner@redhat.com>
455              Date: 02 Jan 2003 11:35:57 -0500
456              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
457      Branch: maint-5.8/perl
458           !> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
459           !> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
460           !> lib/Pod/Perldoc.pm perl.c pod/perlsyn.pod regexec.c
461           !> t/op/subst.t
462 ____________________________________________________________________________
463 [ 18525] By: jhi                                   on 2003/01/20  17:54:12
464         Log: Integrate:
465              [ 18516]
466              microperl update.
467              
468              [ 18519]
469              Encode MANIFEST update.
470              
471              [ 18521]
472              Retract #18154 (integrate of perlio #18507), not enough
473              threadsafety.
474              
475              [ 18522]
476              Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
477              From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
478              Date: 20 Jan 2003 01:54:07 -0000
479              Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
480              
481              [ 18523]
482              Upgrade to Digest 1.02.
483              
484              [ 18524]
485              Integrate from perlio:
486              [ 18520]
487              Move #define printf out of perl.h into appropriate 
488              PerlIO files.
489      Branch: maint-5.8/perl
490           !> Makefile.micro ext/Encode/MANIFEST fakesdio.h lib/Digest.pm
491           !> lib/Digest.t nostdio.h perl.h perlio.c pp_hot.c uconfig.h
492           !> uconfig.sh
493 ____________________________________________________________________________
494 [ 18515] By: jhi                                   on 2003/01/18  18:43:52
495         Log: Integrate:
496              [ 18474]
497              Integrate from perlio:
498              [ 18470]
499              Fix #16306 and #16880
500              
501              (#16306 Big Badda leak in Sockets)
502              (#16880 Memory leak with IO::Socket in Perl v5.8.0)
503              
504              [ 18475]
505              Integrate from perlio:
506              [ 18471]
507              Fix #18711 and add test for it (and indeed tell on write
508              handles at all !
509              
510              (#18711 Serious bug of tell() in perl)
511              
512              [ 18507]
513              Thread-protection for dup/fclose/dup2 scheme of stdio leak
514              avoidance.
515              
516              [ 18508]
517              Subject: Re: 18457 on cygwin/20030113
518              From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
519              Date: Fri, 17 Jan 2003 15:10:34 +0000
520              Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
521              
522              [ 18509]
523              Upgrade to Digest::MD5 2.22.
524              
525              [ 18510]
526              Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
527              
528              [ 18511]
529              Upgrade to Digest 1.01.
530              
531              [ 18512]
532              EPOC perl address updates.
533              
534              [ 18513]
535              Slight pod reformatting based on [perl #20284].
536              
537              [ 18514]
538              Integrate from perlio:
539              [ 18507]
540              Thread-protection for dup/fclose/dup2 scheme of stdio leak
541              avoidance.
542      Branch: maint-5.8/perl
543           !> README.epoc README.mint ext/Data/Dumper/Dumper.pm
544           !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
545           !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
546           !> ext/Digest/MD5/t/files.t lib/Digest.pm perlio.c t/io/tell.t
547           !> utils/libnetcfg.PL
548 ____________________________________________________________________________
549 [ 18503] By: jhi                                   on 2003/01/16  23:29:57
550         Log: Integrate:
551              [ 18478]
552              Upgrade to Encode 1.84.
553              
554              [ 18479]
555              Add a test for encoding 'utf8'.
556              
557              [ 18480]
558              Encode 1.84 broke the subtest #7, further study required.
559              
560              [ 18481]
561              Apparently some stdios have bugs (no! don't tell it is so!)
562              or there is a corner of stdio that is substandardised.
563              
564              [ 18483]
565              Detypo.
566              
567              [ 18484]
568              Upgrade to Time::HiRes 1.42.
569              
570              [ 18486]
571              isa() and can() didn't work on magic variables
572              see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
573              plus a test case by B. Goldberg
574              
575              [ 18487]
576              Add a test case for bug [perl #19545]
577              
578              [ 18488]
579              Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
580              From: Brendan O'Dea <bod@debian.org>
581              Date: Sun, 12 Jan 2003 06:17:30 +1100
582              Message-ID: <20030111191730.GA19420@londo.c47.org>
583              
584              [ 18489]
585              Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
586              From: Brendan O'Dea <bod@debian.org>
587              Date: Sun, 12 Jan 2003 06:18:32 +1100
588              Message-ID: <20030111191832.GA19441@londo.c47.org>
589              
590              [ 18490]
591              Make the locale-induced UTF-8-ification of STD fhs
592              and the default file open layer explicit (either -C
593              or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
594              
595              [ 18491]
596              if (0) the PL_widesyscalls code for now: Sarathy
597              should take another look to see whether it is really
598              safe to remove the code, too.
599              
600              [ 18492]
601              Subject: Update for ext/Digest/MD5/
602              From: Gisle Aas <gisle@ActiveState.com>
603              Date: 30 Dec 2002 07:38:16 -0800
604              Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
605              
606              [ 18493]
607              Subject: Update for ext/MIME/Base64/
608              From: Gisle Aas <gisle@ActiveState.com>
609              Date: 30 Dec 2002 07:34:34 -0800
610              Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
611              
612              [ 18494]
613              Upgrade to CGI.pm 2.89.
614              
615              [ 18495]
616              It seems the binmode() is needed with UTF-8 locales enabled.
617              
618              [ 18496]
619              Fix 'use encoding' I/O for code points 0x80..0xFF;
620              code changes from Inaba Hiroto; test tweaks by jhi.
621              
622              [ 18501]
623              Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
624              From: "Jos I. Boumans" <kane@dwim.org>
625              Date: Thu, 16 Jan 2003 14:04:48 +0100
626              Message-ID: <3E26ADF0.6010605@dwim.org>
627              (with test tweaks)
628              
629              [ 18502]
630              Integrate from maint-5.6:
631              [ 18477]
632              search utility doesn't skip exe/lib/pdb files properly on windows
633      Branch: maint-5.8/perl
634           +> ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
635           !> (integrate 57 files)
636 ____________________________________________________________________________
637 [ 18466] By: jhi                                   on 2003/01/09  14:07:25
638         Log: Integrate:
639              [ 18459]
640              PerlFAQ sync.
641              
642              [ 18465]
643              Fix the doc for splitpath() in the File::Spec modules :
644              this function doesn't return undef in any case.
645      Branch: maint-5.8/perl
646           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
647           !> lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm pod/perlfaq.pod
648           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
649           !> pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
650           !> pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
651 ____________________________________________________________________________
652 [ 18458] By: jhi                                   on 2003/01/08  19:43:26
653         Log: Integrate:
654              [ 18438]
655              Subject: Re: [PATCH] Tiny nits in perlre.pod
656              From: andreas.koenig@anima.de (Andreas J. Koenig)
657              Date: Fri, 03 Jan 2003 00:57:15 +0100
658              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
659              
660              [ 18439]
661              Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
662              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
663              Date: Fri, 13 Dec 2002 00:54:43 +0100
664              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
665              Same as change 18403 for maint-5.8 branch
666              
667              [ 18441]
668              Subject: [DOCPATCH] File::Copy's synopsis
669              From: Nicholas Clark <nick@unfortu.net>
670              Date: Wed, 1 Jan 2003 21:09:30 +0000
671              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
672              
673              [ 18451]
674              Subject: [PATCH perl@18746] VMS test adjustments
675              Date: Sat, 04 Jan 2003 11:26:00 -0600
676              From: "Craig A. Berry" <craigberry@mac.com>
677              Message-ID: <3E171928.1040100@mac.com>
678              
679              [ 18453]
680              Change the value of ${^TAINT} : 0 without taint checks,
681              1 with -T, and -1 with -t or -TU.
682              
683              [ 18454]
684              Integrate podlators-1.25
685              
686              [ 18455]
687              Subject: [PATCH] integrate more with report_evil_fh
688              From: Nicholas Clark <nick@unfortu.net>
689              Date: Thu, 26 Dec 2002 20:56:21 +0000
690              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
691      Branch: maint-5.8/perl
692           !> ext/Devel/Peek/Peek.t ext/Filter/t/call.t
693           !> lib/ExtUtils/t/Embed.t lib/File/Copy.pm lib/Pod/Man.pm
694           !> lib/Pod/t/man.t lib/charnames.t mg.c pod/perlre.pod
695           !> pod/perlvar.pod pp_sys.c t/op/taint.t t/run/runenv.t
696           !> t/run/switchI.t t/run/switcht.t
697 ____________________________________________________________________________
698 [ 18457] By: jhi                                   on 2003/01/08  01:47:02
699         Log: Upgrade to Time::HiRes 1.42.
700      Branch: maint-5.8/perl
701            + ext/Time/HiRes/fallback/const-c.inc
702            + ext/Time/HiRes/fallback/const-xs.inc
703            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
704            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
705 ____________________________________________________________________________
706 [ 18452] By: jhi                                   on 2003/01/06  13:47:59
707         Log: Regen Configure.
708      Branch: maint-5.8/perl
709            ! Configure
710 ____________________________________________________________________________
711 [ 18450] By: jhi                                   on 2003/01/06  04:44:28
712         Log: Tiny output tweak.
713      Branch: maint-5.8/perl
714            ! t/op/pat.t
715 ____________________________________________________________________________
716 [ 18449] By: jhi                                   on 2003/01/05  16:12:26
717         Log: Update Changes.
718      Branch: maint-5.8/perl
719            ! Changes patchlevel.h
720 ____________________________________________________________________________
721 [ 18448] By: jhi                                   on 2003/01/05  15:29:54
722         Log: Subject: Partial Data::Dumper patch
723              From: Richard Clamp <richardc@unixbeard.net>
724              Date: Sat, 4 Jan 2003 00:52:47 +0000
725              Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
726              
727              Subject: Re: Partial Data::Dumper patch
728              From: Slaven Rezic <slaven@rezic.de>
729              Date: 04 Jan 2003 02:48:08 +0100
730              Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
731      Branch: maint-5.8/perl
732            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
733 ____________________________________________________________________________
734 [ 18447] By: jhi                                   on 2003/01/05  14:58:52
735         Log: test.pl-ise t/op/fh.t.
736      Branch: maint-5.8/perl
737            ! t/op/fh.t
738 ____________________________________________________________________________
739 [ 18446] By: jhi                                   on 2003/01/05  14:58:06
740         Log: Add a test for change #18444 (and a new test file, since
741              I couldn't find anything fitting)
742      Branch: maint-5.8/perl
743            + t/op/readline.t
744            ! MANIFEST
745 ____________________________________________________________________________
746 [ 18445] By: jhi                                   on 2003/01/05  14:46:32
747         Log: Backport change #18444 to maint.
748      Branch: maint-5.8/perl
749            ! pp_hot.c sv.c sv.h
750 ____________________________________________________________________________
751 [ 18444] By: jhi                                   on 2003/01/05  14:33:04
752         Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
753              From: Stephen McCamant <smcc@mit.edu>
754              Date: Thu, 2 Jan 2003 18:08:23 -0500
755              Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
756      Branch: maint-5.8/perl
757            ! pp_hot.c
758 ____________________________________________________________________________
759 [ 18443] By: jhi                                   on 2003/01/05  14:22:33
760         Log: Subject: [PATCH perl@18746] VMS test adjustments
761              From: "Craig A. Berry" <craigberry@mac.com>
762              Date: Sat, 04 Jan 2003 11:26:00 -0600
763              Message-ID: <3E171928.1040100@mac.com>
764      Branch: maint-5.8/perl
765            ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
766            ! t/run/switchI.t
767 ____________________________________________________________________________
768 [ 18442] By: jhi                                   on 2003/01/04  21:18:39
769         Log: Spotted by rgs.
770      Branch: maint-5.8/perl
771            ! lib/File/Copy.pm
772 ____________________________________________________________________________
773 [ 18437] By: jhi                                   on 2003/01/04  14:39:35
774         Log: Integrate:
775              [ 18434]
776              Forgot to add problems.t with change #18419
777      Branch: maint-5.8/perl
778           +> ext/threads/t/problems.t
779 ____________________________________________________________________________
780 [ 18436] By: jhi                                   on 2003/01/04  14:37:33
781         Log: Integrate:
782              [ 18435]
783              The problems.t is back.
784      Branch: maint-5.8/perl
785           !> MANIFEST
786 ____________________________________________________________________________
787 [ 18433] By: jhi                                   on 2003/01/04  04:49:38
788         Log: Integrate:
789              [ 18432]
790              One more (or, rather, less) //.
791      Branch: maint-5.8/perl
792           !> ext/threads/threads.xs
793 ____________________________________________________________________________
794 [ 18430] By: jhi                                   on 2003/01/04  04:35:40
795         Log: // is still not portable C commentary.
796      Branch: maint-5.8/perl
797            ! ext/threads/threads.xs
798 ____________________________________________________________________________
799 [ 18429] By: jhi                                   on 2003/01/04  04:19:57
800         Log: AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
801              things like drand48_data are undefined).
802      Branch: maint-5.8/perl
803            ! hints/aix.sh
804 ____________________________________________________________________________
805 [ 18428] By: jhi                                   on 2003/01/04  03:58:22
806         Log: Somehow I managed to get makefile.olds that didn't get cleaned away.
807      Branch: maint-5.8/perl
808            ! Makefile.SH x2p/Makefile.SH
809 ____________________________________________________________________________
810 [ 18427] By: jhi                                   on 2003/01/04  03:49:34
811         Log: To go with change #18404.
812      Branch: maint-5.8/perl
813            ! lib/Attribute/Handlers/t/multi.t
814 ____________________________________________________________________________
815 [ 18426] By: jhi                                   on 2003/01/04  03:38:27
816         Log: Integrate: [ 18425]  Until Arthur really adds the problems.t.
817      Branch: maint-5.8/perl
818           !> MANIFEST
819 ____________________________________________________________________________
820 [ 18424] By: jhi                                   on 2003/01/04  03:20:08
821         Log: Integrate:
822              [ 18417]
823              Fake what context we are running in for CLONE and DESTROY so 
824              threads->tid() returns the correct value.
825              This is reported as bug #10046
826              
827              [ 18419]
828              Fixes bug #15273, the return of the object caused
829              the stash of the object to be cloned, cloning the entire syntax
830              tree and all lexicals in there creating danglning copies to the
831              object. (Pararell but unlinked STASH tree).
832              This adds a new flag, when set it will use STASHES from the
833              thread we are joining into avoiding the problem.
834              
835              [ 18421]
836              Fix long standing memory leak with pop and shift!
837      Branch: maint-5.8/perl
838           !> MANIFEST ext/threads/shared/shared.xs ext/threads/t/basic.t
839           !> ext/threads/threads.xs sv.c sv.h
840 ____________________________________________________________________________
841 [ 18423] By: jhi                                   on 2003/01/04  03:12:42
842         Log: spent_size was still off.  (As far as I can tell
843              _SC_GETPW_R_SIZE_MAX is supposed to be used also
844              for spents, not just pwents.)
845      Branch: maint-5.8/perl
846            ! reentr.c reentr.pl
847 ____________________________________________________________________________
848 [ 18422] By: jhi                                   on 2003/01/04  03:04:29
849         Log: Third Degree found a read of uninit memory (after setting
850              grent_size with sysconf(), pwent_size was read).  Also make
851              the ERANGE/INVARG more consistent.
852      Branch: maint-5.8/perl
853            ! reentr.c reentr.h reentr.pl
854 ____________________________________________________________________________
855 [ 18420] By: jhi                                   on 2003/01/04  00:04:33
856         Log: Mea culpa: the join() was the string join, not the
857              ithreads join().
858      Branch: maint-5.8/perl
859            ! ext/threads/t/join.t
860 ____________________________________________________________________________
861 [ 18418] By: jhi                                   on 2003/01/03  19:41:57
862         Log: Upgrade to Time::HiRes 1.41 (building with core perl had
863              become broken at some point, even before 1.40).
864      Branch: maint-5.8/perl
865            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
866            ! ext/Time/HiRes/Makefile.PL
867 ____________________________________________________________________________
868 [ 18416] By: jhi                                   on 2003/01/03  17:50:45
869         Log: Upgrade to Time::HiRes 1.40.
870      Branch: maint-5.8/perl
871            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
872            ! ext/Time/HiRes/Makefile.PL
873 ____________________________________________________________________________
874 [ 18415] By: jhi                                   on 2003/01/03  16:45:03
875         Log: regen headers.
876      Branch: maint-5.8/perl
877            ! pod/perlapi.pod
878 ____________________________________________________________________________
879 [ 18414] By: jhi                                   on 2003/01/03  16:39:33
880         Log: Integrate:
881              [ 18390]
882              Use a more likely location for the perl binary
883              
884              [ 18406]
885              Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
886              libc_r functions.
887              
888              [ 18407]
889              Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
890              From: hv@crypt.org
891              Date: Thu, 02 Jan 2003 17:16:04 +0000
892              Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
893              
894              [ 18408]
895              Subject: win32_msgwait() problem
896              From: Gurusamy Sarathy <gsar@ActiveState.com>
897              Date: Fri, 13 Dec 2002 17:31:59 -0800
898              Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
899              
900              [ 18411]
901              Subject: Re: [perl #19061] 'goto' confuses 'redo'
902              From: Stephen McCamant <smcc@mit.edu>
903              Date: Sun, 22 Dec 2002 22:09:51 -0500
904              Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
905              
906              [ 18413]
907              Change pp_lock to take a reference instead of a
908              scalar since it wouldn't fork for the HELEM/AELEM
909              case. This was reported in bug #10045
910      Branch: maint-5.8/perl
911           !> Porting/genlog ext/threads/shared/t/hv_refs.t hints/darwin.sh
912           !> opcode.h opcode.pl opnames.h pp_ctl.c sv.c win32/win32.c
913 ____________________________________________________________________________
914 [ 18405] By: jhi                                   on 2003/01/03  03:06:40
915         Log: Subject: [PATCH] Re: 5.8.0 dup strangety
916              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
917              Date: Tue, 31 Dec 2002 10:56:42 +0100
918              Message-Id: <20021231105642.6bc7a0f4.rgarciasuarez@free.fr>
919      Branch: maint-5.8/perl
920            ! doio.c
921 ____________________________________________________________________________
922 [ 18404] By: jhi                                   on 2003/01/03  02:54:46
923         Log: Subject: [PATCH] Re: Attribute::Handlers phase variance
924              From: Richard Clamp <richardc@unixbeard.net>
925              Date: Mon, 9 Dec 2002 11:10:24 +0000
926              Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
927      Branch: maint-5.8/perl
928            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
929 ____________________________________________________________________________
930 [ 18403] By: jhi                                   on 2003/01/03  02:49:17
931         Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
932              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
933              Date: Fri, 13 Dec 2002 00:54:43 +0100
934              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
935      Branch: maint-5.8/perl
936            ! lib/ExtUtils/t/Embed.t
937 ____________________________________________________________________________
938 [ 18402] By: jhi                                   on 2003/01/03  02:47:18
939         Log: Subject: [PATCH Pod::Checker] Decouple podchecker program and function
940              From: Michael G Schwern <schwern@pobox.com>
941              Date: Tue, 10 Dec 2002 15:25:02 -0800
942              Message-ID: <20021210232502.GD25945@blackrider.schwern.org>
943              
944              Subject: Re: [PATCH Pod::Checker] Decouple podchecker program and function
945              From: Michael G Schwern <schwern@pobox.com>
946              Date: Tue, 10 Dec 2002 15:40:05 -0800
947              Message-ID: <20021210234005.GF25945@blackrider.schwern.org>
948      Branch: maint-5.8/perl
949            ! lib/Pod/Checker.pm pod/podchecker.PL t/pod/poderrs.xr
950 ____________________________________________________________________________
951 [ 18401] By: jhi                                   on 2003/01/03  02:40:44
952         Log: Subject: [PATCH] integrate more with report_evil_fh
953              From: Nicholas Clark <nick@unfortu.net>
954              Date: Thu, 26 Dec 2002 20:56:21 +0000
955              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
956      Branch: maint-5.8/perl
957            ! pp_sys.c
958 ____________________________________________________________________________
959 [ 18400] By: jhi                                   on 2003/01/03  02:37:11
960         Log: Subject: [PATCH] label code in pp_ctl.c
961              From: Nicholas Clark <nick@unfortu.net>
962              Date: Thu, 26 Dec 2002 21:19:36 +0000
963              Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
964      Branch: maint-5.8/perl
965            ! pp_ctl.c
966 ____________________________________________________________________________
967 [ 18399] By: jhi                                   on 2003/01/03  02:28:15
968         Log: Subject: [DOCPATCH] hv_store and hv_store_ent
969              From: Nicholas Clark <nick@unfortu.net>
970              Date: Wed, 1 Jan 2003 18:17:59 +0000
971              Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
972      Branch: maint-5.8/perl
973            ! hv.c
974 ____________________________________________________________________________
975 [ 18398] By: jhi                                   on 2003/01/03  02:26:44
976         Log: Subject: [DOCPATCH] File::Copy's synopsis
977              From: Nicholas Clark <nick@unfortu.net>
978              Date: Wed, 1 Jan 2003 21:09:30 +0000
979              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
980      Branch: maint-5.8/perl
981            ! lib/File/Copy.pm
982 ____________________________________________________________________________
983 [ 18397] By: jhi                                   on 2003/01/03  02:25:38
984         Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
985              From: Dave Mitchell <davem@fdgroup.com>
986              To: Ton Hospel <perl5-porters@ton.iguana.be>
987              Date: Wed, 1 Jan 2003 21:43:24 +0000
988              Message-ID: <20030101214324.F12907@fdgroup.com>
989      Branch: maint-5.8/perl
990            ! lib/Time/Local.pm lib/Time/Local.t
991 ____________________________________________________________________________
992 [ 18396] By: jhi                                   on 2003/01/03  02:23:28
993         Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
994              From: andreas.koenig@anima.de (Andreas J. Koenig)
995              Date: Fri, 03 Jan 2003 00:57:15 +0100
996              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
997      Branch: maint-5.8/perl
998            ! pod/perlre.pod
999 ____________________________________________________________________________
1000 [ 18395] By: jhi                                   on 2003/01/03  02:21:50
1001         Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
1002              From: Chip Turner <cturner@redhat.com>
1003              Date: 02 Jan 2003 11:35:57 -0500
1004              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
1005      Branch: maint-5.8/perl
1006            ! lib/Pod/Perldoc.pm
1007 ____________________________________________________________________________
1008 [ 18394] By: jhi                                   on 2003/01/02  21:37:16
1009         Log: Document in more detail which tests will fail on FAT.
1010      Branch: maint-5.8/perl
1011            ! README.win32
1012 ____________________________________________________________________________
1013 [ 18392] By: jhi                                   on 2003/01/02  17:57:09
1014         Log: Subject: [PATCH perl-5.8/win32/makefile.mk] Re: Smoke [5.8.0] 18389 FAIL(Fm) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
1015              From: Abe Timmerman <abe@ztreet.demon.nl>
1016              Date: Thu, 2 Jan 2003 19:02:21 +0100
1017              Message-Id: <200301021902.22444.abe@ztreet.demon.nl>
1018      Branch: maint-5.8/perl
1019            ! win32/makefile.mk
1020 ____________________________________________________________________________
1021 [ 18391] By: jhi                                   on 2003/01/02  13:44:51
1022         Log: Document the installprefix trick for compiling PASE Perl in AIX.
1023      Branch: maint-5.8/perl
1024            ! README.os400
1025 ____________________________________________________________________________
1026 [ 18389] By: jhi                                   on 2003/01/02  03:15:44
1027         Log: Subject: [PATCH maintperl@18383] more pad removal for VMS
1028              From: "Craig A. Berry" <craigberry@mac.com>
1029              Date: Wed, 01 Jan 2003 21:53:22 -0600
1030              Message-ID: <3E13B7B2.2070005@mac.com>
1031      Branch: maint-5.8/perl
1032            ! vms/descrip_mms.template
1033 ____________________________________________________________________________
1034 [ 18388] By: jhi                                   on 2003/01/02  01:41:55
1035         Log: List the PERL_MAGIC_utf8 ('w') flag.
1036      Branch: maint-5.8/perl
1037            ! pod/perlguts.pod
1038 ____________________________________________________________________________
1039 [ 18387] By: jhi                                   on 2003/01/02  01:39:31
1040         Log: The magic v-string patch from John Peacock for 5.8;
1041              permits the programmer to know when a given scalar was
1042              originally encoded as a v-string; Scalar::Util has already
1043              been enhanced to expose this at the Perl level.
1044      Branch: maint-5.8/perl
1045            ! dump.c perl.h pod/perlguts.pod sv.c sv.h t/op/ver.t util.c
1046 ____________________________________________________________________________
1047 [ 18386] By: jhi                                   on 2003/01/01  23:06:53
1048         Log: The change #18275 didn't translate the test case quite right.
1049      Branch: maint-5.8/perl
1050            ! t/op/split.t
1051 ____________________________________________________________________________
1052 [ 18385] By: gsar                                  on 2003/01/01  20:26:42
1053         Log: remove the CRs that snuck in via change#18382
1054      Branch: maint-5.8/perl
1055            ! win32/Makefile win32/makefile.mk
1056 ____________________________________________________________________________
1057 [ 18383] By: jhi                                   on 2003/01/01  17:02:29
1058         Log: Backport #18319 to 5.8, from Dave Mitchell.
1059      Branch: maint-5.8/perl
1060            ! op.c t/op/eval.t
1061 ____________________________________________________________________________
1062 [ 18382] By: jhi                                   on 2003/01/01  15:06:49
1063         Log: More tweaks from Autrijus: no pad.c, perl59->perl58 in
1064              installperl; and no pad.c in VMS, either.
1065      Branch: maint-5.8/perl
1066            ! installperl vms/descrip_mms.template win32/Makefile
1067            ! win32/makefile.mk
1068 ____________________________________________________________________________
1069 [ 18381] By: jhi                                   on 2003/01/01  15:02:04
1070         Log: Tweaks from Autrijus: threaded/win32 build, signedness.
1071      Branch: maint-5.8/perl
1072            ! sv.c
1073 ____________________________________________________________________________
1074 [ 18380] By: jhi                                   on 2002/12/31  16:34:22
1075         Log: Update Changes.
1076      Branch: maint-5.8/perl
1077            ! Changes patchlevel.h
1078 ____________________________________________________________________________
1079 [ 18379] By: jhi                                   on 2002/12/31  15:33:11
1080         Log: Integrate:
1081              [ 18371]
1082              Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
1083              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1084              Date: Fri, 27 Dec 2002 16:14:24 +0100
1085              Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
1086              
1087              [ 18372]
1088              Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
1089              From: Michael G Schwern <schwern@pobox.com>
1090              Date: Sat, 21 Dec 2002 19:29:41 -0800
1091              Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
1092              
1093              [ 18373]
1094              Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
1095              From: Dave Paris (via RT) <perlbug-followup@perl.org>
1096              Date: 22 Dec 2002 05:15:14 -0000
1097              Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
1098              
1099              [ 18374]
1100              Remove duplicate entry
1101              
1102              [ 18378]
1103              integrate change#18377 from maint-5.6 branch
1104              
1105              change#17566 needs to be more defensive about win32_dup2()
1106              itself calling SetStdHandle() (at least MSVCRT does this)
1107      Branch: maint-5.8/perl
1108           !> MANIFEST lib/AutoSplit.pm mg.c pod/perlfunc.pod t/op/magic.t
1109           !> win32/win32.c
1110 ____________________________________________________________________________
1111 [ 18375] By: jhi                                   on 2002/12/30  21:28:31
1112         Log: Better version of change #18370; use the new 'E' flag
1113              so that cxinc is exposed (as cpp) only to List::Util
1114              (well, any extension) (well, anyone who does -DPERL_EXT),
1115              no need to export it globally.
1116      Branch: maint-5.8/perl
1117            ! embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
1118 ____________________________________________________________________________
1119 [ 18370] By: jhi                                   on 2002/12/30  02:37:38
1120         Log: In AIX (strict symbol exports) the cxinc is needed for List::Util. 
1121      Branch: maint-5.8/perl
1122            ! embed.fnc embed.h global.sym
1123 ____________________________________________________________________________
1124 [ 18369] By: jhi                                   on 2002/12/30  01:38:38
1125         Log: Missed one.
1126      Branch: maint-5.8/perl
1127            ! embed.fnc embed.h
1128 ____________________________________________________________________________
1129 [ 18368] By: jhi                                   on 2002/12/29  23:33:56
1130         Log: Continue on change #18367; implement the said flag, 'E'.
1131              (Some nm output studying was needed to get the right set
1132              of re symbols defined.)
1133      Branch: maint-5.8/perl
1134            ! embed.fnc embed.h embed.pl ext/re/Makefile.PL
1135 ____________________________________________________________________________
1136 [ 18367] By: jhi                                   on 2002/12/29  21:40:08
1137         Log: Caught by change #18366; thanks to the re extension we have some
1138              functions that are file static but yet part of "the public API"...
1139              Maybe a new class of exportability (a new embed.fnc flag) is
1140              required for this case.
1141      Branch: maint-5.8/perl
1142            ! embed.fnc embed.h
1143 ____________________________________________________________________________
1144 [ 18366] By: jhi                                   on 2002/12/29  21:28:27
1145         Log: Implement the CPP namespace protection from [perl #8610];
1146              unless a function has an 'A' flag, it's defined only if
1147              PERL_CORE.  (Why do we have so many many functions with an
1148              'A' flag, is another matter.)  (The number of #ifdef PERL_COREs
1149              could be cut down further by having a state variable and
1150              inserting #ifdefs and #endifs when the state flips.)
1151      Branch: maint-5.8/perl
1152            ! embed.h embed.pl
1153 ____________________________________________________________________________
1154 [ 18365] By: jhi                                   on 2002/12/29  15:01:08
1155         Log: Doc tweak on the S_ macros.
1156      Branch: maint-5.8/perl
1157            ! pod/perlfunc.pod
1158 ____________________________________________________________________________
1159 [ 18364] By: jhi                                   on 2002/12/29  14:54:43
1160         Log: Apply the doc patch from [perl #19343].
1161      Branch: maint-5.8/perl
1162            ! pod/perlfunc.pod
1163 ____________________________________________________________________________
1164 [ 18363] By: jhi                                   on 2002/12/29  14:49:14
1165         Log: Integrate:
1166              [ 18354]
1167              Subject: [PATCH] docpatch for cv.h
1168              From: Nicholas Clark <nick@unfortu.net>
1169              Date: Wed, 25 Dec 2002 21:01:04 +0000
1170              Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
1171              
1172              [ 18356]
1173              fix signed/unsigned mismatch warning from change#18266
1174              
1175              [ 18358]
1176              save_re_context() was not saving many regexec.c state
1177              variables, resulting in various reentrancy problems when
1178              the swatches were autoloaded by perl in the midst of a
1179              match
1180      Branch: maint-5.8/perl
1181           !> cv.h regcomp.c
1182 ____________________________________________________________________________
1183 [ 18362] By: jhi                                   on 2002/12/29  00:51:29
1184         Log: Fix [perl #18666] (taking the more conservative approach).
1185      Branch: maint-5.8/perl
1186            ! lib/File/Spec/Unix.pm
1187 ____________________________________________________________________________
1188 [ 18361] By: jhi                                   on 2002/12/29  00:45:16
1189         Log: Document that the socketpair tests are unhappy in old SCO,
1190              as per [perl #18537].
1191      Branch: maint-5.8/perl
1192            ! pod/perl58delta.pod
1193 ____________________________________________________________________________
1194 [ 18360] By: jhi                                   on 2002/12/29  00:38:01
1195         Log: Fix from the bug report for [perl #19267].
1196      Branch: maint-5.8/perl
1197            ! lib/Pod/Man.pm
1198 ____________________________________________________________________________
1199 [ 18359] By: jhi                                   on 2002/12/28  22:33:16
1200         Log: A small tweak on top of #18353: don't display mg_len bytes of
1201              mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
1202      Branch: maint-5.8/perl
1203            ! dump.c
1204 ____________________________________________________________________________
1205 [ 18353] By: jhi                                   on 2002/12/26  02:07:06
1206         Log: Introduce a cache for UTF-8 data: length and byte<->char offset
1207              mapping are stored in a new type of magic.  Speeds up length(),
1208              substr(), index(), rindex(), pos(), and some parts of s///.
1209              
1210              The speedup varies a lot (on the usual suspects: what is the
1211              access pattern of the data, compiler, CPU), but should be at
1212              least one order of magnitude, and getting to the same magnitude
1213              as byte string speeds, and in some cases  (length on unchanged data)
1214              even reaching the byte string speed.  On the other hand, in some
1215              cases (index) the byte speed is still faster by a factor of five
1216              or so, but the bottleneck there does not seem to be any more
1217              the byte<->char offset mapping (instead, the fbm_instr() speed).
1218              
1219              There is one cache slot for the length, and only two for the 
1220              byte<->char offset mapping (the first one for the start->offset,
1221              and the second for the offset->offset+length, when talking
1222              in substr() terms).
1223              
1224              Code this hairy is bound to have hairy trolls hiding under it.
1225      Branch: maint-5.8/perl
1226            ! dump.c embed.fnc embed.h mg.c perl.h proto.h sv.c util.c
1227 ____________________________________________________________________________
1228 [ 18352] By: jhi                                   on 2002/12/25  13:42:10
1229         Log: Integrate:
1230              [ 18350]
1231              Removal of duplicate comment block
1232              
1233              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1234              Subject: Re: [perl #19306] Sys::Syslog issues.
1235              Date: Mon, 23 Dec 2002 15:25:51 -0800
1236              Message-ID: </t5B+gzkg6DR092yn@efn.org>
1237              
1238              [ 18351]
1239              #18345 was still broken; should be fixed now.
1240      Branch: maint-5.8/perl
1241           !> ext/Sys/Syslog/Syslog.pm sv.c
1242 ____________________________________________________________________________
1243 [ 18349] By: jhi                                   on 2002/12/24  02:42:31
1244         Log: At least partially address [perl #10000] by speeding
1245              up both the ASCII case (by about 2-3%) and the UTF-8 case 
1246              (by about 45%).  The major trick is to avoid hitting the
1247              costly S_reginclass().  (Even before this patch the speedup
1248              since 5.8.0 was about 40-50%.)  After this the UTF-8 case is
1249              still about 30-60% slower than the ASCII case.  (Note that
1250              I'm unable to reproduce the 10-fold speed difference of the
1251              original bug report; I can see a factor of 2 or 3, but no more.)
1252      Branch: maint-5.8/perl
1253            ! regexec.c
1254 ____________________________________________________________________________
1255 [ 18348] By: jhi                                   on 2002/12/23  06:42:29
1256         Log: Make Math::Trig a little bit more better behaved module citizen.
1257      Branch: maint-5.8/perl
1258            ! lib/Math/Trig.pm
1259 ____________________________________________________________________________
1260 [ 18347] By: jhi                                   on 2002/12/23  06:37:31
1261         Log: Integrate:
1262              [ 18300]
1263              Subject: [patch] typo in perlop
1264              From: andreas.koenig@anima.de (Andreas J. Koenig)
1265              Date: Wed, 11 Dec 2002 21:31:14 +0100
1266              Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
1267              
1268              [ 18304]
1269              Redone #18011 from metaunits
1270              
1271              [ 18305]
1272              Enough changes to Configure and metaunits warrant an update.
1273              Several small changes and three additions
1274              
1275              [ 18306]
1276              More documentation of obscure flags is good, even if the
1277              documentation might be not so good. Atleast it's not false!
1278              Documents the flags one can give to perl_clone
1279              
1280              [ 18308]
1281              Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
1282              From: peter@PSDT.com (Peter Scott)
1283              Date: 12 Dec 2002 18:13:17 -0000
1284              Message-ID: <20021212181317.50538.qmail@onion.perl.org>
1285              (fix bug [perl #19058])
1286              
1287              [ 18310]
1288              regen-headers to get new API docs from #18306
1289              
1290              [ 18312]
1291              Subject: [Fwd: Patch for perl utf8-related bug]
1292              From: Richard Hitt <rbh00@utsglobal.com>
1293              Date: Fri, 06 Dec 2002 16:47:42 -0800
1294              [perl #18932]
1295              
1296              [ 18313]
1297              Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
1298              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
1299              Date: Fri, 13 Dec 2002 14:08:00 -0800
1300              Message-ID: <20021213220800.GA2625@math.berkeley.edu>
1301              
1302              [ 18314]
1303              Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
1304              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
1305              Date: Fri, 13 Dec 2002 14:00:48 -0800
1306              Message-ID: <20021213220048.GA2606@math.berkeley.edu>
1307              
1308              [ 18315]
1309              Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
1310              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
1311              Date: Fri, 13 Dec 2002 13:47:08 -0800
1312              Message-ID: <20021213214707.GA2588@math.berkeley.edu>
1313              
1314              [ 18316]
1315              Subject: [PATCH 5.8.1 @oldish-18156] build
1316              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
1317              Date: Fri, 13 Dec 2002 13:54:05 -0800
1318              Message-ID: <20021213215404.GA2597@math.berkeley.edu>
1319              
1320              [ 18317]
1321              Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
1322              
1323              [ 18323]
1324              PerlSIO_stderr et al are not functions
1325              
1326              [ 18324]
1327              windows: avoid prompting under some shells during $(MAKE) distclean
1328              
1329              [ 18325]
1330              PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
1331              
1332              [ 18326]
1333              Win32.pod update
1334              
1335              [ 18327]
1336              windows: support for large files
1337              
1338              note that this change will break binary compatibility with the
1339              default 5.8.0 build options; nevertheless I think it is worth
1340              having in 5.8.1 (people who want the compatibility can disable
1341              the option in the makefile)
1342              
1343              [ 18328]
1344              fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
1345              
1346              [ 18330]
1347              remove CRs from a couple of files (these show up as CRCRLF
1348              on windows)
1349              
1350              [ 18332]
1351              $Config{prefixexp} was set incorrectly on windows
1352              
1353              [ 18334]
1354              AIX compiler version updates
1355              
1356              [ 18335]
1357              my_fflush_all() wasn't doing the right thing under useperlio
1358              on many platforms
1359              
1360              [ 18337]
1361              handy hint: getting a perforce change as a usable patch
1362              
1363              [ 18338]
1364              Subject: [PATCH] read permissions for h2ph-generated files
1365              From: Slaven Rezic <slaven.rezic@berlin.de>
1366              Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
1367              Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
1368              
1369              [ 18339]
1370              Integrate Time::HiRes v1.39 (for VMS build tweak)
1371              
1372              [ 18342]
1373              Subject: [perl #18544] Patch included to fix problem.
1374              From: Richard Kandarian <richard.kandarian@lanl.gov>
1375              Date: Thu, 21 Nov 2002 08:00:20 -0700
1376              (from RT)
1377              
1378              [ 18343]
1379              Subject: [perl #19153] Term::Complete (the argument of stty)
1380              From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
1381              Date: 15 Dec 2002 13:45:23 -0000
1382              Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
1383              
1384              [ 18344]
1385              more on #18312: sv.c:ss_dup()
1386              
1387              [ 18345]
1388              more on #18344.
1389      Branch: maint-5.8/perl
1390           +> lib/Net/Ping/t/410_syn_host.t
1391            ! Configure config_h.SH
1392           !> (integrate 56 files)
1393 ____________________________________________________________________________
1394 [ 18301] By: jhi                                   on 2002/12/13  02:12:54
1395         Log: Bad location of '==>' under the debugger,
1396              apply the patch.
1397      Branch: maint-5.8/perl
1398            ! lib/perl5db.pl
1399 ____________________________________________________________________________
1400 [ 18297] By: jhi                                   on 2002/12/12  19:19:56
1401         Log: Warn about the non-portabilities of strftime.
1402      Branch: maint-5.8/perl
1403            ! ext/POSIX/POSIX.pod
1404 ____________________________________________________________________________
1405 [ 18296] By: jhi                                   on 2002/12/12  18:21:12
1406         Log: Integrate:
1407              [ 18292]
1408              Update to Scalar-List-Utils 1.09
1409      Branch: maint-5.8/perl
1410           !> ext/List/Util/ChangeLog ext/List/Util/Util.xs
1411           !> ext/List/Util/lib/List/Util.pm
1412 ____________________________________________________________________________
1413 [ 18295] By: jhi                                   on 2002/12/12  18:06:57
1414         Log: Until proven otherwise I don't think any of the strftime
1415              formats %c, %z, and %Z can be tested portably.
1416      Branch: maint-5.8/perl
1417            ! ext/POSIX/t/posix.t
1418 ____________________________________________________________________________
1419 [ 18294] By: jhi                                   on 2002/12/12  14:34:58
1420         Log: Resolve Abe's failing is.t, diagnosed by Sarathy
1421              (setlocale(LC_ALL, 'C') was the key).  Document that
1422              locale settings may be hazardous to your isxxxx() health.
1423              (Surgeon General warning). 
1424      Branch: maint-5.8/perl
1425            ! ext/POSIX/POSIX.pod ext/POSIX/t/is.t
1426 ____________________________________________________________________________
1427 [ 18293] By: jhi                                   on 2002/12/12  13:57:56
1428         Log: Resolve [#perl 15774] by fiat: simply document that
1429              \C in lookbehind is unsupported.
1430      Branch: maint-5.8/perl
1431            ! pod/perlre.pod pod/perlretut.pod
1432 ____________________________________________________________________________
1433 [ 18291] By: jhi                                   on 2002/12/11  20:13:30
1434         Log: [perl #19048] has already been fixed; add its test.
1435      Branch: maint-5.8/perl
1436            ! t/op/subst.t
1437 ____________________________________________________________________________
1438 [ 18290] By: jhi                                   on 2002/12/11  18:56:01
1439         Log: Fix [perl #15763].
1440      Branch: maint-5.8/perl
1441            ! regexec.c t/op/pat.t
1442 ____________________________________________________________________________
1443 [ 18286] By: jhi                                   on 2002/12/11  14:43:36
1444         Log: Integrate:
1445              [ 18272]
1446              RT#15950
1447              
1448              Subject: [PATCH] Typo in Term::ANSIColor
1449              Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
1450              From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>
1451              
1452              [ 18277]
1453              Subject: [PATCH perl@18251] VMS build update
1454              Message-ID: <3DF56BE2.9000300@mac.com>
1455              Date: Mon, 09 Dec 2002 22:21:54 -0600
1456              From: "Craig A. Berry" <craigberry@mac.com>
1457              
1458              [ 18278]
1459              Subject: Re: default lib dir should examine $Config{installstyle}
1460              Date: Tue, 10 Dec 2002 09:45:19 -0500 (EST)
1461              From: Andy Dougherty <doughera@lafayette.edu>
1462              Message-ID: <Pine.SOL.4.10.10212100925400.17526-100000@maxwell.phys.lafayette.edu>
1463              
1464              [ 18279]
1465              Subject: Re: ANSIColor 1.06 released
1466              Version bump only after typo fix to sync with CPAN
1467              
1468              [ 18282]
1469              Subject: Remove stale e-mail addresses
1470              From: Andy Dougherty <doughera@lafayette.edu>
1471              Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
1472              Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
1473              
1474              [ 18283]
1475              More email addresses for #18282
1476              
1477              [ 18284]
1478              One more email address for #18282
1479      Branch: maint-5.8/perl
1480           !> (integrate 31 files)
1481 ____________________________________________________________________________
1482 [ 18276] By: jhi                                   on 2002/12/09  23:49:14
1483         Log: Move the tests added to pat.t in #18248 to lc.t.
1484      Branch: maint-5.8/perl
1485            ! t/op/lc.t t/op/pat.t
1486 ____________________________________________________________________________
1487 [ 18275] By: jhi                                   on 2002/12/09  23:21:58
1488         Log: Add Nick Clark's test case for [perl #18915].
1489              (The bug was fixed by change #18266.)
1490      Branch: maint-5.8/perl
1491            ! t/op/split.t
1492 ____________________________________________________________________________
1493 [ 18274] By: jhi                                   on 2002/12/09  23:19:57
1494         Log: test.pl-ise t/op/split.t
1495      Branch: maint-5.8/perl
1496            ! t/op/split.t
1497 ____________________________________________________________________________
1498 [ 18273] By: jhi                                   on 2002/12/09  22:48:39
1499         Log: Add Nick Clark's test case for [perl #18931].
1500              (The bug was fixed by change #18266.)
1501      Branch: maint-5.8/perl
1502            ! t/op/lc.t
1503 ____________________________________________________________________________
1504 [ 18271] By: jhi                                   on 2002/12/09  02:41:11
1505         Log: Integrate:
1506              [ 18249]
1507              Suppress a compilation warning reported by Jarkko
1508              (variable initialization skipped by goto).
1509              
1510              [ 18250]
1511              Fix bug #18874, essentially by reverting change #11890.
1512              Add a regression test for it.
1513              
1514              [ 18251]
1515              Fix two cases of buffer overflow in the lexer.
1516              
1517              [ 18259]
1518              Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
1519              From: Nicholas Clark <nick@unfortu.net>
1520              Date: Mon, 2 Dec 2002 21:48:29 +0000
1521              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
1522              
1523              [ 18260]
1524              Document that $ENV{TERM} may produce taint failures.
1525              Subject: Re: [perl #18717] spurious failures in regression test
1526              From: Slaven Rezic <slaven.rezic@berlin.de>
1527              Date: 29 Nov 2002 22:11:46 +0100
1528              Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
1529              
1530              [ 18261]
1531              Change the set of characters that are considered to be
1532              safe in $ENV{TERM} for taint checkings.
1533              
1534              [ 18262]
1535              getservbyport() should accept an empty string as its
1536              proto argument (as does getservbyname()).
1537              
1538              Subject: Re: Is this a bug or am I being stupid?
1539              From: Slaven Rezic <slaven.rezic@berlin.de>
1540              Date: 08 Dec 2002 01:54:37 +0100
1541              Message-ID: <87znrhl48i.fsf@vran.herceg.de>
1542              
1543              [ 18263]
1544              Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
1545              From: Slaven Rezic <slaven.rezic@berlin.de>
1546              Date: 08 Dec 2002 01:31:45 +0100
1547              Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
1548              
1549              [ 18264]
1550              Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
1551              From: Slaven Rezic <slaven.rezic@berlin.de>
1552              Date: 30 Nov 2002 00:07:05 +0100
1553              Message-ID: <8765ugnffq.fsf@vran.herceg.de>
1554              
1555              [ 18265]
1556              Subject: Re: [perl #18927] barewords with no errors
1557              From: Abe Timmerman <abe@ztreet.demon.nl>
1558              Date: Sun, 8 Dec 2002 17:12:56 +0100
1559              Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
1560              
1561              [ 18266]
1562              Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
1563              From: Abhijit Menon-Sen <ams@wiw.org>
1564              Date: Wed, 6 Nov 2002 19:38:11 +0530
1565              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
1566              
1567              [ 18267]
1568              Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
1569              From: Slaven Rezic <slaven.rezic@berlin.de>
1570              Date: 09 Nov 2002 23:21:16 +0100
1571              Message-ID: <874raqz8o3.fsf@vran.herceg.de>
1572              
1573              [ 18268]
1574              fix #18266 sprintf format mismatch
1575              
1576              [ 18269]
1577              Subject: Re: Bug in Filter::Simple
1578              From: Slaven Rezic <slaven.rezic@berlin.de>
1579              Date: 07 Nov 2002 10:01:41 +0100
1580              Message-ID: <87of91u51m.fsf@vran.herceg.de>
1581              
1582              [ 18270]
1583              Subject: [perl #18256] xsubpp can make nested comments in C code
1584              From: Nicholas Clark (via RT) <perlbug@perl.org>
1585              Date: 7 Nov 2002 14:58:14 -0000
1586              Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
1587              
1588              (plus regen Configure)
1589      Branch: maint-5.8/perl
1590            ! Configure config_h.SH
1591           !> ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
1592           !> ext/POSIX/t/posix.t hv.c lib/English.pm lib/English.t
1593           !> lib/Exporter/Heavy.pm lib/ExtUtils/xsubpp lib/Hash/Util.t
1594           !> pod/perldiag.pod pp_ctl.c pp_sys.c regcomp.c t/cmd/for.t
1595           !> t/comp/parser.t t/lib/strict/subs t/op/lc.t taint.c toke.c
1596           !> util.c
1597 ____________________________________________________________________________
1598 [ 18258] By: jhi                                   on 2002/12/08  15:24:00
1599         Log: Retract #18252 and #18256.
1600      Branch: maint-5.8/perl
1601            ! hv.c lib/Hash/Util.t regcomp.c t/op/lc.t
1602 ____________________________________________________________________________
1603 [ 18257] By: jhi                                   on 2002/12/07  22:38:49
1604         Log: Tiny doc tweak from Hugo for [perl #16783].
1605      Branch: maint-5.8/perl
1606            ! pod/perlsec.pod
1607 ____________________________________________________________________________
1608 [ 18256] By: jhi                                   on 2002/12/07  18:24:27
1609         Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
1610              From: Nicholas Clark <nick@unfortu.net>
1611              Date: Mon, 2 Dec 2002 21:48:29 +0000
1612              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
1613              
1614              (the pp_sys.c and util.c were accidentally open,
1615              but luckily unmodified)
1616      Branch: maint-5.8/perl
1617            ! hv.c lib/Hash/Util.t pp_sys.c util.c
1618 ____________________________________________________________________________
1619 [ 18255] By: jhi                                   on 2002/12/07  16:57:32
1620         Log: The [perl #16843] has been fixed, add its test.
1621      Branch: maint-5.8/perl
1622            ! t/uni/tr_utf8.t
1623 ____________________________________________________________________________
1624 [ 18254] By: jhi                                   on 2002/12/07  16:26:27
1625         Log: Add user-definable To-mappings.     (So if you don't agree
1626              with the Unicode mappings, you can make your own.)
1627              Resolves [perl #3741].
1628      Branch: maint-5.8/perl
1629            + t/op/lc_user.t
1630            ! MANIFEST lib/utf8_heavy.pl pod/perldiag.pod
1631            ! pod/perlunicode.pod
1632 ____________________________________________________________________________
1633 [ 18253] By: jhi                                   on 2002/12/07  15:35:43
1634         Log: test.pl-ise t/op/lc.t.
1635      Branch: maint-5.8/perl
1636            ! t/op/lc.t
1637 ____________________________________________________________________________
1638 [ 18252] By: jhi                                   on 2002/12/06  22:19:15
1639         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
1640              From: Abhijit Menon-Sen <ams@wiw.org>
1641              To: perl5-porters@perl.org
1642              Date: Wed, 6 Nov 2002 19:38:11 +0530
1643              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
1644      Branch: maint-5.8/perl
1645            ! regcomp.c t/op/lc.t
1646 ____________________________________________________________________________
1647 [ 18248] By: jhi                                   on 2002/12/06  13:58:05
1648         Log: A test for [perl #18857] (that was fixed by #18107) from Nick Clark.
1649      Branch: maint-5.8/perl
1650            ! t/op/pat.t
1651 ____________________________________________________________________________
1652 [ 18247] By: jhi                                   on 2002/12/06  13:40:10
1653         Log: More comments and robustness in pp_ucfirst() and pp_lcfirst().
1654      Branch: maint-5.8/perl
1655            ! pp.c
1656 ____________________________________________________________________________
1657 [ 18243] By: jhi                                   on 2002/12/03  23:39:28
1658         Log: UTF8_IS_INVARIANT() is better then UTF8_IS_CONTINUED().
1659              (The latter matches also post-initial bytes of a multibyte.)
1660      Branch: maint-5.8/perl
1661            ! pod/perlguts.pod
1662 ____________________________________________________________________________
1663 [ 18242] By: jhi                                   on 2002/12/03  15:04:07
1664         Log: Slight tweaks on the XS-and-Unicode docs, inspired by [perl #17852].
1665      Branch: maint-5.8/perl
1666            ! pod/perlguts.pod pod/perlunicode.pod
1667 ____________________________________________________________________________
1668 [ 18241] By: jhi                                   on 2002/12/03  14:02:58
1669         Log: Integrate:
1670              [ 18239]
1671              Fix up #18229.
1672      Branch: maint-5.8/perl
1673           !> embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
1674           !> pod/perlintern.pod
1675 ____________________________________________________________________________
1676 [ 18236] By: jhi                                   on 2002/12/03  01:25:45
1677         Log: According to Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1678              gcc on IRIX (6.2) does not need and does indeed much better
1679              without -D_POSIX_C_SOURCE [perl #15128] (the inclusion of
1680              _POSIX_C_SOURCE in CFLAGS disables the definition of _SGIAPI
1681              and <sys/dirent.h> doesn't define struct dirent64,
1682              which causes reentr.c not to compile)
1683      Branch: maint-5.8/perl
1684            ! hints/irix_6.sh
1685 ____________________________________________________________________________
1686 [ 18235] By: jhi                                   on 2002/12/02  23:15:05
1687         Log: Update Changes.
1688      Branch: maint-5.8/perl
1689            ! Changes patchlevel.h
1690 ____________________________________________________________________________
1691 [ 18234] By: jhi                                   on 2002/12/02  22:30:41
1692         Log: Integrate
1693              
1694              [ 17815]
1695              formatting cleanup and:
1696              Subject: Re: perl-5.8.0 on HP porting center
1697              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1698              Date: Thu, 29 Aug 2002 12:23:31 +0200
1699              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
1700              
1701              [ 18170]
1702              Move some tests from t/run/fresh_perl.t
1703              to the new t/comp/parser.t. The goal being to
1704              get rid of fresh_perl.t at some point.
1705              
1706              [ 18228]
1707              integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
1708              with a module-driven version, and separates out its docs.
1709              
1710              [ 18229]
1711              $0 mofifying part I
1712              
1713              Date: Sat, 30 Nov 2002 20:16:51 +0200
1714              From: Jarkko Hietaniemi <jhi@iki.fi>
1715              Subject: [PATCH] $0 modifying
1716              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
1717              
1718              [ 18230]
1719              $0 modifying part II (HP-UX only)
1720              
1721              Date: Sat, 30 Nov 2002 20:16:51 +0200
1722              From: Jarkko Hietaniemi <jhi@iki.fi>
1723              Subject: [PATCH] $0 modifying
1724              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
1725              
1726              [ 18231]
1727              Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
1728              Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
1729              From: Andy Dougherty <doughera@lafayette.edu>
1730              Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
1731              
1732              [ 18232]
1733              Skip test #17 of lib/open.t when useperlio is not defined.
1734              
1735              [ 18233]
1736              Fix bug #18573 : in a double-quoted string, a \c not followed
1737              by any character may corrupt memory due to reading past the
1738              end of the input buffer. Add a new error message corresponding
1739              to this case.
1740      Branch: maint-5.8/perl
1741           +> lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
1742           +> lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
1743           +> lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
1744           +> lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
1745           +> lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
1746           +> lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
1747           +> lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
1748           +> pod/perldoc.pod
1749           !> MANIFEST README.hpux ext/threads/t/join.t installperl
1750           !> lib/open.t makedef.pl mg.c perl.c pod/perldiag.pod
1751           !> pod/perlvar.pod sv.c t/comp/parser.t t/op/magic.t thread.h
1752           !> toke.c utils/perldoc.PL
1753 ____________________________________________________________________________
1754 [ 18227] By: jhi                                   on 2002/12/02  13:23:48
1755         Log: Integrate
1756              
1757              [ 18216]
1758              64bit Peek failure on HP-UX 11.00
1759              
1760              Subject: Re: Smoke 18188
1761              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1762              From: Slaven Rezic <slaven.rezic@berlin.de>
1763              Date: 28 Nov 2002 19:25:25 +0100
1764              Message-ID: <877kexsga2.fsf@vran.herceg.de>
1765              
1766              [ 18217]
1767              Document the hint constants and where they're used.
1768              
1769              [ 18224]
1770              Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
1771              and lib/Pod/t/utils.t to cater for simpler output text.
1772              
1773              [ 18226]
1774              missed the new file from #18224
1775      Branch: maint-5.8/perl
1776           +> lib/Pod/PlainText.pm
1777           !> (integrate 37 files)
1778 ____________________________________________________________________________
1779 [ 18218] By: jhi                                   on 2002/11/29  18:23:39
1780         Log: Add test from [perl #8026]
1781      Branch: maint-5.8/perl
1782            ! t/op/pack.t
1783 ____________________________________________________________________________
1784 [ 18215] By: jhi                                   on 2002/11/29  00:32:10
1785         Log: perl #7887: Bad URL in README.os2
1786      Branch: maint-5.8/perl
1787            ! README.os2
1788 ____________________________________________________________________________
1789 [ 18214] By: jhi                                   on 2002/11/28  23:41:54
1790         Log: Two tests from perl #7806.
1791      Branch: maint-5.8/perl
1792            ! t/op/subst.t
1793 ____________________________________________________________________________
1794 [ 18213] By: jhi                                   on 2002/11/28  22:26:23
1795         Log: Unintended integratee from #18210.
1796      Branch: maint-5.8/perl
1797            - macos/config.h
1798 ____________________________________________________________________________
1799 [ 18211] By: jhi                                   on 2002/11/28  21:50:05
1800         Log: More pseudohashery.
1801      Branch: maint-5.8/perl
1802            ! lib/fields.t
1803 ____________________________________________________________________________
1804 [ 18210] By: jhi                                   on 2002/11/28  21:24:10
1805         Log: Integrate from maint-5.8/macperl
1806              
1807              [ 18200]
1808              Yet another approach to signal handling (Matthias)
1809      Branch: maint-5.8/perl
1810           +> macos/config.h
1811           !> util.c
1812 ____________________________________________________________________________
1813 [ 18209] By: jhi                                   on 2002/11/28  19:07:20
1814         Log: Add the test case from perl #9728.
1815      Branch: maint-5.8/perl
1816            ! t/op/eval.t
1817 ____________________________________________________________________________
1818 [ 18208] By: jhi                                   on 2002/11/28  16:57:01
1819         Log: Retry the #17920.
1820      Branch: maint-5.8/perl
1821            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
1822            ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
1823 ____________________________________________________________________________
1824 [ 18207] By: jhi                                   on 2002/11/28  16:49:00
1825         Log: Urque.  Retract #18206 since it got two patches interleaved
1826              (the #17920, and an unfinished experimental patch).
1827      Branch: maint-5.8/perl
1828            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs
1829            ! ext/threads/t/join.t global.sym handy.h intrpvar.h makedef.pl
1830            ! mg.c perl.c perl.h pod/perlrun.pod pod/perlvar.pod sv.c
1831            ! t/op/magic.t thread.h util.c
1832 ____________________________________________________________________________
1833 [ 18206] By: jhi                                   on 2002/11/28  16:45:11
1834         Log: Integrate
1835              
1836              [ 17920]
1837              LEAKTEST is dead, RIP
1838              Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
1839              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1840              Date: Mon, 23 Sep 2002 18:33:12 +0200
1841              Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
1842              
1843              (since LEAKTEST seems to be fundamentally obsolete,
1844              even maint-5.8 shouldn't keep flogging a dead feature)
1845      Branch: maint-5.8/perl
1846            ! ext/threads/t/join.t intrpvar.h makedef.pl mg.c perl.c
1847            ! pod/perlvar.pod sv.c t/op/magic.t thread.h
1848           !> av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
1849           !> handy.h perl.h pod/perlrun.pod util.c
1850 ____________________________________________________________________________
1851 [ 18205] By: jhi                                   on 2002/11/28  15:25:35
1852         Log: Another pseudohash usage.
1853      Branch: maint-5.8/perl
1854            ! lib/constant.t
1855 ____________________________________________________________________________
1856 [ 18204] By: jhi                                   on 2002/11/28  14:55:34
1857         Log: Integrate
1858              
1859              [ 18203]
1860              Slight beauty tweak. 
1861      Branch: maint-5.8/perl
1862           !> intrpvar.h
1863 ____________________________________________________________________________
1864 [ 18202] By: jhi                                   on 2002/11/28  14:49:11
1865         Log: Add test for bug #18153.
1866      Branch: maint-5.8/perl
1867            ! t/op/grep.t
1868 ____________________________________________________________________________
1869 [ 18197] By: jhi                                   on 2002/11/28  04:14:27
1870         Log: Integrate:
1871              
1872              [ 18175]
1873              Subject: [Encode] 1.83 + bleedperl patch released
1874              From: Dan Kogai <dankogai@dan.co.jp>
1875              Date: Tue, 19 Nov 2002 03:18:44 +0900
1876              Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
1877              
1878              [ 18176]
1879              Subject: Re: [perl #18479] Error when no strict refs in effect
1880              From: Slaven Rezic <slaven.rezic@berlin.de>
1881              Date: 18 Nov 2002 22:50:04 +0100
1882              Message-ID: <87smxya6pf.fsf@vran.herceg.de>
1883              
1884              [ 18177]
1885              add support for STASH and MAGIC information for REFs to sv_dump().
1886              Subject: [PATCH]
1887              From: Slaven Rezic <slaven.rezic@berlin.de>
1888              Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
1889              Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
1890              
1891              [ 18178]
1892              Subject: Re: Storable bug #1698
1893              From: Slaven Rezic <slaven.rezic@berlin.de>
1894              Date: 18 Nov 2002 10:41:36 +0100
1895              Message-ID: <87ptt343lb.fsf@vran.herceg.de>
1896              
1897              [ 18179]
1898              Subject: [PATCH] UTF8 regexp {n} bug
1899              From: Inaba Hiroto <inaba@st.rim.or.jp>
1900              Date: Sat, 16 Nov 2002 19:23:00 +0900
1901              Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
1902              
1903              [ 18182]
1904              Subject: #17171: ld flag for shrplib on OpenBSD
1905              Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
1906              From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
1907              
1908              [ 18183]
1909              Subject: Re: [perl #18626] bug in perlipc man page
1910              From: Slaven Rezic <slaven.rezic@berlin.de>
1911              Date: 23 Nov 2002 21:23:20 +0100
1912              Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
1913              
1914              [ 18184]
1915              Subject: [PATCH] 2 Pod errors in perlop.pod
1916              From: andreas.koenig@anima.de (Andreas J. Koenig)
1917              Date: Mon, 25 Nov 2002 10:21:08 +0100
1918              Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
1919              
1920              Plus a few similar POD fixes
1921              
1922              [ 18185]
1923              PerlFAQ sync.
1924              
1925              [ 18186]
1926              Subject: DESTROY called in scalar context ?
1927              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1928              Date: Tue, 29 Oct 2002 22:04:23 +0100
1929              Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
1930              
1931              [ 18188]
1932              Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
1933              From: Slaven Rezic <slaven.rezic@berlin.de>
1934              Date: 03 Nov 2002 10:59:43 +0100
1935              Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
1936      Branch: maint-5.8/perl
1937            ! Configure config_h.SH
1938           !> (integrate 41 files)
1939 ____________________________________________________________________________
1940 [ 18192] By: jhi                                   on 2002/11/27  03:14:22
1941         Log: Doc tweak for perl #9731.
1942      Branch: maint-5.8/perl
1943            ! pod/perldiag.pod
1944 ____________________________________________________________________________
1945 [ 18191] By: jhi                                   on 2002/11/27  02:56:52
1946         Log: A bit of additional information regarding BIND's harmful
1947              effects (perl #9465).
1948      Branch: maint-5.8/perl
1949            ! INSTALL
1950 ____________________________________________________________________________
1951 [ 18190] By: jhi                                   on 2002/11/27  02:28:34
1952         Log: Fix perl #18519: GDBM_SYNC and GDBM_SYNCMODE were unsupported.
1953      Branch: maint-5.8/perl
1954            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
1955 ____________________________________________________________________________
1956 [ 18189] By: jhi                                   on 2002/11/27  01:51:45
1957         Log: Add the new POSIX isxxx() test by Ed Santiago <esm@pobox.com>
1958              (perl #16799).
1959      Branch: maint-5.8/perl
1960            + ext/POSIX/t/is.t
1961            ! MANIFEST
1962 ____________________________________________________________________________
1963 [ 18187] By: jhi                                   on 2002/11/27  01:26:02
1964         Log: Follow-up on change #18122 (perl #18065) as noted by Philip Newton.
1965      Branch: maint-5.8/perl
1966            ! ext/Fcntl/t/syslfs.t t/op/lfs.t
1967 ____________________________________________________________________________
1968 [ 18174] By: jhi                                   on 2002/11/24  22:35:23
1969         Log: Fix perl #7305: UnicodeCD::compexcl is weird
1970      Branch: maint-5.8/perl
1971            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
1972 ____________________________________________________________________________
1973 [ 18173] By: jhi                                   on 2002/11/23  02:02:33
1974         Log: Integrate
1975              
1976              [ 18135]
1977              Subject: [PATCH] perlopentut and PerlIO documentation
1978              From: Slaven Rezic <slaven.rezic@berlin.de>
1979              Date: 08 Nov 2002 22:22:19 +0100
1980              Message-ID: <8765v7kb90.fsf@vran.herceg.de>
1981              
1982              [ 18136]
1983              Subject: t/run/runenv.t bug
1984              From: Salvador "Fandiño" <sfandino@yahoo.com>
1985              Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
1986              Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
1987              
1988              [ 18137]
1989              Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
1990              From: Slaven Rezic <slaven.rezic@berlin.de>
1991              Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
1992              Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
1993              
1994              [ 18139]
1995              Date: Tue, 12 Nov 2002 16:49:22 +0200
1996              From: Jarkko Hietaniemi <jhi@iki.fi>
1997              Subject: [PATCH] Tru64 osvers
1998              Message-ID: <20021112144922.GI511825@lyta.hut.fi>
1999              
2000              [ 18141]
2001              repair 18139 (missing awk command)
2002              
2003              [ 18147]
2004              Subject: [PATCH] Typo in perl58delta
2005              From: andreas.koenig@anima.de (Andreas J. Koenig)
2006              Date: Sat, 16 Nov 2002 16:29:14 +0100
2007              Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
2008              
2009              [ 18148]
2010              New B::Lint option, bare-subs, that checks for implicitely
2011              quoted barewords that are also subroutines, from
2012              Ian Phillipps <ip@tarragon-et.co.uk>.
2013              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
2014              With a few tweaks to the implementation and tests.
2015              
2016              [ 18149]
2017              New B::Lint option, bare-subs, that checks for implicitely
2018              quoted barewords that are also subroutines, from
2019              Ian Phillipps <ip@tarragon-et.co.uk>.
2020              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
2021              With a few tweaks to the implementation and tests.
2022              (previous change was empty)
2023              
2024              [ 18150]
2025              Subject: [PATCH] optional code for debugging leaking scalars
2026              From: Dave Mitchell <davem@fdgroup.com>
2027              Date: Thu, 14 Nov 2002 23:03:00 +0000
2028              Message-ID: <20021114230300.B18614@fdgroup.com>
2029              
2030              [ 18151]
2031              Document PRIVSHIFT.
2032              Subject: [PATCH] two small doc patches
2033              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2034              Date: Thu, 14 Nov 2002 15:07:35 -0800
2035              Message-ID: <3yC19gzkguTO092yn@efn.org>
2036              
2037              [ 18152]
2038              Subject: Re: [PATCH] optional code for debugging leaking scalars
2039              From: Dave Mitchell <davem@fdgroup.com>
2040              Date: Sat, 16 Nov 2002 22:18:23 +0000
2041              Message-ID: <20021116221823.A23614@fdgroup.com>
2042              Documentation for change #18150.
2043              
2044              [ 18154]
2045              Correction to change #18152, by Dave Mitchell.
2046              
2047              [ 18158]
2048              Remove duplicate my() declaration giving warnings from change #18105.
2049              
2050              [ 18159]
2051              Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
2052              From: Gurusamy Sarathy <gsar@ActiveState.com>
2053              Date: Wed, 30 Oct 2002 20:58:15 -0800
2054              Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
2055              Date: Wed, 30 Oct 2002 21:56:22 -0800
2056              Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
2057              Date: Wed, 30 Oct 2002 22:55:30 -0800
2058              Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
2059              
2060              [ 18160]
2061              Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
2062              From: Nicholas Clark <nick@unfortu.net>
2063              Date: Tue, 29 Oct 2002 23:00:05 +0000
2064              Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
2065              
2066              [ 18161]
2067              Subject: [PATCH Win32] Document wperl.exe
2068              From: "Brent Dax" <brentdax@cpan.org>
2069              Date: Fri, 15 Nov 2002 23:02:01 -0800
2070              Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
2071              
2072              [ 18162]
2073              Subject: [PATCH ext/threads/threads.xs] trivial typo
2074              From: Dave Mitchell <davem@fdgroup.com>
2075              Date: Thu, 14 Nov 2002 22:55:39 +0000
2076              Message-ID: <20021114225539.A18614@fdgroup.com>
2077              
2078              [ 18163]
2079              Subject: Re: [PATCH] AutoLoader gives wrong message
2080              From: Peter Scott <Peter@PSDT.com>
2081              Date: Thu, 07 Nov 2002 19:04:27 -0800
2082              Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
2083              
2084              With a tweak to the END cleanup block to fully remove the
2085              temporary test directory
2086              
2087              [ 18164]
2088              t/io/crlf.t failed with miniperl.
2089              
2090              [ 18165]
2091              Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
2092              From: Jarkko Hietaniemi <jhi@iki.fi>
2093              Date: Sun, 3 Nov 2002 17:50:08 +0200
2094              Message-ID: <20021103155008.GA382682@lyta.hut.fi>
2095              
2096              [ 18166]
2097              Fix perl bug #17920 : a case of parser coredump.
2098              The fix is to disable Perl_block_start and Perl_block_end
2099              when the yacc parser has encountered errors. This prevents
2100              corruption of the internal stack, at the expense of correctness,
2101              but this doesn't matter as the code is unparseable anyway.
2102              
2103              [ 18168]
2104              Subject: [PATCH] hires sleeping wants libs
2105              Date: Wed, 20 Nov 2002 17:18:31 +0200
2106              From: Jarkko Hietaniemi <jhi@iki.fi>
2107              Message-ID: <20021120151830.GC127060@lyta.hut.fi>
2108              
2109              [ 18169]
2110              Add a test for bug #17920, and a new test file for it.
2111              
2112              [ 18170]
2113              Move some tests from t/run/fresh_perl.t
2114              to the new t/comp/parser.t. The goal being to
2115              get rid of fresh_perl.t at some point.
2116              
2117              [ 18171]
2118              A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
2119              Fix the existing tests that didn't checked the difference
2120              between 0 and undef.
2121              
2122              [ 18172]
2123              Subject: [PATCH] Historic version labels
2124              From: andreas.koenig@anima.de (Andreas J. Koenig)
2125              Date: Fri, 22 Nov 2002 14:39:41 +0100
2126              Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
2127              
2128              (and regen Configure, regen_headers)
2129      Branch: maint-5.8/perl
2130           +> regen.pl regen_headers.pl t/comp/parser.t
2131            ! Configure README.ce config_h.SH ext/B/B.pm ext/B/t/concise.t
2132           !> (integrate 35 files)
2133 ____________________________________________________________________________
2134 [ 18156] By: jhi                                   on 2002/11/18  23:06:22
2135         Log: Unicode 3.2 Errata from
2136              http://www.unicode.org/unicode/uni2errata/UnicodeErrata.html
2137              (errata 2002 October 31 and 2002 October 30)
2138              (If/when 3.2.1 or 4.0 happens, just replace SpecialCasing
2139              and UnicodeData, don't bother with diffs, and rerun
2140              perl ./mktables)
2141      Branch: maint-5.8/perl
2142            ! lib/Unicode/UCD.t lib/unicore/Category.pl
2143            ! lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
2144            ! lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
2145            ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
2146            ! lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
2147            ! lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl
2148 ____________________________________________________________________________
2149 [ 18155] By: jhi                                   on 2002/11/16  22:34:07
2150         Log: make regen_headers
2151      Branch: maint-5.8/perl
2152            ! pod/perlapi.pod proto.h
2153 ____________________________________________________________________________
2154 [ 18153] By: jhi                                   on 2002/11/16  21:24:13
2155         Log: Tripped by the pseudo-hash warning.
2156      Branch: maint-5.8/perl
2157            ! t/op/hashwarn.t
2158 ____________________________________________________________________________
2159 [ 18146] By: jhi                                   on 2002/11/16  15:09:26
2160         Log: Typo noticed by Philip Newton.
2161      Branch: maint-5.8/perl
2162            ! pod/perldiag.pod
2163 ____________________________________________________________________________
2164 [ 18145] By: jhi                                   on 2002/11/16  02:53:59
2165         Log: Add 5.005-style thread deprecation warning (at each
2166              thread create).
2167      Branch: maint-5.8/perl
2168            ! ext/Thread/Thread.xs pod/perldelta.pod pod/perldiag.pod
2169 ____________________________________________________________________________
2170 [ 18144] By: jhi                                   on 2002/11/15  22:30:36
2171         Log: perlport tweaks:
2172              - timezone
2173              - $!, Errno
2174              - metainformation changing
2175              - perlunicode
2176      Branch: maint-5.8/perl
2177            ! pod/perlport.pod
2178 ____________________________________________________________________________
2179 [ 18143] By: jhi                                   on 2002/11/15  04:37:24
2180         Log: Add pseudo-hashes deprecation warning (at each pseudo-hash access).
2181      Branch: maint-5.8/perl
2182            ! av.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/av
2183 ____________________________________________________________________________
2184 [ 18134] By: jhi                                   on 2002/11/09  22:10:52
2185         Log: Update Changes.
2186      Branch: maint-5.8/perl
2187            ! Changes patchlevel.h
2188 ____________________________________________________________________________
2189 [ 18133] By: jhi                                   on 2002/11/09  21:56:38
2190         Log: Integrate
2191              
2192              [ 18122]
2193              Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
2194              From: "david@dhaller.de (via RT)" <perlbug@perl.org>
2195              Date: 23 Oct 2002 18:42:51 -0000
2196              Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
2197              
2198              [ 18123]
2199              Subject: PATCH x2p/find2perl.PL
2200              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
2201              Date: Thu, 24 Oct 2002 10:05:19 +0200
2202              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
2203              
2204              [ 18124]
2205              Subject: [PATCH] File::Temp documentation fix
2206              From: Slaven Rezic <slaven.rezic@berlin.de>
2207              Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
2208              Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
2209              
2210              [ 18125]
2211              Subject: Re: The Inaba patch for tr/// vs. use encoding
2212              From: Dan Kogai <dankogai@dan.co.jp>
2213              Date: Fri, 25 Oct 2002 13:04:00 +0900
2214              Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
2215      Branch: maint-5.8/perl
2216           +> t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
2217           +> t/uni/tr_utf8.t
2218           !> MANIFEST ext/Fcntl/t/syslfs.t lib/File/Temp.pm t/op/lfs.t
2219           !> x2p/find2perl.PL
2220 ____________________________________________________________________________
2221 [ 18132] By: jhi                                   on 2002/11/09  21:50:30
2222         Log: Integrate
2223              
2224              [ 18121]
2225              Subject: Re: [perl #18038] DESTROY change in 5.8.0?
2226              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2227              Date: Sun, 03 Nov 2002 15:48:18 -0800
2228              Message-ID: <CXbx9gzkgS8W092yn@efn.org>
2229      Branch: maint-5.8/perl
2230           !> sv.c t/op/tie.t
2231 ____________________________________________________________________________
2232 [ 18131] By: jhi                                   on 2002/11/09  21:28:07
2233         Log: Integrate
2234              
2235              [ 18119]
2236              Subject: [perl #18154] Problem found in calculating offsets in regex
2237              From: Mark Pease (via RT) <perlbug@perl.org>
2238              Date: 29 Oct 2002 20:23:54 -0000
2239              Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
2240              
2241              [ 18120]
2242              Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
2243              From: Gurusamy Sarathy <gsar@ActiveState.com>
2244              Date: Sat, 19 Oct 2002 12:11:43 -0700
2245              Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
2246      Branch: maint-5.8/perl
2247           !> doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c regcomp.c
2248           !> win32/win32.h
2249 ____________________________________________________________________________
2250 [ 18130] By: jhi                                   on 2002/11/09  21:25:39
2251         Log: Integrate
2252              
2253              [ 18118]
2254              Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
2255              From: hv@crypt.org
2256              Date: Sun, 03 Nov 2002 16:41:24 +0000
2257              Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
2258              
2259              (closure.t required manual edit since blead had a new test)
2260      Branch: maint-5.8/perl
2261           !> ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
2262           !> t/op/sub_lval.t
2263 ____________________________________________________________________________
2264 [ 18129] By: jhi                                   on 2002/11/09  21:20:02
2265         Log: Integrate
2266              
2267              [ 18115]
2268              Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
2269              From: Slaven Rezic <slaven.rezic@berlin.de>
2270              Date: 24 Oct 2002 00:44:35 +0200
2271              Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
2272              
2273              [ 18117]
2274              "make distclean" should remove the generated file lib/Config.pod.
2275      Branch: maint-5.8/perl
2276           !> Makefile.SH pod/perldiag.pod pod/perlfunc.pod pp_sys.c
2277           !> t/io/binmode.t t/io/print.t t/io/read.t t/lib/warnings/pp_sys
2278 ____________________________________________________________________________
2279 [ 18128] By: jhi                                   on 2002/11/09  21:15:09
2280         Log: Integrate
2281              
2282              [ 18116]
2283              The new test introduced in #18114 failed with threads
2284              
2285              (edit //= to be ||=)
2286      Branch: maint-5.8/perl
2287           !> ext/B/t/concise.t
2288 ____________________________________________________________________________
2289 [ 18127] By: jhi                                   on 2002/11/09  21:07:43
2290         Log: Integrate
2291              
2292              [ 18114]
2293              Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
2294              From: Stephen McCamant <smcc@mit.edu>
2295              Date: Thu, 31 Oct 2002 01:35:29 -0500
2296              Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
2297              
2298              plus a test case in ext/B/t/concise.t
2299              plus a (less intrusive, but less future-proof) fix for a
2300              similar problem in B::walkoptree_exec().
2301              
2302              (edit away dor and dorassign)
2303      Branch: maint-5.8/perl
2304           !> ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
2305 ____________________________________________________________________________
2306 [ 18126] By: jhi                                   on 2002/11/09  19:00:47
2307         Log: Integrate
2308              
2309              [ 18102]
2310              Subject: Re: [perl #18066] Bug in -I when path has double colons?
2311              From: Slaven Rezic <slaven.rezic@berlin.de>
2312              Date: 30 Oct 2002 11:18:47 +0100
2313              Message-ID: <87of9c2prs.fsf@vran.herceg.de>
2314              
2315              With the corresponding change to embed.fnc
2316              
2317              [ 18105]
2318              Subject: Re: Class::Struct, simple patch, tests
2319              From: Marty Pauley <marty+p5p@kasei.com>
2320              Date: Fri, 18 Oct 2002 22:26:38 +0100
2321              Message-ID: <20021018212638.GB3764@soto.kasei.com>
2322              
2323              [ 18106]
2324              new test based on:
2325              Subject: [TEST] for [PATCH] bug in utf8.c(?)
2326              From: Marty Pauley <marty+p5p@kasei.com>
2327              Date: Fri, 18 Oct 2002 21:02:38 +0100
2328              Message-ID: <20021018200238.GY3764@soto.kasei.com>
2329              
2330              [ 18107]
2331              1. Update pp_ucfirst to enter the UTF-8 branch only if the first
2332              character is UTF-8. (Copied from pp_lcfirst.)
2333              2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
2334              
2335              [ 18108]
2336              Put back the DO NOT EDIT headers in proto.h and global.sym
2337              
2338              Subject: Re: [perl #18066] Bug in -I when path has double colons?
2339              From: Slaven Rezic <slaven.rezic@berlin.de>
2340              Date: 03 Nov 2002 10:25:10 +0100
2341              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
2342              
2343              [ 18109]
2344              Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
2345              From: hv@crypt.org
2346              Date: Tue, 05 Nov 2002 13:30:00 +0000
2347              Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
2348              
2349              This is half of the fix for #18107. The swash_init() problems
2350              described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
2351              but can now be seen only with UTF-8 test cases.
2352              
2353              [ 18113]
2354              make regen_headers.
2355              Backport change #18078 to warnings.pl.
2356              
2357              plus make regen_headers
2358      Branch: maint-5.8/perl
2359           +> t/run/switchI.t
2360            ! pod/perlapi.pod
2361           !> MANIFEST dump.c embed.fnc embed.h embedvar.h global.sym
2362           !> lib/Class/Struct.pm lib/Class/Struct.t lib/utf8.t perl.c
2363           !> perlapi.c perlapi.h pp.c proto.h t/run/runenv.t warnings.pl
2364 ____________________________________________________________________________
2365 [ 18112] By: jhi                                   on 2002/11/05  13:26:28
2366         Log: perl embed.pl
2367      Branch: maint-5.8/perl
2368            ! embed.h embedvar.h global.sym perlapi.c perlapi.h proto.h
2369 ____________________________________________________________________________
2370 [ 18111] By: jhi                                   on 2002/11/05  13:24:59
2371         Log: Integrate
2372              
2373              [ 18067]
2374              [PATCH] embed.pl doc. (embed.pl reorganization for doc headers)
2375              Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
2376              With some additional modifications
2377              
2378              [ 18068]
2379              Repair broken previous patch. I don't like it, but not repairing it
2380              breaks each and every build. Will teach me to test on the same
2381              machine where I patched it. Sorry.
2382              
2383              [ 18108]
2384              Put back the DO NOT EDIT headers in proto.h and global.sym
2385              
2386              Subject: Re: [perl #18066] Bug in -I when path has double colons?
2387              From: Slaven Rezic <slaven.rezic@berlin.de>
2388              Date: 03 Nov 2002 10:25:10 +0100
2389              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
2390      Branch: maint-5.8/perl
2391           !> embed.pl
2392 ____________________________________________________________________________
2393 [ 18110] By: jhi                                   on 2002/11/05  13:12:12
2394         Log: Integrate
2395              
2396              [ 17951]
2397              MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
2398              Thu, 25 Jul 2002, Andy Dougherty
2399              
2400              (had to regen Configure)
2401      Branch: maint-5.8/perl
2402            ! Configure config_h.SH
2403           !> Policy_sh.SH
2404 ____________________________________________________________________________
2405 [ 18104] By: jhi                                   on 2002/11/04  22:23:54
2406         Log: Integrate
2407              [ 17946]
2408              nanosleep on VMS not present
2409      Branch: maint-5.8/perl
2410           !> configure.com
2411 ____________________________________________________________________________
2412 [ 18103] By: jhi                                   on 2002/11/04  22:11:33
2413         Log: Integrate
2414              [ 17944]
2415              nanosleep probes as per Jarkko's request
2416              
2417              (and regen Configure)
2418      Branch: maint-5.8/perl
2419            ! Configure config_h.SH
2420           !> NetWare/config_H.wc Porting/config.sh Porting/config_H
2421           !> epoc/config.sh perl.h win32/config.bc win32/config.gc
2422           !> win32/config.vc win32/config.vc64 win32/config_H.bc
2423           !> win32/config_H.gc win32/config_H.vc win32/config_H.vc64
2424           !> wince/config.ce wince/config_H.ce
2425 ____________________________________________________________________________
2426 [ 18101] By: jhi                                   on 2002/11/04  21:29:57
2427         Log: Integrate
2428              
2429              [ 17731]
2430              Subject: [PATCH] Configure missing d_modflproto=''
2431              From: "Gerrit P. Haase" <gp@familiehaase.de>
2432              Date: Tue, 13 Aug 2002 15:11:05 +0200
2433              Message-id: <11417599086.20020813151105@familiehaase.de>
2434              
2435              [ 17739]
2436              Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
2437              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2438              Date: Tue, 23 Jul 2002 09:21:10 +0200
2439              Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
2440              
2441              [ 17902]
2442              [PATCH perl@17882] configure.com needs d_modflproto
2443              Thu 12 Sep 2002 23:19, "Craig A. Berry"
2444              
2445              [ 17919]
2446              Subject: [PATCH] AIX hints missinga  >&4
2447              From: Jarkko Hietaniemi <jhi@iki.fi>
2448              Date: Fri, 13 Sep 2002 16:48:42 +0300
2449              Message-ID: <20020913134842.GD8929@lyta.hut.fi>
2450      Branch: maint-5.8/perl
2451           !> Configure configure.com hints/aix.sh
2452 ____________________________________________________________________________
2453 [ 18100] By: jhi                                   on 2002/11/04  21:21:09
2454         Log: Integrate (two changes that are followups for changes already in)
2455              
2456              [ 17745]
2457              perldelta for #17727
2458              
2459              [ 17831]
2460              #17827 misses some win32 tweaks
2461      Branch: maint-5.8/perl
2462           !> pod/perldelta.pod win32/Makefile win32/makefile.mk
2463 ____________________________________________________________________________
2464 [ 18099] By: jhi                                   on 2002/11/04  21:17:25
2465         Log: Integrate (automerge didn't work, required manual copying from
2466              a post-17815 snapshot and editing a '59' to '58')
2467              
2468              [ 17815]
2469              formatting cleanup and:
2470              Subject: Re: perl-5.8.0 on HP porting center
2471              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2472              Date: Thu, 29 Aug 2002 12:23:31 +0200
2473              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
2474      Branch: maint-5.8/perl
2475            ! installperl
2476 ____________________________________________________________________________
2477 [ 18098] By: jhi                                   on 2002/11/04  18:53:22
2478         Log: Kick patchlevel.
2479      Branch: maint-5.8/perl
2480            ! patchlevel.h
2481 ____________________________________________________________________________
2482 [ 18097] By: jhi                                   on 2002/11/04  18:52:23
2483         Log: Update Changes.
2484      Branch: maint-5.8/perl
2485            ! Changes patchlevel.h
2486 ____________________________________________________________________________
2487 [ 18096] By: jhi                                   on 2002/11/04  18:46:09
2488         Log: Integrate:
2489              
2490              [ 18090]
2491              extend #13786 to cover the other four identical chunks of code
2492              to avoid looping under overload.
2493              
2494              [ 18091]
2495              How pre-5.9.0 Perl can be fooled by a defined-or.
2496              
2497              [ 18093]
2498              s/Perlf/Perl/ (thanks rgs)
2499      Branch: maint-5.8/perl
2500           !> pod/perldiag.pod sv.c
2501 ____________________________________________________________________________
2502 [ 18095] By: jhi                                   on 2002/11/04  17:45:47
2503         Log: Integrate (now tests 100% in Tru64 5.1A):
2504              
2505              [ 18083]
2506              [PATCH] Typo configpm
2507              Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2508              
2509              [ 18084]
2510              Tru64, gcc -O3, datasize
2511              Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
2512              
2513              [ 18085]
2514              Subject: Re: [perl #17064] illegal legal unicode character
2515              From: hv@crypt.org
2516              Date: Mon, 04 Nov 2002 13:23:49 +0000
2517              Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
2518              
2519              [ 18086]
2520              integrate from perlio: changes #17709, #17795, #17796, #18032
2521              
2522              [ 18088]
2523              Charnames take 4
2524              Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
2525      Branch: maint-5.8/perl
2526           !> Porting/apply README.tru64 configpm ext/PerlIO/t/encoding.t
2527           !> ext/PerlIO/t/via.t ext/PerlIO/via/via.xs hints/dec_osf.sh
2528           !> lib/charnames.pm lib/charnames.t perlio.c regexec.c
2529           !> t/io/crlf.t t/op/split.t
2530 ____________________________________________________________________________
2531 [ 18089] By: jhi                                   on 2002/11/04  15:44:28
2532         Log: The //= meme seems to be catching on.
2533      Branch: maint-5.8/perl
2534            ! t/op/anonsub.t
2535 ____________________________________________________________________________
2536 [ 18087] By: jhi                                   on 2002/11/04  15:28:23
2537         Log: Integrate:
2538              
2539              [ 17677]
2540              Main branch no longer needs op/taint.t version check.
2541      Branch: maint-5.8/perl
2542           !> t/op/taint.t
2543 ____________________________________________________________________________
2544 [ 18082] By: jhi                                   on 2002/11/04  05:38:52
2545         Log: Integrate: the same caveat as for #18080.
2546              
2547              [ 17779]
2548              upgrade bignum to v0.13: fix test failures and update docs
2549              
2550              [ 17780]
2551              fix bignum test failures
2552              
2553              [ 17784]
2554              #17780 relies on unixy paths to locate own directory for bignum tests.
2555              
2556              [ 17785]
2557              fix non-ANSI C++-style comment
2558              Subject: [ PATCH ]  Smoke 17780 /pro/3gl/CPAN/perl-current
2559              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2560              Date: Mon, 26 Aug 2002 09:15:18 +0200
2561              Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
2562              
2563              [ 17841]
2564              Subject: [PATCH] op/getpid.t failure
2565              From: Michael G Schwern <schwern@pobox.com>
2566              Date: Tue, 3 Sep 2002 17:48:24 -0700
2567              Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
2568              
2569              [ 17872]
2570              temporarily skip failing Storable tests caused by #17869
2571              
2572              [ 17901]
2573              Subject: [PATCH] more PASE wisdom
2574              From: Jarkko Hietaniemi <jhi@iki.fi>
2575              Date: Fri, 13 Sep 2002 00:17:39 +0300
2576              Message-ID: <20020912211739.GB6980@lyta.hut.fi>
2577              
2578              [ 17912]
2579              Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
2580              From: Jarkko Hietaniemi <jhi@iki.fi>
2581              Date: Thu, 19 Sep 2002 18:59:48 +0300
2582              Message-Id: <20020919155948.GU208696@lyta.hut.fi>
2583              
2584              Subject: [PATCH] more PASE tweakage
2585              From: Jarkko Hietaniemi <jhi@iki.fi>
2586              Date: Thu, 19 Sep 2002 18:01:44 +0300
2587              Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
2588              
2589              [ 17963]
2590              Subject: Re: [perl #17376] Bug Report - our(%)
2591              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2592              Date: Tue, 01 Oct 2002 09:54:30 -0700
2593              Message-ID: <GNdm9gzkgWOS092yn@efn.org>
2594              
2595              [ 17969]
2596              Subject: [PATCH] Storable and code serialization: documentation
2597              From: Slaven Rezic <slaven.rezic@berlin.de>
2598              Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
2599              Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
2600              
2601              [ 17970]
2602              Add a line about 2.05.
2603              
2604              [ 17971]
2605              Subject: Re: Not OK 17969
2606              From: Slaven Rezic <slaven.rezic@berlin.de>
2607              Date: 03 Oct 2002 13:12:58 +0200
2608              Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
2609              
2610              [ 17974]
2611              Fix a precedence problem.
2612              
2613              [ 17977]
2614              Complement to change #17976 :
2615              there was a similar bug on rdo().
2616              Increment $Safe::VERSION.
2617              
2618              [ 17980]
2619              Upgrade Safe.pm to 2.09 after CPAN backport.
2620              Fix testcases to run properly outside perl core build enviroment.
2621              
2622              [ 17986]
2623              Remove use of caller() in strict.pm, and tighten Safe compartment
2624              for Storable tests to match.
2625              
2626              [ 18000]
2627              Subject: [PATCH] perl573delta delinting
2628              From: Jarkko Hietaniemi <jhi@iki.fi>
2629              Date: Fri, 4 Oct 2002 16:19:31 +0300
2630              Message-ID: <20021004131931.GE278184@lyta.hut.fi>
2631              
2632              [ 18008]
2633              Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
2634              From: Nicholas Clark <nick@unfortu.net>
2635              Date: Mon, 7 Oct 2002 23:35:34 +0100
2636              Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
2637              
2638              [ 18014]
2639              Subject: Re: [PATCH] perl573delta delinting
2640              From: Philip Newton <Philip.Newton@gmx.net>
2641              Date: Sat, 12 Oct 2002 21:25:49 +0200
2642              Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
2643              
2644              [ 18019]
2645              Subject: Japanese translation of Storable
2646              From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
2647              Date: Tue, 15 Oct 2002 06:31:01 +0900
2648              Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
2649              
2650              [ 18024]
2651              Subject: Re: [perl #17061] no strict 'garbage'
2652              From: Slaven Rezic <slaven.rezic@berlin.de>
2653              Date: 10 Oct 2002 16:23:22 +0200
2654              Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
2655              
2656              [ 18061]
2657              Subject: [PATCH lib/IO.t] Add tests for IO.pm
2658              From: chromatic <chromatic@wgz.org>
2659              Date: Mon, 21 Oct 2002 20:27:43 -0700
2660              Message-ID: <20021022033253.57952.qmail@onion.perl.org>
2661              
2662              [ 18063]
2663              change #18038 gives too many problems on t/450_service.t; disable
2664              it for now
2665      Branch: maint-5.8/perl
2666           !> (integrate 32 files)
2667 ____________________________________________________________________________
2668 [ 18081] By: jhi                                   on 2002/11/04  05:26:36
2669         Log: Integrate:
2670              
2671              [ 17741]
2672              Subject: Re: [PATCH] Storable and CODE references
2673              From: Slaven Rezic <slaven.rezic@berlin.de>
2674              Date: 17 Aug 2002 21:58:03 +0200
2675              Message-id: <87bs812r78.fsf@vran.herceg.de>
2676      Branch: maint-5.8/perl
2677           +> ext/Storable/t/code.t
2678           !> MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
2679           !> ext/Storable/t/malice.t
2680 ____________________________________________________________________________
2681 [ 18080] By: jhi                                   on 2002/11/04  05:23:04
2682         Log: The first big import towards 5.8.1, @18078.  Please do NOT
2683              expect all to work yet, some tests will fail.  This is just
2684              a reasonably optimal/maximal push in the general direction.
2685              
2686              [ 17655]
2687              Upgrade to Unicode::Collate 0.20.
2688              
2689              [ 17656]
2690              Subject: [PATCH] Typo in regcomp.c
2691              From: Chris Ball <chris@cpan.org>
2692              Date: 26 Jul 2002 17:49:35 +0100
2693              Message-Id: <868z3yzb6o.fsf@void.printf.net>
2694              (With additional tweak to s_reginclasslen.)
2695              
2696              [ 17672]
2697              Subject: Re: mention of "use sort" botched in perlfunc?
2698              From: Michael G Schwern <schwern@pobox.com>
2699              Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
2700              Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
2701              
2702              [ 17673]
2703              Subject: [PATCH] AUTHORS
2704              From: Walt Mankowski <waltman@pobox.com>
2705              Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
2706              Message-id: <20020721025612.GB15958@pobox.com>
2707              
2708              [ 17674]
2709              Subject: [PATCH] AUTHORS
2710              From: Colin Watson <colinw@zeus.com>
2711              Date: Thu, 25 Jul 2002 15:54:37 +0100
2712              Message-id: <20020725145437.GC4921@zeus.com>
2713              
2714              [ 17675]
2715              Fix email address for Kragen Sitaker <kragen@pobox.com>.
2716              
2717              [ 17676]
2718              Subject: Re: [PATCH] Re: taint news
2719              From: Rick Delaney <rick.delaney@rogers.com>
2720              Date: 04 Aug 2002 00:28:58 EDT
2721              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
2722              Ref: 20020208.005
2723              
2724              [ 17678]
2725              Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
2726              From: hv@crypt.org
2727              Date: Sun, 04 Aug 2002 17:40:30 +0100
2728              Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
2729              
2730              [ 17679]
2731              [ID 20020704.001] again: #17678 caused test failures in pod2html,
2732              in which $1 could leak from previous regexp
2733              
2734              [ 17680]
2735              warn that keywords.h is generated
2736              
2737              [ 17681]
2738              typo
2739              
2740              [ 17683]
2741              Integrate from maint-5.6/macperl via macperl
2742              Changes 17660, 17661, 17662, 17663, 17664
2743              
2744              [ 17684]
2745              Integrate from perlio: change #17653 fixes bug RT15283
2746              
2747              [ 17685]
2748              Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
2749              From: "John P. Linderman" <jpl@research.att.com>
2750              Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
2751              Message-id: <200207211613.MAA69505@raptor.research.att.com>
2752              
2753              [ 17686]
2754              More regression tests for $^H and %^H.
2755              Add a TODO test for eval "" preserving %^H.
2756              
2757              [ 17687]
2758              PerlIO::scalar wasn't able to read from non-string
2759              scalar ; now stringifies its argument.
2760              
2761              [ 17688]
2762              Subject: [PATCH] XS build fix for VMS
2763              From: "Craig A. Berry" <craigberry@mac.com>
2764              Date: Sun, 4 Aug 2002 12:13:06 -0500
2765              Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
2766              
2767              [ 17689]
2768              Subject: Re: no warnings 'io';
2769              From: Nicholas Clark <nick@unfortu.net>
2770              Date: Sat, 27 Jul 2002 21:49:55 +0100
2771              Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
2772              
2773              Plus a little bit of regression tests.
2774              
2775              [ 17690]
2776              Doc fix : the symbol for COPs wasn't documented.
2777              
2778              [ 17691]
2779              Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
2780              From: Henrik Tougaard (via RT) <perlbug@perl.org>
2781              Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
2782              Message-id: <rt-15398-31095.6.30466042998663@perl>
2783              
2784              [ 17692]
2785              Subject: [PATCH] README.jp and README.cn
2786              From: Autrijus Tang <autrijus@autrijus.org>
2787              Date: Thu, 25 Jul 2002 07:05:11 +0800
2788              Message-id: <20020724230511.GA1327@not.autrijus.org>
2789              
2790              [ 17693]
2791              Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
2792              From: Abigail <abigail@foad.org>
2793              Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
2794              Message-id: <20020725085252.A2703@ucan.foad.org>
2795              
2796              [ 17694]
2797              Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
2798              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2799              Date: Wed, 31 Jul 2002 16:04:02 +0200
2800              Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
2801              
2802              [ 17695]
2803              Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
2804              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2805              Date: Fri, 2 Aug 2002 00:13:10 +0200
2806              Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
2807              
2808              [ 17696]
2809              Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
2810              From: Slaven Rezic <slaven.rezic@berlin.de>
2811              Date: 31 Jul 2002 09:50:06 +0200
2812              Message-id: <87ado85ob5.fsf@vran.herceg.de>
2813              
2814              [ 17697]
2815              Subject: Doc patch for Class::Struct under 5.8.0
2816              From: Damian Conway <damian@conway.org>
2817              Date: Tue, 30 Jul 2002 23:03:14 +1000
2818              Message-id: <3D471FCF.1C7C6E6B@conway.org>
2819              
2820              [ 17698]
2821              Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
2822              From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
2823              Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
2824              Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
2825              
2826              [ 17699]
2827              Subject: [PATCH] Re: [perl #15898] coredump with variable our
2828              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2829              Date: Fri, 2 Aug 2002 23:44:21 +0200
2830              Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
2831              
2832              [ 17700]
2833              Subject: [DOC PATCH] perlipc.pod
2834              From: Arjen Laarhoven <arjen@nl.demon.net>
2835              Date: Tue, 6 Aug 2002 14:16:01 +0200
2836              Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
2837              
2838              [ 17701]
2839              Subject: [PATCH] Re: pp_sys.c compile failed..
2840              From: Andy Dougherty <doughera@lafayette.edu>
2841              Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
2842              Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
2843              
2844              [ 17702]
2845              Subject: Re: README.aix
2846              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2847              Date: Tue, 30 Jul 2002 13:30:29 +0200
2848              Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
2849              
2850              [ 17704]
2851              Fix bug #16080 : an attribute list should end at '}'
2852              
2853              [ 17705]
2854              More tests for the attribute syntax, from the
2855              attributes manpage.
2856              
2857              [ 17706]
2858              Subject: Re: missing lower range in {} regex 
2859              From: "John P. Linderman" <jpl@research.att.com>
2860              Date: Fri, 09 Aug 2002 12:48:55 -0400
2861              Message-ID: <200208091648.MAA77577@raptor.research.att.com>
2862              
2863              [ 17707]
2864              Subject: New HP-UX itanium servers
2865              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2866              Date: Wed, 07 Aug 2002 13:25:57 +0200
2867              Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
2868              
2869              [ 17710]
2870              Subject: [PATCH] pod/perlfaq4.pod
2871              From: Abigail <abigail@foad.org>
2872              Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
2873              Message-id: <20020730095202.A6462@ucan.foad.org>
2874              Add references to Regexp::Common.
2875              
2876              [ 17711]
2877              Subject: [PATCH s2p] Small typo correction
2878              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
2879              Date: Wed, 7 Aug 2002 11:50:51 +0200
2880              Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
2881              
2882              [ 17712]
2883              Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
2884              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2885              Date: Mon, 12 Aug 2002 10:25:20 +0200
2886              Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
2887              gcc bug test needs -lm
2888              
2889              [ 17713]
2890              Subject: [PATCH] gv_fullname3 as call to gv_fullname4
2891              From: Nicholas Clark <nick@unfortu.net>
2892              Date: Sun, 11 Aug 2002 16:59:16 +0100
2893              Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
2894              
2895              [ 17714]
2896              Subject: [PATCH] perltodo.pod
2897              From: Richard.Foley@t-online.de
2898              Date: Sun, 11 Aug 2002 18:26:10 +0200
2899              Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
2900              perlbug credits
2901              
2902              [ 17716]
2903              Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
2904              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2905              Date: Sat, 13 Jul 2002 17:44:02 +0100
2906              Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
2907              
2908              [ 17717]
2909              Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
2910              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
2911              Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
2912              Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
2913              
2914              [ 17719]
2915              Subject: [perl #15987] Tests fail when sources are under CVS control
2916              From: Warren Jones (via RT) <perlbug@perl.org>
2917              Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
2918              Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
2919              
2920              [ 17720]
2921              Subject: Re: [PATCH] Re: taint news
2922              From: Rick Delaney <rick.delaney@rogers.com>
2923              Date: 04 Aug 2002 00:28:58 EDT
2924              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
2925              missed patch fragment from Change #17676
2926              
2927              [ 17721]
2928              #17717 needed tests fixing up
2929              
2930              [ 17722]
2931              Subject: Minor perlrun.pod patch
2932              From: Iain Truskett <spoon@cpan.org>
2933              Date: Fri, 16 Aug 2002 16:20:27 +1000
2934              Message-Id: <20020816162027.D17196@eh.org>
2935              
2936              [ 17724]
2937              ext/B/defsubs.h also depends on the program that builds it
2938              
2939              [ 17727]
2940              Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
2941              From: Mark-Jason Dominus <mjd@plover.com>
2942              Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
2943              Message-id: <20020415033855.6343.qmail@plover.com>
2944              
2945              [ 17729]
2946              Subject: [PATCH] Safe.pm documentation
2947              From: Slaven Rezic <slaven.rezic@berlin.de>
2948              Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
2949              Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
2950              
2951              [ 17733]
2952              Subject: Server rename revisited
2953              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2954              Date: Tue, 13 Aug 2002 19:19:03 +0200
2955              Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
2956              
2957              [ 17734]
2958              Subject: [PATCH] Re: Pod::Functions tpyo
2959              From: Abe Timmerman <abe@ztreet.demon.nl>
2960              Date: Tue, 13 Aug 2002 23:47:00 +0200
2961              Message-id: <200208132347.00782.abe@ztreet.demon.nl>
2962              
2963              [ 17735]
2964              Subject: Re: [perl #16198] pod tpyo in hostent.pm
2965              From: Mark-Jason Dominus <mjd@plover.com>
2966              Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
2967              Message-id: <20020814011909.22744.qmail@plover.com>
2968              
2969              [ 17736]
2970              Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
2971              From: Dave Mitchell <davem@fdgroup.com>
2972              Date: Fri, 16 Aug 2002 23:31:07 +0100
2973              Message-id: <20020816233107.E9388@fdgroup.com>
2974              
2975              [ 17737]
2976              Effect a speedy recovery from POD affected by (ahem, Australian)
2977              negligence.
2978              
2979              [ 17743]
2980              Subject: Re: [PATCH] fix typos in perlpacktut
2981              From: "Mr. Nobody" <mrnobo1024@yahoo.com>
2982              Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
2983              Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
2984              
2985              [ 17744]
2986              Subject: typo in perfunc.pod
2987              From: "John P. Linderman" <jpl@research.att.com>
2988              Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
2989              Message-id: <200208191245.IAA20072@raptor.research.att.com>
2990              
2991              [ 17748]
2992              todo test for linux $0 modification
2993              Subject: Re: [perl #16206] $0 in 5.8
2994              From: Slaven Rezic <slaven.rezic@berlin.de>
2995              Date: 17 Aug 2002 21:32:37 +0200
2996              Message-id: <87elcx2sdm.fsf@vran.herceg.de>
2997              
2998              [ 17749]
2999              avoid use of %caller::EXPORT
3000              Subject: [PATCH] Re: question about Exporter::import
3001              From: Nicholas Clark <nick@unfortu.net>
3002              Date: Wed, 14 Aug 2002 21:33:12 +0100
3003              Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
3004              
3005              [ 17750]
3006              Subject: [PATCH] Fix DBM filters
3007              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
3008              Date: Wed, 21 Aug 2002 11:40:49 +0100
3009              Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
3010              
3011              [ 17752]
3012              Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
3013              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3014              Date: Fri, 26 Jul 2002 02:59:12 +0900
3015              Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
3016              
3017              [ 17753]
3018              Subject: podlators 1.24 released
3019              From: Russ Allbery <rra@stanford.edu>
3020              Date: Sat, 03 Aug 2002 20:56:42 -0700
3021              Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
3022              
3023              [ 17754]
3024              Subject: ANNOUNCE: Math-BigInt v1.62
3025              From: Tels <perl_dummy@bloodgate.com>
3026              Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
3027              Message-Id: <200208211513.g7LFDUs02512@crypt.org>
3028              
3029              [ 17755]
3030              new files from #17754
3031              
3032              [ 17756]
3033              Subject: ANNOUCNE: Math::BigRat v0.09
3034              From: Tels <perl_dummy@bloodgate.com>
3035              Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
3036              Message-Id: <200208141812.g7EICrV23771@crypt.org>
3037              
3038              [ 17757]
3039              new file for #17756
3040              
3041              [ 17758]
3042              bignum-0.12 updates from:
3043              Subject: [ANNOUCNE] Big Math::Big* update
3044              From: Tels <perl_dummy@bloodgate.com>
3045              Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
3046              Message-Id: <200208132121.g7DLLRV21408@crypt.org>
3047              
3048              [ 17759]
3049              Subject: [PATCH] x2p/str.c signedness nits
3050              From: Jarkko Hietaniemi <jhi@iki.fi>
3051              Date: Fri, 23 Aug 2002 02:43:30 +0300
3052              Message-Id: <20020822234330.GC31624@lyta.hut.fi>
3053              
3054              [ 17760]
3055              Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
3056              From: Jarkko Hietaniemi <jhi@iki.fi>
3057              Date: Fri, 23 Aug 2002 05:29:09 +0300
3058              Message-Id: <20020823022909.GC9135@lyta.hut.fi>
3059              
3060              [ 17761]
3061              Incorporate fix from JHI at:
3062              http://rt.perl.org/rt2/Ticket/Display.html?id=16708
3063              
3064              [ 17764]
3065              a2p wasn't installed with -Dversiononly
3066              
3067              [ 17765]
3068              Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
3069              From: Nicholas Clark <nick@unfortu.net>
3070              Date: Sat, 24 Aug 2002 17:01:08 +0100
3071              Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
3072              (plus a typo fix)
3073              
3074              [ 17766]
3075              Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut  
3076              From: Peter BARABAS (via RT) <perlbug@perl.org>
3077              Date: 24 Aug 2002 08:16:19 -0000
3078              Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org> 
3079              
3080              [ 17767]
3081              Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
3082              From: "Randy W. Sims" (via RT) <perlbug@perl.org>
3083              Date: 18 Aug 2002 13:27:12 -0000
3084              Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
3085              
3086              [ 17768]
3087              Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
3088              From: Anton Berezin <tobez@tobez.org>
3089              Date: Tue, 20 Aug 2002 23:44:25 +0200
3090              Message-ID: <20020820214425.GG16178@heechee.tobez.org>
3091              
3092              [ 17769]
3093              Subject: bit more for WinCE
3094              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
3095              Date: Wed, 21 Aug 2002 01:31:52 +0400
3096              Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
3097              
3098              [ 17770]
3099              Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
3100              From: "Jos I. Boumans" <kane@cpan.org>
3101              Date: Wed, 21 Aug 2002 14:55:51 +0200
3102              Message-ID: <20020821124817.34761.qmail@onion.perl.org>
3103              
3104              [ 17771]
3105              Subject: Newdated info for HP-UX
3106              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3107              Date: Wed, 21 Aug 2002 20:20:17 +0200
3108              Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
3109              
3110              [ 17772]
3111              Subject: Re: p5p patches
3112              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3113              Date: Fri, 23 Aug 2002 15:27:48 +0200
3114              Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
3115              
3116              [ 17773]
3117              Subject: Re: a bugfix for Pod::Html (in diff -u format)
3118              From: DH <crazyinsomniac@yahoo.com>
3119              Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
3120              Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
3121              
3122              [ 17774]
3123              Subject: [PATCH lib/Benchmark.(pm|t)]  Make cmpthese work as documented.
3124              From: Abigail <abigail@foad.org>
3125              Date: Thu, 22 Aug 2002 04:10:39 -0700
3126              Message-ID: <20020822041039.A2089@ucan.foad.org>
3127              
3128              [ 17775]
3129              Subject: [perl #16729] crypt() doesn't work in multithreaded perl
3130              From: "mls@suse.de (via RT)" <perlbug@perl.org>
3131              Date: 23 Aug 2002 15:24:39 -0000
3132              Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
3133              
3134              [ 17776]
3135              Subject: [PATCH] ExtUtils::Constant 0.13
3136              From: Nicholas Clark <nick@unfortu.net>
3137              Date: Fri, 23 Aug 2002 19:21:12 +0100
3138              Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
3139              
3140              [ 17778]
3141              Subject: Encode 1.76 Released
3142              From: Dan Kogai <dankogai@dan.co.jp>
3143              Date: su elo 25, 2002  11:27:07 US/Eastern
3144              Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
3145              
3146              [ 17781]
3147              #17775 changed reentr.c instead of reentr.pl, which generates it
3148              
3149              [ 17782]
3150              new test for change #17773
3151              Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
3152              From: DH <crazyinsomniac@yahoo.com>
3153              Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
3154              Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
3155              
3156              [ 17783]
3157              Subject: [ANNOUNCE] Test::Simple 0.47
3158              From: Michael G Schwern <schwern@pobox.com>
3159              Date: Mon, 26 Aug 2002 04:13:03 -0700
3160              Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
3161              
3162              [ 17786]
3163              Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
3164              From: "Sean M. Burke" <sburke@cpan.org>
3165              Date: Mon, 26 Aug 2002 04:38:19 -0600
3166              Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
3167              
3168              [ 17787]
3169              fix for:
3170              Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
3171              From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
3172              Date: 26 Aug 2002 15:01:36 -0000
3173              Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
3174              
3175              [ 17789]
3176              Subject: Patch perlvar.pod
3177              From: mjd@plover.com
3178              Date: 27 Aug 2002 03:03:01 -0000
3179              Message-Id: <20020827030301.32481.qmail@plover.com>
3180              
3181              [ 17790]
3182              #17783 introduced an outdated test module, causing failure in
3183              lib/ExtUtils/t/problems.t. This grabs a more recent copy from
3184              ExtUtils::MakeMaker.
3185              
3186              [ 17791]
3187              Missing MANIFEST files for #17783.
3188              
3189              [ 17797]
3190              Subject: Re: [perl #16677] B::SV::FLAGS dumps core
3191              From: Mark-Jason Dominus <mjd@plover.com>
3192              Date: Sun, 25 Aug 2002 22:31:54 -0400
3193              Message-ID: <20020826023154.22986.qmail@plover.com>
3194              
3195              [ 17798]
3196              Subject: [PATCH] posixify getppid on linux-multithread
3197              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3198              Date: Tue, 6 Aug 2002 21:56:46 +0200
3199              Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
3200              
3201              [ 17799]
3202              Subject: Re: if.pm bug.
3203              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
3204              Date: Sun, 25 Aug 2002 00:27:59 +0200
3205              Message-ID: <20020824222210.16387.qmail@onion.perl.org>
3206              
3207              [ 17800]
3208              Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
3209              From: Mark-Jason Dominus <mjd@plover.com>
3210              Date: Sun, 25 Aug 2002 12:09:53 -0400
3211              Message-ID: <20020825160953.15987.qmail@plover.com>
3212              
3213              [ 17801]
3214              Subject: [PATCH] ExtUtils::Constant 0.14
3215              From: Nicholas Clark <nick@unfortu.net>
3216              Date: Sun, 25 Aug 2002 18:06:00 +0100
3217              Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
3218              
3219              [ 17802]
3220              Subject: [perl #16769] Documention bug
3221              From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
3222              Date: 26 Aug 2002 10:01:04 -0000
3223              Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
3224              
3225              [ 17803]
3226              Subject: [PATCH] AIX compiler setup sanity checking
3227              From: Jarkko Hietaniemi <jhi@iki.fi>
3228              Date: Thu, 29 Aug 2002 16:43:51 +0300
3229              Message-Id: <20020829134351.GG5219@lyta.hut.fi>
3230              
3231              [ 17804]
3232              Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
3233              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3234              Date: Tue, 27 Aug 2002 23:36:53 +0200
3235              Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
3236              
3237              [ 17805]
3238              Fix based on:
3239              Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
3240              From: "esm@pobox.com (via RT)" <perlbug@perl.org>
3241              Date: 27 Aug 2002 22:10:16 -0000
3242              Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
3243              
3244              [ 17806]
3245              #17449 failed to apply the actual patch. This is it.
3246              
3247              [ 17807]
3248              Subject: [PATCH] IRIX + INSTALL
3249              From: Jarkko Hietaniemi <jhi@iki.fi>
3250              Date: Fri, 30 Aug 2002 06:31:48 +0300
3251              Message-Id: <20020830033148.GA874@lyta.hut.fi>
3252              
3253              [ 17808]
3254              Subject: [PATCH] Tru64 vs Berkeley DB
3255              From: Jarkko Hietaniemi <jhi@iki.fi>
3256              Date: Fri, 30 Aug 2002 06:56:38 +0300
3257              Message-Id: <20020830035638.GB874@lyta.hut.fi>
3258              
3259              [ 17810]
3260              Subject: [PATCH] Fixes to threads::shared when disabled
3261              From: Michael G Schwern <schwern@pobox.com>
3262              Date: Wed, 28 Aug 2002 06:04:18 -0700
3263              Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
3264              
3265              [ 17811]
3266              Subject: Re: Recent changes on the HP porting center
3267              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3268              Date: Wed, 28 Aug 2002 17:39:27 +0200
3269              Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
3270              
3271              [ 17812]
3272              Subject: [PATCH] typos in Hash::Util documentation
3273              From: Slaven Rezic <slaven.rezic@berlin.de>
3274              Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
3275              Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
3276              
3277              [ 17813]
3278              Subject: [PATCH] Re: glob names and Regexp type introspection
3279              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3280              Date: Thu, 29 Aug 2002 17:31:31 -0700
3281              Message-ID: <jzrb9gzkgO7W092yn@efn.org>
3282              
3283              [ 17814]
3284              Subject: [PATCH] perlmod.pod nit
3285              From: Autrijus Tang <autrijus@autrijus.org>
3286              Date: Thu, 29 Aug 2002 03:49:34 +0800
3287              Message-ID: <20020828194934.GA12244@not.autrijus.org>
3288              
3289              [ 17816]
3290              Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
3291              From: "Brendan O'Dea" <bod@debian.org>
3292              Date: Thu, 29 Aug 2002 22:46:47 +1000
3293              Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
3294              
3295              [ 17817]
3296              Subject: [PATCH] AUTHORS
3297              From: "Brendan O'Dea" <bod@debian.org>
3298              Date: Thu, 29 Aug 2002 22:49:34 +1000
3299              Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
3300              
3301              [ 17818]
3302              add test related to change #17799:
3303              Subject: Re: if.pm bug.
3304              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
3305              Date: Thu, 29 Aug 2002 19:39:58 +0200
3306              Message-ID: <20020829173358.34731.qmail@onion.perl.org>
3307              
3308              [ 17821]
3309              Advertise Linux::Pid.
3310              
3311              [ 17822]
3312              Some simple tests for the POSIX::isXXX() functions.
3313              
3314              [ 17823]
3315              Fix bug #16828.
3316              Add a few tests to ext/B/t/b.t, make it use Test::More.
3317              
3318              [ 17824]
3319              Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
3320              From: Richard Soderberg (via RT) <perlbug@perl.org>
3321              Date: 3 Sep 2002 18:48:54 -0000
3322              Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
3323              
3324              Subject: [PATCH] A variety of README nitpicks.
3325              From: Richard Soderberg <rs@crystalflame.net>
3326              Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
3327              Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
3328              
3329              [ 17825]
3330              Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
3331              From: "John P. Linderman" <jpl@research.att.com>
3332              Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
3333              Message-Id: <200208271900.PAA98096@raptor.research.att.com>
3334              
3335              [ 17826]
3336              Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
3337              From: "Brendan O'Dea" <bod@debian.org>
3338              Date: Thu, 29 Aug 2002 22:42:39 +1000
3339              Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
3340              
3341              [ 17827]
3342              Subject: [PATCH] OS/400 PASE port
3343              From: Jarkko Hietaniemi <jhi@iki.fi>
3344              Date: Thu, 29 Aug 2002 22:22:51 +0300
3345              Message-ID: <20020829192251.GA27102@lyta.hut.fi>
3346              
3347              [ 17828]
3348              Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
3349              From: Michael G Schwern <schwern@pobox.com>
3350              Date: Fri, 30 Aug 2002 03:40:45 -0700
3351              Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
3352              
3353              [ 17829]
3354              Subject: Correction for AUTHORS.html
3355              From: Sean Davis <dive@ender.com>
3356              Date: Fri, 30 Aug 2002 03:51:16 -0700
3357              Message-ID: <20020830035116.A18739@endersgame.net>
3358              
3359              [ 17830]
3360              update email address for Paul Marquess
3361              
3362              [ 17833]
3363              Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
3364              From: Jarkko Hietaniemi <jhi@iki.fi>
3365              Date: Sun, 1 Sep 2002 19:23:55 +0300
3366              Message-ID: <20020901162355.GH12536@lyta.hut.fi>
3367              
3368              [ 17834]
3369              perldoc: allow arguments for pager
3370              Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
3371              From: Chip Turner <cturner@redhat.com>
3372              Date: 02 Sep 2002 01:17:23 -0400
3373              Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
3374              
3375              [ 17835]
3376              fix coredump after 64k-deep recursion
3377              Subject: Re: debugging coredump with -DD
3378              From: hv@crypt.org
3379              Date: Tue, 03 Sep 2002 14:34:20 +0100
3380              Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
3381              
3382              [ 17836]
3383              Subject: [PATCH] DB_File 1.805
3384              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
3385              Date: Mon, 2 Sep 2002 23:56:40 +0100
3386              Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
3387              
3388              [ 17837]
3389              Subject: [PATCH lib/Config.t] test grandfathered Config variables
3390              From: Michael G Schwern <schwern@pobox.com>
3391              Date: Mon, 2 Sep 2002 22:29:07 -0700
3392              Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
3393              
3394              [ 17838]
3395              Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
3396              From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
3397              Date: Tue, 3 Sep 2002 13:46:18 +0200
3398              Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
3399              
3400              [ 17839]
3401              Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
3402              From: "Brendan O'Dea" <bod@debian.org>
3403              Date: Wed, 4 Sep 2002 02:36:10 +1000
3404              Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
3405              
3406              [ 17840]
3407              Subject: [PATCH] File::Basename doesn't lazy load Carp right.
3408              and Subject: [PATCH] More modules that don't lazy load Carp right.
3409              From: Michael G Schwern <schwern@pobox.com>
3410              Date: Tue, 3 Sep 2002 17:21:57 -0700
3411              Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
3412              and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
3413              
3414              [ 17844]
3415              #17836 (DB_File-1.805) misses a couple of dTHX declarations
3416              
3417              [ 17845]
3418              Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
3419              
3420              [ 17846]
3421              Subject: Re: [PATCH] A variety of README nitpicks.
3422              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3423              Date: Wed, 04 Sep 2002 09:10:05 +0200
3424              Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
3425              
3426              [ 17848]
3427              AUTHORS: preferred address for Allen Smith
3428              
3429              [ 17849]
3430              document setting the email address
3431              
3432              [ 17850]
3433              Subject: [PATCH] (mostly (Unicode)) pod nits
3434              From: Jarkko Hietaniemi <jhi@iki.fi>
3435              Date: Fri, 6 Sep 2002 06:01:57 +0300
3436              Message-Id: <20020906030157.GA28252@lyta.hut.fi>
3437              
3438              [ 17859]
3439              Subject: Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
3440              From: Nicholas Clark <nick@unfortu.net>
3441              Date: Mon, 2 Sep 2002 23:22:32 +0100
3442              Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
3443              
3444              [ 17860]
3445              #17859 misuses s/// return values
3446              
3447              [ 17861]
3448              Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
3449              From: Michael G Schwern <schwern@pobox.com>
3450              Date: Fri, 6 Sep 2002 14:03:16 -0700
3451              Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
3452              
3453              [ 17862]
3454              Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
3455              From: Michael G Schwern <schwern@pobox.com>
3456              Date: Wed, 4 Sep 2002 11:38:01 -0700
3457              Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
3458              
3459              [ 17863]
3460              setting PERL_CORE as in #17861 violates assumptions made by taint tests
3461              
3462              [ 17864]
3463              Subject: sv_2pv_flags and ROK and UTF8 flags
3464              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3465              Date: Wed, 04 Sep 2002 21:09:01 -0700
3466              Message-ID: <djtd9gzkgyLd092yn@efn.org>
3467              Date: Fri, 06 Sep 2002 09:23:03 -0700
3468              Message-ID: <nZNe9gzkgKdH092yn@efn.org>
3469              
3470              [ 17865]
3471              Subject: Unicode::Collate 0.23 Released
3472              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3473              Date: Thu, 05 Sep 2002 23:28:32 +0900
3474              Message-Id: <20020905232316.8151.BQW10602@nifty.com>
3475              
3476              [ 17866]
3477              Subject: [PATCH] OS/400 PASE symbol scan tweak
3478              From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
3479              Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
3480              Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
3481              
3482              [ 17867]
3483              Subject: [PATCH] allow using hires time() in Benchmark
3484              From: Jarkko Hietaniemi <jhi@iki.fi>
3485              Date: Fri, 6 Sep 2002 00:38:11 +0300
3486              Message-ID: <20020905213811.GA23771@lyta.hut.fi>
3487              
3488              [ 17868]
3489              small fix to perl58delta for MIME::QuotedPrint, from Jarkko
3490              
3491              [ 17869]
3492              Subject: [perl #17061] no strict 'garbage'
3493              From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
3494              Date: 6 Sep 2002 19:31:02 -0000
3495              Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
3496              Date: Sat, 07 Sep 2002 13:40:22 +0200
3497              Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
3498              
3499              [ 17870]
3500              regularise whitespace and formatting in util.c
3501              
3502              [ 17871]
3503              Subject: [PATCH] tiddly tidy up for util.c
3504              From: Nicholas Clark <nick@unfortu.net>
3505              Date: Fri, 6 Sep 2002 23:00:14 +0100
3506              Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
3507              
3508              [ 17874]
3509              Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
3510              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
3511              Date: Sat, 7 Sep 2002 05:25:45 -0400
3512              Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
3513              
3514              [ 17875]
3515              Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
3516              From: Nicholas Clark <nick@unfortu.net>
3517              Date: Sun, 8 Sep 2002 15:46:44 +0100
3518              Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
3519              
3520              Plus two other similar tweaks
3521              
3522              [ 17876]
3523              Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
3524              From: Abe Timmerman <abe@ztreet.demon.nl>
3525              Date: Mon, 9 Sep 2002 01:32:19 +0200
3526              Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
3527              
3528              [ 17877]
3529              Subject: [PATCH] configpm
3530              From: Abe Timmerman <abe@ztreet.demon.nl>
3531              Date: Sun, 8 Sep 2002 17:21:19 +0200
3532              Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
3533              
3534              [ 17878]
3535              small grammar fix in Benchmark docs
3536              
3537              [ 17879]
3538              Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
3539              From: Jarkko Hietaniemi <jhi@iki.fi>
3540              Date: Mon, 9 Sep 2002 00:07:46 +0300
3541              Message-ID: <20020908210746.GB4136@lyta.hut.fi>
3542              
3543              [ 17880]
3544              integrate Math::BigInt-1.63
3545              Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
3546              From: Tels <perl_dummy@bloodgate.com>
3547              Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
3548              Message-Id: <200209082022.g88KMGY20194@crypt.org>
3549              
3550              [ 17881]
3551              Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
3552              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
3553              Date: Mon, 9 Sep 2002 01:48:08 -0400
3554              Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
3555              
3556              [ 17883]
3557              Subject: [PATCH] Quieten warnings in Deparse.pm
3558              From: Paul Johnson <paul@pjcj.net>
3559              Date: Sun, 8 Sep 2002 23:50:11 +0200
3560              Message-ID: <20020908215011.GA879@pjcj.net>
3561              
3562              [ 17884]
3563              Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
3564              From: Nicholas Clark <nick@unfortu.net>
3565              Date: Sun, 8 Sep 2002 19:45:52 +0100
3566              Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
3567              
3568              [ 17885]
3569              Subject: [PATCH] strict.pm pod at __END__
3570              From: Nicholas Clark <nick@unfortu.net>
3571              Date: Sun, 8 Sep 2002 22:36:09 +0100
3572              Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
3573              
3574              [ 17886]
3575              Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
3576              From: Nicholas Clark <nick@unfortu.net>
3577              Date: Sun, 8 Sep 2002 23:05:54 +0100
3578              Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
3579              
3580              [ 17887]
3581              Subject: Re: [PATCH] Quieten warnings in Deparse.pm
3582              From: Paul Johnson <paul@pjcj.net>
3583              Date: Mon, 9 Sep 2002 23:37:33 +0200
3584              Message-ID: <20020909213733.GD879@pjcj.net>
3585              
3586              [ 17888]
3587              New low-price HP servers
3588              
3589              [ 17892]
3590              Callback behaviour in hints
3591              Mon, 9 Sep 2002, Allen Smith
3592              
3593              [ 17897]
3594              Subject: [perl #17119] typo in utils/dprofpp.PL
3595              From: "Todd C. Miller" (via RT) <perlbug@perl.org>
3596              Date: 10 Sep 2002 18:49:56 -0000
3597              Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
3598              
3599              [ 17898]
3600              Fix bug #17006 : remove spurious do{} in the deparsing
3601              of s/.../.../e.
3602              
3603              [ 17899]
3604              Re: [perl #17170] NetBSD and useshrplib config option
3605              Thu 12 Sep 2002 09:22, Rafael Garcia-Suarez
3606              
3607              [ 17906]
3608              Fix pod/perlmodlib.PL (it wasn't generating a complete list
3609              of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
3610              not all modules listed in perlmodlib are necessarily installed.
3611              Plus some corrections by Vincent Lefevre.
3612              
3613              [ 17907]
3614              Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
3615              From: Jarkko Hietaniemi <jhi@iki.fi>
3616              Date: Sun, 15 Sep 2002 18:02:17 +0300
3617              Message-ID: <20020915150217.GB21300@lyta.hut.fi>
3618              
3619              [ 17908]
3620              Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
3621              From: (Ilya Martynov) (via RT) <perlbug@perl.org>
3622              Date: 15 Sep 2002 19:06:56 -0000
3623              Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
3624              
3625              [ 17909]
3626              Pod formatting nit, found by Merijn and Jos Boumans.
3627              
3628              [ 17910]
3629              Fix #17375 (rcatline didn't work on a formerly-defined undef) by
3630              checking for SvOK in do_readline().
3631              
3632              [ 17911]
3633              Typo fix.
3634              
3635              [ 17913]
3636              Subject: [PATCH perl@17882] file spec tweaks for VMS
3637              From: "Craig A. Berry" <craigberry@mac.com>
3638              Date: Wed, 18 Sep 2002 16:57:02 -0500
3639              Message-ID: <3D88F6AE.3020708@mac.com>
3640              
3641              [ 17914]
3642              Subject: [PATCH] PASE saga continues
3643              From: Jarkko Hietaniemi <jhi@iki.fi>
3644              Date: Thu, 19 Sep 2002 23:30:20 +0300
3645              Message-ID: <20020919203020.GB274453@lyta.hut.fi>
3646              
3647              [ 17915]
3648              Patch #17914 was empty ; this should have been applied instead.
3649              
3650              [ 17916]
3651              Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
3652              From: "Brendan O'Dea" <bod@debian.org>
3653              Date: Tue, 10 Sep 2002 09:19:05 +1000
3654              Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
3655              
3656              [ 17917]
3657              Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
3658              From: Slaven Rezic <slaven.rezic@berlin.de>
3659              Date: 11 Sep 2002 19:37:09 +0200
3660              Message-ID: <871y80a0my.fsf@vran.herceg.de>
3661              
3662              [ 17918]
3663              Subject: [PATCH] perldoc -f stat (perlfunc.pod)
3664              From: "Brendan O'Dea" <bod@debian.org>
3665              Date: Mon, 23 Sep 2002 22:45:40 +1000
3666              Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
3667              
3668              [ 17921]
3669              add TODO tests for slow our() declaration
3670              Subject: Re: [perl #17376] Bug Report - our(%)
3671              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3672              Date: Thu, 19 Sep 2002 22:34:01 -0700
3673              Message-ID: <JNri9gzkgSBB092yn@efn.org>
3674              
3675              [ 17922]
3676              Subject: Re: [PATCH] spurious t/auto directory appears
3677              From: Michael G Schwern <schwern@pobox.com>
3678              Date: Fri, 13 Sep 2002 23:56:05 -0400
3679              Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
3680              
3681              [ 17923]
3682              Subject: [PATCH] Re: Advice on coredump
3683              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3684              Date: Wed, 18 Sep 2002 22:14:57 +0200
3685              Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
3686              
3687              [ 17925]
3688              Subject: [PATCH v2] enable -ansi -pedantic
3689              From: Jarkko Hietaniemi <jhi@iki.fi>
3690              Date: Wed, 18 Sep 2002 01:19:25 +0300
3691              Message-ID: <20020917221925.GF85044@lyta.hut.fi>
3692              
3693              [ 17926]
3694              Subject: [PATCH] defuse installusrbinperl
3695              From: Jarkko Hietaniemi <jhi@iki.fi>
3696              Date: Thu, 19 Sep 2002 18:01:03 +0300
3697              Message-ID: <20020919150103.GI208696@lyta.hut.fi>
3698              
3699              [ 17927]
3700              Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
3701              From: Marty Pauley <marty+p5p@kasei.com>
3702              Date: Fri, 20 Sep 2002 09:52:16 +0100
3703              Message-Id: 20020920085216.GC10512@soto.kasei.com
3704              
3705              [ 17928]
3706              Subject: [PATCH] bug in utf8.c(?)
3707              From: Marty Pauley <marty+p5p@kasei.com>
3708              Date: Fri, 20 Sep 2002 10:55:33 +0100
3709              Subject: [PATCH] bug in utf8.c(?)
3710              
3711              [ 17930]
3712              Subject: [perl #17445] Class::Struct patch: version number, examples
3713              From: Ken Neighbors (via RT) <perlbug@perl.org>
3714              Date: 19 Sep 2002 18:48:22 -0000 
3715              Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
3716              
3717              [ 17931]
3718              Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
3719              From: Kay_Röpke <kay@dolphin-services.de>
3720              Date: Fri, 20 Sep 2002 16:09:08 +0200
3721              Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
3722              
3723              [ 17932]
3724              #17931 checked for wrong constant
3725              
3726              [ 17933]
3727              Subject: [PATCH] perl #17453
3728              From: Jarkko Hietaniemi <jhi@iki.fi>
3729              Date: Fri, 20 Sep 2002 17:22:45 +0300
3730              Message-ID: <20020920142245.GG280265@lyta.hut.fi>
3731              
3732              [ 17934]
3733              missing '.' in test from #17932
3734              
3735              [ 17935]
3736              Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
3737              From: Andy Lester <andy@petdance.com>
3738              Date: Fri, 20 Sep 2002 12:23:41 -0500
3739              Message-ID: <20020920172341.GA15672@petdance.com>
3740              
3741              [ 17936]
3742              Subject: [PATCH] configure.com -- don't exclude threads::shared
3743              From: "Craig A. Berry" <craigberry@mac.com>
3744              Date: Wed, 25 Sep 2002 17:14:33 -0500
3745              Message-ID: <3D923549.6050809@mac.com>
3746              
3747              [ 17938]
3748              Email address change for Stéphane Payrard
3749              
3750              [ 17939]
3751              Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
3752              From: Allen Smith (via RT) <perlbug@perl.org>
3753              Date: 13 Sep 2002 03:01:30 -0000
3754              Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
3755              
3756              [ 17940]
3757              Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
3758              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3759              Date: Fri, 27 Sep 2002 13:52:18 +0200
3760              Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
3761              
3762              [ 17941]
3763              Subject: [perl #16796] Configure script buglet
3764              From: "Amick, Eric" (via RT) <perlbug@perl.org>
3765              Date: 27 Aug 2002 20:09:29 -0000 
3766              Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
3767              
3768              [ 17945]
3769              -Dgccansipedantic only for gcc 3+
3770              Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
3771              
3772              [ 17947]
3773              Subject: Re: sv_2pv_flags and ROK and UTF8 flags
3774              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3775              Date: Wed, 11 Sep 2002 22:22:45 -0700
3776              Message-ID: <lSCg9gzkgymX092yn@efn.org>
3777              
3778              [ 17948]
3779              Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
3780              From: chromatic <chromatic@wgz.org>
3781              Date: Fri, 13 Sep 2002 14:26:08 -0700
3782              Message-Id: <200209131426.08116.chromatic@wgz.org>
3783              
3784              [ 17949]
3785              patch based on:
3786              Subject: Re: [perl #17376] Bug Report - our(%)
3787              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3788              Date: Mon, 30 Sep 2002 15:22:18 -0700
3789              Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
3790              
3791              [ 17950]
3792              Add silly bandaid to stop segfaults on subsequent accesses to
3793              the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
3794              (<$fred>).
3795              
3796              [ 17952]
3797              better handling of whitespace in autodoc declarations; fragment from:
3798              Subject: [PATCH pad.c,h] move all pad-related code to its own src file
3799              From: Dave Mitchell <davem@fdgroup.com>
3800              Date: Wed, 25 Sep 2002 23:40:23 +0100
3801              Message-ID: <20020925234023.A20044@fdgroup.com>
3802              
3803              [ 17954]
3804              Subject: [PATCH] Re: perlio bug?
3805              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3806              Date: Wed, 25 Sep 2002 21:58:12 +0200
3807              Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
3808              
3809              [ 17955]
3810              add precedence warning for bitwise docs
3811              Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
3812              From: Mike Guy <mjtg@cam.ac.uk>
3813              Date: Thu, 26 Sep 2002 13:20:45 +0100
3814              Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
3815              
3816              [ 17956]
3817              Devel::Peek tests from:
3818              Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
3819              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3820              Date: Thu, 26 Sep 2002 22:16:39 -0700
3821              Message-ID: <3m+k9gzkgqnP092yn@efn.org>
3822              
3823              [ 17957]
3824              document how to set APPLLIB_EXP
3825              Subject: Re: [perl #15957] error installing perl 5.8.0
3826              From: Andy Dougherty <doughera@lafayette.edu>
3827              Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
3828              Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
3829              
3830              [ 17958]
3831              missing quote from #17957
3832              
3833              [ 17959]
3834              Subject: [DOCPATCH] Unicode porting advice
3835              From: andreas.koenig@anima.de (Andreas J. Koenig)
3836              Date: Fri, 27 Sep 2002 15:30:16 +0200
3837              Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
3838              
3839              [ 17961]
3840              Subject: Re: Hash::Util::lock_keys inhibits bless
3841              From: andreas.koenig@anima.de (Andreas J. Koenig)
3842              Date: Mon, 30 Sep 2002 17:24:06 +0200
3843              Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
3844              
3845              [ 17962]
3846              Subject: [PATCH] no [] in tr///
3847              From: Jarkko Hietaniemi <jhi@iki.fi>
3848              Date: Wed, 2 Oct 2002 17:09:11 +0300
3849              Message-Id: <20021002140911.GH278184@lyta.hut.fi>
3850              
3851              [ 17964]
3852              Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
3853              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3854              Date: Tue, 1 Oct 2002 23:34:35 +0200
3855              Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
3856              
3857              [ 17965]
3858              op/tr.t test is affected by #17962
3859              
3860              [ 17966]
3861              Subject: [PATCH] retropatch
3862              From: Jarkko Hietaniemi <jhi@iki.fi>
3863              Date: Fri, 27 Sep 2002 03:51:34 +0300
3864              Message-ID: <20020927005134.GB339120@lyta.hut.fi>
3865              
3866              [ 17967]
3867              Subject: [PATCH] reentrant buffers
3868              From: Jarkko Hietaniemi <jhi@iki.fi>
3869              Date: Fri, 27 Sep 2002 01:08:56 +0300
3870              Message-ID: <20020926220856.GA339120@lyta.hut.fi>
3871              
3872              [ 17968]
3873              Subject: [PATCH] Re: speed of my
3874              From: Stephen McCamant <smcc@mit.edu>
3875              Date: Wed, 2 Oct 2002 21:48:59 -0400
3876              Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
3877              
3878              [ 17972]
3879              Add a new warning, "Possible precedence problem on bitwise
3880              %c operator", triggerred when a bitwise op has a numeric
3881              comparison op as child.
3882              
3883              [ 17973]
3884              Change the warning message "%s trapped by operation mask"
3885              to include '' around the op name. Document it in perldiag.
3886              
3887              [ 17976]
3888              Fix bug #17744, suggested by Andreas Jurenda,
3889              tweaked by rgs (security hole in Safe).
3890              
3891              [ 17978]
3892              Upgrade to Attribute::Handlers 0.78
3893              
3894              [ 17979]
3895              Subject: [PATCH] fix typo in Tie::Array
3896              From: "Jos I. Boumans" <kane@cpan.org>
3897              Date: sat okt 5, 2002  20:39:17 Europe/Stockholm
3898              Message-Id: <20021005183920.14746.qmail@onion.perl.org>
3899              
3900              [ 17981]
3901              Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
3902              Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
3903              
3904              [ 17982]
3905              Correct mailing list archive URL
3906              Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
3907              
3908              [ 17983]
3909              Tru64 and gcc and threads
3910              Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
3911              
3912              [ 17984]
3913              Fix bug #17823 : non-modifying tr/// stringifies references
3914              
3915              [ 17985]
3916              Subject: Re: README.cygwin draft update
3917              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3918              Date: Mon, 07 Oct 2002 17:15:09 -0700
3919              Message-ID: <NOio9gzkg6oR092yn@efn.org>
3920              
3921              [ 17987]
3922              Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
3923              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
3924              Date: Mon, 9 Sep 2002 17:36:55 -0400
3925              Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
3926              
3927              [ 17988]
3928              Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
3929              From: Nicholas Clark <nick@unfortu.net>
3930              Date: Sat, 28 Sep 2002 18:52:00 +0100
3931              Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
3932              
3933              [ 17989]
3934              Subject: PATCH: lib/ExtUtils/typemap
3935              From: Brian Ingerson <ingy@ttul.org>
3936              Date: Sat, 28 Sep 2002 13:03:24 -0700
3937              Message-ID: <20020928130324.A16900@ttul.org>
3938              
3939              [ 17992]
3940              Subject: Re: Hash::Util::lock_keys inhibits bless
3941              From: andreas.koenig@anima.de (Andreas J. Koenig)
3942              Date: Fri, 04 Oct 2002 06:38:57 +0200
3943              Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
3944              
3945              [ 17993]
3946              croak() is better written Perl_croak() in C code.
3947              
3948              [ 17994]
3949              Fix bug #17776 : memory corruption in qr/##/x
3950              
3951              [ 17995]
3952              Subject: [perl #17819] Typo in perltooc?
3953              From: Bob Wilkinson (via RT) <perlbug@perl.org>
3954              Date: 9 Oct 2002 09:50:40 -0000
3955              Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
3956              
3957              Subject: [perl #17821] Typo in perltooc
3958              From: Bob Wilkinson (via RT) <perlbug@perl.org>
3959              Date: 9 Oct 2002 10:12:51 -0000
3960              Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
3961              
3962              [ 17996]
3963              Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
3964              From: chromatic <chromatic@wgz.org>
3965              Date: Thu, 03 Oct 2002 22:56:54 -0700
3966              Message-ID: <20021004060120.33329.qmail@onion.perl.org>
3967              
3968              [ 17997]
3969              Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
3970              From: Information Service <info@lingo.kiev.ua>
3971              Date: Wed, 09 Oct 2002 07:17:00 +0400
3972              Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
3973              
3974              [ 17998]
3975              Fix bug #17771 : segfault with the 'for' statement modifier
3976              used inside a map or a grep.
3977              
3978              [ 17999]
3979              Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
3980              From: Jarkko Hietaniemi <jhi@iki.fi>
3981              Date: Fri, 4 Oct 2002 16:11:57 +0300
3982              Message-ID: <20021004131157.GD278184@lyta.hut.fi>
3983              
3984              [ 18001]
3985              Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
3986              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3987              Date: Thu, 10 Oct 2002 14:28:55 -0700
3988              Message-ID: <XEfp9gzkgquV092yn@efn.org>
3989              
3990              [ 18002]
3991              Subject: [Encode] 1.77 Released
3992              From: Dan Kogai <dankogai@dan.co.jp>
3993              Date: Sun, 6 Oct 2002 12:52:52 +0900
3994              Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
3995              
3996              [ 18003]
3997              Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
3998              and #18001.
3999              
4000              [ 18004]
4001              updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
4002              
4003              [ 18005]
4004              Subject: Re: Building bleadperl (minperl) fails completely under VC7
4005              From: Abe Timmerman <abeltje@cpan.org>
4006              Date: Tue, 8 Oct 2002 14:16:56 +0200
4007              Message-Id: <200210081416.56942.abeltje@cpan.org>
4008              
4009              [ 18007]
4010              Subject: [perl #17773] errors in c2ph(1) man page
4011              From: Eric Melville (via RT) <perlbug@perl.org>
4012              Date: 7 Oct 2002 02:58:34 -0000
4013              Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
4014              
4015              [ 18009]
4016              Subject: [PATCH perldoc] For screaming hell's sake
4017              From: Simon Cozens <simon@netthink.co.uk>
4018              Date: Tue, 8 Oct 2002 11:13:07 +0100
4019              Message-ID: <20021008101307.GA8175@netthink.co.uk>
4020              
4021              [ 18010]
4022              Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
4023              From: Nicholas Clark <nick@unfortu.net>
4024              Date: Tue, 8 Oct 2002 21:52:53 +0100
4025              Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
4026              
4027              [ 18011]
4028              Subject: [perl #17805] BUG: Grammar bug during Configure
4029              From: Richard Hitt (via RT) <perlbug@perl.org>
4030              Date: 8 Oct 2002 21:04:30 -0000
4031              Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
4032              
4033              [ 18012]
4034              #18005 was not enough
4035              Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
4036              From: Abe Timmerman <abeltje@cpan.org>
4037              Date: Sat, 12 Oct 2002 17:56:39 +0200
4038              Message-Id: <200210121756.39803.abeltje@cpan.org>
4039              
4040              [ 18013]
4041              Subject: [PATCH] for -Dm
4042              From: Slaven Rezic <slaven.rezic@berlin.de>
4043              Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
4044              Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
4045              
4046              [ 18015]
4047              The -0 command-line switch wasn't setting $/ at compile-time.
4048              Move the initialization of $/ just after switch parsing
4049              (it was done after yyparse().)
4050              
4051              [ 18016]
4052              Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
4053              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4054              Date: Sun, 13 Oct 2002 09:02:36 +0900
4055              Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
4056              
4057              [ 18017]
4058              Subject: [PATCH] perlipc.pod
4059              From: Slaven Rezic <slaven.rezic@berlin.de>
4060              Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
4061              Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
4062              
4063              [ 18018]
4064              Subject: Re: [PATCH] cv.h: Comment update
4065              From: Paul Johnson <paul@pjcj.net>
4066              Date: Mon, 14 Oct 2002 20:00:50 +0200
4067              Message-ID: <20021014180050.GC7333@pjcj.net>
4068              
4069              [ 18020]
4070              prototype() didn't warn when used in void context.
4071              
4072              [ 18021]
4073              Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
4074              From: Slaven Rezic <slaven.rezic@berlin.de>
4075              Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
4076              Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
4077              
4078              [ 18022]
4079              Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
4080              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4081              Date: Tue, 15 Oct 2002 17:01:43 -0700
4082              Message-ID: <nxKr9gzkgmBO092yn@efn.org>
4083              
4084              [ 18023]
4085              Subject: Re: [perl #17830] open FH, "<&", $fd
4086              From: Steve Grazzini <grazz@nyc.rr.com>
4087              Date: 11 Oct 2002 22:28:58 -0000
4088              Message-ID: <20021011222858.452.qmail@onion.perl.org>
4089              
4090              [ 18025]
4091              definition of MAXPATHLEN
4092              Subject: [PATCH] standard lawyerism
4093              From: Jarkko Hietaniemi <jhi@iki.fi>
4094              Date: Fri, 11 Oct 2002 02:48:26 +0300
4095              Message-ID: <20021010234825.GM292305@lyta.hut.fi>
4096              
4097              [ 18028]
4098              Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
4099              From: Abe Timmerman <abe@ztreet.demon.nl>
4100              Date: Thu, 17 Oct 2002 23:38:34 +0200
4101              Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
4102              
4103              [ 18029]
4104              minor tweaks in Porting/pumpkin.pod
4105              Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
4106              
4107              [ 18033]
4108              Upgrade to Test.pm v1.23
4109              
4110              [ 18034]
4111              Update to Time::HiRes v1.38
4112              
4113              [ 18035]
4114              Subject: Re: [perl #17951] Strange UTF error
4115              From: Jarkko Hietaniemi <jhi@iki.fi>
4116              Date: Wed, 16 Oct 2002 18:50:51 +0300
4117              Message-ID: <20021016155051.GB268437@lyta.hut.fi>
4118              
4119              [ 18036]
4120              Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
4121              From: Slaven Rezic <slaven.rezic@berlin.de>
4122              Date: 14 Oct 2002 09:37:18 +0200
4123              Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
4124              
4125              [ 18037]
4126              Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
4127              From: Jarkko Hietaniemi <jhi@iki.fi>
4128              Date: Mon, 14 Oct 2002 14:49:54 +0300
4129              Message-ID: <20021014114954.GB80937@lyta.hut.fi>
4130              
4131              [ 18038]
4132              Update to Net::Ping v2.23
4133              
4134              [ 18039]
4135              Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
4136              From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
4137              Date: Tue, 15 Oct 2002 02:17:03 +0200
4138              Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
4139              
4140              [ 18041]
4141              Subject: Re: [perl #18019] regex overoptimization
4142              From: hv@crypt.org
4143              Date: Mon, 21 Oct 2002 03:21:54 +0100
4144              Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
4145              
4146              [ 18042]
4147              Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
4148              From: hv@crypt.org
4149              Date: Mon, 21 Oct 2002 11:27:40 +0100
4150              Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
4151              
4152              [ 18044]
4153              Subject: [PATCH] Shell.pm object methods broken
4154              From: Dan Brook <dbrook@easyspace.com>
4155              Date: Thu, 17 Oct 2002 16:05:04 +0100
4156              Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
4157              
4158              [ 18045]
4159              improve 'atomicity' wording
4160              
4161              [ 18046]
4162              Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
4163              From: Alain Barbet <alian@alianwebserver.com>
4164              Date: Fri, 18 Oct 2002 15:29:29 +0200
4165              Message-ID: <3DB00CB9.70708@alianwebserver.com>
4166              
4167              [ 18047]
4168              Subject: [PATCH] AutoLoader gives wrong message
4169              From: Peter Scott <peter@psdt.com>
4170              Date: Thu, 17 Oct 2002 19:54:56 -0700
4171              Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
4172              
4173              [ 18049]
4174              Subject: [PATCH] perluniintro
4175              From: Jarkko Hietaniemi <jhi@iki.fi>
4176              Date: Sun, 20 Oct 2002 15:48:09 +0300
4177              Message-ID: <20021020124809.GE444369@lyta.hut.fi>
4178              
4179              [ 18050]
4180              perlmodlib.pod nit suggested by David Dyck (bug #18055)
4181              Regenerate perlmodlib.pod
4182              
4183              [ 18051]
4184              Further tweaks to perluniintro.pod
4185              
4186              [ 18052]
4187              Further tweaks to perlmodlib.pod.
4188              Add a note about perllocal.pod, which wasn't documented.
4189              
4190              [ 18053]
4191              charnames pragma extended with :alias for customized
4192              unicode naming aliases
4193              Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
4194              
4195              [ 18055]
4196              Reverse change #8066 and sense of test, to satisfy [perl #17763]
4197              
4198              [ 18056]
4199              Subject: [PATCH] B/C.pm: make $0 to argv[0] again
4200              From: Autrijus Tang <autrijus@autrijus.org>
4201              Date: Sat, 19 Oct 2002 17:51:57 +0800
4202              Message-ID: <20021019095157.GA430@not.autrijus.org>
4203              
4204              [ 18057]
4205              Subject: [Encode] 1.80 released
4206              From: Dan Kogai <dankogai@dan.co.jp>
4207              Date: Tue, 22 Oct 2002 05:47:16 +0900
4208              Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
4209              
4210              [ 18058]
4211              Subject: The Inaba patch for tr/// vs. use encoding
4212              From: Dan Kogai <dankogai@dan.co.jp>
4213              Date: Mon, 21 Oct 2002 17:36:02 +0900
4214              Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
4215              
4216              [ 18059]
4217              Subject: [perl #18036] perldoc refuses to run on BeOS
4218              From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
4219              Date: 21 Oct 2002 10:18:50 -0000
4220              Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
4221              
4222              [ 18060]
4223              2 lines of change #18039 had several problems
4224              
4225              [ 18062]
4226              Subject: [PATCH] DB_File 1.806
4227              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
4228              Date: Tue, 22 Oct 2002 11:16:21 +0100
4229              Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
4230              
4231              [ 18069]
4232              Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
4233              From: Nicholas Clark <nick@unfortu.net>
4234              Date: Sun, 27 Oct 2002 22:31:08 +0000
4235              Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
4236              
4237              [ 18071]
4238              Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
4239              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
4240              Date: Mon, 28 Oct 2002 12:53:52 -0000
4241              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
4242              
4243              [ 18072]
4244              Partial fix of bug [perl #17589] : prevent the parser to
4245              segfault when encountering the erroneous construct "sub;".
4246              
4247              [ 18073]
4248              Subject: [perl #18165] "0" fails as right-hand argument to ..
4249              From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
4250              Date: 30 Oct 2002 17:27:53 -0000
4251              Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
4252              
4253              (Fixed by making an exception for .."0" in pp_flop.)
4254              
4255              [ 18074]
4256              Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
4257              but "-4\n".."-0\n" is!
4258              From: Slaven Rezic <slaven.rezic@berlin.de>
4259              Date: 30 Oct 2002 16:22:36 +0100
4260              Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
4261              
4262              Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
4263              is not DWIM but "-4\n".."-0\n" is!
4264              From: "Orton, Yves" <yves.orton@mciworldcom.de>
4265              Date: Wed, 30 Oct 2002 11:59:31 -0000
4266              Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
4267              
4268              (Applied over previous fix.)
4269              
4270              [ 18075]
4271              Adjust the number of tests in t/op/range.t
4272              
4273              [ 18076]
4274              Update to Scalar-List-Utils 1.08
4275              
4276              [ 18077]
4277              Subject: [PATCH lib/Config.*] Document and test Config::config_re().
4278              (with tweaks)
4279              From: Michael G Schwern <schwern@pobox.com>
4280              Date: Wed, 4 Sep 2002 12:06:08 -0700
4281              Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
4282              
4283              [ 18078]
4284              avoid reliance on croak() prototype
4285      Branch: maint-5.8/perl
4286           +> (branch 34 files)
4287           !> (integrate 343 files)
4288 ____________________________________________________________________________
4289 [ 18079] By: jhi                                   on 2002/11/04  02:06:17
4290         Log: Integrate:
4291              
4292              [ 17639]
4293              It's all yours, Hugo.
4294              (Flip Changes as Changes5.8, start new Changes)
4295              
4296              [ 17644]
4297              Copy perldelta as perl58delta, purge the perldelta.
4298              
4299              The 17639 required editing to talk about 5.8.1 instead of
4300              5.9.X; the 17644 required manual resolving since perldelta
4301              was a bit confused between three Perl versions.
4302      Branch: maint-5.8/perl
4303           +> Changes5.8 pod/perl58delta.pod
4304           !> Changes MANIFEST pod/perldelta.pod