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.
8 For information on what's new in this release, see pod/perldelta.pod.
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
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
20 +> branched (from elsewhere)
21 !> merged changes (from elsewhere)
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/
28 Version v5.9.X Development release working toward v5.10
30 ____________________________________________________________________________
31 [ 18374] By: hv on 2002/12/30 03:32:22
32 Log: Remove duplicate entry
35 ____________________________________________________________________________
36 [ 18373] By: hv on 2002/12/30 03:19:17
37 Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
38 From: Dave Paris (via RT) <perlbug-followup@perl.org>
39 Date: 22 Dec 2002 05:15:14 -0000
40 Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
43 ____________________________________________________________________________
44 [ 18372] By: hv on 2002/12/30 03:13:42
45 Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
46 From: Michael G Schwern <schwern@pobox.com>
47 Date: Sat, 21 Dec 2002 19:29:41 -0800
48 Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
51 ____________________________________________________________________________
52 [ 18371] By: hv on 2002/12/30 03:08:12
53 Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
54 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
55 Date: Fri, 27 Dec 2002 16:14:24 +0100
56 Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
59 ____________________________________________________________________________
60 [ 18370] By: jhi on 2002/12/30 02:37:38
61 Log: In AIX (strict symbol exports) the cxinc is needed for List::Util.
62 Branch: maint-5.8/perl
63 ! embed.fnc embed.h global.sym
64 ____________________________________________________________________________
65 [ 18369] By: jhi on 2002/12/30 01:38:38
67 Branch: maint-5.8/perl
69 ____________________________________________________________________________
70 [ 18368] By: jhi on 2002/12/29 23:33:56
71 Log: Continue on change #18367; implement the said flag, 'E'.
72 (Some nm output studying was needed to get the right set
73 of re symbols defined.)
74 Branch: maint-5.8/perl
75 ! embed.fnc embed.h embed.pl ext/re/Makefile.PL
76 ____________________________________________________________________________
77 [ 18367] By: jhi on 2002/12/29 21:40:08
78 Log: Caught by change #18366; thanks to the re extension we have some
79 functions that are file static but yet part of "the public API"...
80 Maybe a new class of exportability (a new embed.fnc flag) is
81 required for this case.
82 Branch: maint-5.8/perl
84 ____________________________________________________________________________
85 [ 18366] By: jhi on 2002/12/29 21:28:27
86 Log: Implement the CPP namespace protection from [perl #8610];
87 unless a function has an 'A' flag, it's defined only if
88 PERL_CORE. (Why do we have so many many functions with an
89 'A' flag, is another matter.) (The number of #ifdef PERL_COREs
90 could be cut down further by having a state variable and
91 inserting #ifdefs and #endifs when the state flips.)
92 Branch: maint-5.8/perl
94 ____________________________________________________________________________
95 [ 18365] By: jhi on 2002/12/29 15:01:08
96 Log: Doc tweak on the S_ macros.
97 Branch: maint-5.8/perl
99 ____________________________________________________________________________
100 [ 18364] By: jhi on 2002/12/29 14:54:43
101 Log: Apply the doc patch from [perl #19343].
102 Branch: maint-5.8/perl
104 ____________________________________________________________________________
105 [ 18363] By: jhi on 2002/12/29 14:49:14
108 Subject: [PATCH] docpatch for cv.h
109 From: Nicholas Clark <nick@unfortu.net>
110 Date: Wed, 25 Dec 2002 21:01:04 +0000
111 Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
114 fix signed/unsigned mismatch warning from change#18266
117 save_re_context() was not saving many regexec.c state
118 variables, resulting in various reentrancy problems when
119 the swatches were autoloaded by perl in the midst of a
121 Branch: maint-5.8/perl
123 ____________________________________________________________________________
124 [ 18362] By: jhi on 2002/12/29 00:51:29
125 Log: Fix [perl #18666] (taking the more conservative approach).
126 Branch: maint-5.8/perl
127 ! lib/File/Spec/Unix.pm
128 ____________________________________________________________________________
129 [ 18361] By: jhi on 2002/12/29 00:45:16
130 Log: Document that the socketpair tests are unhappy in old SCO,
131 as per [perl #18537].
132 Branch: maint-5.8/perl
133 ! pod/perl58delta.pod
134 ____________________________________________________________________________
135 [ 18360] By: jhi on 2002/12/29 00:38:01
136 Log: Fix from the bug report for [perl #19267].
137 Branch: maint-5.8/perl
139 ____________________________________________________________________________
140 [ 18359] By: jhi on 2002/12/28 22:33:16
141 Log: A small tweak on top of #18353: don't display mg_len bytes of
142 mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
143 Branch: maint-5.8/perl
145 ____________________________________________________________________________
146 [ 18358] By: gsar on 2002/12/28 03:30:49
147 Log: save_re_context() was not saving many regexec.c state
148 variables, resulting in various reentrancy problems when
149 the swatches were autoloaded by perl in the midst of a
153 ____________________________________________________________________________
154 [ 18357] By: gsar on 2002/12/28 02:16:51
155 Log: silence another signed/unsigned mismatch warning
158 ____________________________________________________________________________
159 [ 18356] By: gsar on 2002/12/28 02:08:23
160 Log: fix signed/unsigned mismatch warning from change#18266
163 ____________________________________________________________________________
164 [ 18355] By: gsar on 2002/12/28 02:05:14
165 Log: these variables are not in use anywhere since 5.8.0
167 ! embedvar.h perlapi.h sv.c thrdvar.h
168 ____________________________________________________________________________
169 [ 18354] By: ams on 2002/12/26 03:54:09
170 Log: Subject: [PATCH] docpatch for cv.h
171 From: Nicholas Clark <nick@unfortu.net>
172 Date: Wed, 25 Dec 2002 21:01:04 +0000
173 Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
176 ____________________________________________________________________________
177 [ 18353] By: jhi on 2002/12/26 02:07:06
178 Log: Introduce a cache for UTF-8 data: length and byte<->char offset
179 mapping are stored in a new type of magic. Speeds up length(),
180 substr(), index(), rindex(), pos(), and some parts of s///.
182 The speedup varies a lot (on the usual suspects: what is the
183 access pattern of the data, compiler, CPU), but should be at
184 least one order of magnitude, and getting to the same magnitude
185 as byte string speeds, and in some cases (length on unchanged data)
186 even reaching the byte string speed. On the other hand, in some
187 cases (index) the byte speed is still faster by a factor of five
188 or so, but the bottleneck there does not seem to be any more
189 the byte<->char offset mapping (instead, the fbm_instr() speed).
191 There is one cache slot for the length, and only two for the
192 byte<->char offset mapping (the first one for the start->offset,
193 and the second for the offset->offset+length, when talking
196 Code this hairy is bound to have hairy trolls hiding under it.
197 Branch: maint-5.8/perl
198 ! dump.c embed.fnc embed.h mg.c perl.h proto.h sv.c util.c
199 ____________________________________________________________________________
200 [ 18352] By: jhi on 2002/12/25 13:42:10
203 Removal of duplicate comment block
205 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
206 Subject: Re: [perl #19306] Sys::Syslog issues.
207 Date: Mon, 23 Dec 2002 15:25:51 -0800
208 Message-ID: </t5B+gzkg6DR092yn@efn.org>
211 #18345 was still broken; should be fixed now.
212 Branch: maint-5.8/perl
213 !> ext/Sys/Syslog/Syslog.pm sv.c
214 ____________________________________________________________________________
215 [ 18351] By: hv on 2002/12/25 02:29:17
216 Log: #18345 was still broken; should be fixed now.
219 ____________________________________________________________________________
220 [ 18350] By: merijn on 2002/12/24 05:26:40
221 Log: Removal of duplicate comment block
223 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
224 Subject: Re: [perl #19306] Sys::Syslog issues.
225 Date: Mon, 23 Dec 2002 15:25:51 -0800
226 Message-ID: </t5B+gzkg6DR092yn@efn.org>
228 ! ext/Sys/Syslog/Syslog.pm
229 ____________________________________________________________________________
230 [ 18349] By: jhi on 2002/12/24 02:42:31
231 Log: At least partially address [perl #10000] by speeding
232 up both the ASCII case (by about 2-3%) and the UTF-8 case
233 (by about 45%). The major trick is to avoid hitting the
234 costly S_reginclass(). (Even before this patch the speedup
235 since 5.8.0 was about 40-50%.) After this the UTF-8 case is
236 still about 30-60% slower than the ASCII case. (Note that
237 I'm unable to reproduce the 10-fold speed difference of the
238 original bug report; I can see a factor of 2 or 3, but no more.)
239 Branch: maint-5.8/perl
241 ____________________________________________________________________________
242 [ 18348] By: jhi on 2002/12/23 06:42:29
243 Log: Make Math::Trig a little bit more better behaved module citizen.
244 Branch: maint-5.8/perl
246 ____________________________________________________________________________
247 [ 18347] By: jhi on 2002/12/23 06:37:31
250 Subject: [patch] typo in perlop
251 From: andreas.koenig@anima.de (Andreas J. Koenig)
252 Date: Wed, 11 Dec 2002 21:31:14 +0100
253 Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
256 Redone #18011 from metaunits
259 Enough changes to Configure and metaunits warrant an update.
260 Several small changes and three additions
263 More documentation of obscure flags is good, even if the
264 documentation might be not so good. Atleast it's not false!
265 Documents the flags one can give to perl_clone
268 Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
269 From: peter@PSDT.com (Peter Scott)
270 Date: 12 Dec 2002 18:13:17 -0000
271 Message-ID: <20021212181317.50538.qmail@onion.perl.org>
272 (fix bug [perl #19058])
275 regen-headers to get new API docs from #18306
278 Subject: [Fwd: Patch for perl utf8-related bug]
279 From: Richard Hitt <rbh00@utsglobal.com>
280 Date: Fri, 06 Dec 2002 16:47:42 -0800
284 Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
285 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
286 Date: Fri, 13 Dec 2002 14:08:00 -0800
287 Message-ID: <20021213220800.GA2625@math.berkeley.edu>
290 Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
291 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
292 Date: Fri, 13 Dec 2002 14:00:48 -0800
293 Message-ID: <20021213220048.GA2606@math.berkeley.edu>
296 Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
297 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
298 Date: Fri, 13 Dec 2002 13:47:08 -0800
299 Message-ID: <20021213214707.GA2588@math.berkeley.edu>
302 Subject: [PATCH 5.8.1 @oldish-18156] build
303 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
304 Date: Fri, 13 Dec 2002 13:54:05 -0800
305 Message-ID: <20021213215404.GA2597@math.berkeley.edu>
308 Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
311 PerlSIO_stderr et al are not functions
314 windows: avoid prompting under some shells during $(MAKE) distclean
317 PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
323 windows: support for large files
325 note that this change will break binary compatibility with the
326 default 5.8.0 build options; nevertheless I think it is worth
327 having in 5.8.1 (people who want the compatibility can disable
328 the option in the makefile)
331 fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
334 remove CRs from a couple of files (these show up as CRCRLF
338 $Config{prefixexp} was set incorrectly on windows
341 AIX compiler version updates
344 my_fflush_all() wasn't doing the right thing under useperlio
348 handy hint: getting a perforce change as a usable patch
351 Subject: [PATCH] read permissions for h2ph-generated files
352 From: Slaven Rezic <slaven.rezic@berlin.de>
353 Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
354 Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
357 Integrate Time::HiRes v1.39 (for VMS build tweak)
360 Subject: [perl #18544] Patch included to fix problem.
361 From: Richard Kandarian <richard.kandarian@lanl.gov>
362 Date: Thu, 21 Nov 2002 08:00:20 -0700
366 Subject: [perl #19153] Term::Complete (the argument of stty)
367 From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
368 Date: 15 Dec 2002 13:45:23 -0000
369 Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
372 more on #18312: sv.c:ss_dup()
376 Branch: maint-5.8/perl
377 +> lib/Net/Ping/t/410_syn_host.t
378 ! Configure config_h.SH
379 !> (integrate 56 files)
380 ____________________________________________________________________________
381 [ 18346] By: hv on 2002/12/23 06:14:22
382 Log: integrate maint-5.8 #18301
385 ____________________________________________________________________________
386 [ 18345] By: hv on 2002/12/23 06:01:17
390 ____________________________________________________________________________
391 [ 18344] By: hv on 2002/12/23 05:56:43
392 Log: more on #18312: sv.c:ss_dup()
395 ____________________________________________________________________________
396 [ 18343] By: hv on 2002/12/23 05:47:17
397 Log: Subject: [perl #19153] Term::Complete (the argument of stty)
398 From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
399 Date: 15 Dec 2002 13:45:23 -0000
400 Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
402 ! lib/Term/Complete.pm
403 ____________________________________________________________________________
404 [ 18342] By: hv on 2002/12/23 05:27:25
405 Log: Subject: [perl #18544] Patch included to fix problem.
406 From: Richard Kandarian <richard.kandarian@lanl.gov>
407 Date: Thu, 21 Nov 2002 08:00:20 -0700
411 ____________________________________________________________________________
412 [ 18341] By: hv on 2002/12/23 05:08:49
413 Log: Subject: [PATCH] operation on `PL_na' may be undefined
414 From: Nicholas Clark <nick@unfortu.net>
415 Date: Tue, 10 Dec 2002 19:59:18 +0000
416 Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
419 ____________________________________________________________________________
420 [ 18340] By: hv on 2002/12/23 05:04:29
421 Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
422 From: Nicholas Clark <nick@unfortu.net>
423 Date: Tue, 10 Dec 2002 18:55:28 +0000
424 Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
427 ____________________________________________________________________________
428 [ 18339] By: hv on 2002/12/23 04:39:48
429 Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
431 ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
432 ! ext/Time/HiRes/Makefile.PL
433 ____________________________________________________________________________
434 [ 18338] By: hv on 2002/12/23 03:43:09
435 Log: Subject: [PATCH] read permissions for h2ph-generated files
436 From: Slaven Rezic <slaven.rezic@berlin.de>
437 Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
438 Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
441 ____________________________________________________________________________
442 [ 18337] By: hv on 2002/12/23 03:38:59
443 Log: handy hint: getting a perforce change as a usable patch
445 ! Porting/repository.pod
446 ____________________________________________________________________________
447 [ 18336] By: hv on 2002/12/23 03:36:26
448 Log: Reverse #18285, for reasons given in:
449 Subject: Re: Precedence of ? :
451 Date: Fri, 20 Dec 2002 00:35:27 +0000
452 Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
454 ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
456 ____________________________________________________________________________
457 [ 18335] By: gsar on 2002/12/18 23:12:14
458 Log: my_fflush_all() wasn't doing the right thing under useperlio
462 ____________________________________________________________________________
463 [ 18334] By: merijn on 2002/12/18 06:48:11
464 Log: AIX compiler version updates
467 ____________________________________________________________________________
468 [ 18333] By: gsar on 2002/12/18 03:21:42
469 Log: integrate change#18332 from mainline
471 $Config{prefixexp} was set incorrectly on windows
472 Branch: maint-5.6/perl
473 !> win32/config.bc win32/config.gc win32/config.vc
474 ____________________________________________________________________________
475 [ 18332] By: gsar on 2002/12/18 03:20:27
476 Log: $Config{prefixexp} was set incorrectly on windows
478 ! win32/config.bc win32/config.gc win32/config.vc
480 ____________________________________________________________________________
481 [ 18331] By: gsar on 2002/12/18 02:38:13
482 Log: integrate change#18326 from mainline
485 Branch: maint-5.6/perl
487 ____________________________________________________________________________
488 [ 18330] By: gsar on 2002/12/18 02:32:20
489 Log: remove CRs from a couple of files (these show up as CRCRLF
492 ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
493 ____________________________________________________________________________
494 [ 18329] By: gsar on 2002/12/18 02:28:47
495 Log: integrate change#18328 from mainline
497 fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
498 Branch: maint-5.6/perl
500 ____________________________________________________________________________
501 [ 18328] By: gsar on 2002/12/18 02:27:10
502 Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
505 ____________________________________________________________________________
506 [ 18327] By: gsar on 2002/12/18 02:08:12
507 Log: windows: support for large files
509 note that this change will break binary compatibility with the
510 default 5.8.0 build options; nevertheless I think it is worth
511 having in 5.8.1 (people who want the compatibility can disable
512 the option in the makefile)
514 ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
515 ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
516 ! pp_sys.c win32/Makefile win32/config.bc win32/config.gc
517 ! win32/config.vc win32/config.vc64 win32/config_H.bc
518 ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
519 ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
520 ! win32/win32.c win32/win32iop.h
521 ____________________________________________________________________________
522 [ 18326] By: gsar on 2002/12/18 00:57:46
523 Log: Win32.pod update
526 ____________________________________________________________________________
527 [ 18325] By: gsar on 2002/12/18 00:42:45
528 Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
531 ____________________________________________________________________________
532 [ 18324] By: gsar on 2002/12/18 00:34:08
533 Log: windows: avoid prompting under some shells during $(MAKE) distclean
535 ! win32/Makefile win32/makefile.mk
536 ____________________________________________________________________________
537 [ 18323] By: gsar on 2002/12/18 00:17:29
538 Log: PerlSIO_stderr et al are not functions
541 ____________________________________________________________________________
542 [ 18322] By: gsar on 2002/12/17 22:58:09
543 Log: integrate change#18321 from mainline
545 C<require '\foo\bar.pm'> fails on windows if not running
546 from the root directory; for a test case, see:
548 http://bugs.activestate.com/show_bug.cgi?id=19317
550 this was due to not recognizing \foo\bar.pm as an absolute
552 Branch: maint-5.8/perl
554 ____________________________________________________________________________
555 [ 18321] By: gsar on 2002/12/17 22:56:25
556 Log: integrate change#18320 from maint-5.6 branch
558 C<require '\foo\bar.pm'> fails on windows if not running
559 from the root directory; for a test case, see:
561 http://bugs.activestate.com/show_bug.cgi?id=19317
563 this was due to not recognizing \foo\bar.pm as an absolute
567 ____________________________________________________________________________
568 [ 18320] By: gsar on 2002/12/17 22:41:50
569 Log: C<require '\foo\bar.pm'> fails on windows if not running
570 from the root directory; for a test case, see:
572 http://bugs.activestate.com/show_bug.cgi?id=19317
574 this was due to not recognizing \foo\bar.pm as an absolute
576 Branch: maint-5.6/perl
578 ____________________________________________________________________________
579 [ 18319] By: hv on 2002/12/17 10:08:24
580 Log: Whoops, these are the changes supposed to be in #18318.
583 ____________________________________________________________________________
584 [ 18318] By: hv on 2002/12/17 03:12:18
585 Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
586 From: Nicholas Clark <nick@unfortu.net>
587 Date: Sat, 14 Dec 2002 23:13:37 +0000
588 Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
591 ____________________________________________________________________________
592 [ 18317] By: hv on 2002/12/17 02:58:12
593 Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
595 + lib/Net/Ping/t/410_syn_host.t
596 ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
597 ! lib/Net/Ping/t/450_service.t
598 ____________________________________________________________________________
599 [ 18316] By: hv on 2002/12/17 02:17:16
600 Log: Subject: [PATCH 5.8.1 @oldish-18156] build
601 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
602 Date: Fri, 13 Dec 2002 13:54:05 -0800
603 Message-ID: <20021213215404.GA2597@math.berkeley.edu>
605 ! os2/os2.c t/run/runenv.t
606 ____________________________________________________________________________
607 [ 18315] By: hv on 2002/12/17 02:03:58
608 Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
609 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
610 Date: Fri, 13 Dec 2002 13:47:08 -0800
611 Message-ID: <20021213214707.GA2588@math.berkeley.edu>
613 ! lib/constant.t lib/fields.t
614 ____________________________________________________________________________
615 [ 18314] By: hv on 2002/12/17 01:58:32
616 Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
617 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
618 Date: Fri, 13 Dec 2002 14:00:48 -0800
619 Message-ID: <20021213220048.GA2606@math.berkeley.edu>
621 ! os2/OS2/Process/t/os2_process.t os2/os2.c
622 ____________________________________________________________________________
623 [ 18313] By: hv on 2002/12/17 01:54:19
624 Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
625 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
626 Date: Fri, 13 Dec 2002 14:08:00 -0800
627 Message-ID: <20021213220800.GA2625@math.berkeley.edu>
629 ! os2/OS2/REXX/REXX.xs
630 ____________________________________________________________________________
631 [ 18312] By: hv on 2002/12/17 01:43:28
632 Log: Subject: [Fwd: Patch for perl utf8-related bug]
633 From: Richard Hitt <rbh00@utsglobal.com>
634 Date: Fri, 06 Dec 2002 16:47:42 -0800
637 ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
639 ____________________________________________________________________________
640 [ 18311] By: hv on 2002/12/17 00:52:05
641 Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
642 From: Dave Mitchell <davem@fdgroup.com>
643 Date: Sat, 14 Dec 2002 19:16:49 +0000
644 Message-ID: <20021214191649.B3992@fdgroup.com>
646 ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
647 ____________________________________________________________________________
648 [ 18310] By: hv on 2002/12/17 00:51:46
649 Log: regen-headers to get new API docs from #18306
652 ____________________________________________________________________________
653 [ 18308] By: rgs on 2002/12/16 22:06:23
654 Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
655 From: peter@PSDT.com (Peter Scott)
656 Date: 12 Dec 2002 18:13:17 -0000
657 Message-ID: <20021212181317.50538.qmail@onion.perl.org>
658 (fix bug [perl #19058])
661 ____________________________________________________________________________
662 [ 18307] By: rgs on 2002/12/16 22:01:14
663 Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
664 From: Dave Mitchell <davem@fdgroup.com>
665 Date: Thu, 12 Dec 2002 23:42:35 +0000
666 Message-ID: <20021212234235.A29245@fdgroup.com>
668 Date: Sat, 14 Dec 2002 19:16:38 +0000
669 Message-ID: <20021214191638.A3992@fdgroup.com>
671 ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
672 ! proto.h t/op/eval.t
673 ____________________________________________________________________________
674 [ 18306] By: sky on 2002/12/16 21:41:40
675 Log: More documentation of obscure flags is good, even if the
676 documentation might be not so good. Atleast it's not false!
677 Documents the flags one can give to perl_clone
680 ____________________________________________________________________________
681 [ 18305] By: merijn on 2002/12/16 10:53:19
682 Log: Enough changes to Configure and metaunits warrant an update.
683 Several small changes and three additions
686 ____________________________________________________________________________
687 [ 18304] By: merijn on 2002/12/16 10:44:57
688 Log: Redone #18011 from metaunits
691 ____________________________________________________________________________
692 [ 18303] By: merijn on 2002/12/16 10:38:20
693 Log: backport change #18011
695 ! U/installdirs/installprefix.U
696 ____________________________________________________________________________
697 [ 18302] By: rgs on 2002/12/14 22:34:25
698 Log: Subject: Proper fix for CvOUTSIDE weak refcounting
699 From: Dave Mitchell <davem@fdgroup.com>
700 Date: Tue, 10 Dec 2002 01:26:44 +0000
701 Message-ID: <20021210012644.A7843@fdgroup.com>
703 ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
704 ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
705 ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
706 ____________________________________________________________________________
707 [ 18301] By: jhi on 2002/12/13 02:12:54
708 Log: Bad location of '==>' under the debugger,
710 Branch: maint-5.8/perl
712 ____________________________________________________________________________
713 [ 18300] By: rgs on 2002/12/12 20:40:22
714 Log: Subject: [patch] typo in perlop
715 From: andreas.koenig@anima.de (Andreas J. Koenig)
716 Date: Wed, 11 Dec 2002 21:31:14 +0100
717 Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
720 ____________________________________________________________________________
721 [ 18299] By: rgs on 2002/12/12 20:35:29
722 Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
724 !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
725 !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
727 ____________________________________________________________________________
728 [ 18298] By: rgs on 2002/12/12 20:00:36
729 Log: Whitespace and indentation fix in the output of B::Debug.
732 ____________________________________________________________________________
733 [ 18297] By: jhi on 2002/12/12 19:19:56
734 Log: Warn about the non-portabilities of strftime.
735 Branch: maint-5.8/perl
736 ! ext/POSIX/POSIX.pod
737 ____________________________________________________________________________
738 [ 18296] By: jhi on 2002/12/12 18:21:12
741 Update to Scalar-List-Utils 1.09
742 Branch: maint-5.8/perl
743 !> ext/List/Util/ChangeLog ext/List/Util/Util.xs
744 !> ext/List/Util/lib/List/Util.pm
745 ____________________________________________________________________________
746 [ 18295] By: jhi on 2002/12/12 18:06:57
747 Log: Until proven otherwise I don't think any of the strftime
748 formats %c, %z, and %Z can be tested portably.
749 Branch: maint-5.8/perl
750 ! ext/POSIX/t/posix.t
751 ____________________________________________________________________________
752 [ 18294] By: jhi on 2002/12/12 14:34:58
753 Log: Resolve Abe's failing is.t, diagnosed by Sarathy
754 (setlocale(LC_ALL, 'C') was the key). Document that
755 locale settings may be hazardous to your isxxxx() health.
756 (Surgeon General warning).
757 Branch: maint-5.8/perl
758 ! ext/POSIX/POSIX.pod ext/POSIX/t/is.t
759 ____________________________________________________________________________
760 [ 18293] By: jhi on 2002/12/12 13:57:56
761 Log: Resolve [#perl 15774] by fiat: simply document that
762 \C in lookbehind is unsupported.
763 Branch: maint-5.8/perl
764 ! pod/perlre.pod pod/perlretut.pod
765 ____________________________________________________________________________
766 [ 18292] By: gbarr on 2002/12/12 09:23:04
767 Log: Update to Scalar-List-Utils 1.09
769 ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
770 ! ext/List/Util/lib/List/Util.pm
771 ____________________________________________________________________________
772 [ 18291] By: jhi on 2002/12/11 20:13:30
773 Log: has already been fixed; add its test.
774 Branch: maint-5.8/perl
776 ____________________________________________________________________________
777 [ 18290] By: jhi on 2002/12/11 18:56:01
778 Log: Fix [perl #15763].
779 Branch: maint-5.8/perl
780 ! regexec.c t/op/pat.t
781 ____________________________________________________________________________
782 [ 18289] By: gsar on 2002/12/11 18:55:36
783 Log: integrate repository.pod change from mainline
784 Branch: maint-5.8/perl
785 !> Porting/repository.pod
786 ____________________________________________________________________________
787 [ 18288] By: gsar on 2002/12/11 18:54:28
788 Log: integrate repository.pod changes from mainline
789 Branch: maint-5.6/perl
790 !> Porting/repository.pod
791 ____________________________________________________________________________
792 [ 18287] By: gsar on 2002/12/11 18:53:07
793 Log: this has been incorrect for a while now, and has changed
796 ! Porting/repository.pod
797 ____________________________________________________________________________
798 [ 18286] By: jhi on 2002/12/11 14:43:36
803 Subject: [PATCH] Typo in Term::ANSIColor
804 Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
805 From: "Mr. Nobody" <mrnobo1024 at yahoo.com>
808 Subject: [PATCH perl@18251] VMS build update
809 Message-ID: <3DF56BE2.9000300@mac.com>
810 Date: Mon, 09 Dec 2002 22:21:54 -0600
811 From: "Craig A. Berry" <craigberry@mac.com>
814 Subject: Re: default lib dir should examine $Config{installstyle}
815 Date: Tue, 10 Dec 2002 09:45:19 -0500 (EST)
816 From: Andy Dougherty <doughera@lafayette.edu>
817 Message-ID: <Pine.SOL.4.10.10212100925400.17526-100000@maxwell.phys.lafayette.edu>
820 Subject: Re: ANSIColor 1.06 released
821 Version bump only after typo fix to sync with CPAN
824 Subject: Remove stale e-mail addresses
825 From: Andy Dougherty <doughera@lafayette.edu>
826 Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
827 Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
830 More email addresses for #18282
833 One more email address for #18282
834 Branch: maint-5.8/perl
835 !> (integrate 31 files)
836 ____________________________________________________________________________
837 [ 18285] By: hv on 2002/12/11 10:35:01
838 Log: Subject: [PATCH] Re: Precedence of ? :
839 From: Stephen McCamant <smcc@mit.edu>
840 Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
841 Message-Id: <20021210055707.974F073CCC@syllepsis>
843 ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
845 ____________________________________________________________________________
846 [ 18284] By: hv on 2002/12/11 10:21:12
847 Log: One more email address for #18282
850 ____________________________________________________________________________
851 [ 18283] By: hv on 2002/12/11 10:18:07
852 Log: More email addresses for #18282
854 ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
855 ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
856 ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
857 ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
858 ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
859 ____________________________________________________________________________
860 [ 18282] By: hv on 2002/12/11 10:16:05
861 Log: Subject: Remove stale e-mail addresses
862 From: Andy Dougherty <doughera@lafayette.edu>
863 Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
864 Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
866 ! Porting/pumpkin.pod configure.gnu
867 ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
868 ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
869 ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
870 ____________________________________________________________________________
871 [ 18281] By: hv on 2002/12/11 09:59:31
872 Log: Integrate from maint-5.8 #18156, #18218.
874 !> lib/Unicode/UCD.t lib/unicore/Category.pl
875 !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
876 !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
877 !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
878 !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
879 !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
880 ____________________________________________________________________________
881 [ 18280] By: rgs on 2002/12/10 21:30:10
882 Log: Integrate from the maint-5.8/ branch :
883 changes 18219, 18236, 18242-3, 18247-8,
884 18253-5, 18257, 18273-6
887 !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
888 !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
889 !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
891 ____________________________________________________________________________
892 [ 18279] By: merijn on 2002/12/10 14:10:03
893 Log: Subject: Re: ANSIColor 1.06 released
894 Version bump only after typo fix to sync with CPAN
896 ! lib/Term/ANSIColor.pm
897 ____________________________________________________________________________
898 [ 18278] By: merijn on 2002/12/10 14:05:25
899 Log: Subject: Re: default lib dir should examine $Config{installstyle}
900 Date: Tue, 10 Dec 2002 09:45:19 -0500 (EST)
901 From: Andy Dougherty <doughera@lafayette.edu>
902 Message-ID: <Pine.SOL.4.10.10212100925400.17526-100000@maxwell.phys.lafayette.edu>
904 ! U/installdirs/installstyle.U
905 ____________________________________________________________________________
906 [ 18277] By: merijn on 2002/12/10 08:46:05
907 Log: Subject: [PATCH perl@18251] VMS build update
908 Message-ID: <3DF56BE2.9000300@mac.com>
909 Date: Mon, 09 Dec 2002 22:21:54 -0600
910 From: "Craig A. Berry" <craigberry@mac.com>
912 ! configure.com ext/Time/HiRes/Makefile.PL
913 ! vms/descrip_mms.template
914 ____________________________________________________________________________
915 [ 18276] By: jhi on 2002/12/09 23:49:14
916 Log: Move the tests added to pat.t in #18248 to lc.t.
917 Branch: maint-5.8/perl
918 ! t/op/lc.t t/op/pat.t
919 ____________________________________________________________________________
920 [ 18275] By: jhi on 2002/12/09 23:21:58
921 Log: Add Nick Clark's test case for [perl #18915].
922 (The bug was fixed by change #18266.)
923 Branch: maint-5.8/perl
925 ____________________________________________________________________________
926 [ 18274] By: jhi on 2002/12/09 23:19:57
927 Log: test.pl-ise t/op/split.t
928 Branch: maint-5.8/perl
930 ____________________________________________________________________________
931 [ 18273] By: jhi on 2002/12/09 22:48:39
932 Log: Add Nick Clark's test case for [perl #18931].
933 (The bug was fixed by change #18266.)
934 Branch: maint-5.8/perl
936 ____________________________________________________________________________
937 [ 18272] By: merijn on 2002/12/09 15:31:28
940 Subject: [PATCH] Typo in Term::ANSIColor
941 Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
942 From: "Mr. Nobody" <mrnobo1024 at yahoo.com>
944 ! lib/Term/ANSIColor.pm
945 ____________________________________________________________________________
946 [ 18271] By: jhi on 2002/12/09 02:41:11
949 Suppress a compilation warning reported by Jarkko
950 (variable initialization skipped by goto).
953 Fix bug #18874, essentially by reverting change #11890.
954 Add a regression test for it.
957 Fix two cases of buffer overflow in the lexer.
960 Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
961 From: Nicholas Clark <nick@unfortu.net>
962 Date: Mon, 2 Dec 2002 21:48:29 +0000
963 Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
966 Document that $ENV{TERM} may produce taint failures.
967 Subject: Re: [perl #18717] spurious failures in regression test
968 From: Slaven Rezic <slaven.rezic@berlin.de>
969 Date: 29 Nov 2002 22:11:46 +0100
970 Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
973 Change the set of characters that are considered to be
974 safe in $ENV{TERM} for taint checkings.
977 getservbyport() should accept an empty string as its
978 proto argument (as does getservbyname()).
980 Subject: Re: Is this a bug or am I being stupid?
981 From: Slaven Rezic <slaven.rezic@berlin.de>
982 Date: 08 Dec 2002 01:54:37 +0100
983 Message-ID: <87znrhl48i.fsf@vran.herceg.de>
986 Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
987 From: Slaven Rezic <slaven.rezic@berlin.de>
988 Date: 08 Dec 2002 01:31:45 +0100
989 Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
992 Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
993 From: Slaven Rezic <slaven.rezic@berlin.de>
994 Date: 30 Nov 2002 00:07:05 +0100
995 Message-ID: <8765ugnffq.fsf@vran.herceg.de>
998 Subject: Re: [perl #18927] barewords with no errors
999 From: Abe Timmerman <abe@ztreet.demon.nl>
1000 Date: Sun, 8 Dec 2002 17:12:56 +0100
1001 Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
1004 Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
1005 From: Abhijit Menon-Sen <ams@wiw.org>
1006 Date: Wed, 6 Nov 2002 19:38:11 +0530
1007 Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
1010 Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime() are sometimes wrong
1011 From: Slaven Rezic <slaven.rezic@berlin.de>
1012 Date: 09 Nov 2002 23:21:16 +0100
1013 Message-ID: <874raqz8o3.fsf@vran.herceg.de>
1016 fix #18266 sprintf format mismatch
1019 Subject: Re: Bug in Filter::Simple
1020 From: Slaven Rezic <slaven.rezic@berlin.de>
1021 Date: 07 Nov 2002 10:01:41 +0100
1022 Message-ID: <87of91u51m.fsf@vran.herceg.de>
1025 Subject: [perl #18256] xsubpp can make nested comments in C code
1026 From: Nicholas Clark (via RT) <perlbug@perl.org>
1027 Date: 7 Nov 2002 14:58:14 -0000
1028 Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
1030 (plus regen Configure)
1031 Branch: maint-5.8/perl
1032 ! Configure config_h.SH
1033 !> ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
1034 !> ext/POSIX/t/posix.t hv.c lib/English.pm lib/English.t
1035 !> lib/Exporter/Heavy.pm lib/ExtUtils/xsubpp lib/Hash/Util.t
1036 !> pod/perldiag.pod pp_ctl.c pp_sys.c regcomp.c t/cmd/for.t
1037 !> t/comp/parser.t t/lib/strict/subs t/op/lc.t taint.c toke.c
1039 ____________________________________________________________________________
1040 [ 18270] By: hv on 2002/12/09 00:25:26
1041 Log: Subject: [perl #18256] xsubpp can make nested comments in C code
1042 From: Nicholas Clark (via RT) <perlbug@perl.org>
1043 Date: 7 Nov 2002 14:58:14 -0000
1044 Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
1046 ! lib/ExtUtils/xsubpp
1047 ____________________________________________________________________________
1048 [ 18269] By: hv on 2002/12/09 00:19:33
1049 Log: Subject: Re: Bug in Filter::Simple
1050 From: Slaven Rezic <slaven.rezic@berlin.de>
1051 Date: 07 Nov 2002 10:01:41 +0100
1052 Message-ID: <87of91u51m.fsf@vran.herceg.de>
1054 ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
1055 ____________________________________________________________________________
1056 [ 18268] By: hv on 2002/12/09 00:14:58
1057 Log: fix #18266 sprintf format mismatch
1060 ____________________________________________________________________________
1061 [ 18267] By: hv on 2002/12/09 00:10:09
1062 Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime() are sometimes wrong
1063 From: Slaven Rezic <slaven.rezic@berlin.de>
1064 Date: 09 Nov 2002 23:21:16 +0100
1065 Message-ID: <874raqz8o3.fsf@vran.herceg.de>
1067 ! config_h.SH ext/POSIX/t/posix.t util.c
1068 ____________________________________________________________________________
1069 [ 18266] By: hv on 2002/12/09 00:02:57
1070 Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
1071 From: Abhijit Menon-Sen <ams@wiw.org>
1072 Date: Wed, 6 Nov 2002 19:38:11 +0530
1073 Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
1075 ! regcomp.c t/op/lc.t
1076 ____________________________________________________________________________
1077 [ 18265] By: rgs on 2002/12/08 22:10:45
1078 Log: Subject: Re: [perl #18927] barewords with no errors
1079 From: Abe Timmerman <abe@ztreet.demon.nl>
1080 Date: Sun, 8 Dec 2002 17:12:56 +0100
1081 Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
1084 ____________________________________________________________________________
1085 [ 18264] By: rgs on 2002/12/08 22:04:39
1086 Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
1087 From: Slaven Rezic <slaven.rezic@berlin.de>
1088 Date: 30 Nov 2002 00:07:05 +0100
1089 Message-ID: <8765ugnffq.fsf@vran.herceg.de>
1091 ! pp_ctl.c t/cmd/for.t
1092 ____________________________________________________________________________
1093 [ 18263] By: rgs on 2002/12/08 21:56:13
1094 Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
1095 From: Slaven Rezic <slaven.rezic@berlin.de>
1096 Date: 08 Dec 2002 01:31:45 +0100
1097 Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
1099 ! lib/Exporter/Heavy.pm
1100 ____________________________________________________________________________
1101 [ 18262] By: rgs on 2002/12/08 20:31:42
1102 Log: getservbyport() should accept an empty string as its
1103 proto argument (as does getservbyname()).
1105 Subject: Re: Is this a bug or am I being stupid?
1106 From: Slaven Rezic <slaven.rezic@berlin.de>
1107 Date: 08 Dec 2002 01:54:37 +0100
1108 Message-ID: <87znrhl48i.fsf@vran.herceg.de>
1111 ____________________________________________________________________________
1112 [ 18261] By: rgs on 2002/12/08 20:17:37
1113 Log: Change the set of characters that are considered to be
1114 safe in $ENV{TERM} for taint checkings.
1117 ____________________________________________________________________________
1118 [ 18260] By: rgs on 2002/12/08 20:14:57
1119 Log: Document that $ENV{TERM} may produce taint failures.
1120 Subject: Re: [perl #18717] spurious failures in regression test
1121 From: Slaven Rezic <slaven.rezic@berlin.de>
1122 Date: 29 Nov 2002 22:11:46 +0100
1123 Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
1126 ____________________________________________________________________________
1127 [ 18259] By: rgs on 2002/12/08 19:34:34
1128 Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
1129 From: Nicholas Clark <nick@unfortu.net>
1130 Date: Mon, 2 Dec 2002 21:48:29 +0000
1131 Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
1133 ! hv.c lib/Hash/Util.t
1134 ____________________________________________________________________________
1135 [ 18258] By: jhi on 2002/12/08 15:24:00
1136 Log: Retract #18252 and #18256.
1137 Branch: maint-5.8/perl
1138 ! hv.c lib/Hash/Util.t regcomp.c t/op/lc.t
1139 ____________________________________________________________________________
1140 [ 18257] By: jhi on 2002/12/07 22:38:49
1141 Log: Tiny doc tweak from Hugo for [perl #16783].
1142 Branch: maint-5.8/perl
1144 ____________________________________________________________________________
1145 [ 18256] By: jhi on 2002/12/07 18:24:27
1146 Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
1147 From: Nicholas Clark <nick@unfortu.net>
1148 Date: Mon, 2 Dec 2002 21:48:29 +0000
1149 Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
1151 (the pp_sys.c and util.c were accidentally open,
1152 but luckily unmodified)
1153 Branch: maint-5.8/perl
1154 ! hv.c lib/Hash/Util.t pp_sys.c util.c
1155 ____________________________________________________________________________
1156 [ 18255] By: jhi on 2002/12/07 16:57:32
1157 Log: The [perl #16843] has been fixed, add its test.
1158 Branch: maint-5.8/perl
1160 ____________________________________________________________________________
1161 [ 18254] By: jhi on 2002/12/07 16:26:27
1162 Log: Add user-definable To-mappings. (So if you don't agree
1163 with the Unicode mappings, you can make your own.)
1164 Resolves [perl #3741].
1165 Branch: maint-5.8/perl
1167 ! MANIFEST lib/utf8_heavy.pl pod/perldiag.pod
1168 ! pod/perlunicode.pod
1169 ____________________________________________________________________________
1170 [ 18253] By: jhi on 2002/12/07 15:35:43
1171 Log: test.pl-ise t/op/lc.t.
1172 Branch: maint-5.8/perl
1174 ____________________________________________________________________________
1175 [ 18252] By: jhi on 2002/12/06 22:19:15
1176 Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
1177 From: Abhijit Menon-Sen <ams@wiw.org>
1178 To: perl5-porters@perl.org
1179 Date: Wed, 6 Nov 2002 19:38:11 +0530
1180 Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
1181 Branch: maint-5.8/perl
1182 ! regcomp.c t/op/lc.t
1183 ____________________________________________________________________________
1184 [ 18251] By: rgs on 2002/12/06 21:27:55
1185 Log: Fix two cases of buffer overflow in the lexer.
1187 ! t/comp/parser.t toke.c
1188 ____________________________________________________________________________
1189 [ 18250] By: rgs on 2002/12/06 20:44:26
1190 Log: Fix bug #18874, essentially by reverting change #11890.
1191 Add a regression test for it.
1193 ! lib/English.pm lib/English.t
1194 ____________________________________________________________________________
1195 [ 18249] By: rgs on 2002/12/06 20:42:01
1196 Log: Suppress a compilation warning reported by Jarkko
1197 (variable initialization skipped by goto).
1200 ____________________________________________________________________________
1201 [ 18248] By: jhi on 2002/12/06 13:58:05
1202 Log: A test for [perl #18857] (that was fixed by #18107) from Nick Clark.
1203 Branch: maint-5.8/perl
1205 ____________________________________________________________________________
1206 [ 18247] By: jhi on 2002/12/06 13:40:10
1207 Log: More comments and robustness in pp_ucfirst() and pp_lcfirst().
1208 Branch: maint-5.8/perl
1210 ____________________________________________________________________________
1211 [ 18246] By: pudge on 2002/12/04 12:51:38
1212 Log: Update Changes, Makefile.mk
1213 Branch: maint-5.6/macperl
1214 ! macos/Changes macos/Makefile.mk
1215 ____________________________________________________________________________
1216 [ 18245] By: nick on 2002/12/04 10:33:38
1217 Log: Integrate mainline
1219 +> ext/POSIX/t/is.t lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
1220 +> lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
1221 +> lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
1222 +> lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
1223 +> lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
1224 +> lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
1225 +> lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
1226 +> lib/Pod/PlainText.pm pod/perldoc.pod regen.pl regen_headers.pl
1228 !> (integrate 138 files)
1229 ____________________________________________________________________________
1230 [ 18244] By: gsar on 2002/12/04 08:20:20
1231 Log: integrate macperl-5.6 branch change (DynaLoader fix)
1232 Branch: maint-5.6/perl
1233 !> ext/DynaLoader/DynaLoader_pm.PL
1234 ____________________________________________________________________________
1235 [ 18243] By: jhi on 2002/12/03 23:39:28
1236 Log: UTF8_IS_INVARIANT() is better then UTF8_IS_CONTINUED().
1237 (The latter matches also post-initial bytes of a multibyte.)
1238 Branch: maint-5.8/perl
1240 ____________________________________________________________________________
1241 [ 18242] By: jhi on 2002/12/03 15:04:07
1242 Log: Slight tweaks on the XS-and-Unicode docs, inspired by [perl #17852].
1243 Branch: maint-5.8/perl
1244 ! pod/perlguts.pod pod/perlunicode.pod
1245 ____________________________________________________________________________
1246 [ 18241] By: jhi on 2002/12/03 14:02:58
1250 Branch: maint-5.8/perl
1251 !> embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
1252 !> pod/perlintern.pod
1253 ____________________________________________________________________________
1254 [ 18240] By: nick on 2002/12/03 12:51:02
1255 Log: Avoid eqtime() wiping the file (as suggested by
1256 "Luis G. Uribe C." <GUribe@SoftHome.net>
1258 ! lib/ExtUtils/Command.pm
1259 ____________________________________________________________________________
1260 [ 18239] By: jhi on 2002/12/03 12:49:01
1263 ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
1264 ! pod/perlintern.pod
1265 ____________________________________________________________________________
1266 [ 18238] By: pudge on 2002/12/03 03:32:47
1267 Log: Provide workaround for MacPerl bug #494368,
1268 a stack overflow problem in Text::ParseWords with
1269 very long lines. Better to have the old version
1270 of the module available just in case.
1271 Branch: maint-5.6/macperl
1272 + macos/lib/Text/ParseWords/Old.pm
1273 ____________________________________________________________________________
1274 [ 18237] By: pudge on 2002/12/03 03:31:20
1275 Log: Fix (already in 5.8) for not modifying @INC
1276 Branch: maint-5.6/macperl
1277 ! ext/DynaLoader/DynaLoader_pm.PL
1278 ____________________________________________________________________________
1279 [ 18236] By: jhi on 2002/12/03 01:25:45
1280 Log: According to Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1281 gcc on IRIX (6.2) does not need and does indeed much better
1282 without -D_POSIX_C_SOURCE [perl #15128] (the inclusion of
1283 _POSIX_C_SOURCE in CFLAGS disables the definition of _SGIAPI
1284 and <sys/dirent.h> doesn't define struct dirent64,
1285 which causes reentr.c not to compile)
1286 Branch: maint-5.8/perl
1288 ____________________________________________________________________________
1289 [ 18235] By: jhi on 2002/12/02 23:15:05
1290 Log: Update Changes.
1291 Branch: maint-5.8/perl
1292 ! Changes patchlevel.h
1293 ____________________________________________________________________________
1294 [ 18234] By: jhi on 2002/12/02 22:30:41
1297 formatting cleanup and:
1298 Subject: Re: perl-5.8.0 on HP porting center
1299 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1300 Date: Thu, 29 Aug 2002 12:23:31 +0200
1301 Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
1304 Move some tests from t/run/fresh_perl.t
1305 to the new t/comp/parser.t. The goal being to
1306 get rid of fresh_perl.t at some point.
1309 integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
1310 with a module-driven version, and separates out its docs.
1315 Date: Sat, 30 Nov 2002 20:16:51 +0200
1316 From: Jarkko Hietaniemi <jhi@iki.fi>
1317 Subject: [PATCH] $0 modifying
1318 Message-ID: <20021130181651.GA5876@kosh.hut.fi>
1321 $0 modifying part II (HP-UX only)
1323 Date: Sat, 30 Nov 2002 20:16:51 +0200
1324 From: Jarkko Hietaniemi <jhi@iki.fi>
1325 Subject: [PATCH] $0 modifying
1326 Message-ID: <20021130181651.GA5876@kosh.hut.fi>
1329 Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
1330 Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
1331 From: Andy Dougherty <doughera@lafayette.edu>
1332 Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
1335 Skip test #17 of lib/open.t when useperlio is not defined.
1338 Fix bug #18573 : in a double-quoted string, a \c not followed
1339 by any character may corrupt memory due to reading past the
1340 end of the input buffer. Add a new error message corresponding
1342 Branch: maint-5.8/perl
1343 +> lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
1344 +> lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
1345 +> lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
1346 +> lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
1347 +> lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
1348 +> lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
1349 +> lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
1351 !> MANIFEST README.hpux ext/threads/t/join.t installperl
1352 !> lib/open.t makedef.pl mg.c perl.c pod/perldiag.pod
1353 !> pod/perlvar.pod sv.c t/comp/parser.t t/op/magic.t thread.h
1354 !> toke.c utils/perldoc.PL
1355 ____________________________________________________________________________
1356 [ 18233] By: rgs on 2002/12/02 20:03:09
1357 Log: Fix bug #18573 : in a double-quoted string, a \c not followed
1358 by any character may corrupt memory due to reading past the
1359 end of the input buffer. Add a new error message corresponding
1362 ! pod/perldiag.pod t/comp/parser.t toke.c
1363 ____________________________________________________________________________
1364 [ 18232] By: rgs on 2002/12/02 19:59:07
1365 Log: Skip test #17 of lib/open.t when useperlio is not defined.
1368 ____________________________________________________________________________
1369 [ 18231] By: merijn on 2002/12/02 16:00:12
1370 Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
1371 Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
1372 From: Andy Dougherty <doughera@lafayette.edu>
1373 Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
1376 ____________________________________________________________________________
1377 [ 18230] By: merijn on 2002/12/02 15:45:31
1378 Log: $0 modifying part II (HP-UX only)
1380 Date: Sat, 30 Nov 2002 20:16:51 +0200
1381 From: Jarkko Hietaniemi <jhi@iki.fi>
1382 Subject: [PATCH] $0 modifying
1383 Message-ID: <20021130181651.GA5876@kosh.hut.fi>
1386 ____________________________________________________________________________
1387 [ 18229] By: merijn on 2002/12/02 15:43:16
1388 Log: $0 mofifying part I
1390 Date: Sat, 30 Nov 2002 20:16:51 +0200
1391 From: Jarkko Hietaniemi <jhi@iki.fi>
1392 Subject: [PATCH] $0 modifying
1393 Message-ID: <20021130181651.GA5876@kosh.hut.fi>
1395 ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
1396 ! sv.c t/op/magic.t thread.h
1397 ____________________________________________________________________________
1398 [ 18228] By: hv on 2002/12/02 13:37:59
1399 Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
1400 with a module-driven version, and separates out its docs.
1402 + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
1403 + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
1404 + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
1405 + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
1406 + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
1407 + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
1408 + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
1410 ! MANIFEST utils/perldoc.PL
1411 ____________________________________________________________________________
1412 [ 18227] By: jhi on 2002/12/02 13:23:48
1415 64bit Peek failure on HP-UX 11.00
1417 Subject: Re: Smoke 18188
1418 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1419 From: Slaven Rezic <slaven.rezic@berlin.de>
1420 Date: 28 Nov 2002 19:25:25 +0100
1421 Message-ID: <877kexsga2.fsf@vran.herceg.de>
1424 Document the hint constants and where they're used.
1427 Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
1428 and lib/Pod/t/utils.t to cater for simpler output text.
1431 missed the new file from #18224
1432 Branch: maint-5.8/perl
1433 +> lib/Pod/PlainText.pm
1434 !> (integrate 37 files)
1435 ____________________________________________________________________________
1436 [ 18226] By: hv on 2002/12/02 12:44:35
1437 Log: missed the new file from #18224
1439 + lib/Pod/PlainText.pm
1441 ____________________________________________________________________________
1442 [ 18225] By: hv on 2002/12/02 03:09:42
1443 Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
1446 ____________________________________________________________________________
1447 [ 18224] By: hv on 2002/12/02 02:59:02
1448 Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
1449 and lib/Pod/t/utils.t to cater for simpler output text.
1451 ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
1452 ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
1453 ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
1454 ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
1455 ! t/pod/multiline_items.t t/pod/multiline_items.xr
1456 ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
1457 ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
1458 ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
1459 ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
1460 ____________________________________________________________________________
1461 [ 18223] By: hv on 2002/12/02 02:46:17
1462 Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
1463 From: Dave Mitchell <davem@fdgroup.com>
1464 Date: Mon, 25 Nov 2002 21:25:33 +0000
1465 Message-ID: <20021125212533.B29157@fdgroup.com>
1467 ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
1468 ____________________________________________________________________________
1469 [ 18222] By: hv on 2002/12/02 02:23:28
1470 Log: #18221 broke t/op/eval.t
1473 ____________________________________________________________________________
1474 [ 18221] By: hv on 2002/12/02 02:18:19
1475 Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
1478 !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
1479 !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
1480 !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
1481 !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
1482 ____________________________________________________________________________
1483 [ 18220] By: hv on 2002/12/02 00:58:54
1484 Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
1485 From: Dave Mitchell <davem@fdgroup.com>
1486 Date: Sun, 24 Nov 2002 22:19:06 +0000
1487 Message-ID: <20021124221906.A25386@fdgroup.com>
1489 ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
1490 ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
1491 ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
1492 ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
1493 ____________________________________________________________________________
1494 [ 18219] By: jhi on 2002/11/30 16:55:14
1495 Log: Integrate maint-5.6/macperl #17852.
1496 Branch: maint-5.8/perl
1498 ____________________________________________________________________________
1499 [ 18218] By: jhi on 2002/11/29 18:23:39
1500 Log: Add test from [perl #8026]
1501 Branch: maint-5.8/perl
1503 ____________________________________________________________________________
1504 [ 18217] By: rgs on 2002/11/29 12:11:28
1505 Log: Document the hint constants and where they're used.
1507 ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
1508 ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
1510 ____________________________________________________________________________
1511 [ 18216] By: merijn on 2002/11/29 10:00:54
1512 Log: 64bit Peek failure on HP-UX 11.00
1514 Subject: Re: Smoke 18188
1515 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1516 From: Slaven Rezic <slaven.rezic@berlin.de>
1517 Date: 28 Nov 2002 19:25:25 +0100
1518 Message-ID: <877kexsga2.fsf@vran.herceg.de>
1520 ! ext/Devel/Peek/Peek.t
1521 ____________________________________________________________________________
1522 [ 18215] By: jhi on 2002/11/29 00:32:10
1523 Log: perl #7887: Bad URL in README.os2
1524 Branch: maint-5.8/perl
1526 ____________________________________________________________________________
1527 [ 18214] By: jhi on 2002/11/28 23:41:54
1528 Log: Two tests from perl #7806.
1529 Branch: maint-5.8/perl
1531 ____________________________________________________________________________
1532 [ 18213] By: jhi on 2002/11/28 22:26:23
1533 Log: Unintended integratee from #18210.
1534 Branch: maint-5.8/perl
1536 ____________________________________________________________________________
1537 [ 18212] By: gsar on 2002/11/28 22:04:07
1538 Log: integrate macperl-5.6 changes
1539 Branch: maint-5.6/perl
1540 !> lib/File/Copy.pm util.c
1541 ____________________________________________________________________________
1542 [ 18211] By: jhi on 2002/11/28 21:50:05
1543 Log: More pseudohashery.
1544 Branch: maint-5.8/perl
1546 ____________________________________________________________________________
1547 [ 18210] By: jhi on 2002/11/28 21:24:10
1550 Yet another approach to signal handling (Matthias)
1552 (from maint-5.8/macperl)
1553 Branch: maint-5.8/perl
1556 ____________________________________________________________________________
1557 [ 18209] By: jhi on 2002/11/28 19:07:20
1558 Log: Add the test case from perl #9728.
1559 Branch: maint-5.8/perl
1561 ____________________________________________________________________________
1562 [ 18208] By: jhi on 2002/11/28 16:57:01
1563 Log: Retry the #17920.
1564 Branch: maint-5.8/perl
1565 ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
1566 ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
1567 ____________________________________________________________________________
1568 [ 18207] By: jhi on 2002/11/28 16:49:00
1569 Log: Urque. Retract #18206 since it got two patches interleaved
1570 (the #17920, and an unfinished experimental patch).
1571 Branch: maint-5.8/perl
1572 ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs
1573 ! ext/threads/t/join.t global.sym handy.h intrpvar.h makedef.pl
1574 ! mg.c perl.c perl.h pod/perlrun.pod pod/perlvar.pod sv.c
1575 ! t/op/magic.t thread.h util.c
1576 ____________________________________________________________________________
1577 [ 18206] By: jhi on 2002/11/28 16:45:11
1580 LEAKTEST is dead, RIP
1581 Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
1582 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1583 Date: Mon, 23 Sep 2002 18:33:12 +0200
1584 Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
1586 (since LEAKTEST seems to be fundamentally obsolete,
1587 even maint-5.8 shouldn't keep flogging a dead feature)
1588 Branch: maint-5.8/perl
1589 ! ext/threads/t/join.t intrpvar.h makedef.pl mg.c perl.c
1590 ! pod/perlvar.pod sv.c t/op/magic.t thread.h
1591 !> av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
1592 !> handy.h perl.h pod/perlrun.pod util.c
1593 ____________________________________________________________________________
1594 [ 18205] By: jhi on 2002/11/28 15:25:35
1595 Log: Another pseudohash usage.
1596 Branch: maint-5.8/perl
1598 ____________________________________________________________________________
1599 [ 18204] By: jhi on 2002/11/28 14:55:34
1602 Slight beauty tweak.
1603 Branch: maint-5.8/perl
1605 ____________________________________________________________________________
1606 [ 18203] By: jhi on 2002/11/28 14:54:34
1607 Log: Slight beauty tweak.
1610 ____________________________________________________________________________
1611 [ 18202] By: jhi on 2002/11/28 14:49:11
1612 Log: Add test for bug #18153.
1613 Branch: maint-5.8/perl
1615 ____________________________________________________________________________
1616 [ 18201] By: pudge on 2002/11/28 06:01:31
1617 Log: Bump version, update Changes/resources
1618 Branch: maint-5.6/macperl
1619 ! macos/Changes macos/MPVersion.r macos/macperl/MacPerl.rsrc
1620 ____________________________________________________________________________
1621 [ 18200] By: pudge on 2002/11/28 05:29:12
1622 Log: Yet another approach to signal handling (Matthias)
1624 ! macos/config.h util.c
1625 Branch: maint-5.6/macperl
1626 ! macos/config.h util.c
1627 Branch: maint-5.8/macperl
1628 ! macos/config.h util.c
1629 ____________________________________________________________________________
1630 [ 18199] By: pudge on 2002/11/28 05:20:16
1631 Log: Integrate maint-5.8/macperl/ from maint-5.8/perl/
1632 Branch: maint-5.8/macperl
1633 +> (branch 46 files)
1634 !> (integrate 448 files)
1635 ____________________________________________________________________________
1636 [ 18198] By: pudge on 2002/11/28 04:31:03
1637 Log: Integrate macperl/ from perl/
1639 +> (branch 48 files)
1640 - ext/Thread/thr5005.t vos/Makefile vos/build.cm
1641 - vos/compile_perl.cm vos/config.alpha.def vos/config.alpha.h
1642 - vos/config.ga.def vos/config.ga.h vos/config.pl
1643 - vos/configure_perl.cm vos/install_perl.cm vos/perl.bind
1644 - vos/test_vos_dummies.c vos/vos_dummies.c
1645 !> (integrate 501 files)
1646 ____________________________________________________________________________
1647 [ 18197] By: jhi on 2002/11/28 04:14:27
1650 Subject: [Encode] 1.83 + bleedperl patch released
1651 From: Dan Kogai <dankogai@dan.co.jp>
1652 Date: Tue, 19 Nov 2002 03:18:44 +0900
1653 Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
1656 Subject: Re: [perl #18479] Error when no strict refs in effect
1657 From: Slaven Rezic <slaven.rezic@berlin.de>
1658 Date: 18 Nov 2002 22:50:04 +0100
1659 Message-ID: <87smxya6pf.fsf@vran.herceg.de>
1662 add support for STASH and MAGIC information for REFs to sv_dump().
1664 From: Slaven Rezic <slaven.rezic@berlin.de>
1665 Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
1666 Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
1669 Subject: Re: Storable bug #1698
1670 From: Slaven Rezic <slaven.rezic@berlin.de>
1671 Date: 18 Nov 2002 10:41:36 +0100
1672 Message-ID: <87ptt343lb.fsf@vran.herceg.de>
1675 Subject: [PATCH] UTF8 regexp {n} bug
1676 From: Inaba Hiroto <inaba@st.rim.or.jp>
1677 Date: Sat, 16 Nov 2002 19:23:00 +0900
1678 Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
1681 Subject: #17171: ld flag for shrplib on OpenBSD
1682 Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
1683 From: "Todd C. Miller" <Todd.Miller at courtesan.com>
1686 Subject: Re: [perl #18626] bug in perlipc man page
1687 From: Slaven Rezic <slaven.rezic@berlin.de>
1688 Date: 23 Nov 2002 21:23:20 +0100
1689 Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
1692 Subject: [PATCH] 2 Pod errors in perlop.pod
1693 From: andreas.koenig@anima.de (Andreas J. Koenig)
1694 Date: Mon, 25 Nov 2002 10:21:08 +0100
1695 Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
1697 Plus a few similar POD fixes
1703 Subject: DESTROY called in scalar context ?
1704 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1705 Date: Tue, 29 Oct 2002 22:04:23 +0100
1706 Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
1709 Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
1710 From: Slaven Rezic <slaven.rezic@berlin.de>
1711 Date: 03 Nov 2002 10:59:43 +0100
1712 Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
1713 Branch: maint-5.8/perl
1714 ! Configure config_h.SH
1715 !> (integrate 41 files)
1716 ____________________________________________________________________________
1717 [ 18196] By: pudge on 2002/11/28 03:39:14
1718 Log: Make installme more robust
1719 Branch: maint-5.6/macperl
1720 ! macos/macperl/Droplets/installme.plx
1721 ____________________________________________________________________________
1722 [ 18195] By: pudge on 2002/11/28 03:38:25
1723 Log: Work around weird startup Apple events (Matthias, MacPerl Bug #543491)
1724 Branch: maint-5.6/macperl
1725 ! macos/macperl/MPAppleEvents.c macos/macperl/MPAppleEvents.h
1726 ! macos/macperl/MPMain.c
1727 ____________________________________________________________________________
1728 [ 18194] By: pudge on 2002/11/28 03:35:41
1729 Log: Implement InitCursorCtl wrappers (Matthias, MacPerl Bug #526707)
1730 Branch: maint-5.6/macperl
1731 ! macos/SubLaunch.c macos/macish.c macos/macish.h
1732 ____________________________________________________________________________
1733 [ 18193] By: pudge on 2002/11/28 03:20:15
1734 Log: Add first phase of Carbon support to macperl/ext/.
1735 Covers Components, Files, Gestalt, Memory, MoreFiles, Notification,
1736 Processes, Resources, Sound, Speech, Types, and the MacPerl module.
1737 Support functions and docs in Carbon/. Added MoreFiles source.
1738 Moved around and began to rewrite some test files.
1739 Branch: maint-5.6/macperl
1740 + macos/ext/Mac/Carbon/Carbon.h macos/ext/Mac/Carbon/Carbon.pm
1741 + macos/ext/Mac/Carbon/MANIFEST
1742 + macos/ext/Mac/Carbon/MANIFEST.SKIP
1743 + macos/ext/Mac/Carbon/Makefile.PL macos/ext/Mac/Carbon/README
1744 + macos/ext/Mac/Carbon/t/Carbon.t macos/ext/Mac/Carbon/typemap
1745 + macos/ext/Mac/Carbon/xsubpps/xsubpp-5.6.1
1746 + macos/ext/Mac/Carbon/xsubpps/xsubpp-5.8.0
1747 + macos/ext/Mac/Components/eg/ListComponents.plx
1748 + macos/ext/Mac/Components/t/Components.t
1749 + macos/ext/Mac/MoreFiles/MoreFilesSrc/DirectoryCopy.c
1750 + macos/ext/Mac/MoreFiles/MoreFilesSrc/DirectoryCopy.h
1751 + macos/ext/Mac/MoreFiles/MoreFilesSrc/FSpCompat.c
1752 + macos/ext/Mac/MoreFiles/MoreFilesSrc/FSpCompat.h
1753 + macos/ext/Mac/MoreFiles/MoreFilesSrc/FileCopy.c
1754 + macos/ext/Mac/MoreFiles/MoreFilesSrc/FileCopy.h
1755 + macos/ext/Mac/MoreFiles/MoreFilesSrc/FullPath.c
1756 + macos/ext/Mac/MoreFiles/MoreFilesSrc/FullPath.h
1757 + macos/ext/Mac/MoreFiles/MoreFilesSrc/IterateDirectory.c
1758 + macos/ext/Mac/MoreFiles/MoreFilesSrc/IterateDirectory.h
1759 + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreDesktopMgr.c
1760 + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreDesktopMgr.h
1761 + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreFiles.c
1762 + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreFiles.h
1763 + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreFilesExtras.c
1764 + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreFilesExtras.h
1765 + macos/ext/Mac/MoreFiles/MoreFilesSrc/Optimization.h
1766 + macos/ext/Mac/MoreFiles/MoreFilesSrc/OptimizationEnd.h
1767 + macos/ext/Mac/MoreFiles/MoreFilesSrc/Search.c
1768 + macos/ext/Mac/MoreFiles/MoreFilesSrc/Search.h
1769 + macos/ext/Mac/MoreFiles/eg/Application.plx
1770 + macos/ext/Mac/MoreFiles/eg/Iterate.plx
1771 + macos/ext/Mac/MoreFiles/t/MoreFiles.t
1772 + macos/ext/Mac/Processes/eg/Processes.plx
1773 + macos/ext/Mac/Sound/t/Scream.rsrc
1774 + macos/ext/Mac/Sound/t/Sound.t
1775 + macos/ext/Mac/Speech/eg/Cellist.plx
1776 + macos/ext/Mac/Speech/eg/DumpVoices.plx
1777 + macos/ext/Mac/Speech/eg/JukeBox.plx
1778 + macos/ext/Mac/Speech/eg/Phonemes.plx
1779 + macos/ext/Mac/Speech/t/Speech.t macos/ext/MacPerl/t/MacPerl.t
1780 - macos/ext/Mac/Components/t/ListComponents.t
1781 - macos/ext/Mac/MoreFiles/t/Application.t
1782 - macos/ext/Mac/MoreFiles/t/Iterate.t
1783 - macos/ext/Mac/Sound/t/Scream.t
1784 - macos/ext/Mac/Speech/t/Cellist.t
1785 - macos/ext/Mac/Speech/t/DumpVoices.t
1786 - macos/ext/Mac/Speech/t/JukeBox.t
1787 - macos/ext/Mac/Speech/t/Phonemes.t
1788 ! macos/ext/Mac/Components/Components.pm
1789 ! macos/ext/Mac/Components/Components.xs
1790 ! macos/ext/Mac/Components/Makefile.PL
1791 ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Files/Files.xs
1792 ! macos/ext/Mac/Files/Makefile.PL macos/ext/Mac/Files/t/Files.t
1793 ! macos/ext/Mac/Gestalt/Gestalt.pm
1794 ! macos/ext/Mac/Gestalt/Gestalt.xs
1795 ! macos/ext/Mac/Gestalt/Makefile.PL
1796 ! macos/ext/Mac/Gestalt/t/Gestalt.t
1797 ! macos/ext/Mac/Memory/Makefile.PL
1798 ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
1799 ! macos/ext/Mac/Memory/t/Memory.t macos/ext/Mac/MoreFiles/MF.xs
1800 ! macos/ext/Mac/MoreFiles/Makefile.PL
1801 ! macos/ext/Mac/MoreFiles/MoreFiles.pm
1802 ! macos/ext/Mac/Notification/Makefile.PL
1803 ! macos/ext/Mac/Notification/Notification.pm
1804 ! macos/ext/Mac/Notification/Notification.xs
1805 ! macos/ext/Mac/Notification/t/Notification.t
1806 ! macos/ext/Mac/Processes/Makefile.PL
1807 ! macos/ext/Mac/Processes/Processes.pm
1808 ! macos/ext/Mac/Processes/Processes.xs
1809 ! macos/ext/Mac/Processes/t/Processes.t
1810 ! macos/ext/Mac/Resources/Makefile.PL
1811 ! macos/ext/Mac/Resources/Resources.pm
1812 ! macos/ext/Mac/Resources/Resources.xs
1813 ! macos/ext/Mac/Resources/t/Resources.t
1814 ! macos/ext/Mac/Sound/Makefile.PL macos/ext/Mac/Sound/Sound.pm
1815 ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Makefile.PL
1816 ! macos/ext/Mac/Speech/Speech.pm macos/ext/Mac/Speech/Speech.xs
1817 ! macos/ext/Mac/Types/Makefile.PL macos/ext/Mac/Types/Types.pm
1818 ! macos/ext/Mac/Types/Types.xs macos/ext/Mac/Types/t/Types.t
1819 ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/MacPerl.xs
1820 ! macos/ext/MacPerl/Makefile.PL macos/ext/MacPerl/OSA.xs
1821 ____________________________________________________________________________
1822 [ 18192] By: jhi on 2002/11/27 03:14:22
1823 Log: Doc tweak for perl #9731.
1824 Branch: maint-5.8/perl
1826 ____________________________________________________________________________
1827 [ 18191] By: jhi on 2002/11/27 02:56:52
1828 Log: A bit of additional information regarding BIND's harmful
1829 effects (perl #9465).
1830 Branch: maint-5.8/perl
1832 ____________________________________________________________________________
1833 [ 18190] By: jhi on 2002/11/27 02:28:34
1834 Log: Fix perl #18519: GDBM_SYNC and GDBM_SYNCMODE were unsupported.
1835 Branch: maint-5.8/perl
1836 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
1837 ____________________________________________________________________________
1838 [ 18189] By: jhi on 2002/11/27 01:51:45
1839 Log: Add the new POSIX isxxx() test by Ed Santiago <esm@pobox.com>
1841 Branch: maint-5.8/perl
1844 ____________________________________________________________________________
1845 [ 18188] By: hv on 2002/11/27 01:32:52
1846 Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
1847 From: Slaven Rezic <slaven.rezic@berlin.de>
1848 Date: 03 Nov 2002 10:59:43 +0100
1849 Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
1851 ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
1852 ____________________________________________________________________________
1853 [ 18187] By: jhi on 2002/11/27 01:26:02
1854 Log: Follow-up on change #18122 (perl #18065) as noted by Philip Newton.
1855 Branch: maint-5.8/perl
1856 ! ext/Fcntl/t/syslfs.t t/op/lfs.t
1857 ____________________________________________________________________________
1858 [ 18186] By: hv on 2002/11/27 00:57:18
1859 Log: Subject: DESTROY called in scalar context ?
1860 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1861 Date: Tue, 29 Oct 2002 22:04:23 +0100
1862 Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
1865 ____________________________________________________________________________
1866 [ 18185] By: rgs on 2002/11/26 21:06:48
1869 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1870 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1871 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1873 ____________________________________________________________________________
1874 [ 18184] By: rgs on 2002/11/26 20:42:25
1875 Log: Subject: [PATCH] 2 Pod errors in perlop.pod
1876 From: andreas.koenig@anima.de (Andreas J. Koenig)
1877 Date: Mon, 25 Nov 2002 10:21:08 +0100
1878 Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
1880 Plus a few similar POD fixes
1882 ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
1884 ____________________________________________________________________________
1885 [ 18183] By: rgs on 2002/11/26 19:53:26
1886 Log: Subject: Re: [perl #18626] bug in perlipc man page
1887 From: Slaven Rezic <slaven.rezic@berlin.de>
1888 Date: 23 Nov 2002 21:23:20 +0100
1889 Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
1892 ____________________________________________________________________________
1893 [ 18182] By: merijn on 2002/11/26 08:44:39
1894 Log: Subject: #17171: ld flag for shrplib on OpenBSD
1895 Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
1896 From: "Todd C. Miller" <Todd.Miller at courtesan.com>
1899 ____________________________________________________________________________
1900 [ 18181] By: merijn on 2002/11/26 08:40:39
1901 Log: Subject: #17171: ld flag for shrplib on OpenBSD
1902 Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
1903 From: "Todd C. Miller" <Todd.Miller at courtesan.com>
1904 Branch: metaconfig/U/perl
1906 ____________________________________________________________________________
1907 [ 18180] By: hv on 2002/11/25 03:10:03
1908 Log: integrate #18144 updates to pod/perlport.pod
1911 ____________________________________________________________________________
1912 [ 18179] By: hv on 2002/11/25 03:06:44
1913 Log: Subject: [PATCH] UTF8 regexp {n} bug
1914 From: Inaba Hiroto <inaba@st.rim.or.jp>
1915 Date: Sat, 16 Nov 2002 19:23:00 +0900
1916 Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
1918 ! regcomp.c t/op/pat.t
1919 ____________________________________________________________________________
1920 [ 18178] By: hv on 2002/11/25 02:43:40
1921 Log: Subject: Re: Storable bug #1698
1922 From: Slaven Rezic <slaven.rezic@berlin.de>
1923 Date: 18 Nov 2002 10:41:36 +0100
1924 Message-ID: <87ptt343lb.fsf@vran.herceg.de>
1926 ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
1927 ! ext/Storable/t/forgive.t
1928 ____________________________________________________________________________
1929 [ 18177] By: hv on 2002/11/25 02:37:07
1930 Log: add support for STASH and MAGIC information for REFs to sv_dump().
1932 From: Slaven Rezic <slaven.rezic@berlin.de>
1933 Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
1934 Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
1936 ! dump.c ext/Devel/Peek/Peek.t
1937 ____________________________________________________________________________
1938 [ 18176] By: hv on 2002/11/25 02:31:10
1939 Log: Subject: Re: [perl #18479] Error when no strict refs in effect
1940 From: Slaven Rezic <slaven.rezic@berlin.de>
1941 Date: 18 Nov 2002 22:50:04 +0100
1942 Message-ID: <87smxya6pf.fsf@vran.herceg.de>
1945 ____________________________________________________________________________
1946 [ 18175] By: hv on 2002/11/25 02:20:48
1947 Log: Subject: [Encode] 1.83 + bleedperl patch released
1948 From: Dan Kogai <dankogai@dan.co.jp>
1949 Date: Tue, 19 Nov 2002 03:18:44 +0900
1950 Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
1952 ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
1953 ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
1954 ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
1955 ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
1956 ____________________________________________________________________________
1957 [ 18174] By: jhi on 2002/11/24 22:35:23
1958 Log: Fix perl #7305: UnicodeCD::compexcl is weird
1959 Branch: maint-5.8/perl
1960 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
1961 ____________________________________________________________________________
1962 [ 18173] By: jhi on 2002/11/23 02:02:33
1965 Subject: [PATCH] perlopentut and PerlIO documentation
1966 From: Slaven Rezic <slaven.rezic@berlin.de>
1967 Date: 08 Nov 2002 22:22:19 +0100
1968 Message-ID: <8765v7kb90.fsf@vran.herceg.de>
1971 Subject: t/run/runenv.t bug
1972 From: Salvador "Fandiño" <sfandino@yahoo.com>
1973 Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
1974 Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
1977 Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
1978 From: Slaven Rezic <slaven.rezic@berlin.de>
1979 Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
1980 Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
1983 Date: Tue, 12 Nov 2002 16:49:22 +0200
1984 From: Jarkko Hietaniemi <jhi@iki.fi>
1985 Subject: [PATCH] Tru64 osvers
1986 Message-ID: <20021112144922.GI511825@lyta.hut.fi>
1989 repair 18139 (missing awk command)
1992 Subject: [PATCH] Typo in perl58delta
1993 From: andreas.koenig@anima.de (Andreas J. Koenig)
1994 Date: Sat, 16 Nov 2002 16:29:14 +0100
1995 Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
1998 New B::Lint option, bare-subs, that checks for implicitely
1999 quoted barewords that are also subroutines, from
2000 Ian Phillipps <ip@tarragon-et.co.uk>.
2001 Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
2002 With a few tweaks to the implementation and tests.
2005 New B::Lint option, bare-subs, that checks for implicitely
2006 quoted barewords that are also subroutines, from
2007 Ian Phillipps <ip@tarragon-et.co.uk>.
2008 Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
2009 With a few tweaks to the implementation and tests.
2010 (previous change was empty)
2013 Subject: [PATCH] optional code for debugging leaking scalars
2014 From: Dave Mitchell <davem@fdgroup.com>
2015 Date: Thu, 14 Nov 2002 23:03:00 +0000
2016 Message-ID: <20021114230300.B18614@fdgroup.com>
2020 Subject: [PATCH] two small doc patches
2021 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2022 Date: Thu, 14 Nov 2002 15:07:35 -0800
2023 Message-ID: <3yC19gzkguTO092yn@efn.org>
2026 Subject: Re: [PATCH] optional code for debugging leaking scalars
2027 From: Dave Mitchell <davem@fdgroup.com>
2028 Date: Sat, 16 Nov 2002 22:18:23 +0000
2029 Message-ID: <20021116221823.A23614@fdgroup.com>
2030 Documentation for change #18150.
2033 Correction to change #18152, by Dave Mitchell.
2036 Remove duplicate my() declaration giving warnings from change #18105.
2039 Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
2040 From: Gurusamy Sarathy <gsar@ActiveState.com>
2041 Date: Wed, 30 Oct 2002 20:58:15 -0800
2042 Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
2043 Date: Wed, 30 Oct 2002 21:56:22 -0800
2044 Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
2045 Date: Wed, 30 Oct 2002 22:55:30 -0800
2046 Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
2049 Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
2050 From: Nicholas Clark <nick@unfortu.net>
2051 Date: Tue, 29 Oct 2002 23:00:05 +0000
2052 Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
2055 Subject: [PATCH Win32] Document wperl.exe
2056 From: "Brent Dax" <brentdax@cpan.org>
2057 Date: Fri, 15 Nov 2002 23:02:01 -0800
2058 Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
2061 Subject: [PATCH ext/threads/threads.xs] trivial typo
2062 From: Dave Mitchell <davem@fdgroup.com>
2063 Date: Thu, 14 Nov 2002 22:55:39 +0000
2064 Message-ID: <20021114225539.A18614@fdgroup.com>
2067 Subject: Re: [PATCH] AutoLoader gives wrong message
2068 From: Peter Scott <Peter@PSDT.com>
2069 Date: Thu, 07 Nov 2002 19:04:27 -0800
2070 Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
2072 With a tweak to the END cleanup block to fully remove the
2073 temporary test directory
2076 t/io/crlf.t failed with miniperl.
2079 Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
2080 From: Jarkko Hietaniemi <jhi@iki.fi>
2081 Date: Sun, 3 Nov 2002 17:50:08 +0200
2082 Message-ID: <20021103155008.GA382682@lyta.hut.fi>
2085 Fix perl bug #17920 : a case of parser coredump.
2086 The fix is to disable Perl_block_start and Perl_block_end
2087 when the yacc parser has encountered errors. This prevents
2088 corruption of the internal stack, at the expense of correctness,
2089 but this doesn't matter as the code is unparseable anyway.
2092 Subject: [PATCH] hires sleeping wants libs
2093 Date: Wed, 20 Nov 2002 17:18:31 +0200
2094 From: Jarkko Hietaniemi <jhi@iki.fi>
2095 Message-ID: <20021120151830.GC127060@lyta.hut.fi>
2098 Add a test for bug #17920, and a new test file for it.
2101 Move some tests from t/run/fresh_perl.t
2102 to the new t/comp/parser.t. The goal being to
2103 get rid of fresh_perl.t at some point.
2106 A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
2107 Fix the existing tests that didn't checked the difference
2108 between 0 and undef.
2111 Subject: [PATCH] Historic version labels
2112 From: andreas.koenig@anima.de (Andreas J. Koenig)
2113 Date: Fri, 22 Nov 2002 14:39:41 +0100
2114 Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
2116 (and regen Configure, regen_headers)
2117 Branch: maint-5.8/perl
2118 +> regen.pl regen_headers.pl t/comp/parser.t
2119 ! Configure README.ce config_h.SH ext/B/B.pm ext/B/t/concise.t
2120 !> (integrate 35 files)
2121 ____________________________________________________________________________
2122 [ 18172] By: rgs on 2002/11/22 21:44:09
2123 Log: 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>
2128 ! Changes5.005 Changes5.6
2129 ____________________________________________________________________________
2130 [ 18171] By: rgs on 2002/11/22 21:15:54
2131 Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
2132 Fix the existing tests that didn't checked the difference
2133 between 0 and undef.
2136 ____________________________________________________________________________
2137 [ 18170] By: rgs on 2002/11/22 20:49:12
2138 Log: Move some tests from t/run/fresh_perl.t
2139 to the new t/comp/parser.t. The goal being to
2140 get rid of fresh_perl.t at some point.
2142 ! t/comp/parser.t t/run/fresh_perl.t
2143 ____________________________________________________________________________
2144 [ 18169] By: rgs on 2002/11/21 20:49:36
2145 Log: Add a test for bug #17920, and a new test file for it.
2149 ____________________________________________________________________________
2150 [ 18168] By: merijn on 2002/11/21 13:59:12
2151 Log: Subject: [PATCH] hires sleeping wants libs
2152 Date: Wed, 20 Nov 2002 17:18:31 +0200
2153 From: Jarkko Hietaniemi <jhi@iki.fi>
2154 Message-ID: <20021120151830.GC127060@lyta.hut.fi>
2156 ! Configure hints/irix_6.sh
2157 ____________________________________________________________________________
2158 [ 18167] By: merijn on 2002/11/21 13:49:58
2159 Log: Subject: [PATCH] hires sleeping wants libs
2160 Date: Wed, 20 Nov 2002 17:18:31 +0200
2161 From: Jarkko Hietaniemi <jhi@iki.fi>
2162 Message-ID: <20021120151830.GC127060@lyta.hut.fi>
2164 ! U/modified/Myinit.U
2165 ____________________________________________________________________________
2166 [ 18166] By: rgs on 2002/11/19 23:02:31
2167 Log: Fix perl bug #17920 : a case of parser coredump.
2168 The fix is to disable Perl_block_start and Perl_block_end
2169 when the yacc parser has encountered errors. This prevents
2170 corruption of the internal stack, at the expense of correctness,
2171 but this doesn't matter as the code is unparseable anyway.
2174 ____________________________________________________________________________
2175 [ 18165] By: rgs on 2002/11/19 22:45:36
2176 Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
2177 From: Jarkko Hietaniemi <jhi@iki.fi>
2178 Date: Sun, 3 Nov 2002 17:50:08 +0200
2179 Message-ID: <20021103155008.GA382682@lyta.hut.fi>
2181 ! lib/open.pm locale.c pod/perl58delta.pod
2182 ____________________________________________________________________________
2183 [ 18164] By: rgs on 2002/11/19 22:32:52
2184 Log: t/io/crlf.t failed with miniperl.
2187 ____________________________________________________________________________
2188 [ 18163] By: rgs on 2002/11/19 22:11:24
2189 Log: Subject: Re: [PATCH] AutoLoader gives wrong message
2190 From: Peter Scott <Peter@PSDT.com>
2191 Date: Thu, 07 Nov 2002 19:04:27 -0800
2192 Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
2194 With a tweak to the END cleanup block to fully remove the
2195 temporary test directory
2198 ____________________________________________________________________________
2199 [ 18162] By: rgs on 2002/11/19 21:29:25
2200 Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
2201 From: Dave Mitchell <davem@fdgroup.com>
2202 Date: Thu, 14 Nov 2002 22:55:39 +0000
2203 Message-ID: <20021114225539.A18614@fdgroup.com>
2205 ! ext/threads/threads.xs
2206 ____________________________________________________________________________
2207 [ 18161] By: rgs on 2002/11/19 21:26:21
2208 Log: Subject: [PATCH Win32] Document wperl.exe
2209 From: "Brent Dax" <brentdax@cpan.org>
2210 Date: Fri, 15 Nov 2002 23:02:01 -0800
2211 Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
2214 ____________________________________________________________________________
2215 [ 18160] By: hv on 2002/11/19 12:07:25
2216 Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
2217 From: Nicholas Clark <nick@unfortu.net>
2218 Date: Tue, 29 Oct 2002 23:00:05 +0000
2219 Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
2221 + regen.pl regen_headers.pl
2222 ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
2223 ! keywords.pl opcode.pl regcomp.pl
2224 ____________________________________________________________________________
2225 [ 18159] By: hv on 2002/11/19 11:48:30
2226 Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
2227 From: Gurusamy Sarathy <gsar@ActiveState.com>
2228 Date: Wed, 30 Oct 2002 20:58:15 -0800
2229 Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
2230 Date: Wed, 30 Oct 2002 21:56:22 -0800
2231 Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
2232 Date: Wed, 30 Oct 2002 22:55:30 -0800
2233 Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
2235 ! gv.c pp_hot.c t/op/method.t
2236 ____________________________________________________________________________
2237 [ 18158] By: hv on 2002/11/19 11:35:16
2238 Log: Remove duplicate my() declaration giving warnings from change #18105.
2240 ! lib/Class/Struct.t
2241 ____________________________________________________________________________
2242 [ 18157] By: nick on 2002/11/19 10:16:27
2243 Log: Integrate mainline
2245 +> ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
2246 +> t/run/switchI.t t/uni/tr_7jis.t t/uni/tr_eucjp.t
2247 +> t/uni/tr_sjis.t t/uni/tr_utf8.t
2248 ! ext/Encode/Encode.xs
2249 !> (integrate 77 files)
2250 ____________________________________________________________________________
2251 [ 18156] By: jhi on 2002/11/18 23:06:22
2252 Log: Unicode 3.2 Errata from
2253 http://www.unicode.org/unicode/uni2errata/UnicodeErrata.html
2254 (errata 2002 October 31 and 2002 October 30)
2255 (If/when 3.2.1 or 4.0 happens, just replace SpecialCasing
2256 and UnicodeData, don't bother with diffs, and rerun
2258 Branch: maint-5.8/perl
2259 ! lib/Unicode/UCD.t lib/unicore/Category.pl
2260 ! lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
2261 ! lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
2262 ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
2263 ! lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
2264 ! lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl
2265 ____________________________________________________________________________
2266 [ 18155] By: jhi on 2002/11/16 22:34:07
2267 Log: make regen_headers
2268 Branch: maint-5.8/perl
2269 ! pod/perlapi.pod proto.h
2270 ____________________________________________________________________________
2271 [ 18154] By: rgs on 2002/11/16 22:08:44
2272 Log: Correction to change #18152, by Dave Mitchell.
2275 ____________________________________________________________________________
2276 [ 18153] By: jhi on 2002/11/16 21:24:13
2277 Log: Tripped by the pseudo-hash warning.
2278 Branch: maint-5.8/perl
2280 ____________________________________________________________________________
2281 [ 18152] By: rgs on 2002/11/16 21:23:15
2282 Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
2283 From: Dave Mitchell <davem@fdgroup.com>
2284 Date: Sat, 16 Nov 2002 22:18:23 +0000
2285 Message-ID: <20021116221823.A23614@fdgroup.com>
2286 Documentation for change #18150.
2289 ____________________________________________________________________________
2290 [ 18151] By: rgs on 2002/11/16 20:45:26
2291 Log: Document PRIVSHIFT.
2292 Subject: [PATCH] two small doc patches
2293 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2294 Date: Thu, 14 Nov 2002 15:07:35 -0800
2295 Message-ID: <3yC19gzkguTO092yn@efn.org>
2298 ____________________________________________________________________________
2299 [ 18150] By: rgs on 2002/11/16 20:25:57
2300 Log: Subject: [PATCH] optional code for debugging leaking scalars
2301 From: Dave Mitchell <davem@fdgroup.com>
2302 Date: Thu, 14 Nov 2002 23:03:00 +0000
2303 Message-ID: <20021114230300.B18614@fdgroup.com>
2306 ____________________________________________________________________________
2307 [ 18149] By: rgs on 2002/11/16 20:10:50
2308 Log: New B::Lint option, bare-subs, that checks for implicitely
2309 quoted barewords that are also subroutines, from
2310 Ian Phillipps <ip@tarragon-et.co.uk>.
2311 Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
2312 With a few tweaks to the implementation and tests.
2313 (previous change was empty)
2315 ! ext/B/B/Lint.pm ext/B/t/lint.t
2316 ____________________________________________________________________________
2317 [ 18148] By: rgs on 2002/11/16 20:05:34
2318 Log: New B::Lint option, bare-subs, that checks for implicitely
2319 quoted barewords that are also subroutines, from
2320 Ian Phillipps <ip@tarragon-et.co.uk>.
2321 Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
2322 With a few tweaks to the implementation and tests.
2324 ! ext/B/B/Lint.pm ext/B/t/lint.t
2325 ____________________________________________________________________________
2326 [ 18147] By: rgs on 2002/11/16 19:52:54
2327 Log: Subject: [PATCH] Typo in perl58delta
2328 From: andreas.koenig@anima.de (Andreas J. Koenig)
2329 Date: Sat, 16 Nov 2002 16:29:14 +0100
2330 Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
2332 ! pod/perl58delta.pod
2333 ____________________________________________________________________________
2334 [ 18146] By: jhi on 2002/11/16 15:09:26
2335 Log: Typo noticed by Philip Newton.
2336 Branch: maint-5.8/perl
2338 ____________________________________________________________________________
2339 [ 18145] By: jhi on 2002/11/16 02:53:59
2340 Log: Add 5.005-style thread deprecation warning (at each
2342 Branch: maint-5.8/perl
2343 ! ext/Thread/Thread.xs pod/perldelta.pod pod/perldiag.pod
2344 ____________________________________________________________________________
2345 [ 18144] By: jhi on 2002/11/15 22:30:36
2346 Log: perlport tweaks:
2349 - metainformation changing
2351 Branch: maint-5.8/perl
2353 ____________________________________________________________________________
2354 [ 18143] By: jhi on 2002/11/15 04:37:24
2355 Log: Add pseudo-hashes deprecation warning (at each pseudo-hash access).
2356 Branch: maint-5.8/perl
2357 ! av.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/av
2358 ____________________________________________________________________________
2359 [ 18142] By: rgs on 2002/11/12 22:09:39
2360 Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
2361 From: Dave Mitchell <davem@fdgroup.com>
2362 Date: Thu, 7 Nov 2002 16:38:02 +0000
2363 Message-ID: <20021107163802.C25337@fdgroup.com>
2366 ____________________________________________________________________________
2367 [ 18141] By: merijn on 2002/11/12 16:15:30
2368 Log: repair 18139 (missing awk command)
2371 ____________________________________________________________________________
2372 [ 18140] By: merijn on 2002/11/12 16:12:14
2373 Log: added missing awk. <blush>
2375 ! U/modified/Oldconfig.U
2376 ____________________________________________________________________________
2377 [ 18139] By: merijn on 2002/11/12 14:20:36
2378 Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
2379 From: Jarkko Hietaniemi <jhi@iki.fi>
2380 Subject: [PATCH] Tru64 osvers
2381 Message-ID: <20021112144922.GI511825@lyta.hut.fi>
2384 ____________________________________________________________________________
2385 [ 18138] By: merijn on 2002/11/12 14:08:50
2386 Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
2387 From: Jarkko Hietaniemi <jhi@iki.fi>
2388 Subject: [PATCH] Tru64 osvers
2389 Message-ID: <20021112144922.GI511825@lyta.hut.fi>
2391 ! U/modified/Oldconfig.U
2392 ____________________________________________________________________________
2393 [ 18137] By: rgs on 2002/11/10 21:57:04
2394 Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
2395 From: Slaven Rezic <slaven.rezic@berlin.de>
2396 Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
2397 Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
2399 ! lib/Term/ReadLine.pm
2400 ____________________________________________________________________________
2401 [ 18136] By: rgs on 2002/11/10 21:38:44
2402 Log: Subject: t/run/runenv.t bug
2403 From: Salvador "Fandiño" <sfandino@yahoo.com>
2404 Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
2405 Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
2408 ____________________________________________________________________________
2409 [ 18135] By: rgs on 2002/11/10 21:30:36
2410 Log: Subject: [PATCH] perlopentut and PerlIO documentation
2411 From: Slaven Rezic <slaven.rezic@berlin.de>
2412 Date: 08 Nov 2002 22:22:19 +0100
2413 Message-ID: <8765v7kb90.fsf@vran.herceg.de>
2415 ! lib/PerlIO.pm pod/perlopentut.pod
2416 ____________________________________________________________________________
2417 [ 18134] By: jhi on 2002/11/09 22:10:52
2418 Log: Update Changes.
2419 Branch: maint-5.8/perl
2420 ! Changes patchlevel.h
2421 ____________________________________________________________________________
2422 [ 18133] By: jhi on 2002/11/09 21:56:38
2426 Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
2427 From: "david@dhaller.de (via RT)" <perlbug@perl.org>
2428 Date: 23 Oct 2002 18:42:51 -0000
2429 Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
2432 Subject: PATCH x2p/find2perl.PL
2433 From: "Newton, Philip" <Philip.Newton@datenrevision.de>
2434 Date: Thu, 24 Oct 2002 10:05:19 +0200
2435 Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
2438 Subject: [PATCH] File::Temp documentation fix
2439 From: Slaven Rezic <slaven.rezic@berlin.de>
2440 Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
2441 Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
2444 Subject: Re: The Inaba patch for tr/// vs. use encoding
2445 From: Dan Kogai <dankogai@dan.co.jp>
2446 Date: Fri, 25 Oct 2002 13:04:00 +0900
2447 Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
2448 Branch: maint-5.8/perl
2449 +> t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
2451 !> MANIFEST ext/Fcntl/t/syslfs.t lib/File/Temp.pm t/op/lfs.t
2453 ____________________________________________________________________________
2454 [ 18132] By: jhi on 2002/11/09 21:50:30
2458 Subject: Re: [perl #18038] DESTROY change in 5.8.0?
2459 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2460 Date: Sun, 03 Nov 2002 15:48:18 -0800
2461 Message-ID: <CXbx9gzkgS8W092yn@efn.org>
2462 Branch: maint-5.8/perl
2464 ____________________________________________________________________________
2465 [ 18131] By: jhi on 2002/11/09 21:28:07
2469 Subject: [perl #18154] Problem found in calculating offsets in regex
2470 From: Mark Pease (via RT) <perlbug@perl.org>
2471 Date: 29 Oct 2002 20:23:54 -0000
2472 Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
2475 Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
2476 From: Gurusamy Sarathy <gsar@ActiveState.com>
2477 Date: Sat, 19 Oct 2002 12:11:43 -0700
2478 Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
2479 Branch: maint-5.8/perl
2480 !> doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c regcomp.c
2482 ____________________________________________________________________________
2483 [ 18130] By: jhi on 2002/11/09 21:25:39
2487 Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
2489 Date: Sun, 03 Nov 2002 16:41:24 +0000
2490 Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
2492 (closure.t required manual edit since blead had a new test)
2493 Branch: maint-5.8/perl
2494 !> ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
2496 ____________________________________________________________________________
2497 [ 18129] By: jhi on 2002/11/09 21:20:02
2501 Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
2502 From: Slaven Rezic <slaven.rezic@berlin.de>
2503 Date: 24 Oct 2002 00:44:35 +0200
2504 Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
2507 "make distclean" should remove the generated file lib/Config.pod.
2508 Branch: maint-5.8/perl
2509 !> Makefile.SH pod/perldiag.pod pod/perlfunc.pod pp_sys.c
2510 !> t/io/binmode.t t/io/print.t t/io/read.t t/lib/warnings/pp_sys
2511 ____________________________________________________________________________
2512 [ 18128] By: jhi on 2002/11/09 21:15:09
2516 The new test introduced in #18114 failed with threads
2518 (edit //= to be ||=)
2519 Branch: maint-5.8/perl
2520 !> ext/B/t/concise.t
2521 ____________________________________________________________________________
2522 [ 18127] By: jhi on 2002/11/09 21:07:43
2526 Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
2527 From: Stephen McCamant <smcc@mit.edu>
2528 Date: Thu, 31 Oct 2002 01:35:29 -0500
2529 Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
2531 plus a test case in ext/B/t/concise.t
2532 plus a (less intrusive, but less future-proof) fix for a
2533 similar problem in B::walkoptree_exec().
2535 (edit away dor and dorassign)
2536 Branch: maint-5.8/perl
2537 !> ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
2538 ____________________________________________________________________________
2539 [ 18126] By: jhi on 2002/11/09 19:00:47
2543 Subject: Re: [perl #18066] Bug in -I when path has double colons?
2544 From: Slaven Rezic <slaven.rezic@berlin.de>
2545 Date: 30 Oct 2002 11:18:47 +0100
2546 Message-ID: <87of9c2prs.fsf@vran.herceg.de>
2548 With the corresponding change to embed.fnc
2551 Subject: Re: Class::Struct, simple patch, tests
2552 From: Marty Pauley <marty+p5p@kasei.com>
2553 Date: Fri, 18 Oct 2002 22:26:38 +0100
2554 Message-ID: <20021018212638.GB3764@soto.kasei.com>
2558 Subject: [TEST] for [PATCH] bug in utf8.c(?)
2559 From: Marty Pauley <marty+p5p@kasei.com>
2560 Date: Fri, 18 Oct 2002 21:02:38 +0100
2561 Message-ID: <20021018200238.GY3764@soto.kasei.com>
2564 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
2565 character is UTF-8. (Copied from pp_lcfirst.)
2566 2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
2569 Put back the DO NOT EDIT headers in proto.h and global.sym
2571 Subject: Re: [perl #18066] Bug in -I when path has double colons?
2572 From: Slaven Rezic <slaven.rezic@berlin.de>
2573 Date: 03 Nov 2002 10:25:10 +0100
2574 Message-ID: <87adkrngy1.fsf@vran.herceg.de>
2577 Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
2579 Date: Tue, 05 Nov 2002 13:30:00 +0000
2580 Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
2582 This is half of the fix for #18107. The swash_init() problems
2583 described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
2584 but can now be seen only with UTF-8 test cases.
2588 Backport change #18078 to warnings.pl.
2590 plus make regen_headers
2591 Branch: maint-5.8/perl
2594 !> MANIFEST dump.c embed.fnc embed.h embedvar.h global.sym
2595 !> lib/Class/Struct.pm lib/Class/Struct.t lib/utf8.t perl.c
2596 !> perlapi.c perlapi.h pp.c proto.h t/run/runenv.t warnings.pl
2597 ____________________________________________________________________________
2598 [ 18125] By: hv on 2002/11/07 14:01:57
2599 Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
2600 From: Dan Kogai <dankogai@dan.co.jp>
2601 Date: Fri, 25 Oct 2002 13:04:00 +0900
2602 Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
2604 + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
2607 ____________________________________________________________________________
2608 [ 18124] By: hv on 2002/11/07 13:51:39
2609 Log: Subject: [PATCH] File::Temp documentation fix
2610 From: Slaven Rezic <slaven.rezic@berlin.de>
2611 Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
2612 Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
2615 ____________________________________________________________________________
2616 [ 18123] By: hv on 2002/11/07 13:46:59
2617 Log: Subject: PATCH x2p/find2perl.PL
2618 From: "Newton, Philip" <Philip.Newton@datenrevision.de>
2619 Date: Thu, 24 Oct 2002 10:05:19 +0200
2620 Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
2623 ____________________________________________________________________________
2624 [ 18122] By: hv on 2002/11/07 13:40:25
2625 Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
2626 From: "david@dhaller.de (via RT)" <perlbug@perl.org>
2627 Date: 23 Oct 2002 18:42:51 -0000
2628 Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
2630 ! ext/Fcntl/t/syslfs.t t/op/lfs.t
2631 ____________________________________________________________________________
2632 [ 18121] By: hv on 2002/11/07 13:21:15
2633 Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
2634 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2635 Date: Sun, 03 Nov 2002 15:48:18 -0800
2636 Message-ID: <CXbx9gzkgS8W092yn@efn.org>
2639 ____________________________________________________________________________
2640 [ 18120] By: hv on 2002/11/07 13:14:21
2641 Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
2642 From: Gurusamy Sarathy <gsar@ActiveState.com>
2643 Date: Sat, 19 Oct 2002 12:11:43 -0700
2644 Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
2646 ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
2647 ____________________________________________________________________________
2648 [ 18119] By: hv on 2002/11/07 12:13:28
2649 Log: Subject: [perl #18154] Problem found in calculating offsets in regex
2650 From: Mark Pease (via RT) <perlbug@perl.org>
2651 Date: 29 Oct 2002 20:23:54 -0000
2652 Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
2655 ____________________________________________________________________________
2656 [ 18118] By: hv on 2002/11/07 11:33:38
2657 Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
2659 Date: Sun, 03 Nov 2002 16:41:24 +0000
2660 Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
2662 ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
2664 ____________________________________________________________________________
2665 [ 18117] By: rgs on 2002/11/06 22:15:36
2666 Log: "make distclean" should remove the generated file lib/Config.pod.
2669 ____________________________________________________________________________
2670 [ 18116] By: rgs on 2002/11/06 22:11:06
2671 Log: The new test introduced in #18114 failed with threads
2674 ____________________________________________________________________________
2675 [ 18115] By: rgs on 2002/11/06 20:43:14
2676 Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
2677 From: Slaven Rezic <slaven.rezic@berlin.de>
2678 Date: 24 Oct 2002 00:44:35 +0200
2679 Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
2681 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
2682 ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
2683 ____________________________________________________________________________
2684 [ 18114] By: rgs on 2002/11/06 20:08:53
2685 Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
2686 From: Stephen McCamant <smcc@mit.edu>
2687 Date: Thu, 31 Oct 2002 01:35:29 -0500
2688 Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
2690 plus a test case in ext/B/t/concise.t
2691 plus a (less intrusive, but less future-proof) fix for a
2692 similar problem in B::walkoptree_exec().
2694 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
2695 ____________________________________________________________________________
2696 [ 18113] By: rgs on 2002/11/05 20:11:55
2697 Log: make regen_headers.
2698 Backport change #18078 to warnings.pl.
2700 ! global.sym perlapi.c perlapi.h proto.h warnings.pl
2701 ____________________________________________________________________________
2702 [ 18112] By: jhi on 2002/11/05 13:26:28
2704 Branch: maint-5.8/perl
2705 ! embed.h embedvar.h global.sym perlapi.c perlapi.h proto.h
2706 ____________________________________________________________________________
2707 [ 18111] By: jhi on 2002/11/05 13:24:59
2711 [PATCH] embed.pl doc. (embed.pl reorganization for doc headers)
2712 Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
2713 With some additional modifications
2716 Repair broken previous patch. I don't like it, but not repairing it
2717 breaks each and every build. Will teach me to test on the same
2718 machine where I patched it. Sorry.
2721 Put back the DO NOT EDIT headers in proto.h and global.sym
2723 Subject: Re: [perl #18066] Bug in -I when path has double colons?
2724 From: Slaven Rezic <slaven.rezic@berlin.de>
2725 Date: 03 Nov 2002 10:25:10 +0100
2726 Message-ID: <87adkrngy1.fsf@vran.herceg.de>
2727 Branch: maint-5.8/perl
2729 ____________________________________________________________________________
2730 [ 18110] By: jhi on 2002/11/05 13:12:12
2734 MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
2735 Thu, 25 Jul 2002, Andy Dougherty
2737 (had to regen Configure)
2738 Branch: maint-5.8/perl
2739 ! Configure config_h.SH
2741 ____________________________________________________________________________
2742 [ 18109] By: ams on 2002/11/05 13:03:34
2743 Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
2745 Date: Tue, 05 Nov 2002 13:30:00 +0000
2746 Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
2748 This is half of the fix for #18107. The swash_init() problems
2749 described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
2750 but can now be seen only with UTF-8 test cases.
2753 ____________________________________________________________________________
2754 [ 18108] By: merijn on 2002/11/05 07:52:08
2755 Log: Put back the DO NOT EDIT headers in proto.h and global.sym
2757 Subject: Re: [perl #18066] Bug in -I when path has double colons?
2758 From: Slaven Rezic <slaven.rezic@berlin.de>
2759 Date: 03 Nov 2002 10:25:10 +0100
2760 Message-ID: <87adkrngy1.fsf@vran.herceg.de>
2763 ____________________________________________________________________________
2764 [ 18107] By: ams on 2002/11/05 03:43:46
2765 Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
2766 character is UTF-8. (Copied from pp_lcfirst.)
2767 2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
2770 ____________________________________________________________________________
2771 [ 18106] By: hv on 2002/11/05 01:43:27
2772 Log: new test based on:
2773 Subject: [TEST] for [PATCH] bug in utf8.c(?)
2774 From: Marty Pauley <marty+p5p@kasei.com>
2775 Date: Fri, 18 Oct 2002 21:02:38 +0100
2776 Message-ID: <20021018200238.GY3764@soto.kasei.com>
2779 ____________________________________________________________________________
2780 [ 18105] By: hv on 2002/11/05 00:59:30
2781 Log: Subject: Re: Class::Struct, simple patch, tests
2782 From: Marty Pauley <marty+p5p@kasei.com>
2783 Date: Fri, 18 Oct 2002 22:26:38 +0100
2784 Message-ID: <20021018212638.GB3764@soto.kasei.com>
2786 ! lib/Class/Struct.pm lib/Class/Struct.t
2787 ____________________________________________________________________________
2788 [ 18104] By: jhi on 2002/11/04 22:23:54
2791 nanosleep on VMS not present
2792 Branch: maint-5.8/perl
2794 ____________________________________________________________________________
2795 [ 18103] By: jhi on 2002/11/04 22:11:33
2798 nanosleep probes as per Jarkko's request
2800 (and regen Configure)
2801 Branch: maint-5.8/perl
2802 ! Configure config_h.SH
2803 !> NetWare/config_H.wc Porting/config.sh Porting/config_H
2804 !> epoc/config.sh perl.h win32/config.bc win32/config.gc
2805 !> win32/config.vc win32/config.vc64 win32/config_H.bc
2806 !> win32/config_H.gc win32/config_H.vc win32/config_H.vc64
2807 !> wince/config.ce wince/config_H.ce
2808 ____________________________________________________________________________
2809 [ 18102] By: rgs on 2002/11/04 21:43:53
2810 Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
2811 From: Slaven Rezic <slaven.rezic@berlin.de>
2812 Date: 30 Oct 2002 11:18:47 +0100
2813 Message-ID: <87of9c2prs.fsf@vran.herceg.de>
2815 With the corresponding change to embed.fnc
2818 ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
2819 ! proto.h t/run/runenv.t
2820 ____________________________________________________________________________
2821 [ 18101] By: jhi on 2002/11/04 21:29:57
2825 Subject: [PATCH] Configure missing d_modflproto=''
2826 From: "Gerrit P. Haase" <gp@familiehaase.de>
2827 Date: Tue, 13 Aug 2002 15:11:05 +0200
2828 Message-id: <11417599086.20020813151105@familiehaase.de>
2831 Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
2832 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2833 Date: Tue, 23 Jul 2002 09:21:10 +0200
2834 Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
2837 [PATCH perl@17882] configure.com needs d_modflproto
2838 Thu 12 Sep 2002 23:19, "Craig A. Berry"
2841 Subject: [PATCH] AIX hints missinga >&4
2842 From: Jarkko Hietaniemi <jhi@iki.fi>
2843 Date: Fri, 13 Sep 2002 16:48:42 +0300
2844 Message-ID: <20020913134842.GD8929@lyta.hut.fi>
2845 Branch: maint-5.8/perl
2846 !> Configure configure.com hints/aix.sh
2847 ____________________________________________________________________________
2848 [ 18100] By: jhi on 2002/11/04 21:21:09
2849 Log: Integrate (two changes that are followups for changes already in)
2852 perldelta for #17727
2855 #17827 misses some win32 tweaks
2856 Branch: maint-5.8/perl
2857 !> pod/perldelta.pod win32/Makefile win32/makefile.mk
2858 ____________________________________________________________________________
2859 [ 18099] By: jhi on 2002/11/04 21:17:25
2860 Log: Integrate (automerge didn't work, required manual copying from
2861 a post-17815 snapshot and editing a '59' to '58')
2864 formatting cleanup and:
2865 Subject: Re: perl-5.8.0 on HP porting center
2866 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2867 Date: Thu, 29 Aug 2002 12:23:31 +0200
2868 Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
2869 Branch: maint-5.8/perl
2871 ____________________________________________________________________________
2872 [ 18098] By: jhi on 2002/11/04 18:53:22
2873 Log: Kick patchlevel.
2874 Branch: maint-5.8/perl
2876 ____________________________________________________________________________
2877 [ 18097] By: jhi on 2002/11/04 18:52:23
2878 Log: Update Changes.
2879 Branch: maint-5.8/perl
2880 ! Changes patchlevel.h
2881 ____________________________________________________________________________
2882 [ 18096] By: jhi on 2002/11/04 18:46:09
2886 extend #13786 to cover the other four identical chunks of code
2887 to avoid looping under overload.
2890 How pre-5.9.0 Perl can be fooled by a defined-or.
2893 s/Perlf/Perl/ (thanks rgs)
2894 Branch: maint-5.8/perl
2895 !> pod/perldiag.pod sv.c
2896 ____________________________________________________________________________
2897 [ 18095] By: jhi on 2002/11/04 17:45:47
2898 Log: Integrate (now tests 100% in Tru64 5.1A):
2901 [PATCH] Typo configpm
2902 Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2905 Tru64, gcc -O3, datasize
2906 Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
2909 Subject: Re: [perl #17064] illegal legal unicode character
2911 Date: Mon, 04 Nov 2002 13:23:49 +0000
2912 Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
2915 integrate from perlio: changes #17709, #17795, #17796, #18032
2919 Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
2920 Branch: maint-5.8/perl
2921 !> Porting/apply README.tru64 configpm ext/PerlIO/t/encoding.t
2922 !> ext/PerlIO/t/via.t ext/PerlIO/via/via.xs hints/dec_osf.sh
2923 !> lib/charnames.pm lib/charnames.t perlio.c regexec.c
2924 !> t/io/crlf.t t/op/split.t
2925 ____________________________________________________________________________
2926 [ 18094] By: merijn on 2002/11/04 16:08:22
2927 Log: Changed the warning detection pattern because of:
2929 Subject: ccache gcc3.2 doesn't work
2930 From: Nicholas Clark <nick@ccl4.org>
2931 Date: Tue, 29 Oct 2002 15:01:39
2932 Message-ID: <20021029150139.J82080@plum.flirble.org>
2935 ____________________________________________________________________________
2936 [ 18093] By: jhi on 2002/11/04 16:06:39
2937 Log: s/Perlf/Perl/ (thanks rgs)
2940 ____________________________________________________________________________
2941 [ 18092] By: merijn on 2002/11/04 15:57:58
2942 Log: Using ccache will change the warning that we want to catch
2943 Mon, 04 Nov 2002; H.Merijn Brand, Nicholas Clark
2944 Branch: metaconfig/U/perl
2946 ____________________________________________________________________________
2947 [ 18091] By: jhi on 2002/11/04 15:50:07
2948 Log: How pre-5.9.0 Perl can be fooled by a defined-or.
2951 ____________________________________________________________________________
2952 [ 18090] By: hv on 2002/11/04 15:49:29
2953 Log: extend #13786 to cover the other four identical chunks of code
2954 to avoid looping under overload.
2957 ____________________________________________________________________________
2958 [ 18089] By: jhi on 2002/11/04 15:44:28
2959 Log: The //= meme seems to be catching on.
2960 Branch: maint-5.8/perl
2962 ____________________________________________________________________________
2963 [ 18088] By: merijn on 2002/11/04 15:37:06
2964 Log: Charnames take 4
2965 Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
2967 ! lib/charnames.pm lib/charnames.t
2968 ____________________________________________________________________________
2969 [ 18087] By: jhi on 2002/11/04 15:28:23
2973 Main branch no longer needs op/taint.t version check.
2974 Branch: maint-5.8/perl
2976 ____________________________________________________________________________
2977 [ 18086] By: hv on 2002/11/04 15:16:34
2978 Log: integrate from perlio: changes #17709, #17795, #17796, #18032
2980 !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
2981 !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
2982 ____________________________________________________________________________
2983 [ 18085] By: hv on 2002/11/04 12:17:12
2984 Log: Subject: Re: [perl #17064] illegal legal unicode character
2986 Date: Mon, 04 Nov 2002 13:23:49 +0000
2987 Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
2989 ! regexec.c t/op/split.t
2990 ____________________________________________________________________________
2991 [ 18084] By: merijn on 2002/11/04 11:04:45
2992 Log: Tru64, gcc -O3, datasize
2993 Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
2995 ! README.tru64 hints/dec_osf.sh
2996 ____________________________________________________________________________
2997 [ 18083] By: merijn on 2002/11/04 10:58:52
2999 Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3002 ____________________________________________________________________________
3003 [ 18082] By: jhi on 2002/11/04 05:38:52
3004 Log: Integrate: the same caveat as for #18080.
3007 upgrade bignum to v0.13: fix test failures and update docs
3010 fix bignum test failures
3013 #17780 relies on unixy paths to locate own directory for bignum tests.
3016 fix non-ANSI C++-style comment
3017 Subject: [ PATCH ] Smoke 17780 /pro/3gl/CPAN/perl-current
3018 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3019 Date: Mon, 26 Aug 2002 09:15:18 +0200
3020 Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
3023 Subject: [PATCH] op/getpid.t failure
3024 From: Michael G Schwern <schwern@pobox.com>
3025 Date: Tue, 3 Sep 2002 17:48:24 -0700
3026 Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
3029 temporarily skip failing Storable tests caused by #17869
3032 Subject: [PATCH] more PASE wisdom
3033 From: Jarkko Hietaniemi <jhi@iki.fi>
3034 Date: Fri, 13 Sep 2002 00:17:39 +0300
3035 Message-ID: <20020912211739.GB6980@lyta.hut.fi>
3038 Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
3039 From: Jarkko Hietaniemi <jhi@iki.fi>
3040 Date: Thu, 19 Sep 2002 18:59:48 +0300
3041 Message-Id: <20020919155948.GU208696@lyta.hut.fi>
3043 Subject: [PATCH] more PASE tweakage
3044 From: Jarkko Hietaniemi <jhi@iki.fi>
3045 Date: Thu, 19 Sep 2002 18:01:44 +0300
3046 Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
3049 Subject: Re: [perl #17376] Bug Report - our(%)
3050 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3051 Date: Tue, 01 Oct 2002 09:54:30 -0700
3052 Message-ID: <GNdm9gzkgWOS092yn@efn.org>
3055 Subject: [PATCH] Storable and code serialization: documentation
3056 From: Slaven Rezic <slaven.rezic@berlin.de>
3057 Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
3058 Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
3061 Add a line about 2.05.
3064 Subject: Re: Not OK 17969
3065 From: Slaven Rezic <slaven.rezic@berlin.de>
3066 Date: 03 Oct 2002 13:12:58 +0200
3067 Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
3070 Fix a precedence problem.
3073 Complement to change #17976 :
3074 there was a similar bug on rdo().
3075 Increment $Safe::VERSION.
3078 Upgrade Safe.pm to 2.09 after CPAN backport.
3079 Fix testcases to run properly outside perl core build enviroment.
3082 Remove use of caller() in strict.pm, and tighten Safe compartment
3083 for Storable tests to match.
3086 Subject: [PATCH] perl573delta delinting
3087 From: Jarkko Hietaniemi <jhi@iki.fi>
3088 Date: Fri, 4 Oct 2002 16:19:31 +0300
3089 Message-ID: <20021004131931.GE278184@lyta.hut.fi>
3092 Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
3093 From: Nicholas Clark <nick@unfortu.net>
3094 Date: Mon, 7 Oct 2002 23:35:34 +0100
3095 Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
3098 Subject: Re: [PATCH] perl573delta delinting
3099 From: Philip Newton <Philip.Newton@gmx.net>
3100 Date: Sat, 12 Oct 2002 21:25:49 +0200
3101 Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
3104 Subject: Japanese translation of Storable
3105 From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
3106 Date: Tue, 15 Oct 2002 06:31:01 +0900
3107 Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
3110 Subject: Re: [perl #17061] no strict 'garbage'
3111 From: Slaven Rezic <slaven.rezic@berlin.de>
3112 Date: 10 Oct 2002 16:23:22 +0200
3113 Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
3116 Subject: [PATCH lib/IO.t] Add tests for IO.pm
3117 From: chromatic <chromatic@wgz.org>
3118 Date: Mon, 21 Oct 2002 20:27:43 -0700
3119 Message-ID: <20021022033253.57952.qmail@onion.perl.org>
3122 change #18038 gives too many problems on t/450_service.t; disable
3124 Branch: maint-5.8/perl
3125 !> (integrate 32 files)
3126 ____________________________________________________________________________
3127 [ 18081] By: jhi on 2002/11/04 05:26:36
3131 Subject: Re: [PATCH] Storable and CODE references
3132 From: Slaven Rezic <slaven.rezic@berlin.de>
3133 Date: 17 Aug 2002 21:58:03 +0200
3134 Message-id: <87bs812r78.fsf@vran.herceg.de>
3135 Branch: maint-5.8/perl
3136 +> ext/Storable/t/code.t
3137 !> MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
3138 !> ext/Storable/t/malice.t
3139 ____________________________________________________________________________
3140 [ 18080] By: jhi on 2002/11/04 05:23:04
3141 Log: The first big import towards 5.8.1, @18078. Please do NOT
3142 expect all to work yet, some tests will fail. This is just
3143 a reasonably optimal/maximal push in the general direction.
3146 Upgrade to Unicode::Collate 0.20.
3149 Subject: [PATCH] Typo in regcomp.c
3150 From: Chris Ball <chris@cpan.org>
3151 Date: 26 Jul 2002 17:49:35 +0100
3152 Message-Id: <868z3yzb6o.fsf@void.printf.net>
3153 (With additional tweak to s_reginclasslen.)
3156 Subject: Re: mention of "use sort" botched in perlfunc?
3157 From: Michael G Schwern <schwern@pobox.com>
3158 Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
3159 Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
3162 Subject: [PATCH] AUTHORS
3163 From: Walt Mankowski <waltman@pobox.com>
3164 Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
3165 Message-id: <20020721025612.GB15958@pobox.com>
3168 Subject: [PATCH] AUTHORS
3169 From: Colin Watson <colinw@zeus.com>
3170 Date: Thu, 25 Jul 2002 15:54:37 +0100
3171 Message-id: <20020725145437.GC4921@zeus.com>
3174 Fix email address for Kragen Sitaker <kragen@pobox.com>.
3177 Subject: Re: [PATCH] Re: taint news
3178 From: Rick Delaney <rick.delaney@rogers.com>
3179 Date: 04 Aug 2002 00:28:58 EDT
3180 Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
3184 Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
3186 Date: Sun, 04 Aug 2002 17:40:30 +0100
3187 Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
3190 [ID 20020704.001] again: #17678 caused test failures in pod2html,
3191 in which $1 could leak from previous regexp
3194 warn that keywords.h is generated
3200 Integrate from maint-5.6/macperl via macperl
3201 Changes 17660, 17661, 17662, 17663, 17664
3204 Integrate from perlio: change #17653 fixes bug RT15283
3207 Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
3208 From: "John P. Linderman" <jpl@research.att.com>
3209 Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
3210 Message-id: <200207211613.MAA69505@raptor.research.att.com>
3213 More regression tests for $^H and %^H.
3214 Add a TODO test for eval "" preserving %^H.
3217 PerlIO::scalar wasn't able to read from non-string
3218 scalar ; now stringifies its argument.
3221 Subject: [PATCH] XS build fix for VMS
3222 From: "Craig A. Berry" <craigberry@mac.com>
3223 Date: Sun, 4 Aug 2002 12:13:06 -0500
3224 Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
3227 Subject: Re: no warnings 'io';
3228 From: Nicholas Clark <nick@unfortu.net>
3229 Date: Sat, 27 Jul 2002 21:49:55 +0100
3230 Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
3232 Plus a little bit of regression tests.
3235 Doc fix : the symbol for COPs wasn't documented.
3238 Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
3239 From: Henrik Tougaard (via RT) <perlbug@perl.org>
3240 Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
3241 Message-id: <rt-15398-31095.6.30466042998663@perl>
3244 Subject: [PATCH] README.jp and README.cn
3245 From: Autrijus Tang <autrijus@autrijus.org>
3246 Date: Thu, 25 Jul 2002 07:05:11 +0800
3247 Message-id: <20020724230511.GA1327@not.autrijus.org>
3250 Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
3251 From: Abigail <abigail@foad.org>
3252 Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
3253 Message-id: <20020725085252.A2703@ucan.foad.org>
3256 Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
3257 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3258 Date: Wed, 31 Jul 2002 16:04:02 +0200
3259 Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
3262 Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
3263 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3264 Date: Fri, 2 Aug 2002 00:13:10 +0200
3265 Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
3268 Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
3269 From: Slaven Rezic <slaven.rezic@berlin.de>
3270 Date: 31 Jul 2002 09:50:06 +0200
3271 Message-id: <87ado85ob5.fsf@vran.herceg.de>
3274 Subject: Doc patch for Class::Struct under 5.8.0
3275 From: Damian Conway <damian@conway.org>
3276 Date: Tue, 30 Jul 2002 23:03:14 +1000
3277 Message-id: <3D471FCF.1C7C6E6B@conway.org>
3280 Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
3281 From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
3282 Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
3283 Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
3286 Subject: [PATCH] Re: [perl #15898] coredump with variable our
3287 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3288 Date: Fri, 2 Aug 2002 23:44:21 +0200
3289 Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
3292 Subject: [DOC PATCH] perlipc.pod
3293 From: Arjen Laarhoven <arjen@nl.demon.net>
3294 Date: Tue, 6 Aug 2002 14:16:01 +0200
3295 Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
3298 Subject: [PATCH] Re: pp_sys.c compile failed..
3299 From: Andy Dougherty <doughera@lafayette.edu>
3300 Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
3301 Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
3304 Subject: Re: README.aix
3305 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3306 Date: Tue, 30 Jul 2002 13:30:29 +0200
3307 Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
3310 Fix bug #16080 : an attribute list should end at '}'
3313 More tests for the attribute syntax, from the
3317 Subject: Re: missing lower range in {} regex
3318 From: "John P. Linderman" <jpl@research.att.com>
3319 Date: Fri, 09 Aug 2002 12:48:55 -0400
3320 Message-ID: <200208091648.MAA77577@raptor.research.att.com>
3323 Subject: New HP-UX itanium servers
3324 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3325 Date: Wed, 07 Aug 2002 13:25:57 +0200
3326 Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
3329 Subject: [PATCH] pod/perlfaq4.pod
3330 From: Abigail <abigail@foad.org>
3331 Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
3332 Message-id: <20020730095202.A6462@ucan.foad.org>
3333 Add references to Regexp::Common.
3336 Subject: [PATCH s2p] Small typo correction
3337 From: "Newton, Philip" <Philip.Newton@datenrevision.de>
3338 Date: Wed, 7 Aug 2002 11:50:51 +0200
3339 Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
3342 Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
3343 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3344 Date: Mon, 12 Aug 2002 10:25:20 +0200
3345 Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
3346 gcc bug test needs -lm
3349 Subject: [PATCH] gv_fullname3 as call to gv_fullname4
3350 From: Nicholas Clark <nick@unfortu.net>
3351 Date: Sun, 11 Aug 2002 16:59:16 +0100
3352 Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
3355 Subject: [PATCH] perltodo.pod
3356 From: Richard.Foley@t-online.de
3357 Date: Sun, 11 Aug 2002 18:26:10 +0200
3358 Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
3362 Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
3363 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3364 Date: Sat, 13 Jul 2002 17:44:02 +0100
3365 Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
3368 Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
3369 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
3370 Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
3371 Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
3374 Subject: [perl #15987] Tests fail when sources are under CVS control
3375 From: Warren Jones (via RT) <perlbug@perl.org>
3376 Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
3377 Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
3380 Subject: Re: [PATCH] Re: taint news
3381 From: Rick Delaney <rick.delaney@rogers.com>
3382 Date: 04 Aug 2002 00:28:58 EDT
3383 Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
3384 missed patch fragment from Change #17676
3387 #17717 needed tests fixing up
3390 Subject: Minor perlrun.pod patch
3391 From: Iain Truskett <spoon@cpan.org>
3392 Date: Fri, 16 Aug 2002 16:20:27 +1000
3393 Message-Id: <20020816162027.D17196@eh.org>
3396 ext/B/defsubs.h also depends on the program that builds it
3399 Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
3400 From: Mark-Jason Dominus <mjd@plover.com>
3401 Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
3402 Message-id: <20020415033855.6343.qmail@plover.com>
3405 Subject: [PATCH] Safe.pm documentation
3406 From: Slaven Rezic <slaven.rezic@berlin.de>
3407 Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
3408 Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
3411 Subject: Server rename revisited
3412 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3413 Date: Tue, 13 Aug 2002 19:19:03 +0200
3414 Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
3417 Subject: [PATCH] Re: Pod::Functions tpyo
3418 From: Abe Timmerman <abe@ztreet.demon.nl>
3419 Date: Tue, 13 Aug 2002 23:47:00 +0200
3420 Message-id: <200208132347.00782.abe@ztreet.demon.nl>
3423 Subject: Re: [perl #16198] pod tpyo in hostent.pm
3424 From: Mark-Jason Dominus <mjd@plover.com>
3425 Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
3426 Message-id: <20020814011909.22744.qmail@plover.com>
3429 Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
3430 From: Dave Mitchell <davem@fdgroup.com>
3431 Date: Fri, 16 Aug 2002 23:31:07 +0100
3432 Message-id: <20020816233107.E9388@fdgroup.com>
3435 Effect a speedy recovery from POD affected by (ahem, Australian)
3439 Subject: Re: [PATCH] fix typos in perlpacktut
3440 From: "Mr. Nobody" <mrnobo1024@yahoo.com>
3441 Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
3442 Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
3445 Subject: typo in perfunc.pod
3446 From: "John P. Linderman" <jpl@research.att.com>
3447 Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
3448 Message-id: <200208191245.IAA20072@raptor.research.att.com>
3451 todo test for linux $0 modification
3452 Subject: Re: [perl #16206] $0 in 5.8
3453 From: Slaven Rezic <slaven.rezic@berlin.de>
3454 Date: 17 Aug 2002 21:32:37 +0200
3455 Message-id: <87elcx2sdm.fsf@vran.herceg.de>
3458 avoid use of %caller::EXPORT
3459 Subject: [PATCH] Re: question about Exporter::import
3460 From: Nicholas Clark <nick@unfortu.net>
3461 Date: Wed, 14 Aug 2002 21:33:12 +0100
3462 Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
3465 Subject: [PATCH] Fix DBM filters
3466 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
3467 Date: Wed, 21 Aug 2002 11:40:49 +0100
3468 Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
3471 Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
3472 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3473 Date: Fri, 26 Jul 2002 02:59:12 +0900
3474 Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
3477 Subject: podlators 1.24 released
3478 From: Russ Allbery <rra@stanford.edu>
3479 Date: Sat, 03 Aug 2002 20:56:42 -0700
3480 Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
3483 Subject: ANNOUNCE: Math-BigInt v1.62
3484 From: Tels <perl_dummy@bloodgate.com>
3485 Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
3486 Message-Id: <200208211513.g7LFDUs02512@crypt.org>
3489 new files from #17754
3492 Subject: ANNOUCNE: Math::BigRat v0.09
3493 From: Tels <perl_dummy@bloodgate.com>
3494 Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
3495 Message-Id: <200208141812.g7EICrV23771@crypt.org>
3501 bignum-0.12 updates from:
3502 Subject: [ANNOUCNE] Big Math::Big* update
3503 From: Tels <perl_dummy@bloodgate.com>
3504 Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
3505 Message-Id: <200208132121.g7DLLRV21408@crypt.org>
3508 Subject: [PATCH] x2p/str.c signedness nits
3509 From: Jarkko Hietaniemi <jhi@iki.fi>
3510 Date: Fri, 23 Aug 2002 02:43:30 +0300
3511 Message-Id: <20020822234330.GC31624@lyta.hut.fi>
3514 Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
3515 From: Jarkko Hietaniemi <jhi@iki.fi>
3516 Date: Fri, 23 Aug 2002 05:29:09 +0300
3517 Message-Id: <20020823022909.GC9135@lyta.hut.fi>
3520 Incorporate fix from JHI at:
3521 http://rt.perl.org/rt2/Ticket/Display.html?id=16708
3524 a2p wasn't installed with -Dversiononly
3527 Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
3528 From: Nicholas Clark <nick@unfortu.net>
3529 Date: Sat, 24 Aug 2002 17:01:08 +0100
3530 Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
3534 Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
3535 From: Peter BARABAS (via RT) <perlbug@perl.org>
3536 Date: 24 Aug 2002 08:16:19 -0000
3537 Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
3540 Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
3541 From: "Randy W. Sims" (via RT) <perlbug@perl.org>
3542 Date: 18 Aug 2002 13:27:12 -0000
3543 Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
3546 Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
3547 From: Anton Berezin <tobez@tobez.org>
3548 Date: Tue, 20 Aug 2002 23:44:25 +0200
3549 Message-ID: <20020820214425.GG16178@heechee.tobez.org>
3552 Subject: bit more for WinCE
3553 From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
3554 Date: Wed, 21 Aug 2002 01:31:52 +0400
3555 Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
3558 Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
3559 From: "Jos I. Boumans" <kane@cpan.org>
3560 Date: Wed, 21 Aug 2002 14:55:51 +0200
3561 Message-ID: <20020821124817.34761.qmail@onion.perl.org>
3564 Subject: Newdated info for HP-UX
3565 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3566 Date: Wed, 21 Aug 2002 20:20:17 +0200
3567 Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
3570 Subject: Re: p5p patches
3571 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3572 Date: Fri, 23 Aug 2002 15:27:48 +0200
3573 Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
3576 Subject: Re: a bugfix for Pod::Html (in diff -u format)
3577 From: DH <crazyinsomniac@yahoo.com>
3578 Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
3579 Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
3582 Subject: [PATCH lib/Benchmark.(pm|t)] Make cmpthese work as documented.
3583 From: Abigail <abigail@foad.org>
3584 Date: Thu, 22 Aug 2002 04:10:39 -0700
3585 Message-ID: <20020822041039.A2089@ucan.foad.org>
3588 Subject: [perl #16729] crypt() doesn't work in multithreaded perl
3589 From: "mls@suse.de (via RT)" <perlbug@perl.org>
3590 Date: 23 Aug 2002 15:24:39 -0000
3591 Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
3594 Subject: [PATCH] ExtUtils::Constant 0.13
3595 From: Nicholas Clark <nick@unfortu.net>
3596 Date: Fri, 23 Aug 2002 19:21:12 +0100
3597 Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
3600 Subject: Encode 1.76 Released
3601 From: Dan Kogai <dankogai@dan.co.jp>
3602 Date: su elo 25, 2002 11:27:07 US/Eastern
3603 Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
3606 #17775 changed reentr.c instead of reentr.pl, which generates it
3609 new test for change #17773
3610 Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
3611 From: DH <crazyinsomniac@yahoo.com>
3612 Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
3613 Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
3616 Subject: [ANNOUNCE] Test::Simple 0.47
3617 From: Michael G Schwern <schwern@pobox.com>
3618 Date: Mon, 26 Aug 2002 04:13:03 -0700
3619 Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
3622 Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
3623 From: "Sean M. Burke" <sburke@cpan.org>
3624 Date: Mon, 26 Aug 2002 04:38:19 -0600
3625 Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
3629 Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
3630 From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
3631 Date: 26 Aug 2002 15:01:36 -0000
3632 Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
3635 Subject: Patch perlvar.pod
3636 From: mjd@plover.com
3637 Date: 27 Aug 2002 03:03:01 -0000
3638 Message-Id: <20020827030301.32481.qmail@plover.com>
3641 #17783 introduced an outdated test module, causing failure in
3642 lib/ExtUtils/t/problems.t. This grabs a more recent copy from
3643 ExtUtils::MakeMaker.
3646 Missing MANIFEST files for #17783.
3649 Subject: Re: [perl #16677] B::SV::FLAGS dumps core
3650 From: Mark-Jason Dominus <mjd@plover.com>
3651 Date: Sun, 25 Aug 2002 22:31:54 -0400
3652 Message-ID: <20020826023154.22986.qmail@plover.com>
3655 Subject: [PATCH] posixify getppid on linux-multithread
3656 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3657 Date: Tue, 6 Aug 2002 21:56:46 +0200
3658 Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
3661 Subject: Re: if.pm bug.
3662 From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
3663 Date: Sun, 25 Aug 2002 00:27:59 +0200
3664 Message-ID: <20020824222210.16387.qmail@onion.perl.org>
3667 Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
3668 From: Mark-Jason Dominus <mjd@plover.com>
3669 Date: Sun, 25 Aug 2002 12:09:53 -0400
3670 Message-ID: <20020825160953.15987.qmail@plover.com>
3673 Subject: [PATCH] ExtUtils::Constant 0.14
3674 From: Nicholas Clark <nick@unfortu.net>
3675 Date: Sun, 25 Aug 2002 18:06:00 +0100
3676 Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
3679 Subject: [perl #16769] Documention bug
3680 From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
3681 Date: 26 Aug 2002 10:01:04 -0000
3682 Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
3685 Subject: [PATCH] AIX compiler setup sanity checking
3686 From: Jarkko Hietaniemi <jhi@iki.fi>
3687 Date: Thu, 29 Aug 2002 16:43:51 +0300
3688 Message-Id: <20020829134351.GG5219@lyta.hut.fi>
3691 Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
3692 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3693 Date: Tue, 27 Aug 2002 23:36:53 +0200
3694 Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
3698 Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
3699 From: "esm@pobox.com (via RT)" <perlbug@perl.org>
3700 Date: 27 Aug 2002 22:10:16 -0000
3701 Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
3704 #17449 failed to apply the actual patch. This is it.
3707 Subject: [PATCH] IRIX + INSTALL
3708 From: Jarkko Hietaniemi <jhi@iki.fi>
3709 Date: Fri, 30 Aug 2002 06:31:48 +0300
3710 Message-Id: <20020830033148.GA874@lyta.hut.fi>
3713 Subject: [PATCH] Tru64 vs Berkeley DB
3714 From: Jarkko Hietaniemi <jhi@iki.fi>
3715 Date: Fri, 30 Aug 2002 06:56:38 +0300
3716 Message-Id: <20020830035638.GB874@lyta.hut.fi>
3719 Subject: [PATCH] Fixes to threads::shared when disabled
3720 From: Michael G Schwern <schwern@pobox.com>
3721 Date: Wed, 28 Aug 2002 06:04:18 -0700
3722 Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
3725 Subject: Re: Recent changes on the HP porting center
3726 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3727 Date: Wed, 28 Aug 2002 17:39:27 +0200
3728 Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
3731 Subject: [PATCH] typos in Hash::Util documentation
3732 From: Slaven Rezic <slaven.rezic@berlin.de>
3733 Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
3734 Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
3737 Subject: [PATCH] Re: glob names and Regexp type introspection
3738 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3739 Date: Thu, 29 Aug 2002 17:31:31 -0700
3740 Message-ID: <jzrb9gzkgO7W092yn@efn.org>
3743 Subject: [PATCH] perlmod.pod nit
3744 From: Autrijus Tang <autrijus@autrijus.org>
3745 Date: Thu, 29 Aug 2002 03:49:34 +0800
3746 Message-ID: <20020828194934.GA12244@not.autrijus.org>
3749 Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
3750 From: "Brendan O'Dea" <bod@debian.org>
3751 Date: Thu, 29 Aug 2002 22:46:47 +1000
3752 Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
3755 Subject: [PATCH] AUTHORS
3756 From: "Brendan O'Dea" <bod@debian.org>
3757 Date: Thu, 29 Aug 2002 22:49:34 +1000
3758 Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
3761 add test related to change #17799:
3762 Subject: Re: if.pm bug.
3763 From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
3764 Date: Thu, 29 Aug 2002 19:39:58 +0200
3765 Message-ID: <20020829173358.34731.qmail@onion.perl.org>
3768 Advertise Linux::Pid.
3771 Some simple tests for the POSIX::isXXX() functions.
3775 Add a few tests to ext/B/t/b.t, make it use Test::More.
3778 Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
3779 From: Richard Soderberg (via RT) <perlbug@perl.org>
3780 Date: 3 Sep 2002 18:48:54 -0000
3781 Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
3783 Subject: [PATCH] A variety of README nitpicks.
3784 From: Richard Soderberg <rs@crystalflame.net>
3785 Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
3786 Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
3789 Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
3790 From: "John P. Linderman" <jpl@research.att.com>
3791 Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
3792 Message-Id: <200208271900.PAA98096@raptor.research.att.com>
3795 Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
3796 From: "Brendan O'Dea" <bod@debian.org>
3797 Date: Thu, 29 Aug 2002 22:42:39 +1000
3798 Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
3801 Subject: [PATCH] OS/400 PASE port
3802 From: Jarkko Hietaniemi <jhi@iki.fi>
3803 Date: Thu, 29 Aug 2002 22:22:51 +0300
3804 Message-ID: <20020829192251.GA27102@lyta.hut.fi>
3807 Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
3808 From: Michael G Schwern <schwern@pobox.com>
3809 Date: Fri, 30 Aug 2002 03:40:45 -0700
3810 Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
3813 Subject: Correction for AUTHORS.html
3814 From: Sean Davis <dive@ender.com>
3815 Date: Fri, 30 Aug 2002 03:51:16 -0700
3816 Message-ID: <20020830035116.A18739@endersgame.net>
3819 update email address for Paul Marquess
3822 Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
3823 From: Jarkko Hietaniemi <jhi@iki.fi>
3824 Date: Sun, 1 Sep 2002 19:23:55 +0300
3825 Message-ID: <20020901162355.GH12536@lyta.hut.fi>
3828 perldoc: allow arguments for pager
3829 Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
3830 From: Chip Turner <cturner@redhat.com>
3831 Date: 02 Sep 2002 01:17:23 -0400
3832 Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
3835 fix coredump after 64k-deep recursion
3836 Subject: Re: debugging coredump with -DD
3838 Date: Tue, 03 Sep 2002 14:34:20 +0100
3839 Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
3842 Subject: [PATCH] DB_File 1.805
3843 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
3844 Date: Mon, 2 Sep 2002 23:56:40 +0100
3845 Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
3848 Subject: [PATCH lib/Config.t] test grandfathered Config variables
3849 From: Michael G Schwern <schwern@pobox.com>
3850 Date: Mon, 2 Sep 2002 22:29:07 -0700
3851 Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
3854 Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
3855 From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
3856 Date: Tue, 3 Sep 2002 13:46:18 +0200
3857 Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
3860 Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
3861 From: "Brendan O'Dea" <bod@debian.org>
3862 Date: Wed, 4 Sep 2002 02:36:10 +1000
3863 Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
3866 Subject: [PATCH] File::Basename doesn't lazy load Carp right.
3867 and Subject: [PATCH] More modules that don't lazy load Carp right.
3868 From: Michael G Schwern <schwern@pobox.com>
3869 Date: Tue, 3 Sep 2002 17:21:57 -0700
3870 Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
3871 and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
3874 #17836 (DB_File-1.805) misses a couple of dTHX declarations
3877 Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
3880 Subject: Re: [PATCH] A variety of README nitpicks.
3881 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3882 Date: Wed, 04 Sep 2002 09:10:05 +0200
3883 Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
3886 AUTHORS: preferred address for Allen Smith
3889 document setting the email address
3892 Subject: [PATCH] (mostly (Unicode)) pod nits
3893 From: Jarkko Hietaniemi <jhi@iki.fi>
3894 Date: Fri, 6 Sep 2002 06:01:57 +0300
3895 Message-Id: <20020906030157.GA28252@lyta.hut.fi>
3898 Subject: Re: [PATCH] Attempt at speeding up Config.pm. Didn't work.
3899 From: Nicholas Clark <nick@unfortu.net>
3900 Date: Mon, 2 Sep 2002 23:22:32 +0100
3901 Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
3904 #17859 misuses s/// return values
3907 Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
3908 From: Michael G Schwern <schwern@pobox.com>
3909 Date: Fri, 6 Sep 2002 14:03:16 -0700
3910 Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
3913 Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
3914 From: Michael G Schwern <schwern@pobox.com>
3915 Date: Wed, 4 Sep 2002 11:38:01 -0700
3916 Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
3919 setting PERL_CORE as in #17861 violates assumptions made by taint tests
3922 Subject: sv_2pv_flags and ROK and UTF8 flags
3923 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3924 Date: Wed, 04 Sep 2002 21:09:01 -0700
3925 Message-ID: <djtd9gzkgyLd092yn@efn.org>
3926 Date: Fri, 06 Sep 2002 09:23:03 -0700
3927 Message-ID: <nZNe9gzkgKdH092yn@efn.org>
3930 Subject: Unicode::Collate 0.23 Released
3931 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3932 Date: Thu, 05 Sep 2002 23:28:32 +0900
3933 Message-Id: <20020905232316.8151.BQW10602@nifty.com>
3936 Subject: [PATCH] OS/400 PASE symbol scan tweak
3937 From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
3938 Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
3939 Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
3942 Subject: [PATCH] allow using hires time() in Benchmark
3943 From: Jarkko Hietaniemi <jhi@iki.fi>
3944 Date: Fri, 6 Sep 2002 00:38:11 +0300
3945 Message-ID: <20020905213811.GA23771@lyta.hut.fi>
3948 small fix to perl58delta for MIME::QuotedPrint, from Jarkko
3951 Subject: [perl #17061] no strict 'garbage'
3952 From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
3953 Date: 6 Sep 2002 19:31:02 -0000
3954 Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
3955 Date: Sat, 07 Sep 2002 13:40:22 +0200
3956 Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
3959 regularise whitespace and formatting in util.c
3962 Subject: [PATCH] tiddly tidy up for util.c
3963 From: Nicholas Clark <nick@unfortu.net>
3964 Date: Fri, 6 Sep 2002 23:00:14 +0100
3965 Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
3968 Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
3969 From: "Allen Smith" <easmith@beatrice.rutgers.edu>
3970 Date: Sat, 7 Sep 2002 05:25:45 -0400
3971 Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
3974 Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
3975 From: Nicholas Clark <nick@unfortu.net>
3976 Date: Sun, 8 Sep 2002 15:46:44 +0100
3977 Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
3979 Plus two other similar tweaks
3982 Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
3983 From: Abe Timmerman <abe@ztreet.demon.nl>
3984 Date: Mon, 9 Sep 2002 01:32:19 +0200
3985 Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
3988 Subject: [PATCH] configpm
3989 From: Abe Timmerman <abe@ztreet.demon.nl>
3990 Date: Sun, 8 Sep 2002 17:21:19 +0200
3991 Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
3994 small grammar fix in Benchmark docs
3997 Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
3998 From: Jarkko Hietaniemi <jhi@iki.fi>
3999 Date: Mon, 9 Sep 2002 00:07:46 +0300
4000 Message-ID: <20020908210746.GB4136@lyta.hut.fi>
4003 integrate Math::BigInt-1.63
4004 Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
4005 From: Tels <perl_dummy@bloodgate.com>
4006 Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
4007 Message-Id: <200209082022.g88KMGY20194@crypt.org>
4010 Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
4011 From: "Allen Smith" <easmith@beatrice.rutgers.edu>
4012 Date: Mon, 9 Sep 2002 01:48:08 -0400
4013 Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
4016 Subject: [PATCH] Quieten warnings in Deparse.pm
4017 From: Paul Johnson <paul@pjcj.net>
4018 Date: Sun, 8 Sep 2002 23:50:11 +0200
4019 Message-ID: <20020908215011.GA879@pjcj.net>
4022 Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
4023 From: Nicholas Clark <nick@unfortu.net>
4024 Date: Sun, 8 Sep 2002 19:45:52 +0100
4025 Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
4028 Subject: [PATCH] strict.pm pod at __END__
4029 From: Nicholas Clark <nick@unfortu.net>
4030 Date: Sun, 8 Sep 2002 22:36:09 +0100
4031 Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
4034 Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm. Didn't work.
4035 From: Nicholas Clark <nick@unfortu.net>
4036 Date: Sun, 8 Sep 2002 23:05:54 +0100
4037 Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
4040 Subject: Re: [PATCH] Quieten warnings in Deparse.pm
4041 From: Paul Johnson <paul@pjcj.net>
4042 Date: Mon, 9 Sep 2002 23:37:33 +0200
4043 Message-ID: <20020909213733.GD879@pjcj.net>
4046 New low-price HP servers
4049 Callback behaviour in hints
4050 Mon, 9 Sep 2002, Allen Smith
4053 Subject: [perl #17119] typo in utils/dprofpp.PL
4054 From: "Todd C. Miller" (via RT) <perlbug@perl.org>
4055 Date: 10 Sep 2002 18:49:56 -0000
4056 Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
4059 Fix bug #17006 : remove spurious do{} in the deparsing
4063 Re: [perl #17170] NetBSD and useshrplib config option
4064 Thu 12 Sep 2002 09:22, Rafael Garcia-Suarez
4067 Fix pod/perlmodlib.PL (it wasn't generating a complete list
4068 of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
4069 not all modules listed in perlmodlib are necessarily installed.
4070 Plus some corrections by Vincent Lefevre.
4073 Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
4074 From: Jarkko Hietaniemi <jhi@iki.fi>
4075 Date: Sun, 15 Sep 2002 18:02:17 +0300
4076 Message-ID: <20020915150217.GB21300@lyta.hut.fi>
4079 Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
4080 From: (Ilya Martynov) (via RT) <perlbug@perl.org>
4081 Date: 15 Sep 2002 19:06:56 -0000
4082 Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
4085 Pod formatting nit, found by Merijn and Jos Boumans.
4088 Fix #17375 (rcatline didn't work on a formerly-defined undef) by
4089 checking for SvOK in do_readline().
4095 Subject: [PATCH perl@17882] file spec tweaks for VMS
4096 From: "Craig A. Berry" <craigberry@mac.com>
4097 Date: Wed, 18 Sep 2002 16:57:02 -0500
4098 Message-ID: <3D88F6AE.3020708@mac.com>
4101 Subject: [PATCH] PASE saga continues
4102 From: Jarkko Hietaniemi <jhi@iki.fi>
4103 Date: Thu, 19 Sep 2002 23:30:20 +0300
4104 Message-ID: <20020919203020.GB274453@lyta.hut.fi>
4107 Patch #17914 was empty ; this should have been applied instead.
4110 Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
4111 From: "Brendan O'Dea" <bod@debian.org>
4112 Date: Tue, 10 Sep 2002 09:19:05 +1000
4113 Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
4116 Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
4117 From: Slaven Rezic <slaven.rezic@berlin.de>
4118 Date: 11 Sep 2002 19:37:09 +0200
4119 Message-ID: <871y80a0my.fsf@vran.herceg.de>
4122 Subject: [PATCH] perldoc -f stat (perlfunc.pod)
4123 From: "Brendan O'Dea" <bod@debian.org>
4124 Date: Mon, 23 Sep 2002 22:45:40 +1000
4125 Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
4128 add TODO tests for slow our() declaration
4129 Subject: Re: [perl #17376] Bug Report - our(%)
4130 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4131 Date: Thu, 19 Sep 2002 22:34:01 -0700
4132 Message-ID: <JNri9gzkgSBB092yn@efn.org>
4135 Subject: Re: [PATCH] spurious t/auto directory appears
4136 From: Michael G Schwern <schwern@pobox.com>
4137 Date: Fri, 13 Sep 2002 23:56:05 -0400
4138 Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
4141 Subject: [PATCH] Re: Advice on coredump
4142 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4143 Date: Wed, 18 Sep 2002 22:14:57 +0200
4144 Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
4147 Subject: [PATCH v2] enable -ansi -pedantic
4148 From: Jarkko Hietaniemi <jhi@iki.fi>
4149 Date: Wed, 18 Sep 2002 01:19:25 +0300
4150 Message-ID: <20020917221925.GF85044@lyta.hut.fi>
4153 Subject: [PATCH] defuse installusrbinperl
4154 From: Jarkko Hietaniemi <jhi@iki.fi>
4155 Date: Thu, 19 Sep 2002 18:01:03 +0300
4156 Message-ID: <20020919150103.GI208696@lyta.hut.fi>
4159 Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
4160 From: Marty Pauley <marty+p5p@kasei.com>
4161 Date: Fri, 20 Sep 2002 09:52:16 +0100
4162 Message-Id: 20020920085216.GC10512@soto.kasei.com
4165 Subject: [PATCH] bug in utf8.c(?)
4166 From: Marty Pauley <marty+p5p@kasei.com>
4167 Date: Fri, 20 Sep 2002 10:55:33 +0100
4168 Subject: [PATCH] bug in utf8.c(?)
4171 Subject: [perl #17445] Class::Struct patch: version number, examples
4172 From: Ken Neighbors (via RT) <perlbug@perl.org>
4173 Date: 19 Sep 2002 18:48:22 -0000
4174 Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
4177 Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
4178 From: Kay_Röpke <kay@dolphin-services.de>
4179 Date: Fri, 20 Sep 2002 16:09:08 +0200
4180 Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
4183 #17931 checked for wrong constant
4186 Subject: [PATCH] perl #17453
4187 From: Jarkko Hietaniemi <jhi@iki.fi>
4188 Date: Fri, 20 Sep 2002 17:22:45 +0300
4189 Message-ID: <20020920142245.GG280265@lyta.hut.fi>
4192 missing '.' in test from #17932
4195 Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
4196 From: Andy Lester <andy@petdance.com>
4197 Date: Fri, 20 Sep 2002 12:23:41 -0500
4198 Message-ID: <20020920172341.GA15672@petdance.com>
4201 Subject: [PATCH] configure.com -- don't exclude threads::shared
4202 From: "Craig A. Berry" <craigberry@mac.com>
4203 Date: Wed, 25 Sep 2002 17:14:33 -0500
4204 Message-ID: <3D923549.6050809@mac.com>
4207 Email address change for Stéphane Payrard
4210 Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
4211 From: Allen Smith (via RT) <perlbug@perl.org>
4212 Date: 13 Sep 2002 03:01:30 -0000
4213 Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
4216 Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
4217 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4218 Date: Fri, 27 Sep 2002 13:52:18 +0200
4219 Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
4222 Subject: [perl #16796] Configure script buglet
4223 From: "Amick, Eric" (via RT) <perlbug@perl.org>
4224 Date: 27 Aug 2002 20:09:29 -0000
4225 Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
4228 -Dgccansipedantic only for gcc 3+
4229 Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
4232 Subject: Re: sv_2pv_flags and ROK and UTF8 flags
4233 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4234 Date: Wed, 11 Sep 2002 22:22:45 -0700
4235 Message-ID: <lSCg9gzkgymX092yn@efn.org>
4238 Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
4239 From: chromatic <chromatic@wgz.org>
4240 Date: Fri, 13 Sep 2002 14:26:08 -0700
4241 Message-Id: <200209131426.08116.chromatic@wgz.org>
4245 Subject: Re: [perl #17376] Bug Report - our(%)
4246 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4247 Date: Mon, 30 Sep 2002 15:22:18 -0700
4248 Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
4251 Add silly bandaid to stop segfaults on subsequent accesses to
4252 the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
4256 better handling of whitespace in autodoc declarations; fragment from:
4257 Subject: [PATCH pad.c,h] move all pad-related code to its own src file
4258 From: Dave Mitchell <davem@fdgroup.com>
4259 Date: Wed, 25 Sep 2002 23:40:23 +0100
4260 Message-ID: <20020925234023.A20044@fdgroup.com>
4263 Subject: [PATCH] Re: perlio bug?
4264 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4265 Date: Wed, 25 Sep 2002 21:58:12 +0200
4266 Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
4269 add precedence warning for bitwise docs
4270 Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
4271 From: Mike Guy <mjtg@cam.ac.uk>
4272 Date: Thu, 26 Sep 2002 13:20:45 +0100
4273 Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
4276 Devel::Peek tests from:
4277 Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
4278 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4279 Date: Thu, 26 Sep 2002 22:16:39 -0700
4280 Message-ID: <3m+k9gzkgqnP092yn@efn.org>
4283 document how to set APPLLIB_EXP
4284 Subject: Re: [perl #15957] error installing perl 5.8.0
4285 From: Andy Dougherty <doughera@lafayette.edu>
4286 Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
4287 Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
4290 missing quote from #17957
4293 Subject: [DOCPATCH] Unicode porting advice
4294 From: andreas.koenig@anima.de (Andreas J. Koenig)
4295 Date: Fri, 27 Sep 2002 15:30:16 +0200
4296 Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
4299 Subject: Re: Hash::Util::lock_keys inhibits bless
4300 From: andreas.koenig@anima.de (Andreas J. Koenig)
4301 Date: Mon, 30 Sep 2002 17:24:06 +0200
4302 Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
4305 Subject: [PATCH] no [] in tr///
4306 From: Jarkko Hietaniemi <jhi@iki.fi>
4307 Date: Wed, 2 Oct 2002 17:09:11 +0300
4308 Message-Id: <20021002140911.GH278184@lyta.hut.fi>
4311 Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
4312 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4313 Date: Tue, 1 Oct 2002 23:34:35 +0200
4314 Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
4317 op/tr.t test is affected by #17962
4320 Subject: [PATCH] retropatch
4321 From: Jarkko Hietaniemi <jhi@iki.fi>
4322 Date: Fri, 27 Sep 2002 03:51:34 +0300
4323 Message-ID: <20020927005134.GB339120@lyta.hut.fi>
4326 Subject: [PATCH] reentrant buffers
4327 From: Jarkko Hietaniemi <jhi@iki.fi>
4328 Date: Fri, 27 Sep 2002 01:08:56 +0300
4329 Message-ID: <20020926220856.GA339120@lyta.hut.fi>
4332 Subject: [PATCH] Re: speed of my
4333 From: Stephen McCamant <smcc@mit.edu>
4334 Date: Wed, 2 Oct 2002 21:48:59 -0400
4335 Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
4338 Add a new warning, "Possible precedence problem on bitwise
4339 %c operator", triggerred when a bitwise op has a numeric
4340 comparison op as child.
4343 Change the warning message "%s trapped by operation mask"
4344 to include '' around the op name. Document it in perldiag.
4347 Fix bug #17744, suggested by Andreas Jurenda,
4348 tweaked by rgs (security hole in Safe).
4351 Upgrade to Attribute::Handlers 0.78
4354 Subject: [PATCH] fix typo in Tie::Array
4355 From: "Jos I. Boumans" <kane@cpan.org>
4356 Date: sat okt 5, 2002 20:39:17 Europe/Stockholm
4357 Message-Id: <20021005183920.14746.qmail@onion.perl.org>
4360 Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
4361 Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
4364 Correct mailing list archive URL
4365 Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
4368 Tru64 and gcc and threads
4369 Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
4372 Fix bug #17823 : non-modifying tr/// stringifies references
4375 Subject: Re: README.cygwin draft update
4376 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4377 Date: Mon, 07 Oct 2002 17:15:09 -0700
4378 Message-ID: <NOio9gzkg6oR092yn@efn.org>
4381 Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
4382 From: "Allen Smith" <easmith@beatrice.rutgers.edu>
4383 Date: Mon, 9 Sep 2002 17:36:55 -0400
4384 Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
4387 Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
4388 From: Nicholas Clark <nick@unfortu.net>
4389 Date: Sat, 28 Sep 2002 18:52:00 +0100
4390 Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
4393 Subject: PATCH: lib/ExtUtils/typemap
4394 From: Brian Ingerson <ingy@ttul.org>
4395 Date: Sat, 28 Sep 2002 13:03:24 -0700
4396 Message-ID: <20020928130324.A16900@ttul.org>
4399 Subject: Re: Hash::Util::lock_keys inhibits bless
4400 From: andreas.koenig@anima.de (Andreas J. Koenig)
4401 Date: Fri, 04 Oct 2002 06:38:57 +0200
4402 Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
4405 croak() is better written Perl_croak() in C code.
4408 Fix bug #17776 : memory corruption in qr/##/x
4411 Subject: [perl #17819] Typo in perltooc?
4412 From: Bob Wilkinson (via RT) <perlbug@perl.org>
4413 Date: 9 Oct 2002 09:50:40 -0000
4414 Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
4416 Subject: [perl #17821] Typo in perltooc
4417 From: Bob Wilkinson (via RT) <perlbug@perl.org>
4418 Date: 9 Oct 2002 10:12:51 -0000
4419 Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
4422 Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
4423 From: chromatic <chromatic@wgz.org>
4424 Date: Thu, 03 Oct 2002 22:56:54 -0700
4425 Message-ID: <20021004060120.33329.qmail@onion.perl.org>
4428 Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
4429 From: Information Service <info@lingo.kiev.ua>
4430 Date: Wed, 09 Oct 2002 07:17:00 +0400
4431 Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
4434 Fix bug #17771 : segfault with the 'for' statement modifier
4435 used inside a map or a grep.
4438 Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
4439 From: Jarkko Hietaniemi <jhi@iki.fi>
4440 Date: Fri, 4 Oct 2002 16:11:57 +0300
4441 Message-ID: <20021004131157.GD278184@lyta.hut.fi>
4444 Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
4445 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4446 Date: Thu, 10 Oct 2002 14:28:55 -0700
4447 Message-ID: <XEfp9gzkgquV092yn@efn.org>
4450 Subject: [Encode] 1.77 Released
4451 From: Dan Kogai <dankogai@dan.co.jp>
4452 Date: Sun, 6 Oct 2002 12:52:52 +0900
4453 Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
4456 Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
4460 updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
4463 Subject: Re: Building bleadperl (minperl) fails completely under VC7
4464 From: Abe Timmerman <abeltje@cpan.org>
4465 Date: Tue, 8 Oct 2002 14:16:56 +0200
4466 Message-Id: <200210081416.56942.abeltje@cpan.org>
4469 Subject: [perl #17773] errors in c2ph(1) man page
4470 From: Eric Melville (via RT) <perlbug@perl.org>
4471 Date: 7 Oct 2002 02:58:34 -0000
4472 Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
4475 Subject: [PATCH perldoc] For screaming hell's sake
4476 From: Simon Cozens <simon@netthink.co.uk>
4477 Date: Tue, 8 Oct 2002 11:13:07 +0100
4478 Message-ID: <20021008101307.GA8175@netthink.co.uk>
4481 Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
4482 From: Nicholas Clark <nick@unfortu.net>
4483 Date: Tue, 8 Oct 2002 21:52:53 +0100
4484 Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
4487 Subject: [perl #17805] BUG: Grammar bug during Configure
4488 From: Richard Hitt (via RT) <perlbug@perl.org>
4489 Date: 8 Oct 2002 21:04:30 -0000
4490 Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
4493 #18005 was not enough
4494 Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
4495 From: Abe Timmerman <abeltje@cpan.org>
4496 Date: Sat, 12 Oct 2002 17:56:39 +0200
4497 Message-Id: <200210121756.39803.abeltje@cpan.org>
4500 Subject: [PATCH] for -Dm
4501 From: Slaven Rezic <slaven.rezic@berlin.de>
4502 Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
4503 Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
4506 The -0 command-line switch wasn't setting $/ at compile-time.
4507 Move the initialization of $/ just after switch parsing
4508 (it was done after yyparse().)
4511 Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
4512 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4513 Date: Sun, 13 Oct 2002 09:02:36 +0900
4514 Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
4517 Subject: [PATCH] perlipc.pod
4518 From: Slaven Rezic <slaven.rezic@berlin.de>
4519 Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
4520 Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
4523 Subject: Re: [PATCH] cv.h: Comment update
4524 From: Paul Johnson <paul@pjcj.net>
4525 Date: Mon, 14 Oct 2002 20:00:50 +0200
4526 Message-ID: <20021014180050.GC7333@pjcj.net>
4529 prototype() didn't warn when used in void context.
4532 Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
4533 From: Slaven Rezic <slaven.rezic@berlin.de>
4534 Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
4535 Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
4538 Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
4539 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4540 Date: Tue, 15 Oct 2002 17:01:43 -0700
4541 Message-ID: <nxKr9gzkgmBO092yn@efn.org>
4544 Subject: Re: [perl #17830] open FH, "<&", $fd
4545 From: Steve Grazzini <grazz@nyc.rr.com>
4546 Date: 11 Oct 2002 22:28:58 -0000
4547 Message-ID: <20021011222858.452.qmail@onion.perl.org>
4550 definition of MAXPATHLEN
4551 Subject: [PATCH] standard lawyerism
4552 From: Jarkko Hietaniemi <jhi@iki.fi>
4553 Date: Fri, 11 Oct 2002 02:48:26 +0300
4554 Message-ID: <20021010234825.GM292305@lyta.hut.fi>
4557 Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
4558 From: Abe Timmerman <abe@ztreet.demon.nl>
4559 Date: Thu, 17 Oct 2002 23:38:34 +0200
4560 Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
4563 minor tweaks in Porting/pumpkin.pod
4564 Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
4567 Upgrade to Test.pm v1.23
4570 Update to Time::HiRes v1.38
4573 Subject: Re: [perl #17951] Strange UTF error
4574 From: Jarkko Hietaniemi <jhi@iki.fi>
4575 Date: Wed, 16 Oct 2002 18:50:51 +0300
4576 Message-ID: <20021016155051.GB268437@lyta.hut.fi>
4579 Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
4580 From: Slaven Rezic <slaven.rezic@berlin.de>
4581 Date: 14 Oct 2002 09:37:18 +0200
4582 Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
4585 Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
4586 From: Jarkko Hietaniemi <jhi@iki.fi>
4587 Date: Mon, 14 Oct 2002 14:49:54 +0300
4588 Message-ID: <20021014114954.GB80937@lyta.hut.fi>
4591 Update to Net::Ping v2.23
4594 Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
4595 From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
4596 Date: Tue, 15 Oct 2002 02:17:03 +0200
4597 Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
4600 Subject: Re: [perl #18019] regex overoptimization
4602 Date: Mon, 21 Oct 2002 03:21:54 +0100
4603 Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
4606 Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
4608 Date: Mon, 21 Oct 2002 11:27:40 +0100
4609 Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
4612 Subject: [PATCH] Shell.pm object methods broken
4613 From: Dan Brook <dbrook@easyspace.com>
4614 Date: Thu, 17 Oct 2002 16:05:04 +0100
4615 Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
4618 improve 'atomicity' wording
4621 Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
4622 From: Alain Barbet <alian@alianwebserver.com>
4623 Date: Fri, 18 Oct 2002 15:29:29 +0200
4624 Message-ID: <3DB00CB9.70708@alianwebserver.com>
4627 Subject: [PATCH] AutoLoader gives wrong message
4628 From: Peter Scott <peter@psdt.com>
4629 Date: Thu, 17 Oct 2002 19:54:56 -0700
4630 Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
4633 Subject: [PATCH] perluniintro
4634 From: Jarkko Hietaniemi <jhi@iki.fi>
4635 Date: Sun, 20 Oct 2002 15:48:09 +0300
4636 Message-ID: <20021020124809.GE444369@lyta.hut.fi>
4639 perlmodlib.pod nit suggested by David Dyck (bug #18055)
4640 Regenerate perlmodlib.pod
4643 Further tweaks to perluniintro.pod
4646 Further tweaks to perlmodlib.pod.
4647 Add a note about perllocal.pod, which wasn't documented.
4650 charnames pragma extended with :alias for customized
4651 unicode naming aliases
4652 Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
4655 Reverse change #8066 and sense of test, to satisfy [perl #17763]
4658 Subject: [PATCH] B/C.pm: make $0 to argv[0] again
4659 From: Autrijus Tang <autrijus@autrijus.org>
4660 Date: Sat, 19 Oct 2002 17:51:57 +0800
4661 Message-ID: <20021019095157.GA430@not.autrijus.org>
4664 Subject: [Encode] 1.80 released
4665 From: Dan Kogai <dankogai@dan.co.jp>
4666 Date: Tue, 22 Oct 2002 05:47:16 +0900
4667 Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
4670 Subject: The Inaba patch for tr/// vs. use encoding
4671 From: Dan Kogai <dankogai@dan.co.jp>
4672 Date: Mon, 21 Oct 2002 17:36:02 +0900
4673 Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
4676 Subject: [perl #18036] perldoc refuses to run on BeOS
4677 From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
4678 Date: 21 Oct 2002 10:18:50 -0000
4679 Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
4682 2 lines of change #18039 had several problems
4685 Subject: [PATCH] DB_File 1.806
4686 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
4687 Date: Tue, 22 Oct 2002 11:16:21 +0100
4688 Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
4691 Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
4692 From: Nicholas Clark <nick@unfortu.net>
4693 Date: Sun, 27 Oct 2002 22:31:08 +0000
4694 Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
4697 Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
4698 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
4699 Date: Mon, 28 Oct 2002 12:53:52 -0000
4700 Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
4703 Partial fix of bug [perl #17589] : prevent the parser to
4704 segfault when encountering the erroneous construct "sub;".
4707 Subject: [perl #18165] "0" fails as right-hand argument to ..
4708 From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
4709 Date: 30 Oct 2002 17:27:53 -0000
4710 Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
4712 (Fixed by making an exception for .."0" in pp_flop.)
4715 Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
4716 but "-4\n".."-0\n" is!
4717 From: Slaven Rezic <slaven.rezic@berlin.de>
4718 Date: 30 Oct 2002 16:22:36 +0100
4719 Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
4721 Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
4722 is not DWIM but "-4\n".."-0\n" is!
4723 From: "Orton, Yves" <yves.orton@mciworldcom.de>
4724 Date: Wed, 30 Oct 2002 11:59:31 -0000
4725 Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
4727 (Applied over previous fix.)
4730 Adjust the number of tests in t/op/range.t
4733 Update to Scalar-List-Utils 1.08
4736 Subject: [PATCH lib/Config.*] Document and test Config::config_re().
4738 From: Michael G Schwern <schwern@pobox.com>
4739 Date: Wed, 4 Sep 2002 12:06:08 -0700
4740 Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
4743 avoid reliance on croak() prototype
4744 Branch: maint-5.8/perl
4745 +> (branch 34 files)
4746 !> (integrate 343 files)
4747 ____________________________________________________________________________
4748 [ 18079] By: jhi on 2002/11/04 02:06:17
4752 It's all yours, Hugo.
4753 (Flip Changes as Changes5.8, start new Changes)
4756 Copy perldelta as perl58delta, purge the perldelta.
4758 The 17639 required editing to talk about 5.8.1 instead of
4759 5.9.X; the 17644 required manual resolving since perldelta
4760 was a bit confused between three Perl versions.
4761 Branch: maint-5.8/perl
4762 +> Changes5.8 pod/perl58delta.pod
4763 !> Changes MANIFEST pod/perldelta.pod
4764 ____________________________________________________________________________
4765 [ 18078] By: hv on 2002/11/03 13:20:50
4766 Log: avoid reliance on croak() prototype
4769 ____________________________________________________________________________
4770 [ 18077] By: hv on 2002/11/03 13:18:17
4771 Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
4773 From: Michael G Schwern <schwern@pobox.com>
4774 Date: Wed, 4 Sep 2002 12:06:08 -0700
4775 Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
4777 ! configpm lib/Config.t
4778 ____________________________________________________________________________
4779 [ 18076] By: gbarr on 2002/11/03 10:11:18
4780 Log: Update to Scalar-List-Utils 1.08
4782 + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
4783 ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
4784 ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
4785 ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
4786 ! ext/List/Util/t/reduce.t
4787 ____________________________________________________________________________
4788 [ 18075] By: rgs on 2002/10/31 20:58:12
4789 Log: Adjust the number of tests in t/op/range.t
4792 ____________________________________________________________________________
4793 [ 18074] By: ams on 2002/10/30 22:30:32
4794 Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
4795 but "-4\n".."-0\n" is!
4796 From: Slaven Rezic <slaven.rezic@berlin.de>
4797 Date: 30 Oct 2002 16:22:36 +0100
4798 Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
4800 Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
4801 is not DWIM but "-4\n".."-0\n" is!
4802 From: "Orton, Yves" <yves.orton@mciworldcom.de>
4803 Date: Wed, 30 Oct 2002 11:59:31 -0000
4804 Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
4806 (Applied over previous fix.)
4808 ! pp_ctl.c t/op/range.t
4809 ____________________________________________________________________________
4810 [ 18073] By: ams on 2002/10/30 19:47:12
4811 Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
4812 From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
4813 Date: 30 Oct 2002 17:27:53 -0000
4814 Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
4816 (Fixed by making an exception for .."0" in pp_flop.)
4818 ! pp_ctl.c t/op/range.t
4819 ____________________________________________________________________________
4820 [ 18072] By: rgs on 2002/10/29 20:37:31
4821 Log: Partial fix of bug [perl #17589] : prevent the parser to
4822 segfault when encountering the erroneous construct "sub;".
4824 ! pod/perldiag.pod t/op/anonsub.t toke.c
4825 ____________________________________________________________________________
4826 [ 18071] By: rgs on 2002/10/28 21:57:25
4827 Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
4828 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
4829 Date: Mon, 28 Oct 2002 12:53:52 -0000
4830 Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
4832 ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
4833 ____________________________________________________________________________
4834 [ 18070] By: rgs on 2002/10/28 20:46:33
4835 Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
4836 From: Nicholas Clark <nick@unfortu.net>
4837 Date: Sun, 27 Oct 2002 18:39:03 +0000
4838 Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
4841 ____________________________________________________________________________
4842 [ 18069] By: rgs on 2002/10/28 20:44:12
4843 Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
4844 From: Nicholas Clark <nick@unfortu.net>
4845 Date: Sun, 27 Oct 2002 22:31:08 +0000
4846 Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
4849 ____________________________________________________________________________
4850 [ 18068] By: merijn on 2002/10/27 17:57:15
4851 Log: Repair broken previous patch. I don't like it, but not repairing it
4852 breaks each and every build. Will teach me to test on the same
4853 machine where I patched it. Sorry.
4856 ____________________________________________________________________________
4857 [ 18067] By: merijn on 2002/10/27 06:02:21
4858 Log: embed.pl doc. (embed.pl reorganization for doc headers)
4859 Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
4860 With some additional modifications
4863 ____________________________________________________________________________
4864 [ 18066] By: nick on 2002/10/25 18:21:59
4865 Log: More mainline integrate (so I can diff)
4867 !> README.irix README.tru64 lib/Net/Ping/t/450_service.t
4868 ____________________________________________________________________________
4869 [ 18065] By: nick on 2002/10/25 18:20:42
4870 Log: Integrate mainline
4872 +> ext/Encode/bin/ucmsort ext/Encode/t/rt.pl ext/IO/lib/IO/t/IO.t
4873 +> ext/Time/HiRes/typemap lib/Net/Ping/t/150_syn_inst.t
4874 +> lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/450_service.t
4875 - ext/Thread/thr5005.t
4876 !> (integrate 71 files)
4877 ____________________________________________________________________________
4878 [ 18064] By: merijn on 2002/10/25 11:47:07
4879 Log: The 5005thread todo list; 2 down 25 to go
4881 ! README.irix README.tru64
4882 ____________________________________________________________________________
4883 [ 18063] By: hv on 2002/10/25 00:28:48
4884 Log: change #18038 gives too many problems on t/450_service.t; disable
4887 ! lib/Net/Ping/t/450_service.t
4888 ____________________________________________________________________________
4889 [ 18062] By: hv on 2002/10/25 00:21:17
4890 Log: Subject: [PATCH] DB_File 1.806
4891 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
4892 Date: Tue, 22 Oct 2002 11:16:21 +0100
4893 Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
4895 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4896 ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
4897 ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
4898 ____________________________________________________________________________
4899 [ 18061] By: hv on 2002/10/25 00:13:07
4900 Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
4901 From: chromatic <chromatic@wgz.org>
4902 Date: Mon, 21 Oct 2002 20:27:43 -0700
4903 Message-ID: <20021022033253.57952.qmail@onion.perl.org>
4905 + ext/IO/lib/IO/t/IO.t
4906 ! MANIFEST lib/Net/Ping/t/450_service.t
4907 ____________________________________________________________________________
4908 [ 18060] By: hv on 2002/10/24 23:54:50
4909 Log: 2 lines of change #18039 had several problems
4912 ____________________________________________________________________________
4913 [ 18059] By: hv on 2002/10/24 23:46:29
4914 Log: Subject: [perl #18036] perldoc refuses to run on BeOS
4915 From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
4916 Date: 21 Oct 2002 10:18:50 -0000
4917 Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
4920 ____________________________________________________________________________
4921 [ 18058] By: hv on 2002/10/24 23:36:48
4922 Log: Subject: The Inaba patch for tr/// vs. use encoding
4923 From: Dan Kogai <dankogai@dan.co.jp>
4924 Date: Mon, 21 Oct 2002 17:36:02 +0900
4925 Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
4927 ! mg.c regcomp.c sv.c toke.c
4928 ____________________________________________________________________________
4929 [ 18057] By: hv on 2002/10/24 23:16:15
4930 Log: Subject: [Encode] 1.80 released
4931 From: Dan Kogai <dankogai@dan.co.jp>
4932 Date: Tue, 22 Oct 2002 05:47:16 +0900
4933 Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
4935 + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
4936 ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
4937 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
4938 ! ext/Encode/lib/Encode/MIME/Header.pm
4939 ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
4940 ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
4941 ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
4942 ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
4943 ____________________________________________________________________________
4944 [ 18056] By: hv on 2002/10/24 22:48:06
4945 Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
4946 From: Autrijus Tang <autrijus@autrijus.org>
4947 Date: Sat, 19 Oct 2002 17:51:57 +0800
4948 Message-ID: <20021019095157.GA430@not.autrijus.org>
4951 ____________________________________________________________________________
4952 [ 18055] By: hv on 2002/10/24 22:34:10
4953 Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
4955 ! pp_sys.c t/run/fresh_perl.t
4956 ____________________________________________________________________________
4957 [ 18054] By: hv on 2002/10/24 22:17:40
4958 Log: change #18030 needs the removal of ext/Thread/thr5005.t
4960 - ext/Thread/thr5005.t
4961 ____________________________________________________________________________
4962 [ 18053] By: merijn on 2002/10/24 08:20:09
4963 Log: charnames pragma extended with :alias for customized
4964 unicode naming aliases
4965 Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
4967 ! lib/charnames.pm lib/charnames.t
4968 ____________________________________________________________________________
4969 [ 18052] By: rgs on 2002/10/23 19:16:50
4970 Log: Further tweaks to perlmodlib.pod.
4971 Add a note about perllocal.pod, which wasn't documented.
4973 ! pod/perlmodlib.PL pod/perlmodlib.pod
4974 ____________________________________________________________________________
4975 [ 18051] By: rgs on 2002/10/23 18:56:08
4976 Log: Further tweaks to perluniintro.pod
4978 ! pod/perluniintro.pod
4979 ____________________________________________________________________________
4980 [ 18050] By: rgs on 2002/10/22 19:11:12
4981 Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
4982 Regenerate perlmodlib.pod
4984 ! pod/perlmodlib.PL pod/perlmodlib.pod
4985 ____________________________________________________________________________
4986 [ 18049] By: rgs on 2002/10/22 18:48:00
4987 Log: Subject: [PATCH] perluniintro
4988 From: Jarkko Hietaniemi <jhi@iki.fi>
4989 Date: Sun, 20 Oct 2002 15:48:09 +0300
4990 Message-ID: <20021020124809.GE444369@lyta.hut.fi>
4992 ! pod/perluniintro.pod
4993 ____________________________________________________________________________
4994 [ 18048] By: hv on 2002/10/22 17:04:26
4995 Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
4996 From: Dave Mitchell <davem@fdgroup.com>
4997 Date: Fri, 18 Oct 2002 13:36:40 +0100
4998 Message-ID: <20021018133640.A19172@fdgroup.com>
5000 ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
5001 ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
5002 ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
5003 ____________________________________________________________________________
5004 [ 18047] By: hv on 2002/10/22 16:20:18
5005 Log: Subject: [PATCH] AutoLoader gives wrong message
5006 From: Peter Scott <peter@psdt.com>
5007 Date: Thu, 17 Oct 2002 19:54:56 -0700
5008 Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
5011 ____________________________________________________________________________
5012 [ 18046] By: hv on 2002/10/22 15:52:40
5013 Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
5014 From: Alain Barbet <alian@alianwebserver.com>
5015 Date: Fri, 18 Oct 2002 15:29:29 +0200
5016 Message-ID: <3DB00CB9.70708@alianwebserver.com>
5018 ! README.win32 win32/makefile.mk win32/win32.c
5019 ____________________________________________________________________________
5020 [ 18045] By: hv on 2002/10/22 15:47:21
5021 Log: improve 'atomicity' wording
5024 ____________________________________________________________________________
5025 [ 18044] By: hv on 2002/10/22 15:43:55
5026 Log: Subject: [PATCH] Shell.pm object methods broken
5027 From: Dan Brook <dbrook@easyspace.com>
5028 Date: Thu, 17 Oct 2002 16:05:04 +0100
5029 Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
5031 ! lib/Shell.pm lib/Shell.t
5032 ____________________________________________________________________________
5033 [ 18043] By: nick on 2002/10/21 17:50:44
5034 Log: Test UTF-8 encoded input to Encode::XS::decode and fix it.
5036 ! ext/Encode/Encode.xs ext/Encode/t/mime-header.t
5037 ____________________________________________________________________________
5038 [ 18042] By: hv on 2002/10/21 09:20:54
5039 Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
5041 Date: Mon, 21 Oct 2002 11:27:40 +0100
5042 Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
5044 ! t/lib/warnings/toke toke.c
5045 ____________________________________________________________________________
5046 [ 18041] By: hv on 2002/10/21 01:14:48
5047 Log: Subject: Re: [perl #18019] regex overoptimization
5049 Date: Mon, 21 Oct 2002 03:21:54 +0100
5050 Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
5052 ! regcomp.c t/op/re_tests
5053 ____________________________________________________________________________
5054 [ 18040] By: nick on 2002/10/20 16:20:37
5055 Log: Handle case where octets are UTF-8 encoded
5057 ! ext/Encode/Encode.xs
5058 ____________________________________________________________________________
5059 [ 18039] By: hv on 2002/10/20 14:33:16
5060 Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
5061 From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
5062 Date: Tue, 15 Oct 2002 02:17:03 +0200
5063 Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
5066 ____________________________________________________________________________
5067 [ 18038] By: hv on 2002/10/20 14:23:06
5068 Log: Update to Net::Ping v2.23
5070 + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
5071 + lib/Net/Ping/t/450_service.t
5072 ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
5073 ! lib/Net/Ping/t/200_ping_tcp.t
5074 ____________________________________________________________________________
5075 [ 18037] By: hv on 2002/10/20 13:57:06
5076 Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
5077 From: Jarkko Hietaniemi <jhi@iki.fi>
5078 Date: Mon, 14 Oct 2002 14:49:54 +0300
5079 Message-ID: <20021014114954.GB80937@lyta.hut.fi>
5082 ____________________________________________________________________________
5083 [ 18036] By: hv on 2002/10/20 13:43:56
5084 Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
5085 From: Slaven Rezic <slaven.rezic@berlin.de>
5086 Date: 14 Oct 2002 09:37:18 +0200
5087 Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
5089 ! pp_sys.c t/op/mkdir.t
5090 ____________________________________________________________________________
5091 [ 18035] By: hv on 2002/10/20 13:39:09
5092 Log: Subject: Re: [perl #17951] Strange UTF error
5093 From: Jarkko Hietaniemi <jhi@iki.fi>
5094 Date: Wed, 16 Oct 2002 18:50:51 +0300
5095 Message-ID: <20021016155051.GB268437@lyta.hut.fi>
5097 ! lib/utf8_heavy.pl t/run/fresh_perl.t
5098 ____________________________________________________________________________
5099 [ 18034] By: hv on 2002/10/20 13:23:16
5100 Log: Update to Time::HiRes v1.38
5102 + ext/Time/HiRes/typemap
5103 ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
5104 ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
5105 ! ext/Time/HiRes/Makefile.PL
5106 ____________________________________________________________________________
5107 [ 18033] By: hv on 2002/10/20 13:12:25
5108 Log: Upgrade to Test.pm v1.23
5111 ____________________________________________________________________________
5112 [ 18032] By: nick on 2002/10/20 12:36:16
5113 Log: Encode::utf8 encode/decode methods as XS that obeys
5114 same protocol as Encode::XS - allows :encoding(UTF-8)
5115 to cope with partial chars at end of buffer.
5117 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
5118 ! ext/PerlIO/t/encoding.t
5119 ____________________________________________________________________________
5120 [ 18031] By: nick on 2002/10/20 09:06:00
5121 Log: Integrate mainline
5123 +> ext/Safe/safe3.t lib/version.pm lib/version.t pad.c pad.h
5124 +> pod/perl573delta.pod t/comp/our.t
5125 !> (integrate 211 files)
5126 ____________________________________________________________________________
5127 [ 18030] By: merijn on 2002/10/19 14:10:21
5128 Log: Happy chainsaw stories; The removal of the 5005 threads
5129 Still imcomplete. Configure will follow
5131 ! MANIFEST NetWare/Makefile NetWare/config.wc
5132 ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
5133 ! Porting/Glossary Porting/config.sh Porting/config_H
5134 ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
5135 ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
5136 ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
5137 ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
5138 ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
5139 ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
5140 ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
5141 ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
5142 ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
5143 ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile
5144 ! win32/config.bc win32/config.gc win32/config.vc
5145 ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
5146 ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
5147 ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
5148 ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
5149 ! wince/Makefile.ce wince/config.ce wince/config_H.ce
5150 ! wince/config_sh.PL wince/win32.h wince/win32thread.c
5151 ! wince/win32thread.h wince/wincesck.c
5152 ____________________________________________________________________________
5153 [ 18029] By: merijn on 2002/10/18 07:28:21
5154 Log: minor tweaks in Porting/pumpkin.pod
5155 Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
5157 ! Porting/pumpkin.pod
5158 ____________________________________________________________________________
5159 [ 18028] By: rgs on 2002/10/17 20:33:32
5160 Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
5161 From: Abe Timmerman <abe@ztreet.demon.nl>
5162 Date: Thu, 17 Oct 2002 23:38:34 +0200
5163 Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
5166 ____________________________________________________________________________
5167 [ 18027] By: hv on 2002/10/17 14:39:27
5168 Log: Subject: Re: versions too accurate
5169 From: John Peacock <jpeacock@rowman.com>
5170 Date: Mon, 14 Oct 2002 22:36:48 -0400
5171 Message-ID: <3DAB7F40.1050200@rowman.com>
5173 ! lib/version.pm util.c
5174 ____________________________________________________________________________
5175 [ 18026] By: hv on 2002/10/17 14:29:41
5176 Log: Subject: Re: [PATCH] Version object combined patch
5177 From: John Peacock <jpeacock@rowman.com>
5178 Date: Thu, 10 Oct 2002 21:23:01 -0400
5179 Message-ID: <3DA627F5.5050907@rowman.com>
5181 ! lib/version.pm lib/version.t pod/perldiag.pod util.c
5182 ____________________________________________________________________________
5183 [ 18025] By: hv on 2002/10/17 13:37:04
5184 Log: definition of MAXPATHLEN
5185 Subject: [PATCH] standard lawyerism
5186 From: Jarkko Hietaniemi <jhi@iki.fi>
5187 Date: Fri, 11 Oct 2002 02:48:26 +0300
5188 Message-ID: <20021010234825.GM292305@lyta.hut.fi>
5191 ____________________________________________________________________________
5192 [ 18024] By: hv on 2002/10/17 13:34:01
5193 Log: Subject: Re: [perl #17061] no strict 'garbage'
5194 From: Slaven Rezic <slaven.rezic@berlin.de>
5195 Date: 10 Oct 2002 16:23:22 +0200
5196 Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
5198 ! ext/Storable/Storable.pm
5199 ____________________________________________________________________________
5200 [ 18023] By: hv on 2002/10/17 12:56:28
5201 Log: Subject: Re: [perl #17830] open FH, "<&", $fd
5202 From: Steve Grazzini <grazz@nyc.rr.com>
5203 Date: 11 Oct 2002 22:28:58 -0000
5204 Message-ID: <20021011222858.452.qmail@onion.perl.org>
5206 ! doio.c t/io/open.t
5207 ____________________________________________________________________________
5208 [ 18022] By: hv on 2002/10/17 12:24:42
5209 Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
5210 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5211 Date: Tue, 15 Oct 2002 17:01:43 -0700
5212 Message-ID: <nxKr9gzkgmBO092yn@efn.org>
5215 ____________________________________________________________________________
5216 [ 18021] By: hv on 2002/10/17 11:28:38
5217 Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
5218 From: Slaven Rezic <slaven.rezic@berlin.de>
5219 Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
5220 Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
5222 ! Porting/pumpkin.pod
5223 ____________________________________________________________________________
5224 [ 18020] By: rgs on 2002/10/16 18:43:21
5225 Log: prototype() didn't warn when used in void context.
5227 ! op.c t/lib/warnings/op
5228 ____________________________________________________________________________
5229 [ 18019] By: ams on 2002/10/15 20:54:53
5230 Log: Subject: Japanese translation of Storable
5231 From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
5232 Date: Tue, 15 Oct 2002 06:31:01 +0900
5233 Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
5235 ! ext/Storable/README
5236 ____________________________________________________________________________
5237 [ 18018] By: rgs on 2002/10/15 19:08:20
5238 Log: Subject: Re: [PATCH] cv.h: Comment update
5239 From: Paul Johnson <paul@pjcj.net>
5240 Date: Mon, 14 Oct 2002 20:00:50 +0200
5241 Message-ID: <20021014180050.GC7333@pjcj.net>
5244 ____________________________________________________________________________
5245 [ 18017] By: rgs on 2002/10/14 20:37:06
5246 Log: Subject: [PATCH] perlipc.pod
5247 From: Slaven Rezic <slaven.rezic@berlin.de>
5248 Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
5249 Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
5252 ____________________________________________________________________________
5253 [ 18016] By: rgs on 2002/10/14 20:30:03
5254 Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
5255 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5256 Date: Sun, 13 Oct 2002 09:02:36 +0900
5257 Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
5259 ! pod/perlunicode.pod
5260 ____________________________________________________________________________
5261 [ 18015] By: rgs on 2002/10/12 20:22:37
5262 Log: The -0 command-line switch wasn't setting $/ at compile-time.
5263 Move the initialization of $/ just after switch parsing
5264 (it was done after yyparse().)
5266 ! perl.c t/run/switches.t
5267 ____________________________________________________________________________
5268 [ 18014] By: rgs on 2002/10/12 20:18:55
5269 Log: Subject: Re: [PATCH] perl573delta delinting
5270 From: Philip Newton <Philip.Newton@gmx.net>
5271 Date: Sat, 12 Oct 2002 21:25:49 +0200
5272 Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
5274 ! pod/perl573delta.pod
5275 ____________________________________________________________________________
5276 [ 18013] By: hv on 2002/10/12 15:41:50
5277 Log: Subject: [PATCH] for -Dm
5278 From: Slaven Rezic <slaven.rezic@berlin.de>
5279 Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
5280 Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
5283 ____________________________________________________________________________
5284 [ 18012] By: hv on 2002/10/12 15:39:49
5285 Log: #18005 was not enough
5286 Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
5287 From: Abe Timmerman <abeltje@cpan.org>
5288 Date: Sat, 12 Oct 2002 17:56:39 +0200
5289 Message-Id: <200210121756.39803.abeltje@cpan.org>
5292 ____________________________________________________________________________
5293 [ 18011] By: hv on 2002/10/12 15:36:43
5294 Log: Subject: [perl #17805] BUG: Grammar bug during Configure
5295 From: Richard Hitt (via RT) <perlbug@perl.org>
5296 Date: 8 Oct 2002 21:04:30 -0000
5297 Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
5300 ____________________________________________________________________________
5301 [ 18010] By: hv on 2002/10/12 15:31:06
5302 Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
5303 From: Nicholas Clark <nick@unfortu.net>
5304 Date: Tue, 8 Oct 2002 21:52:53 +0100
5305 Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
5307 ! pod/perldiag.pod pp_pack.c t/op/pack.t
5308 ____________________________________________________________________________
5309 [ 18009] By: hv on 2002/10/12 15:12:18
5310 Log: Subject: [PATCH perldoc] For screaming hell's sake
5311 From: Simon Cozens <simon@netthink.co.uk>
5312 Date: Tue, 8 Oct 2002 11:13:07 +0100
5313 Message-ID: <20021008101307.GA8175@netthink.co.uk>
5316 ____________________________________________________________________________
5317 [ 18008] By: hv on 2002/10/12 14:38:19
5318 Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
5319 From: Nicholas Clark <nick@unfortu.net>
5320 Date: Mon, 7 Oct 2002 23:35:34 +0100
5321 Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
5323 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
5324 ! ext/Storable/README ext/Storable/Storable.pm
5325 ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
5326 ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
5327 ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
5328 ____________________________________________________________________________
5329 [ 18007] By: hv on 2002/10/12 14:22:36
5330 Log: Subject: [perl #17773] errors in c2ph(1) man page
5331 From: Eric Melville (via RT) <perlbug@perl.org>
5332 Date: 7 Oct 2002 02:58:34 -0000
5333 Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
5336 ____________________________________________________________________________
5337 [ 18006] By: hv on 2002/10/12 14:19:55
5338 Log: Subject: [PATCH pad.c] Re: closure failures
5339 From: Dave Mitchell <davem@fdgroup.com>
5340 Date: Mon, 7 Oct 2002 02:42:13 +0100
5341 Message-ID: <20021007024213.B29760@fdgroup.com>
5344 ____________________________________________________________________________
5345 [ 18005] By: hv on 2002/10/12 14:17:07
5346 Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
5347 From: Abe Timmerman <abeltje@cpan.org>
5348 Date: Tue, 8 Oct 2002 14:16:56 +0200
5349 Message-Id: <200210081416.56942.abeltje@cpan.org>
5352 ____________________________________________________________________________
5353 [ 18004] By: hv on 2002/10/12 14:06:59
5354 Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
5357 ____________________________________________________________________________
5358 [ 18003] By: hv on 2002/10/12 13:48:34
5359 Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
5362 ! ext/Devel/Peek/Peek.t
5363 ____________________________________________________________________________
5364 [ 18002] By: hv on 2002/10/11 23:22:56
5365 Log: Subject: [Encode] 1.77 Released
5366 From: Dan Kogai <dankogai@dan.co.jp>
5367 Date: Sun, 6 Oct 2002 12:52:52 +0900
5368 Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
5370 ! ext/Encode/Changes ext/Encode/Encode.pm
5371 ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
5372 ! ext/Encode/lib/Encode/Alias.pm
5373 ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
5374 ! ext/Encode/ucm/big5-eten.ucm
5375 ____________________________________________________________________________
5376 [ 18001] By: hv on 2002/10/11 22:52:43
5377 Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
5378 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5379 Date: Thu, 10 Oct 2002 14:28:55 -0700
5380 Message-ID: <XEfp9gzkgquV092yn@efn.org>
5382 ! ext/Devel/Peek/Peek.t
5383 ____________________________________________________________________________
5384 [ 18000] By: hv on 2002/10/11 22:30:36
5385 Log: Subject: [PATCH] perl573delta delinting
5386 From: Jarkko Hietaniemi <jhi@iki.fi>
5387 Date: Fri, 4 Oct 2002 16:19:31 +0300
5388 Message-ID: <20021004131931.GE278184@lyta.hut.fi>
5390 ! pod/perl573delta.pod
5391 ____________________________________________________________________________
5392 [ 17999] By: hv on 2002/10/11 22:28:36
5393 Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
5394 From: Jarkko Hietaniemi <jhi@iki.fi>
5395 Date: Fri, 4 Oct 2002 16:11:57 +0300
5396 Message-ID: <20021004131157.GD278184@lyta.hut.fi>
5398 ! pod/perldiag.pod reentr.c reentr.pl
5399 ____________________________________________________________________________
5400 [ 17998] By: rgs on 2002/10/11 19:53:05
5401 Log: Fix bug #17771 : segfault with the 'for' statement modifier
5402 used inside a map or a grep.
5404 ! pp_ctl.c t/op/grep.t
5405 ____________________________________________________________________________
5406 [ 17997] By: hv on 2002/10/11 12:10:39
5407 Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
5408 From: Information Service <info@lingo.kiev.ua>
5409 Date: Wed, 09 Oct 2002 07:17:00 +0400
5410 Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
5412 ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
5413 ____________________________________________________________________________
5414 [ 17996] By: hv on 2002/10/11 11:55:53
5415 Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
5416 From: chromatic <chromatic@wgz.org>
5417 Date: Thu, 03 Oct 2002 22:56:54 -0700
5418 Message-ID: <20021004060120.33329.qmail@onion.perl.org>
5420 ! lib/AutoLoader.pm lib/AutoLoader.t
5421 ____________________________________________________________________________
5422 [ 17995] By: ams on 2002/10/11 05:24:20
5423 Log: Subject: [perl #17819] Typo in perltooc?
5424 From: Bob Wilkinson (via RT) <perlbug@perl.org>
5425 Date: 9 Oct 2002 09:50:40 -0000
5426 Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
5428 Subject: [perl #17821] Typo in perltooc
5429 From: Bob Wilkinson (via RT) <perlbug@perl.org>
5430 Date: 9 Oct 2002 10:12:51 -0000
5431 Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
5434 ____________________________________________________________________________
5435 [ 17994] By: rgs on 2002/10/10 20:19:27
5436 Log: Fix bug #17776 : memory corruption in qr/##/x
5439 ____________________________________________________________________________
5440 [ 17993] By: rgs on 2002/10/10 19:52:00
5441 Log: croak() is better written Perl_croak() in C code.
5444 ____________________________________________________________________________
5445 [ 17992] By: hv on 2002/10/10 11:29:12
5446 Log: Subject: Re: Hash::Util::lock_keys inhibits bless
5447 From: andreas.koenig@anima.de (Andreas J. Koenig)
5448 Date: Fri, 04 Oct 2002 06:38:57 +0200
5449 Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
5452 ____________________________________________________________________________
5453 [ 17991] By: hv on 2002/10/10 11:20:41
5454 Log: new files lib/version.pm and lib/version.t for change #17990.
5456 + lib/version.pm lib/version.t
5457 ____________________________________________________________________________
5458 [ 17990] By: hv on 2002/10/10 11:19:57
5459 Log: Subject: [PATCH] Version object combined patch
5460 From: John Peacock <jpeacock@rowman.com>
5461 Date: Fri, 04 Oct 2002 23:15:10 -0400
5462 Message-ID: <3D9E593E.1060605@rowman.com>
5464 ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
5465 ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
5466 ____________________________________________________________________________
5467 [ 17989] By: hv on 2002/10/10 10:48:42
5468 Log: Subject: PATCH: lib/ExtUtils/typemap
5469 From: Brian Ingerson <ingy@ttul.org>
5470 Date: Sat, 28 Sep 2002 13:03:24 -0700
5471 Message-ID: <20020928130324.A16900@ttul.org>
5473 ! lib/ExtUtils/typemap
5474 ____________________________________________________________________________
5475 [ 17988] By: hv on 2002/10/10 10:45:19
5476 Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
5477 From: Nicholas Clark <nick@unfortu.net>
5478 Date: Sat, 28 Sep 2002 18:52:00 +0100
5479 Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
5481 ! lib/Exporter.t lib/Exporter/Heavy.pm
5482 ____________________________________________________________________________
5483 [ 17987] By: hv on 2002/10/10 10:27:40
5484 Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
5485 From: "Allen Smith" <easmith@beatrice.rutgers.edu>
5486 Date: Mon, 9 Sep 2002 17:36:55 -0400
5487 Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
5490 ____________________________________________________________________________
5491 [ 17986] By: hv on 2002/10/10 09:51:24
5492 Log: Remove use of caller() in strict.pm, and tighten Safe compartment
5493 for Storable tests to match.
5495 ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
5496 ____________________________________________________________________________
5497 [ 17985] By: hv on 2002/10/10 09:27:00
5498 Log: Subject: Re: README.cygwin draft update
5499 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5500 Date: Mon, 07 Oct 2002 17:15:09 -0700
5501 Message-ID: <NOio9gzkg6oR092yn@efn.org>
5503 ! README.cygwin pod/perl58delta.pod
5504 ____________________________________________________________________________
5505 [ 17984] By: rgs on 2002/10/09 19:17:08
5506 Log: Fix bug #17823 : non-modifying tr/// stringifies references
5509 ____________________________________________________________________________
5510 [ 17983] By: merijn on 2002/10/09 12:22:26
5511 Log: Tru64 and gcc and threads
5512 Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
5515 ____________________________________________________________________________
5516 [ 17982] By: merijn on 2002/10/09 10:34:40
5517 Log: Correct mailing list archive URL
5518 Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
5520 ! Porting/pumpkin.pod
5521 ____________________________________________________________________________
5522 [ 17981] By: merijn on 2002/10/09 04:49:06
5523 Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
5524 Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
5526 ! Porting/pumpkin.pod
5527 ____________________________________________________________________________
5528 [ 17980] By: sky on 2002/10/06 15:40:56
5529 Log: Upgrade Safe.pm to 2.09 after CPAN backport.
5530 Fix testcases to run properly outside perl core build enviroment.
5532 ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
5534 ____________________________________________________________________________
5535 [ 17979] By: sky on 2002/10/06 07:03:19
5536 Log: Subject: [PATCH] fix typo in Tie::Array
5537 From: "Jos I. Boumans" <kane@cpan.org>
5538 Date: sat okt 5, 2002 20:39:17 Europe/Stockholm
5539 Message-Id: <20021005183920.14746.qmail@onion.perl.org>
5542 ____________________________________________________________________________
5543 [ 17978] By: sky on 2002/10/05 04:44:10
5544 Log: Upgrade to Attribute::Handlers 0.78
5546 ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
5547 ! lib/Attribute/Handlers/README
5548 ____________________________________________________________________________
5549 [ 17977] By: rgs on 2002/10/04 20:01:54
5550 Log: Complement to change #17976 :
5551 there was a similar bug on rdo().
5552 Increment $Safe::VERSION.
5554 ! ext/Opcode/Safe.pm ext/Safe/safe3.t
5555 ____________________________________________________________________________
5556 [ 17976] By: rgs on 2002/10/04 19:44:48
5557 Log: Fix bug #17744, suggested by Andreas Jurenda,
5558 tweaked by rgs (security hole in Safe).
5561 ! MANIFEST ext/Opcode/Safe.pm
5562 ____________________________________________________________________________
5563 [ 17975] By: merijn on 2002/10/04 13:30:17
5564 Log: Non ANSI feature detection in enum
5567 ____________________________________________________________________________
5568 [ 17974] By: rgs on 2002/10/03 21:00:50
5569 Log: Fix a precedence problem.
5571 ! ext/Storable/t/integer.t
5572 ____________________________________________________________________________
5573 [ 17973] By: rgs on 2002/10/03 20:34:13
5574 Log: Change the warning message "%s trapped by operation mask"
5575 to include '' around the op name. Document it in perldiag.
5577 ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
5579 ____________________________________________________________________________
5580 [ 17972] By: rgs on 2002/10/03 20:26:54
5581 Log: Add a new warning, "Possible precedence problem on bitwise
5582 %c operator", triggerred when a bitwise op has a numeric
5583 comparison op as child.
5585 ! op.c pod/perldiag.pod t/lib/warnings/op
5586 ____________________________________________________________________________
5587 [ 17971] By: ams on 2002/10/03 11:03:41
5588 Log: Subject: Re: Not OK 17969
5589 From: Slaven Rezic <slaven.rezic@berlin.de>
5590 Date: 03 Oct 2002 13:12:58 +0200
5591 Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
5593 ! ext/Storable/Storable.pm ext/Storable/t/code.t
5594 ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
5595 ! ext/Storable/t/malice.t
5596 ____________________________________________________________________________
5597 [ 17970] By: ams on 2002/10/03 02:21:15
5598 Log: Add a line about 2.05.
5600 ! ext/Storable/ChangeLog
5601 ____________________________________________________________________________
5602 [ 17969] By: ams on 2002/10/03 02:12:27
5603 Log: Subject: [PATCH] Storable and code serialization: documentation
5604 From: Slaven Rezic <slaven.rezic@berlin.de>
5605 Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
5606 Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
5608 ! ext/Storable/MANIFEST ext/Storable/Storable.pm
5609 ! ext/Storable/t/code.t
5610 ____________________________________________________________________________
5611 [ 17968] By: ams on 2002/10/03 01:40:51
5612 Log: Subject: [PATCH] Re: speed of my
5613 From: Stephen McCamant <smcc@mit.edu>
5614 Date: Wed, 2 Oct 2002 21:48:59 -0400
5615 Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
5618 ____________________________________________________________________________
5619 [ 17967] By: hv on 2002/10/02 15:04:57
5620 Log: Subject: [PATCH] reentrant buffers
5621 From: Jarkko Hietaniemi <jhi@iki.fi>
5622 Date: Fri, 27 Sep 2002 01:08:56 +0300
5623 Message-ID: <20020926220856.GA339120@lyta.hut.fi>
5625 ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
5626 ____________________________________________________________________________
5627 [ 17966] By: hv on 2002/10/02 14:46:52
5628 Log: Subject: [PATCH] retropatch
5629 From: Jarkko Hietaniemi <jhi@iki.fi>
5630 Date: Fri, 27 Sep 2002 03:51:34 +0300
5631 Message-ID: <20020927005134.GB339120@lyta.hut.fi>
5633 + pod/perl573delta.pod
5634 ! MANIFEST pod/buildtoc.PL pod/perl.pod
5635 ____________________________________________________________________________
5636 [ 17965] By: hv on 2002/10/02 14:42:21
5637 Log: op/tr.t test is affected by #17962
5640 ____________________________________________________________________________
5641 [ 17964] By: hv on 2002/10/02 14:38:59
5642 Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
5643 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5644 Date: Tue, 1 Oct 2002 23:34:35 +0200
5645 Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
5647 ! t/op/override.t toke.c
5648 ____________________________________________________________________________
5649 [ 17963] By: hv on 2002/10/02 14:15:22
5650 Log: Subject: Re: [perl #17376] Bug Report - our(%)
5651 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5652 Date: Tue, 01 Oct 2002 09:54:30 -0700
5653 Message-ID: <GNdm9gzkgWOS092yn@efn.org>
5655 ! op.c pp_hot.c t/comp/our.t
5656 ____________________________________________________________________________
5657 [ 17962] By: ams on 2002/10/02 14:10:07
5658 Log: Subject: [PATCH] no [] in tr///
5659 From: Jarkko Hietaniemi <jhi@iki.fi>
5660 Date: Wed, 2 Oct 2002 17:09:11 +0300
5661 Message-Id: <20021002140911.GH278184@lyta.hut.fi>
5663 ! pod/perldiag.pod toke.c
5664 ____________________________________________________________________________
5665 [ 17961] By: hv on 2002/10/02 14:09:11
5666 Log: Subject: Re: Hash::Util::lock_keys inhibits bless
5667 From: andreas.koenig@anima.de (Andreas J. Koenig)
5668 Date: Mon, 30 Sep 2002 17:24:06 +0200
5669 Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
5672 ____________________________________________________________________________
5673 [ 17959] By: hv on 2002/10/02 14:06:29
5674 Log: Subject: [DOCPATCH] Unicode porting advice
5675 From: andreas.koenig@anima.de (Andreas J. Koenig)
5676 Date: Fri, 27 Sep 2002 15:30:16 +0200
5677 Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
5679 ! pod/perlunicode.pod
5680 ____________________________________________________________________________
5681 [ 17958] By: hv on 2002/10/02 13:57:06
5682 Log: missing quote from #17957
5684 ! Porting/pumpkin.pod
5685 ____________________________________________________________________________
5686 [ 17957] By: hv on 2002/10/02 13:55:56
5687 Log: document how to set APPLLIB_EXP
5688 Subject: Re: [perl #15957] error installing perl 5.8.0
5689 From: Andy Dougherty <doughera@lafayette.edu>
5690 Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
5691 Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
5693 ! Porting/pumpkin.pod
5694 ____________________________________________________________________________
5695 [ 17956] By: hv on 2002/10/02 13:51:12
5696 Log: Devel::Peek tests from:
5697 Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
5698 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5699 Date: Thu, 26 Sep 2002 22:16:39 -0700
5700 Message-ID: <3m+k9gzkgqnP092yn@efn.org>
5702 ! ext/Devel/Peek/Peek.t
5703 ____________________________________________________________________________
5704 [ 17955] By: hv on 2002/10/02 13:43:26
5705 Log: add precedence warning for bitwise docs
5706 Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
5707 From: Mike Guy <mjtg@cam.ac.uk>
5708 Date: Thu, 26 Sep 2002 13:20:45 +0100
5709 Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
5712 ____________________________________________________________________________
5713 [ 17954] By: hv on 2002/10/02 13:18:01
5714 Log: Subject: [PATCH] Re: perlio bug?
5715 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5716 Date: Wed, 25 Sep 2002 21:58:12 +0200
5717 Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
5719 ! doio.c pod/perldiag.pod t/lib/warnings/doio
5720 ____________________________________________________________________________
5721 [ 17953] By: hv on 2002/10/02 12:55:29
5722 Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
5723 From: Dave Mitchell <davem@fdgroup.com>
5724 Date: Wed, 25 Sep 2002 23:40:23 +0100
5725 Message-ID: <20020925234023.A20044@fdgroup.com>
5728 ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
5729 ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
5730 ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
5731 ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
5732 ! proto.h scope.c sv.c toke.c
5733 ____________________________________________________________________________
5734 [ 17952] By: hv on 2002/10/02 11:23:38
5735 Log: better handling of whitespace in autodoc declarations; fragment from:
5736 Subject: [PATCH pad.c,h] move all pad-related code to its own src file
5737 From: Dave Mitchell <davem@fdgroup.com>
5738 Date: Wed, 25 Sep 2002 23:40:23 +0100
5739 Message-ID: <20020925234023.A20044@fdgroup.com>
5742 ____________________________________________________________________________
5743 [ 17951] By: merijn on 2002/10/02 09:15:18
5744 Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
5745 Thu, 25 Jul 2002, Andy Dougherty
5747 ! Configure Policy_sh.SH
5748 ____________________________________________________________________________
5749 [ 17950] By: ams on 2002/10/02 03:43:41
5750 Log: Add silly bandaid to stop segfaults on subsequent accesses to
5751 the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
5755 ____________________________________________________________________________
5756 [ 17949] By: hv on 2002/10/01 08:49:02
5757 Log: patch based on:
5758 Subject: Re: [perl #17376] Bug Report - our(%)
5759 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5760 Date: Mon, 30 Sep 2002 15:22:18 -0700
5761 Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
5764 ____________________________________________________________________________
5765 [ 17948] By: hv on 2002/10/01 08:26:44
5766 Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
5767 From: chromatic <chromatic@wgz.org>
5768 Date: Fri, 13 Sep 2002 14:26:08 -0700
5769 Message-Id: <200209131426.08116.chromatic@wgz.org>
5772 ____________________________________________________________________________
5773 [ 17947] By: hv on 2002/10/01 08:10:21
5774 Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
5775 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5776 Date: Wed, 11 Sep 2002 22:22:45 -0700
5777 Message-ID: <lSCg9gzkgymX092yn@efn.org>
5779 ! dump.c mg.h regexec.c sv.c t/op/pat.t
5780 ____________________________________________________________________________
5781 [ 17946] By: merijn on 2002/09/30 15:19:36
5782 Log: nanosleep on VMS not present
5785 ____________________________________________________________________________
5786 [ 17945] By: merijn on 2002/09/30 09:51:40
5787 Log: -Dgccansipedantic only for gcc 3+
5788 Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
5790 ! Porting/pumpkin.pod cflags.SH
5791 ____________________________________________________________________________
5792 [ 17944] By: merijn on 2002/09/30 08:29:33
5793 Log: nanosleep probes as per Jarkko's request
5795 ! Configure NetWare/config_H.wc Porting/config.sh
5796 ! Porting/config_H config_h.SH epoc/config.sh perl.h
5797 ! win32/config.bc win32/config.gc win32/config.vc
5798 ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
5799 ! win32/config_H.vc win32/config_H.vc64 wince/config.ce
5801 ____________________________________________________________________________
5802 [ 17943] By: merijn on 2002/09/30 05:56:58
5803 Log: Backport 17941 ([perl #16796] Configure script buglet)
5804 27 Aug 2002 20:09:29, "Amick, Eric" (via RT) <perlbug@perl.org>
5807 ____________________________________________________________________________
5808 [ 17942] By: ams on 2002/09/29 22:26:37
5809 Log: Remove package; (Heh heh.)
5811 ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
5812 ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
5813 ! vms/perly_c.vms vms/perly_h.vms
5814 ____________________________________________________________________________
5815 [ 17941] By: hv on 2002/09/29 12:11:06
5816 Log: Subject: [perl #16796] Configure script buglet
5817 From: "Amick, Eric" (via RT) <perlbug@perl.org>
5818 Date: 27 Aug 2002 20:09:29 -0000
5819 Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
5822 ____________________________________________________________________________
5823 [ 17940] By: hv on 2002/09/29 11:59:28
5824 Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
5825 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5826 Date: Fri, 27 Sep 2002 13:52:18 +0200
5827 Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
5829 ! lib/Attribute/Handlers.pm
5830 ____________________________________________________________________________
5831 [ 17939] By: hv on 2002/09/29 11:55:17
5832 Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
5833 From: Allen Smith (via RT) <perlbug@perl.org>
5834 Date: 13 Sep 2002 03:01:30 -0000
5835 Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
5837 ! t/lib/h2ph.pht utils/h2ph.PL
5838 ____________________________________________________________________________
5839 [ 17938] By: rgs on 2002/09/28 20:42:59
5840 Log: Email address change for Stéphane Payrard
5843 ____________________________________________________________________________
5844 [ 17937] By: hv on 2002/09/27 10:05:42
5845 Log: Subject: Re: [REVISED PATCH] Magic v-strings
5846 From: John Peacock <jpeacock@rowman.com>
5847 Date: Thu, 19 Sep 2002 22:30:58 -0400
5848 Message-ID: <3D8A8862.3000602@rowman.com>
5851 ____________________________________________________________________________
5852 [ 17936] By: hv on 2002/09/27 10:00:42
5853 Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
5854 From: "Craig A. Berry" <craigberry@mac.com>
5855 Date: Wed, 25 Sep 2002 17:14:33 -0500
5856 Message-ID: <3D923549.6050809@mac.com>
5859 ____________________________________________________________________________
5860 [ 17935] By: hv on 2002/09/27 09:48:19
5861 Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
5862 From: Andy Lester <andy@petdance.com>
5863 Date: Fri, 20 Sep 2002 12:23:41 -0500
5864 Message-ID: <20020920172341.GA15672@petdance.com>
5866 ! pod/perlopentut.pod
5867 ____________________________________________________________________________
5868 [ 17934] By: hv on 2002/09/26 18:50:02
5869 Log: missing '.' in test from #17932
5872 ____________________________________________________________________________
5873 [ 17933] By: hv on 2002/09/26 17:01:11
5874 Log: Subject: [PATCH] perl #17453
5875 From: Jarkko Hietaniemi <jhi@iki.fi>
5876 Date: Fri, 20 Sep 2002 17:22:45 +0300
5877 Message-ID: <20020920142245.GG280265@lyta.hut.fi>
5879 ! lib/utf8_heavy.pl t/op/pat.t
5880 ____________________________________________________________________________
5881 [ 17932] By: hv on 2002/09/26 16:47:32
5882 Log: #17931 checked for wrong constant
5885 ____________________________________________________________________________
5886 [ 17931] By: hv on 2002/09/26 16:29:26
5887 Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
5888 From: Kay_Röpke <kay@dolphin-services.de>
5889 Date: Fri, 20 Sep 2002 16:09:08 +0200
5890 Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
5892 ! op.c t/lib/strict/subs
5893 ____________________________________________________________________________
5894 [ 17930] By: hv on 2002/09/26 15:56:07
5895 Log: Subject: [perl #17445] Class::Struct patch: version number, examples
5896 From: Ken Neighbors (via RT) <perlbug@perl.org>
5897 Date: 19 Sep 2002 18:48:22 -0000
5898 Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
5900 ! lib/Class/Struct.pm
5901 ____________________________________________________________________________
5902 [ 17929] By: merijn on 2002/09/26 12:15:04
5903 Log: Backport 17925 and 17926
5904 enable -ansi -pedantic; Jarkko Hietaniemi <jhi@iki.fi>; Wed, 18 Sep 2002
5905 defuse installusrbinperl; Jarkko Hietaniemi <jhi@iki.fi>; Thu, 19 Sep 2002
5907 ! U/installdirs/instubperl.U
5908 Branch: metaconfig/U/perl
5910 ____________________________________________________________________________
5911 [ 17928] By: hv on 2002/09/26 09:54:05
5912 Log: Subject: [PATCH] bug in utf8.c(?)
5913 From: Marty Pauley <marty+p5p@kasei.com>
5914 Date: Fri, 20 Sep 2002 10:55:33 +0100
5915 Subject: [PATCH] bug in utf8.c(?)
5918 ____________________________________________________________________________
5919 [ 17927] By: hv on 2002/09/26 09:37:19
5920 Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
5921 From: Marty Pauley <marty+p5p@kasei.com>
5922 Date: Fri, 20 Sep 2002 09:52:16 +0100
5923 Message-Id: 20020920085216.GC10512@soto.kasei.com
5925 ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
5926 ____________________________________________________________________________
5927 [ 17926] By: hv on 2002/09/26 09:28:06
5928 Log: Subject: [PATCH] defuse installusrbinperl
5929 From: Jarkko Hietaniemi <jhi@iki.fi>
5930 Date: Thu, 19 Sep 2002 18:01:03 +0300
5931 Message-ID: <20020919150103.GI208696@lyta.hut.fi>
5934 ____________________________________________________________________________
5935 [ 17925] By: hv on 2002/09/26 09:15:55
5936 Log: Subject: [PATCH v2] enable -ansi -pedantic
5937 From: Jarkko Hietaniemi <jhi@iki.fi>
5938 Date: Wed, 18 Sep 2002 01:19:25 +0300
5939 Message-ID: <20020917221925.GF85044@lyta.hut.fi>
5941 ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
5942 ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
5943 ____________________________________________________________________________
5944 [ 17924] By: hv on 2002/09/26 08:44:16
5945 Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
5946 From: Nicholas Clark <nick@unfortu.net>
5947 Date: Sat, 14 Sep 2002 18:49:10 +0100
5948 Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
5951 ____________________________________________________________________________
5952 [ 17923] By: hv on 2002/09/26 08:33:54
5953 Log: Subject: [PATCH] Re: Advice on coredump
5954 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5955 Date: Wed, 18 Sep 2002 22:14:57 +0200
5956 Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
5958 ! op.c t/op/closure.t
5959 ____________________________________________________________________________
5960 [ 17922] By: hv on 2002/09/26 08:25:28
5961 Log: Subject: Re: [PATCH] spurious t/auto directory appears
5962 From: Michael G Schwern <schwern@pobox.com>
5963 Date: Fri, 13 Sep 2002 23:56:05 -0400
5964 Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
5966 ! lib/ExtUtils/t/Installed.t
5967 ____________________________________________________________________________
5968 [ 17921] By: hv on 2002/09/26 08:21:59
5969 Log: add TODO tests for slow our() declaration
5970 Subject: Re: [perl #17376] Bug Report - our(%)
5971 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5972 Date: Thu, 19 Sep 2002 22:34:01 -0700
5973 Message-ID: <JNri9gzkgSBB092yn@efn.org>
5977 ____________________________________________________________________________
5978 [ 17920] By: hv on 2002/09/26 08:16:43
5979 Log: LEAKTEST is dead, RIP
5980 Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
5981 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5982 Date: Mon, 23 Sep 2002 18:33:12 +0200
5983 Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
5985 ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
5986 ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
5987 ____________________________________________________________________________
5988 [ 17919] By: hv on 2002/09/26 07:59:42
5989 Log: Subject: [PATCH] AIX hints missinga >&4
5990 From: Jarkko Hietaniemi <jhi@iki.fi>
5991 Date: Fri, 13 Sep 2002 16:48:42 +0300
5992 Message-ID: <20020913134842.GD8929@lyta.hut.fi>
5995 ____________________________________________________________________________
5996 [ 17918] By: hv on 2002/09/26 07:51:10
5997 Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
5998 From: "Brendan O'Dea" <bod@debian.org>
5999 Date: Mon, 23 Sep 2002 22:45:40 +1000
6000 Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
6003 ____________________________________________________________________________
6004 [ 17917] By: hv on 2002/09/26 07:46:43
6005 Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
6006 From: Slaven Rezic <slaven.rezic@berlin.de>
6007 Date: 11 Sep 2002 19:37:09 +0200
6008 Message-ID: <871y80a0my.fsf@vran.herceg.de>
6010 ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
6011 ____________________________________________________________________________
6012 [ 17916] By: hv on 2002/09/26 07:31:42
6013 Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
6014 From: "Brendan O'Dea" <bod@debian.org>
6015 Date: Tue, 10 Sep 2002 09:19:05 +1000
6016 Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
6019 ____________________________________________________________________________
6020 [ 17915] By: rgs on 2002/09/24 20:19:22
6021 Log: Patch #17914 was empty ; this should have been applied instead.
6024 ____________________________________________________________________________
6025 [ 17914] By: rgs on 2002/09/21 19:58:57
6026 Log: Subject: [PATCH] PASE saga continues
6027 From: Jarkko Hietaniemi <jhi@iki.fi>
6028 Date: Thu, 19 Sep 2002 23:30:20 +0300
6029 Message-ID: <20020919203020.GB274453@lyta.hut.fi>
6032 ____________________________________________________________________________
6033 [ 17913] By: rgs on 2002/09/21 19:46:56
6034 Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
6035 From: "Craig A. Berry" <craigberry@mac.com>
6036 Date: Wed, 18 Sep 2002 16:57:02 -0500
6037 Message-ID: <3D88F6AE.3020708@mac.com>
6039 ! lib/File/Spec/VMS.pm vms/ext/filespec.t
6040 ____________________________________________________________________________
6041 [ 17912] By: ams on 2002/09/19 17:21:24
6042 Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
6043 From: Jarkko Hietaniemi <jhi@iki.fi>
6044 Date: Thu, 19 Sep 2002 18:59:48 +0300
6045 Message-Id: <20020919155948.GU208696@lyta.hut.fi>
6047 Subject: [PATCH] more PASE tweakage
6048 From: Jarkko Hietaniemi <jhi@iki.fi>
6049 Date: Thu, 19 Sep 2002 18:01:44 +0300
6050 Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
6052 ! README.os400 hints/aix.sh
6053 ____________________________________________________________________________
6054 [ 17911] By: ams on 2002/09/17 19:29:53
6057 ! ext/POSIX/POSIX.pod
6058 ____________________________________________________________________________
6059 [ 17910] By: ams on 2002/09/17 18:09:32
6060 Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
6061 checking for SvOK in do_readline().
6063 ! pp_hot.c t/op/gv.t
6064 ____________________________________________________________________________
6065 [ 17909] By: rgs on 2002/09/16 21:49:27
6066 Log: Pod formatting nit, found by Merijn and Jos Boumans.
6068 ! pod/perlunicode.pod
6069 ____________________________________________________________________________
6070 [ 17908] By: rgs on 2002/09/16 21:34:55
6071 Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
6072 From: (Ilya Martynov) (via RT) <perlbug@perl.org>
6073 Date: 15 Sep 2002 19:06:56 -0000
6074 Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
6076 ! lib/Locale/Country.pm lib/Locale/Currency.pm
6077 ! lib/Locale/Language.pm lib/Locale/Script.pm
6078 ____________________________________________________________________________
6079 [ 17907] By: rgs on 2002/09/16 20:33:51
6080 Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
6081 From: Jarkko Hietaniemi <jhi@iki.fi>
6082 Date: Sun, 15 Sep 2002 18:02:17 +0300
6083 Message-ID: <20020915150217.GB21300@lyta.hut.fi>
6086 ____________________________________________________________________________
6087 [ 17906] By: rgs on 2002/09/15 11:30:38
6088 Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
6089 of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
6090 not all modules listed in perlmodlib are necessarily installed.
6091 Plus some corrections by Vincent Lefevre.
6093 ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
6094 ____________________________________________________________________________
6095 [ 17905] By: nick on 2002/09/15 10:55:51
6096 Log: Integrate mainline
6098 +> lib/Unicode/Collate/t/index.t
6099 !> (integrate 54 files)
6100 ____________________________________________________________________________
6101 [ 17904] By: merijn on 2002/09/13 14:02:18
6102 Log: Tabs erroneusly expanded to spaces, causing AIX to fail
6106 ____________________________________________________________________________
6107 [ 17903] By: merijn on 2002/09/13 14:00:35
6108 Log: Fix tab/space issue that entered in 17893. AIX.
6111 ____________________________________________________________________________
6112 [ 17902] By: merijn on 2002/09/13 07:47:29
6113 Log: configure.com needs d_modflproto
6114 Thu 12 Sep 2002 23:19, "Craig A. Berry"
6117 ____________________________________________________________________________
6118 [ 17901] By: rgs on 2002/09/12 20:19:55
6119 Log: Subject: [PATCH] more PASE wisdom
6120 From: Jarkko Hietaniemi <jhi@iki.fi>
6121 Date: Fri, 13 Sep 2002 00:17:39 +0300
6122 Message-ID: <20020912211739.GB6980@lyta.hut.fi>
6125 ____________________________________________________________________________
6126 [ 17900] By: rgs on 2002/09/12 19:33:06
6127 Log: Fix a syntax incompatibility introduced by the // operator.
6128 (Note that C<print $fh //> is still a syntax error, it
6129 wasn't with perl 5.8.0.)
6132 ____________________________________________________________________________
6133 [ 17899] By: merijn on 2002/09/12 15:22:06
6134 Log: Re: [perl #17170] NetBSD and useshrplib config option
6135 Thu 12 Sep 2002 09:22, Rafael Garcia-Suarez
6136 Branch: metaconfig/U/perl
6140 ____________________________________________________________________________
6141 [ 17898] By: rgs on 2002/09/11 20:58:46
6142 Log: Fix bug #17006 : remove spurious do{} in the deparsing
6145 ! ext/B/B/Deparse.pm ext/B/t/deparse.t
6146 ____________________________________________________________________________
6147 [ 17897] By: rgs on 2002/09/11 20:56:21
6148 Log: Subject: [perl #17119] typo in utils/dprofpp.PL
6149 From: "Todd C. Miller" (via RT) <perlbug@perl.org>
6150 Date: 10 Sep 2002 18:49:56 -0000
6151 Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
6154 ____________________________________________________________________________
6155 [ 17896] By: merijn on 2002/09/11 08:31:45
6156 Log: re-synced Configure to backported metaunits
6158 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6160 ____________________________________________________________________________
6161 [ 17895] By: merijn on 2002/09/11 08:21:54
6162 Log: Cleaning up from metalint; reverting wrong voidflags fix from 17893;
6163 fix obvious typo from 17827
6165 ! U/modified/libc.U U/modified/usenm.U U/modified/voidflags.U
6166 Branch: metaconfig/U/perl
6167 ! d_modfl.U gccvers.U
6168 ____________________________________________________________________________
6169 [ 17894] By: merijn on 2002/09/10 17:48:15
6170 Log: Postchecking config_h.SH helps to catch typo's
6171 Also took the comments from the original patch
6172 Branch: metaconfig/U/perl
6174 ____________________________________________________________________________
6175 [ 17893] By: merijn on 2002/09/10 17:31:36
6176 Log: Backport all Configure patches 17671 .. 17881
6179 ! U/installdirs/prefix.U U/modified/libc.U U/modified/usenm.U
6180 ! U/modified/voidflags.U
6181 Branch: metaconfig/U/perl
6182 ! Extensions.U d_modfl.U gccvers.U
6183 ____________________________________________________________________________
6184 [ 17892] By: merijn on 2002/09/10 15:43:53
6185 Log: Callback behaviour in hints
6186 Mon, 9 Sep 2002, Allen Smith
6188 ! hints/README.hints
6189 ____________________________________________________________________________
6190 [ 17891] By: jhi on 2002/09/10 13:16:40
6191 Log: metaconfig tweakage.
6195 ____________________________________________________________________________
6196 [ 17890] By: merijn on 2002/09/10 12:17:49
6197 Log: Metaconfig documentation update (part 2)
6198 Fri 06 Sep 2002 20:26, Andy Dougherty
6200 ! README U.check/MANIFEST U/README U/mksample
6201 ! dist-3.0at70b/mcon/U/abortsig.U
6202 ! dist-3.0at70b/mcon/U/alignbytes.U
6203 ! dist-3.0at70b/mcon/U/bitpbyte.U
6204 ! dist-3.0at70b/mcon/U/byteorder.U
6205 ! dist-3.0at70b/mcon/U/ccflags.U
6206 ! dist-3.0at70b/mcon/U/charorder.U
6207 ! dist-3.0at70b/mcon/U/charsize.U
6208 ! dist-3.0at70b/mcon/U/d_NOFILE.U
6209 ! dist-3.0at70b/mcon/U/d_PORTAR.U
6210 ! dist-3.0at70b/mcon/U/d_SHM_MAC.U
6211 ! dist-3.0at70b/mcon/U/d_access.U
6212 ! dist-3.0at70b/mcon/U/d_bsdjmp.U
6213 ! dist-3.0at70b/mcon/U/d_casti32.U
6214 ! dist-3.0at70b/mcon/U/d_castneg.U
6215 ! dist-3.0at70b/mcon/U/d_charsprf.U
6216 ! dist-3.0at70b/mcon/U/d_ckeypad.U
6217 ! dist-3.0at70b/mcon/U/d_const.U
6218 ! dist-3.0at70b/mcon/U/d_eofpipe.U
6219 ! dist-3.0at70b/mcon/U/d_fd_set.U
6220 ! dist-3.0at70b/mcon/U/d_getpagsz.U
6221 ! dist-3.0at70b/mcon/U/d_getpgrp.U
6222 ! dist-3.0at70b/mcon/U/d_isascii.U
6223 ! dist-3.0at70b/mcon/U/d_keepsig.U
6224 ! dist-3.0at70b/mcon/U/d_nolnbuf.U
6225 ! dist-3.0at70b/mcon/U/d_open3.U
6226 ! dist-3.0at70b/mcon/U/d_pidcheck.U
6227 ! dist-3.0at70b/mcon/U/d_safebcpy.U
6228 ! dist-3.0at70b/mcon/U/d_safemcpy.U
6229 ! dist-3.0at70b/mcon/U/d_sanemcmp.U
6230 ! dist-3.0at70b/mcon/U/d_scannl.U
6231 ! dist-3.0at70b/mcon/U/d_setpgrp.U
6232 ! dist-3.0at70b/mcon/U/d_sgndchr.U
6233 ! dist-3.0at70b/mcon/U/d_sigaction.U
6234 ! dist-3.0at70b/mcon/U/d_sigsetjmp.U
6235 ! dist-3.0at70b/mcon/U/d_stdstdio.U
6236 ! dist-3.0at70b/mcon/U/d_strctcpy.U
6237 ! dist-3.0at70b/mcon/U/d_volatile.U
6238 ! dist-3.0at70b/mcon/U/d_vprintf.U
6239 ! dist-3.0at70b/mcon/U/d_wifstat.U
6240 ! dist-3.0at70b/mcon/U/doublesize.U
6241 ! dist-3.0at70b/mcon/U/errnolist.U
6242 ! dist-3.0at70b/mcon/U/floatsize.U dist-3.0at70b/mcon/U/i_db.U
6243 ! dist-3.0at70b/mcon/U/i_sysioctl.U
6244 ! dist-3.0at70b/mcon/U/i_time.U dist-3.0at70b/mcon/U/install.U
6245 ! dist-3.0at70b/mcon/U/intsize.U dist-3.0at70b/mcon/U/models.U
6246 ! dist-3.0at70b/mcon/U/nblock_io.U
6247 ! dist-3.0at70b/mcon/U/nlist_pfx.U
6248 ! dist-3.0at70b/mcon/U/orderlib.U
6249 ! dist-3.0at70b/mcon/U/prototype.U
6250 ! dist-3.0at70b/mcon/U/ptrsize.U dist-3.0at70b/mcon/U/randbits.U
6251 ! dist-3.0at70b/mcon/U/randfunc.U
6252 ! dist-3.0at70b/mcon/U/sbrksmart.U
6253 ! dist-3.0at70b/mcon/U/selecttype.U
6254 ! dist-3.0at70b/mcon/U/sockopt.U
6255 ! dist-3.0at70b/mcon/U/ssizetype.U
6256 ! dist-3.0at70b/mcon/U/sunscanf.U
6257 ! dist-3.0at70b/mcon/U/voidflags.U
6258 ____________________________________________________________________________
6259 [ 17889] By: merijn on 2002/09/10 09:58:06
6260 Log: Metaconfig documentation update (part 1)
6261 Fri 06 Sep 2002 20:26, Andy Dougherty
6265 ____________________________________________________________________________
6266 [ 17888] By: merijn on 2002/09/10 09:20:52
6267 Log: New low-price HP servers
6270 ____________________________________________________________________________
6271 [ 17887] By: rgs on 2002/09/09 21:00:08
6272 Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
6273 From: Paul Johnson <paul@pjcj.net>
6274 Date: Mon, 9 Sep 2002 23:37:33 +0200
6275 Message-ID: <20020909213733.GD879@pjcj.net>
6277 ! ext/B/B/Deparse.pm
6278 ____________________________________________________________________________
6279 [ 17886] By: rgs on 2002/09/09 20:38:01
6280 Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm. Didn't work.
6281 From: Nicholas Clark <nick@unfortu.net>
6282 Date: Sun, 8 Sep 2002 23:05:54 +0100
6283 Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
6286 ____________________________________________________________________________
6287 [ 17885] By: rgs on 2002/09/09 20:35:34
6288 Log: Subject: [PATCH] strict.pm pod at __END__
6289 From: Nicholas Clark <nick@unfortu.net>
6290 Date: Sun, 8 Sep 2002 22:36:09 +0100
6291 Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
6294 ____________________________________________________________________________
6295 [ 17884] By: rgs on 2002/09/09 19:33:11
6296 Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
6297 From: Nicholas Clark <nick@unfortu.net>
6298 Date: Sun, 8 Sep 2002 19:45:52 +0100
6299 Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
6301 ! lib/File/Find/t/find.t
6302 ____________________________________________________________________________
6303 [ 17883] By: rgs on 2002/09/09 19:10:08
6304 Log: Subject: [PATCH] Quieten warnings in Deparse.pm
6305 From: Paul Johnson <paul@pjcj.net>
6306 Date: Sun, 8 Sep 2002 23:50:11 +0200
6307 Message-ID: <20020908215011.GA879@pjcj.net>
6309 ! ext/B/B/Deparse.pm
6310 ____________________________________________________________________________
6311 [ 17882] By: hv on 2002/09/09 10:33:58
6314 ! Changes patchlevel.h
6315 ____________________________________________________________________________
6316 [ 17881] By: hv on 2002/09/09 09:54:55
6317 Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
6318 From: "Allen Smith" <easmith@beatrice.rutgers.edu>
6319 Date: Mon, 9 Sep 2002 01:48:08 -0400
6320 Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
6323 ____________________________________________________________________________
6324 [ 17880] By: hv on 2002/09/09 09:33:55
6325 Log: integrate Math::BigInt-1.63
6326 Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
6327 From: Tels <perl_dummy@bloodgate.com>
6328 Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
6329 Message-Id: <200209082022.g88KMGY20194@crypt.org>
6331 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6332 ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
6333 ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
6334 ! lib/Math/BigInt/t/sub_mif.t
6335 ____________________________________________________________________________
6336 [ 17879] By: hv on 2002/09/09 09:23:53
6337 Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
6338 From: Jarkko Hietaniemi <jhi@iki.fi>
6339 Date: Mon, 9 Sep 2002 00:07:46 +0300
6340 Message-ID: <20020908210746.GB4136@lyta.hut.fi>
6343 ____________________________________________________________________________
6344 [ 17878] By: hv on 2002/09/09 09:11:57
6345 Log: small grammar fix in Benchmark docs
6348 ____________________________________________________________________________
6349 [ 17877] By: hv on 2002/09/09 09:09:30
6350 Log: Subject: [PATCH] configpm
6351 From: Abe Timmerman <abe@ztreet.demon.nl>
6352 Date: Sun, 8 Sep 2002 17:21:19 +0200
6353 Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
6356 ____________________________________________________________________________
6357 [ 17876] By: hv on 2002/09/09 08:48:35
6358 Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
6359 From: Abe Timmerman <abe@ztreet.demon.nl>
6360 Date: Mon, 9 Sep 2002 01:32:19 +0200
6361 Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
6364 ____________________________________________________________________________
6365 [ 17875] By: rgs on 2002/09/08 18:55:01
6366 Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
6367 From: Nicholas Clark <nick@unfortu.net>
6368 Date: Sun, 8 Sep 2002 15:46:44 +0100
6369 Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
6371 Plus two other similar tweaks
6373 ! ext/SDBM_File/sdbm.t
6374 ____________________________________________________________________________
6375 [ 17874] By: hv on 2002/09/08 17:10:38
6376 Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
6377 From: "Allen Smith" <easmith@beatrice.rutgers.edu>
6378 Date: Sat, 7 Sep 2002 05:25:45 -0400
6379 Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
6381 ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
6383 ____________________________________________________________________________
6384 [ 17873] By: hv on 2002/09/08 16:48:54
6385 Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
6386 From: Nicholas Clark <nick@unfortu.net>
6387 Date: Sat, 7 Sep 2002 00:20:53 +0100
6388 Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
6391 ____________________________________________________________________________
6392 [ 17872] By: hv on 2002/09/08 16:35:46
6393 Log: temporarily skip failing Storable tests caused by #17869
6395 ! ext/Storable/t/code.t
6396 ____________________________________________________________________________
6397 [ 17871] By: hv on 2002/09/08 16:23:49
6398 Log: Subject: [PATCH] tiddly tidy up for util.c
6399 From: Nicholas Clark <nick@unfortu.net>
6400 Date: Fri, 6 Sep 2002 23:00:14 +0100
6401 Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
6404 ____________________________________________________________________________
6405 [ 17870] By: hv on 2002/09/08 16:21:23
6406 Log: regularise whitespace and formatting in util.c
6409 ____________________________________________________________________________
6410 [ 17869] By: hv on 2002/09/08 15:46:08
6411 Log: Subject: [perl #17061] no strict 'garbage'
6412 From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
6413 Date: 6 Sep 2002 19:31:02 -0000
6414 Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
6415 Date: Sat, 07 Sep 2002 13:40:22 +0200
6416 Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
6418 ! lib/strict.pm lib/strict.t
6419 ____________________________________________________________________________
6420 [ 17868] By: hv on 2002/09/08 15:24:08
6421 Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
6423 ! pod/perl58delta.pod
6424 ____________________________________________________________________________
6425 [ 17867] By: hv on 2002/09/08 15:10:46
6426 Log: Subject: [PATCH] allow using hires time() in Benchmark
6427 From: Jarkko Hietaniemi <jhi@iki.fi>
6428 Date: Fri, 6 Sep 2002 00:38:11 +0300
6429 Message-ID: <20020905213811.GA23771@lyta.hut.fi>
6432 ____________________________________________________________________________
6433 [ 17866] By: hv on 2002/09/08 15:06:05
6434 Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
6435 From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
6436 Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
6437 Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
6440 ____________________________________________________________________________
6441 [ 17865] By: hv on 2002/09/08 15:03:23
6442 Log: Subject: Unicode::Collate 0.23 Released
6443 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6444 Date: Thu, 05 Sep 2002 23:28:32 +0900
6445 Message-Id: <20020905232316.8151.BQW10602@nifty.com>
6447 + lib/Unicode/Collate/t/index.t
6448 ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
6449 ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
6450 ____________________________________________________________________________
6451 [ 17864] By: hv on 2002/09/08 14:55:31
6452 Log: Subject: sv_2pv_flags and ROK and UTF8 flags
6453 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6454 Date: Wed, 04 Sep 2002 21:09:01 -0700
6455 Message-ID: <djtd9gzkgyLd092yn@efn.org>
6456 Date: Fri, 06 Sep 2002 09:23:03 -0700
6457 Message-ID: <nZNe9gzkgKdH092yn@efn.org>
6459 ! lib/overload.t sv.c sv.h t/op/pat.t
6460 ____________________________________________________________________________
6461 [ 17863] By: hv on 2002/09/08 14:11:54
6462 Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
6465 ____________________________________________________________________________
6466 [ 17862] By: hv on 2002/09/08 14:01:07
6467 Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
6468 From: Michael G Schwern <schwern@pobox.com>
6469 Date: Wed, 4 Sep 2002 11:38:01 -0700
6470 Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
6473 ____________________________________________________________________________
6474 [ 17861] By: hv on 2002/09/08 13:58:10
6475 Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
6476 From: Michael G Schwern <schwern@pobox.com>
6477 Date: Fri, 6 Sep 2002 14:03:16 -0700
6478 Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
6481 ____________________________________________________________________________
6482 [ 17860] By: hv on 2002/09/08 13:48:49
6483 Log: #17859 misuses s/// return values
6486 ____________________________________________________________________________
6487 [ 17859] By: hv on 2002/09/08 13:17:46
6488 Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm. Didn't work.
6489 From: Nicholas Clark <nick@unfortu.net>
6490 Date: Mon, 2 Sep 2002 23:22:32 +0100
6491 Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
6494 ____________________________________________________________________________
6495 [ 17858] By: pudge on 2002/09/08 04:47:02
6496 Log: Save script context in compiled script
6498 Branch: maint-5.6/macperl
6499 ! macos/lib/Mac/OSA/Simple.pm
6500 ____________________________________________________________________________
6501 [ 17857] By: pudge on 2002/09/08 04:46:31
6502 Log: Add Mac OS X Note
6503 Branch: maint-5.6/macperl
6504 ! macos/lib/Mac/Glue.pm
6505 ____________________________________________________________________________
6506 [ 17856] By: pudge on 2002/09/08 04:46:03
6507 Log: Remove workaround for fixed GUSI bug #553817
6508 Branch: maint-5.6/macperl
6509 ! macos/MacPerlTests.cmd
6510 ____________________________________________________________________________
6511 [ 17855] By: pudge on 2002/09/08 04:36:08
6512 Log: Add ChooseFSObject/GetFolder
6514 Branch: maint-5.6/macperl
6515 + macos/ext/Mac/StandardFile/ChooseFSObject.c
6516 + macos/ext/Mac/StandardFile/ChooseFSObject.h
6517 + macos/ext/Mac/StandardFile/t/ChooseFSObject.t
6518 ! macos/Perl.r macos/ext/Mac/StandardFile/Makefile.PL
6519 ! macos/ext/Mac/StandardFile/StandardFile.pm
6520 ! macos/ext/Mac/StandardFile/StandardFile.xs
6521 ! macos/macperl/MacPerl.r
6522 ____________________________________________________________________________
6523 [ 17854] By: pudge on 2002/09/08 04:35:08
6524 Log: Fix URL encoding for MacPerl Help/Shuck
6525 Bug exposed in Mac OS X 10.2; MacPerl Bug #598449
6526 Branch: maint-5.6/macperl
6527 ! macos/macperl/MPHelp.c
6528 ____________________________________________________________________________
6529 [ 17853] By: pudge on 2002/09/08 04:33:43
6530 Log: TextEdit example show text extraction
6531 Branch: maint-5.6/macperl
6532 ! macos/ext/Mac/TextEdit/t/SimpleText.t
6533 ____________________________________________________________________________
6534 [ 17852] By: pudge on 2002/09/08 04:32:53
6535 Log: File::Copy should only warn if there's something to warn about
6536 Branch: maint-5.6/macperl
6538 ____________________________________________________________________________
6539 [ 17851] By: nick on 2002/09/07 10:18:20
6540 Log: Integrate mainline
6542 +> README.os400 ext/threads/shared/t/disabled.t hints/os400.sh
6543 !> (integrate 69 files)
6544 ____________________________________________________________________________
6545 [ 17850] By: ams on 2002/09/06 03:31:32
6546 Log: Subject: [PATCH] (mostly (Unicode)) pod nits
6547 From: Jarkko Hietaniemi <jhi@iki.fi>
6548 Date: Fri, 6 Sep 2002 06:01:57 +0300
6549 Message-Id: <20020906030157.GA28252@lyta.hut.fi>
6551 ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
6552 ____________________________________________________________________________
6553 [ 17849] By: gsar on 2002/09/05 06:28:36
6554 Log: document setting the email address
6556 ! Porting/repository.pod
6557 ____________________________________________________________________________
6558 [ 17848] By: hv on 2002/09/04 23:12:15
6559 Log: AUTHORS: preferred address for Allen Smith
6562 ____________________________________________________________________________
6563 [ 17847] By: hv on 2002/09/04 23:10:37
6564 Log: copy on write: fixes and debugging
6565 Subject: what copies scalars in ithreads?
6566 From: Nicholas Clark <nick@unfortu.net>
6567 Date: Wed, 4 Sep 2002 21:52:47 +0100
6568 Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
6571 ____________________________________________________________________________
6572 [ 17846] By: hv on 2002/09/04 23:02:43
6573 Log: Subject: Re: [PATCH] A variety of README nitpicks.
6574 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6575 Date: Wed, 04 Sep 2002 09:10:05 +0200
6576 Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
6579 ____________________________________________________________________________
6580 [ 17845] By: hv on 2002/09/04 15:06:33
6581 Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
6583 ! lib/Math/BigInt/t/constant.t
6584 ____________________________________________________________________________
6585 [ 17844] By: hv on 2002/09/04 14:32:19
6586 Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
6588 ! ext/DB_File/DB_File.xs
6589 ____________________________________________________________________________
6590 [ 17843] By: hv on 2002/09/04 14:09:13
6591 Log: #17842 was only half the story
6592 Subject: [PATCH deb.c] Re: HiRes failure is success?
6593 From: Dave Mitchell <davem@fdgroup.com>
6594 Date: Wed, 4 Sep 2002 16:11:15 +0100
6595 Message-ID: <20020904161115.E27603@fdgroup.com>
6598 ____________________________________________________________________________
6599 [ 17842] By: hv on 2002/09/04 14:04:40
6600 Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
6603 ____________________________________________________________________________
6604 [ 17841] By: hv on 2002/09/04 13:57:27
6605 Log: Subject: [PATCH] op/getpid.t failure
6606 From: Michael G Schwern <schwern@pobox.com>
6607 Date: Tue, 3 Sep 2002 17:48:24 -0700
6608 Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
6611 ____________________________________________________________________________
6612 [ 17840] By: hv on 2002/09/04 13:55:20
6613 Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
6614 and Subject: [PATCH] More modules that don't lazy load Carp right.
6615 From: Michael G Schwern <schwern@pobox.com>
6616 Date: Tue, 3 Sep 2002 17:21:57 -0700
6617 Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
6618 and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
6620 ! ext/Encode/Unicode/Unicode.pm
6621 ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
6622 ! lib/File/Basename.pm
6623 ____________________________________________________________________________
6624 [ 17839] By: hv on 2002/09/04 13:47:12
6625 Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
6626 From: "Brendan O'Dea" <bod@debian.org>
6627 Date: Wed, 4 Sep 2002 02:36:10 +1000
6628 Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
6630 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
6631 ____________________________________________________________________________
6632 [ 17838] By: hv on 2002/09/04 13:41:27
6633 Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
6634 From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
6635 Date: Tue, 3 Sep 2002 13:46:18 +0200
6636 Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
6638 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
6639 ____________________________________________________________________________
6640 [ 17837] By: hv on 2002/09/04 13:38:27
6641 Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
6642 From: Michael G Schwern <schwern@pobox.com>
6643 Date: Mon, 2 Sep 2002 22:29:07 -0700
6644 Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
6647 ____________________________________________________________________________
6648 [ 17836] By: hv on 2002/09/04 13:35:36
6649 Log: Subject: [PATCH] DB_File 1.805
6650 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
6651 Date: Mon, 2 Sep 2002 23:56:40 +0100
6652 Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
6654 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6655 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
6656 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
6657 ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
6658 ____________________________________________________________________________
6659 [ 17835] By: hv on 2002/09/04 13:23:17
6660 Log: fix coredump after 64k-deep recursion
6661 Subject: Re: debugging coredump with -DD
6663 Date: Tue, 03 Sep 2002 14:34:20 +0100
6664 Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
6666 ! cop.h t/op/recurse.t
6667 ____________________________________________________________________________
6668 [ 17834] By: hv on 2002/09/04 13:08:36
6669 Log: perldoc: allow arguments for pager
6670 Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
6671 From: Chip Turner <cturner@redhat.com>
6672 Date: 02 Sep 2002 01:17:23 -0400
6673 Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
6676 ____________________________________________________________________________
6677 [ 17833] By: hv on 2002/09/04 12:55:54
6678 Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
6679 From: Jarkko Hietaniemi <jhi@iki.fi>
6680 Date: Sun, 1 Sep 2002 19:23:55 +0300
6681 Message-ID: <20020901162355.GH12536@lyta.hut.fi>
6683 ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
6684 ____________________________________________________________________________
6685 [ 17832] By: hv on 2002/09/04 12:39:42
6686 Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
6687 From: John Peacock <jpeacock@rowman.com>
6688 Date: Sun, 01 Sep 2002 15:00:12 -0400
6689 Message-ID: <3D7263BC.9020608@rowman.com>
6691 ! lib/ExtUtils/xsubpp pod/perlxs.pod
6692 ____________________________________________________________________________
6693 [ 17831] By: hv on 2002/09/04 11:47:10
6694 Log: #17827 misses some win32 tweaks
6696 ! win32/Makefile win32/makefile.mk
6697 ____________________________________________________________________________
6698 [ 17830] By: hv on 2002/09/04 11:41:22
6699 Log: update email address for Paul Marquess
6702 ____________________________________________________________________________
6703 [ 17829] By: hv on 2002/09/04 11:38:39
6704 Log: Subject: Correction for AUTHORS.html
6705 From: Sean Davis <dive@ender.com>
6706 Date: Fri, 30 Aug 2002 03:51:16 -0700
6707 Message-ID: <20020830035116.A18739@endersgame.net>
6710 ____________________________________________________________________________
6711 [ 17828] By: hv on 2002/09/04 11:31:42
6712 Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
6713 From: Michael G Schwern <schwern@pobox.com>
6714 Date: Fri, 30 Aug 2002 03:40:45 -0700
6715 Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
6717 ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
6718 ! lib/File/Spec/t/Spec.t
6719 ____________________________________________________________________________
6720 [ 17827] By: hv on 2002/09/04 11:21:57
6721 Log: Subject: [PATCH] OS/400 PASE port
6722 From: Jarkko Hietaniemi <jhi@iki.fi>
6723 Date: Thu, 29 Aug 2002 22:22:51 +0300
6724 Message-ID: <20020829192251.GA27102@lyta.hut.fi>
6726 + README.os400 hints/os400.sh
6727 ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
6728 ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
6729 ____________________________________________________________________________
6730 [ 17826] By: hv on 2002/09/04 11:10:54
6731 Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
6732 From: "Brendan O'Dea" <bod@debian.org>
6733 Date: Thu, 29 Aug 2002 22:42:39 +1000
6734 Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
6736 ! ext/Sys/Syslog/syslog.t
6737 ____________________________________________________________________________
6738 [ 17825] By: hv on 2002/09/04 10:53:59
6739 Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
6740 From: "John P. Linderman" <jpl@research.att.com>
6741 Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
6742 Message-Id: <200208271900.PAA98096@raptor.research.att.com>
6744 ! ext/IPC/SysV/Semaphore.pm
6745 ____________________________________________________________________________
6746 [ 17824] By: rgs on 2002/09/03 20:02:36
6747 Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
6748 From: Richard Soderberg (via RT) <perlbug@perl.org>
6749 Date: 3 Sep 2002 18:48:54 -0000
6750 Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
6752 Subject: [PATCH] A variety of README nitpicks.
6753 From: Richard Soderberg <rs@crystalflame.net>
6754 Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
6755 Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
6757 ! README.amiga README.dgux README.dos README.epoc README.hpux
6758 ! README.mint README.netware README.vmesa
6759 ____________________________________________________________________________
6760 [ 17823] By: rgs on 2002/09/03 19:47:05
6761 Log: Fix bug #16828.
6762 Add a few tests to ext/B/t/b.t, make it use Test::More.
6764 ! ext/B/B.xs ext/B/t/b.t
6765 ____________________________________________________________________________
6766 [ 17822] By: rgs on 2002/09/02 19:29:52
6767 Log: Some simple tests for the POSIX::isXXX() functions.
6769 ! ext/POSIX/t/posix.t
6770 ____________________________________________________________________________
6771 [ 17821] By: rgs on 2002/08/30 19:56:53
6772 Log: Advertise Linux::Pid.
6774 ! pod/perlfunc.pod pod/perlvar.pod
6775 ____________________________________________________________________________
6776 [ 17820] By: gsar on 2002/08/30 19:55:21
6777 Log: integrate macperl changes#17657,17658,17663,17664
6779 Neglected to include old bugfix from main branch
6781 Count line numbers properly in MacPerl app
6783 Portability fixes for blib
6784 (already in 5.8/5.9)
6787 Branch: maint-5.6/perl
6788 !> lib/blib.pm perl.c t/lib/filespec.t t/op/magic.t
6789 ____________________________________________________________________________
6790 [ 17819] By: hv on 2002/08/30 13:42:02
6791 Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
6792 From: John Peacock <jpeacock@rowman.com>
6793 Date: Wed, 28 Aug 2002 22:13:48 -0400
6794 Message-ID: <3D6D835C.50809@rowman.com>
6796 ! universal.c util.c
6797 ____________________________________________________________________________
6798 [ 17818] By: hv on 2002/08/30 13:16:05
6799 Log: add test related to change #17799:
6800 Subject: Re: if.pm bug.
6801 From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
6802 Date: Thu, 29 Aug 2002 19:39:58 +0200
6803 Message-ID: <20020829173358.34731.qmail@onion.perl.org>
6806 ____________________________________________________________________________
6807 [ 17817] By: hv on 2002/08/30 13:12:20
6808 Log: Subject: [PATCH] AUTHORS
6809 From: "Brendan O'Dea" <bod@debian.org>
6810 Date: Thu, 29 Aug 2002 22:49:34 +1000
6811 Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
6814 ____________________________________________________________________________
6815 [ 17816] By: hv on 2002/08/30 13:10:45
6816 Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
6817 From: "Brendan O'Dea" <bod@debian.org>
6818 Date: Thu, 29 Aug 2002 22:46:47 +1000
6819 Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
6822 ____________________________________________________________________________
6823 [ 17815] By: hv on 2002/08/30 13:02:41
6824 Log: formatting cleanup and:
6825 Subject: Re: perl-5.8.0 on HP porting center
6826 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6827 Date: Thu, 29 Aug 2002 12:23:31 +0200
6828 Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
6831 ____________________________________________________________________________
6832 [ 17814] By: hv on 2002/08/30 12:23:33
6833 Log: Subject: [PATCH] perlmod.pod nit
6834 From: Autrijus Tang <autrijus@autrijus.org>
6835 Date: Thu, 29 Aug 2002 03:49:34 +0800
6836 Message-ID: <20020828194934.GA12244@not.autrijus.org>
6839 ____________________________________________________________________________
6840 [ 17813] By: hv on 2002/08/30 12:19:15
6841 Log: Subject: [PATCH] Re: glob names and Regexp type introspection
6842 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6843 Date: Thu, 29 Aug 2002 17:31:31 -0700
6844 Message-ID: <jzrb9gzkgO7W092yn@efn.org>
6847 ____________________________________________________________________________
6848 [ 17812] By: hv on 2002/08/30 12:06:20
6849 Log: Subject: [PATCH] typos in Hash::Util documentation
6850 From: Slaven Rezic <slaven.rezic@berlin.de>
6851 Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
6852 Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
6855 ____________________________________________________________________________
6856 [ 17811] By: hv on 2002/08/30 12:02:59
6857 Log: Subject: Re: Recent changes on the HP porting center
6858 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6859 Date: Wed, 28 Aug 2002 17:39:27 +0200
6860 Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
6863 ____________________________________________________________________________
6864 [ 17810] By: hv on 2002/08/30 11:58:18
6865 Log: Subject: [PATCH] Fixes to threads::shared when disabled
6866 From: Michael G Schwern <schwern@pobox.com>
6867 Date: Wed, 28 Aug 2002 06:04:18 -0700
6868 Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
6870 + ext/threads/shared/t/disabled.t
6871 ! MANIFEST ext/threads/shared/shared.pm
6872 ! ext/threads/shared/t/hv_refs.t
6873 ____________________________________________________________________________
6874 [ 17809] By: nick on 2002/08/30 08:06:56
6875 Log: Integrate mainline
6878 !> (integrate 28 files)
6879 ____________________________________________________________________________
6880 [ 17808] By: ams on 2002/08/30 02:59:31
6881 Log: Subject: [PATCH] Tru64 vs Berkeley DB
6882 From: Jarkko Hietaniemi <jhi@iki.fi>
6883 Date: Fri, 30 Aug 2002 06:56:38 +0300
6884 Message-Id: <20020830035638.GB874@lyta.hut.fi>
6886 ! README.tru64 hints/dec_osf.sh
6887 ____________________________________________________________________________
6888 [ 17807] By: ams on 2002/08/30 02:32:30
6889 Log: Subject: [PATCH] IRIX + INSTALL
6890 From: Jarkko Hietaniemi <jhi@iki.fi>
6891 Date: Fri, 30 Aug 2002 06:31:48 +0300
6892 Message-Id: <20020830033148.GA874@lyta.hut.fi>
6894 ! INSTALL hints/irix_6.sh
6895 ____________________________________________________________________________
6896 [ 17806] By: hv on 2002/08/29 22:56:45
6897 Log: #17449 failed to apply the actual patch. This is it.
6899 ! lib/Exporter.pm lib/Exporter/Heavy.pm
6900 ____________________________________________________________________________
6901 [ 17805] By: hv on 2002/08/29 13:49:04
6903 Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
6904 From: "esm@pobox.com (via RT)" <perlbug@perl.org>
6905 Date: 27 Aug 2002 22:10:16 -0000
6906 Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
6908 ! ext/POSIX/POSIX.xs
6909 ____________________________________________________________________________
6910 [ 17804] By: hv on 2002/08/29 13:29:43
6911 Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
6912 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6913 Date: Tue, 27 Aug 2002 23:36:53 +0200
6914 Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
6916 ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
6917 ! perl.c perlapi.h sv.c
6918 ____________________________________________________________________________
6919 [ 17803] By: ams on 2002/08/29 13:09:47
6920 Log: Subject: [PATCH] AIX compiler setup sanity checking
6921 From: Jarkko Hietaniemi <jhi@iki.fi>
6922 Date: Thu, 29 Aug 2002 16:43:51 +0300
6923 Message-Id: <20020829134351.GG5219@lyta.hut.fi>
6926 ____________________________________________________________________________
6927 [ 17802] By: hv on 2002/08/29 12:32:51
6928 Log: Subject: [perl #16769] Documention bug
6929 From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
6930 Date: 26 Aug 2002 10:01:04 -0000
6931 Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
6933 ! pod/perl58delta.pod
6934 ____________________________________________________________________________
6935 [ 17801] By: hv on 2002/08/29 12:19:30
6936 Log: Subject: [PATCH] ExtUtils::Constant 0.14
6937 From: Nicholas Clark <nick@unfortu.net>
6938 Date: Sun, 25 Aug 2002 18:06:00 +0100
6939 Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
6941 ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
6942 ____________________________________________________________________________
6943 [ 17800] By: hv on 2002/08/29 12:08:59
6944 Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
6945 From: Mark-Jason Dominus <mjd@plover.com>
6946 Date: Sun, 25 Aug 2002 12:09:53 -0400
6947 Message-ID: <20020825160953.15987.qmail@plover.com>
6950 ____________________________________________________________________________
6951 [ 17799] By: hv on 2002/08/29 11:48:39
6952 Log: Subject: Re: if.pm bug.
6953 From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
6954 Date: Sun, 25 Aug 2002 00:27:59 +0200
6955 Message-ID: <20020824222210.16387.qmail@onion.perl.org>
6958 ____________________________________________________________________________
6959 [ 17798] By: hv on 2002/08/29 11:44:00
6960 Log: Subject: [PATCH] posixify getppid on linux-multithread
6961 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6962 Date: Tue, 6 Aug 2002 21:56:46 +0200
6963 Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
6966 ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
6967 ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
6968 ____________________________________________________________________________
6969 [ 17797] By: hv on 2002/08/29 10:55:41
6970 Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
6971 From: Mark-Jason Dominus <mjd@plover.com>
6972 Date: Sun, 25 Aug 2002 22:31:54 -0400
6973 Message-ID: <20020826023154.22986.qmail@plover.com>
6976 ____________________________________________________________________________
6977 [ 17796] By: nick on 2002/08/27 18:46:22
6978 Log: Twiddle with my mail -> Change script
6981 ____________________________________________________________________________
6982 [ 17795] By: nick on 2002/08/27 18:42:41
6983 Log: Subject: Re: PerlIO::via silent failure
6984 From: Richard Clamp <richardc@unixbeard.net>
6985 Date: Sun, 11 Aug 2002 15:52:24 +0100
6986 Message-Id: <20020811145224.GA23897@mirth.demon.co.uk>
6988 ! ext/PerlIO/t/via.t ext/PerlIO/via/via.xs
6989 ____________________________________________________________________________
6990 [ 17792] By: nick on 2002/08/27 18:09:29
6991 Log: Integrate mainline
6993 +> ext/Storable/t/code.t lib/Math/BigInt/Scalar.pm
6994 +> lib/Math/BigInt/t/bigints.t lib/Math/BigRat/t/big_ap.t
6995 +> lib/Pod/t/text-options.t lib/Test/Simple/t/details.t
6996 +> lib/Test/Simple/t/fork.t lib/Test/Simple/t/has_plan.t
6997 +> lib/Test/Simple/t/has_plan2.t lib/Test/Simple/t/ok_obj.t
6998 +> lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
6999 +> lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
7000 +> lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
7001 +> t/lib/Test/Simple/sample_tests/pre_plan_death.plx
7002 !> (integrate 135 files)
7003 ____________________________________________________________________________
7004 [ 17791] By: hv on 2002/08/27 11:28:32
7005 Log: Missing MANIFEST files for #17783.
7008 ____________________________________________________________________________
7009 [ 17790] By: hv on 2002/08/27 11:22:36
7010 Log: #17783 introduced an outdated test module, causing failure in
7011 lib/ExtUtils/t/problems.t. This grabs a more recent copy from
7012 ExtUtils::MakeMaker.
7015 ____________________________________________________________________________
7016 [ 17789] By: ams on 2002/08/27 04:04:48
7017 Log: Subject: Patch perlvar.pod
7018 From: mjd@plover.com
7019 Date: 27 Aug 2002 03:03:01 -0000
7020 Message-Id: <20020827030301.32481.qmail@plover.com>
7023 ____________________________________________________________________________
7024 [ 17788] By: hv on 2002/08/26 23:59:47
7027 ! Changes patchlevel.h
7028 ____________________________________________________________________________
7029 [ 17787] By: hv on 2002/08/26 19:22:27
7031 Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
7032 From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
7033 Date: 26 Aug 2002 15:01:36 -0000
7034 Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
7036 ! regexec.c t/op/re_tests
7037 ____________________________________________________________________________
7038 [ 17786] By: hv on 2002/08/26 15:34:25
7039 Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
7040 From: "Sean M. Burke" <sburke@cpan.org>
7041 Date: Mon, 26 Aug 2002 04:38:19 -0600
7042 Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
7044 ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
7046 ____________________________________________________________________________
7047 [ 17785] By: hv on 2002/08/26 15:18:41
7048 Log: fix non-ANSI C++-style comment
7049 Subject: [ PATCH ] Smoke 17780 /pro/3gl/CPAN/perl-current
7050 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7051 Date: Mon, 26 Aug 2002 09:15:18 +0200
7052 Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
7054 ! ext/Storable/Storable.xs
7055 ____________________________________________________________________________
7056 [ 17784] By: hv on 2002/08/26 15:15:19
7057 Log: #17780 relies on unixy paths to locate own directory for bignum tests.
7059 ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
7060 ! lib/bignum/t/brinfnan.t
7061 ____________________________________________________________________________
7062 [ 17783] By: hv on 2002/08/26 15:07:21
7063 Log: Subject: [ANNOUNCE] Test::Simple 0.47
7064 From: Michael G Schwern <schwern@pobox.com>
7065 Date: Mon, 26 Aug 2002 04:13:03 -0700
7066 Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
7068 + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
7069 + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
7070 + lib/Test/Simple/t/ok_obj.t
7071 + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
7072 ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
7073 ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
7074 ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
7075 ! lib/Test/Tutorial.pod t/lib/TieOut.pm
7076 ____________________________________________________________________________
7077 [ 17782] By: hv on 2002/08/26 15:00:55
7078 Log: new test for change #17773
7079 Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
7080 From: DH <crazyinsomniac@yahoo.com>
7081 Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
7082 Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
7084 ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
7085 ____________________________________________________________________________
7086 [ 17781] By: hv on 2002/08/26 14:48:35
7087 Log: #17775 changed reentr.c instead of reentr.pl, which generates it
7090 ____________________________________________________________________________
7091 [ 17780] By: hv on 2002/08/25 19:03:50
7092 Log: fix bignum test failures
7094 ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
7095 ! lib/bignum/t/brinfnan.t
7096 ____________________________________________________________________________
7097 [ 17779] By: hv on 2002/08/25 18:56:29
7098 Log: upgrade bignum to v0.13: fix test failures and update docs
7100 ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
7101 ____________________________________________________________________________
7102 [ 17778] By: hv on 2002/08/25 18:43:06
7103 Log: Subject: Encode 1.76 Released
7104 From: Dan Kogai <dankogai@dan.co.jp>
7105 Date: su elo 25, 2002 11:27:07 US/Eastern
7106 Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
7108 ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
7109 ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
7110 ! ext/Encode/lib/Encode/MIME/Header.pm
7111 ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
7112 ____________________________________________________________________________
7113 [ 17777] By: rgs on 2002/08/25 18:42:46
7114 Log: Fix parsing problems with the // operator.
7115 Make // able to follow various unary operators used without
7116 arguments or parens (shift, pop, getc, pos, readline,
7117 readlink, undef, umask, and the filetest operators), as
7118 well as the <FH> operator.
7120 ! perl.h t/op/dor.t toke.c
7121 ____________________________________________________________________________
7122 [ 17776] By: hv on 2002/08/25 15:56:37
7123 Log: Subject: [PATCH] ExtUtils::Constant 0.13
7124 From: Nicholas Clark <nick@unfortu.net>
7125 Date: Fri, 23 Aug 2002 19:21:12 +0100
7126 Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
7128 ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
7129 ____________________________________________________________________________
7130 [ 17775] By: hv on 2002/08/25 15:46:28
7131 Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
7132 From: "mls@suse.de (via RT)" <perlbug@perl.org>
7133 Date: 23 Aug 2002 15:24:39 -0000
7134 Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
7137 ____________________________________________________________________________
7138 [ 17774] By: hv on 2002/08/25 15:29:42
7139 Log: Subject: [PATCH lib/Benchmark.(pm|t)] Make cmpthese work as documented.
7140 From: Abigail <abigail@foad.org>
7141 Date: Thu, 22 Aug 2002 04:10:39 -0700
7142 Message-ID: <20020822041039.A2089@ucan.foad.org>
7144 ! lib/Benchmark.pm lib/Benchmark.t
7145 ____________________________________________________________________________
7146 [ 17773] By: hv on 2002/08/25 15:17:16
7147 Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
7148 From: DH <crazyinsomniac@yahoo.com>
7149 Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
7150 Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
7153 ____________________________________________________________________________
7154 [ 17772] By: hv on 2002/08/25 14:49:37
7155 Log: Subject: Re: p5p patches
7156 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7157 Date: Fri, 23 Aug 2002 15:27:48 +0200
7158 Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
7160 ! Porting/patching.pod
7161 ____________________________________________________________________________
7162 [ 17771] By: hv on 2002/08/25 14:45:46
7163 Log: Subject: Newdated info for HP-UX
7164 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7165 Date: Wed, 21 Aug 2002 20:20:17 +0200
7166 Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
7169 ____________________________________________________________________________
7170 [ 17770] By: hv on 2002/08/25 14:26:36
7171 Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
7172 From: "Jos I. Boumans" <kane@cpan.org>
7173 Date: Wed, 21 Aug 2002 14:55:51 +0200
7174 Message-ID: <20020821124817.34761.qmail@onion.perl.org>
7177 ____________________________________________________________________________
7178 [ 17769] By: hv on 2002/08/25 14:16:50
7179 Log: Subject: bit more for WinCE
7180 From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
7181 Date: Wed, 21 Aug 2002 01:31:52 +0400
7182 Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
7184 ! wince/Makefile.ce wince/compile.bat wince/win32io.c
7186 ____________________________________________________________________________
7187 [ 17768] By: hv on 2002/08/25 14:02:47
7188 Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
7189 From: Anton Berezin <tobez@tobez.org>
7190 Date: Tue, 20 Aug 2002 23:44:25 +0200
7191 Message-ID: <20020820214425.GG16178@heechee.tobez.org>
7193 ! lib/lib.t lib/lib_pm.PL
7194 ____________________________________________________________________________
7195 [ 17767] By: hv on 2002/08/25 13:52:08
7196 Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
7197 From: "Randy W. Sims" (via RT) <perlbug@perl.org>
7198 Date: 18 Aug 2002 13:27:12 -0000
7199 Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
7202 ____________________________________________________________________________
7203 [ 17766] By: rgs on 2002/08/24 20:33:05
7204 Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
7205 From: Peter BARABAS (via RT) <perlbug@perl.org>
7206 Date: 24 Aug 2002 08:16:19 -0000
7207 Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
7210 ____________________________________________________________________________
7211 [ 17765] By: rgs on 2002/08/24 19:03:52
7212 Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
7213 From: Nicholas Clark <nick@unfortu.net>
7214 Date: Sat, 24 Aug 2002 17:01:08 +0100
7215 Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
7218 ! lib/Net/t/hostname.t
7219 ____________________________________________________________________________
7220 [ 17764] By: rgs on 2002/08/24 12:29:27
7221 Log: a2p wasn't installed with -Dversiononly
7224 ____________________________________________________________________________
7225 [ 17763] By: hv on 2002/08/23 12:23:31
7226 Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
7227 with a NULL subaddr. Fix that, and stop it happening again.
7230 ____________________________________________________________________________
7231 [ 17762] By: hv on 2002/08/23 11:02:35
7232 Log: fixup threaded build for vstring changes
7234 ! universal.c util.c
7235 ____________________________________________________________________________
7236 [ 17761] By: ams on 2002/08/23 02:54:09
7237 Log: Incorporate fix from JHI at:
7238 http://rt.perl.org/rt2/Ticket/Display.html?id=16708
7240 ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
7241 ____________________________________________________________________________
7242 [ 17760] By: ams on 2002/08/23 01:30:46
7243 Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
7244 From: Jarkko Hietaniemi <jhi@iki.fi>
7245 Date: Fri, 23 Aug 2002 05:29:09 +0300
7246 Message-Id: <20020823022909.GC9135@lyta.hut.fi>
7248 ! ext/Devel/PPPort/PPPort.pm
7249 ____________________________________________________________________________
7250 [ 17759] By: ams on 2002/08/23 01:27:23
7251 Log: Subject: [PATCH] x2p/str.c signedness nits
7252 From: Jarkko Hietaniemi <jhi@iki.fi>
7253 Date: Fri, 23 Aug 2002 02:43:30 +0300
7254 Message-Id: <20020822234330.GC31624@lyta.hut.fi>
7257 ____________________________________________________________________________
7258 [ 17758] By: hv on 2002/08/22 22:29:45
7259 Log: bignum-0.12 updates from:
7260 Subject: [ANNOUCNE] Big Math::Big* update
7261 From: Tels <perl_dummy@bloodgate.com>
7262 Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
7263 Message-Id: <200208132121.g7DLLRV21408@crypt.org>
7265 + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
7266 + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
7267 + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
7268 ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
7270 ____________________________________________________________________________
7271 [ 17757] By: hv on 2002/08/22 22:19:42
7272 Log: new file for #17756
7275 ____________________________________________________________________________
7276 [ 17756] By: hv on 2002/08/22 22:16:41
7277 Log: Subject: ANNOUCNE: Math::BigRat v0.09
7278 From: Tels <perl_dummy@bloodgate.com>
7279 Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
7280 Message-Id: <200208141812.g7EICrV23771@crypt.org>
7282 + lib/Math/BigRat/t/big_ap.t
7283 ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
7284 ! lib/Math/BigRat/t/bigratpm.inc
7285 ____________________________________________________________________________
7286 [ 17755] By: hv on 2002/08/22 19:44:03
7287 Log: new files from #17754
7289 + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
7290 ____________________________________________________________________________
7291 [ 17754] By: hv on 2002/08/22 19:42:58
7292 Log: Subject: ANNOUNCE: Math-BigInt v1.62
7293 From: Tels <perl_dummy@bloodgate.com>
7294 Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
7295 Message-Id: <200208211513.g7LFDUs02512@crypt.org>
7297 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
7298 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
7299 ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
7300 ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
7301 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
7302 ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
7303 ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbimbf.inc
7304 ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
7305 ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
7306 ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
7307 ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
7308 ____________________________________________________________________________
7309 [ 17753] By: hv on 2002/08/22 12:05:57
7310 Log: Subject: podlators 1.24 released
7311 From: Russ Allbery <rra@stanford.edu>
7312 Date: Sat, 03 Aug 2002 20:56:42 -0700
7313 Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
7315 + lib/Pod/t/text-options.t
7316 ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
7317 ! lib/Pod/t/basic.t pod/pod2text.PL
7318 ____________________________________________________________________________
7319 [ 17752] By: hv on 2002/08/22 11:13:17
7320 Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
7321 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7322 Date: Fri, 26 Jul 2002 02:59:12 +0900
7323 Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
7325 ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
7326 ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
7327 ! lib/Unicode/Collate/t/test.t
7328 ____________________________________________________________________________
7329 [ 17751] By: hv on 2002/08/22 11:08:35
7330 Log: fix test failure from #17747
7333 ____________________________________________________________________________
7334 [ 17750] By: hv on 2002/08/22 10:46:19
7335 Log: Subject: [PATCH] Fix DBM filters
7336 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
7337 Date: Wed, 21 Aug 2002 11:40:49 +0100
7338 Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
7340 ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
7341 ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
7342 ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
7343 ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
7344 ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
7345 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
7346 ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
7347 ____________________________________________________________________________
7348 [ 17749] By: hv on 2002/08/22 01:04:32
7349 Log: avoid use of %caller::EXPORT
7350 Subject: [PATCH] Re: question about Exporter::import
7351 From: Nicholas Clark <nick@unfortu.net>
7352 Date: Wed, 14 Aug 2002 21:33:12 +0100
7353 Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
7355 ! lib/Exporter.pm lib/Exporter/Heavy.pm
7356 ____________________________________________________________________________
7357 [ 17748] By: hv on 2002/08/22 00:54:03
7358 Log: todo test for linux $0 modification
7359 Subject: Re: [perl #16206] $0 in 5.8
7360 From: Slaven Rezic <slaven.rezic@berlin.de>
7361 Date: 17 Aug 2002 21:32:37 +0200
7362 Message-id: <87elcx2sdm.fsf@vran.herceg.de>
7365 ____________________________________________________________________________
7366 [ 17747] By: hv on 2002/08/22 00:11:34
7367 Log: Subject: Re: [PATCH] Version object patch #1
7368 From: John Peacock <jpeacock@rowman.com>
7369 Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
7370 Message-id: <3D630042.6020407@rowman.com>
7372 Subject: Re: [REVISED PATCH] Magic v-strings
7373 From: John Peacock <jpeacock@rowman.com>
7374 Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
7375 Message-id: <3D63E532.7020305@rowman.com>
7377 ! sv.c t/op/ver.t universal.c util.c
7378 ____________________________________________________________________________
7379 [ 17746] By: hv on 2002/08/20 16:48:05
7380 Log: Subject: [PATCH] Version object patch #1
7381 From: John Peacock <jpeacock@rowman.com>
7382 Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
7383 Message-id: <3D5BB55D.6090603@rowman.com>
7384 and Message-id: <3D627D1A.4050607@rowman.com>
7385 and t/lib/warnings/universal tweak to skip
7387 ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
7388 ! t/lib/warnings/universal toke.c util.c
7389 ____________________________________________________________________________
7390 [ 17745] By: hv on 2002/08/20 16:27:01
7391 Log: perldelta for #17727
7394 ____________________________________________________________________________
7395 [ 17744] By: hv on 2002/08/20 15:34:36
7396 Log: Subject: typo in perfunc.pod
7397 From: "John P. Linderman" <jpl@research.att.com>
7398 Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
7399 Message-id: <200208191245.IAA20072@raptor.research.att.com>
7402 ____________________________________________________________________________
7403 [ 17743] By: hv on 2002/08/20 15:31:40
7404 Log: Subject: Re: [PATCH] fix typos in perlpacktut
7405 From: "Mr. Nobody" <mrnobo1024@yahoo.com>
7406 Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
7407 Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
7409 ! pod/perlpacktut.pod
7410 ____________________________________________________________________________
7411 [ 17742] By: hv on 2002/08/20 14:51:16
7412 Log: Subject: [REVISED PATCH] Magic v-strings
7413 From: John Peacock <jpeacock@rowman.com>
7414 Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
7415 Message-id: <3D556FE6.6000404@rowman.com>
7416 plus a bit of cleanup
7418 ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
7419 ____________________________________________________________________________
7420 [ 17741] By: hv on 2002/08/20 14:20:16
7421 Log: Subject: Re: [PATCH] Storable and CODE references
7422 From: Slaven Rezic <slaven.rezic@berlin.de>
7423 Date: 17 Aug 2002 21:58:03 +0200
7424 Message-id: <87bs812r78.fsf@vran.herceg.de>
7426 + ext/Storable/t/code.t
7427 ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
7428 ! ext/Storable/t/malice.t
7429 ____________________________________________________________________________
7430 [ 17740] By: hv on 2002/08/20 14:07:56
7431 Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
7432 Handle CoW in hashes:
7433 Subject: Re: why would tr/// be performing hash copies?
7434 From: Nicholas Clark <nick@unfortu.net>
7435 Date: Sun, 18 Aug 2002 23:17:01 +0100
7436 Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
7438 ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
7439 ____________________________________________________________________________
7440 [ 17739] By: hv on 2002/08/20 13:52:18
7441 Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
7442 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7443 Date: Tue, 23 Jul 2002 09:21:10 +0200
7444 Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
7447 ____________________________________________________________________________
7448 [ 17738] By: nick on 2002/08/20 07:13:52
7449 Log: Integrate mainline
7451 - vos/Makefile vos/build.cm vos/compile_perl.cm
7452 - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7453 - vos/config.ga.h vos/config.pl vos/configure_perl.cm
7454 - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
7456 !> (integrate 57 files)
7457 ____________________________________________________________________________
7458 [ 17737] By: ams on 2002/08/19 07:48:39
7459 Log: Effect a speedy recovery from POD affected by (ahem, Australian)
7463 ____________________________________________________________________________
7464 [ 17736] By: hv on 2002/08/18 18:27:28
7465 Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
7466 From: Dave Mitchell <davem@fdgroup.com>
7467 Date: Fri, 16 Aug 2002 23:31:07 +0100
7468 Message-id: <20020816233107.E9388@fdgroup.com>
7470 ! numeric.c t/base/num.t
7471 ____________________________________________________________________________
7472 [ 17735] By: hv on 2002/08/18 02:22:21
7473 Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
7474 From: Mark-Jason Dominus <mjd@plover.com>
7475 Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
7476 Message-id: <20020814011909.22744.qmail@plover.com>
7478 ! lib/Net/hostent.pm
7479 ____________________________________________________________________________
7480 [ 17734] By: hv on 2002/08/18 02:20:05
7481 Log: Subject: [PATCH] Re: Pod::Functions tpyo
7482 From: Abe Timmerman <abe@ztreet.demon.nl>
7483 Date: Tue, 13 Aug 2002 23:47:00 +0200
7484 Message-id: <200208132347.00782.abe@ztreet.demon.nl>
7486 ! lib/Pod/Functions.pm
7487 ____________________________________________________________________________
7488 [ 17733] By: hv on 2002/08/18 02:17:18
7489 Log: Subject: Server rename revisited
7490 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7491 Date: Tue, 13 Aug 2002 19:19:03 +0200
7492 Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
7495 ____________________________________________________________________________
7496 [ 17732] By: hv on 2002/08/18 02:11:49
7497 Log: Subject: [PATCH] Remove old VOS build methods
7498 From: Paul_GreenVOS@vos.stratus.com
7499 Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
7500 Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
7502 - vos/Makefile vos/build.cm vos/compile_perl.cm
7503 - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7504 - vos/config.ga.h vos/config.pl vos/configure_perl.cm
7505 - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
7507 ! MANIFEST README.vos pod/perlport.pod vos/Changes
7508 ____________________________________________________________________________
7509 [ 17731] By: hv on 2002/08/18 01:57:12
7510 Log: Subject: [PATCH] Configure missing d_modflproto=''
7511 From: "Gerrit P. Haase" <gp@familiehaase.de>
7512 Date: Tue, 13 Aug 2002 15:11:05 +0200
7513 Message-id: <11417599086.20020813151105@familiehaase.de>
7516 ____________________________________________________________________________
7517 [ 17730] By: hv on 2002/08/18 01:41:33
7518 Log: missing chunk from #17725 causes lib/constant.t test failures
7521 ____________________________________________________________________________
7522 [ 17729] By: hv on 2002/08/17 02:33:15
7523 Log: Subject: [PATCH] Safe.pm documentation
7524 From: Slaven Rezic <slaven.rezic@berlin.de>
7525 Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
7526 Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
7528 ! ext/Opcode/Safe.pm pod/perlre.pod
7529 ____________________________________________________________________________
7530 [ 17728] By: hv on 2002/08/17 02:07:24
7531 Log: Subject: Copy On Write
7532 From: Nicholas Clark <nick@ccl4.org>
7533 Date: Thu, 15 Aug 2002 00:10:35 +0100
7534 Message-id: <20020815001035.A69079@plum.flirble.org>
7535 specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
7537 ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
7538 ! pp_hot.c proto.h sv.c sv.h
7539 ____________________________________________________________________________
7540 [ 17727] By: hv on 2002/08/17 01:20:05
7541 Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
7542 From: Mark-Jason Dominus <mjd@plover.com>
7543 Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
7544 Message-id: <20020415033855.6343.qmail@plover.com>
7546 ! av.c av.h pod/perltie.pod t/op/tiearray.t
7547 ____________________________________________________________________________
7548 [ 17726] By: hv on 2002/08/17 01:17:09
7549 Log: pp.c warns that sv may be used uninitialised in pp_delete()
7552 ____________________________________________________________________________
7553 [ 17725] By: hv on 2002/08/17 00:51:19
7554 Log: Subject: [PATCH] Remove pseudo-hashes (complete)
7555 From: Michael G Schwern <schwern@pobox.com>
7556 Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
7557 Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
7559 ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
7560 ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
7561 ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
7562 ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
7563 ____________________________________________________________________________
7564 [ 17724] By: hv on 2002/08/17 00:27:33
7565 Log: ext/B/defsubs.h also depends on the program that builds it
7568 ____________________________________________________________________________
7569 [ 17723] By: hv on 2002/08/17 00:10:24
7570 Log: Subject: Re: deb.c compile time error (patchlevel 17721)
7571 From: Dave Mitchell <davem@fdgroup.com>
7572 Date: Tue, 13 Aug 2002 14:42:15 +0100
7573 Message-ID: <20020813144215.G11939@fdgroup.com>
7575 ! embed.fnc embed.h global.sym proto.h
7576 ____________________________________________________________________________
7577 [ 17722] By: ams on 2002/08/16 05:20:22
7578 Log: Subject: Minor perlrun.pod patch
7579 From: Iain Truskett <spoon@cpan.org>
7580 Date: Fri, 16 Aug 2002 16:20:27 +1000
7581 Message-Id: <20020816162027.D17196@eh.org>
7584 ____________________________________________________________________________
7585 [ 17721] By: hv on 2002/08/12 12:17:19
7586 Log: #17717 needed tests fixing up
7589 ____________________________________________________________________________
7590 [ 17720] By: hv on 2002/08/12 12:10:07
7591 Log: Subject: Re: [PATCH] Re: taint news
7592 From: Rick Delaney <rick.delaney@rogers.com>
7593 Date: 04 Aug 2002 00:28:58 EDT
7594 Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
7595 missed patch fragment from Change #17676
7598 ____________________________________________________________________________
7599 [ 17719] By: hv on 2002/08/12 12:03:53
7600 Log: Subject: [perl #15987] Tests fail when sources are under CVS control
7601 From: Warren Jones (via RT) <perlbug@perl.org>
7602 Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
7603 Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
7605 ! lib/strict.t lib/warnings.t
7606 ____________________________________________________________________________
7607 [ 17718] By: hv on 2002/08/12 11:57:17
7608 Log: Subject: [PATCH] add verbose stack display option, -Dvs
7609 From: Dave Mitchell <davem@fdgroup.com>
7610 Date: Mon, 5 Aug 2002 00:55:33 +0100
7611 Message-id: <20020805005533.B26111@fdgroup.com>
7613 ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
7614 ! pod/perlrun.pod proto.h
7615 ____________________________________________________________________________
7616 [ 17717] By: hv on 2002/08/12 11:44:06
7617 Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
7618 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
7619 Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
7620 Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
7622 ! op.c t/op/chop.t t/op/ref.t
7623 ____________________________________________________________________________
7624 [ 17716] By: hv on 2002/08/12 11:29:53
7625 Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
7626 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7627 Date: Sat, 13 Jul 2002 17:44:02 +0100
7628 Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
7630 ! pp_hot.c t/op/tiehandle.t
7631 ____________________________________________________________________________
7632 [ 17715] By: hv on 2002/08/12 11:28:26
7633 Log: Subject: [PATCH] better modfl detection
7634 From: Nicholas Clark <nick@unfortu.net>
7635 Date: Sun, 11 Aug 2002 20:05:49 +0100
7636 Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
7638 ! Configure config_h.SH perl.h
7639 ____________________________________________________________________________
7640 [ 17714] By: hv on 2002/08/12 11:26:23
7641 Log: Subject: [PATCH] perltodo.pod
7642 From: Richard.Foley@t-online.de
7643 Date: Sun, 11 Aug 2002 18:26:10 +0200
7644 Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
7648 ____________________________________________________________________________
7649 [ 17713] By: hv on 2002/08/12 11:24:44
7650 Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
7651 From: Nicholas Clark <nick@unfortu.net>
7652 Date: Sun, 11 Aug 2002 16:59:16 +0100
7653 Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
7656 ____________________________________________________________________________
7657 [ 17712] By: hv on 2002/08/12 11:23:06
7658 Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
7659 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7660 Date: Mon, 12 Aug 2002 10:25:20 +0200
7661 Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
7662 gcc bug test needs -lm
7665 ____________________________________________________________________________
7666 [ 17711] By: hv on 2002/08/12 11:20:49
7667 Log: Subject: [PATCH s2p] Small typo correction
7668 From: "Newton, Philip" <Philip.Newton@datenrevision.de>
7669 Date: Wed, 7 Aug 2002 11:50:51 +0200
7670 Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
7673 ____________________________________________________________________________
7674 [ 17710] By: hv on 2002/08/12 11:17:21
7675 Log: Subject: [PATCH] pod/perlfaq4.pod
7676 From: Abigail <abigail@foad.org>
7677 Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
7678 Message-id: <20020730095202.A6462@ucan.foad.org>
7679 Add references to Regexp::Common.
7682 ____________________________________________________________________________
7683 [ 17709] By: nick on 2002/08/11 10:25:15
7684 Log: Fix for [perl #15986] tell/seek misbehave for :crlf
7685 Test from "Vadim Konovalov" <vkonovalov@peterstar.ru>
7686 fix by Nick I-S based on study of problem based
7687 on Vadim's analysis.
7689 ! perlio.c t/io/crlf.t
7690 ____________________________________________________________________________
7691 [ 17708] By: nick on 2002/08/11 10:22:36
7692 Log: Integrate mainline.
7694 +> pod/perl58delta.pod t/op/dor.t t/op/stash.t
7695 !> (integrate 73 files)
7696 ____________________________________________________________________________
7697 [ 17707] By: rgs on 2002/08/09 21:23:20
7698 Log: Subject: New HP-UX itanium servers
7699 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7700 Date: Wed, 07 Aug 2002 13:25:57 +0200
7701 Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
7704 ____________________________________________________________________________
7705 [ 17706] By: rgs on 2002/08/09 21:00:41
7706 Log: Subject: Re: missing lower range in {} regex
7707 From: "John P. Linderman" <jpl@research.att.com>
7708 Date: Fri, 09 Aug 2002 12:48:55 -0400
7709 Message-ID: <200208091648.MAA77577@raptor.research.att.com>
7712 ____________________________________________________________________________
7713 [ 17705] By: rgs on 2002/08/08 20:57:59
7714 Log: More tests for the attribute syntax, from the
7718 ____________________________________________________________________________
7719 [ 17704] By: rgs on 2002/08/08 19:47:44
7720 Log: Fix bug #16080 : an attribute list should end at '}'
7722 ! t/op/attrs.t toke.c
7723 ____________________________________________________________________________
7724 [ 17703] By: hv on 2002/08/08 15:30:12
7727 ! Changes patchlevel.h
7728 ____________________________________________________________________________
7729 [ 17702] By: hv on 2002/08/08 15:08:57
7730 Log: Subject: Re: README.aix
7731 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7732 Date: Tue, 30 Jul 2002 13:30:29 +0200
7733 Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
7736 ____________________________________________________________________________
7737 [ 17701] By: hv on 2002/08/08 15:06:01
7738 Log: Subject: [PATCH] Re: pp_sys.c compile failed..
7739 From: Andy Dougherty <doughera@lafayette.edu>
7740 Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
7741 Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
7744 ____________________________________________________________________________
7745 [ 17700] By: hv on 2002/08/08 15:02:57
7746 Log: Subject: [DOC PATCH] perlipc.pod
7747 From: Arjen Laarhoven <arjen@nl.demon.net>
7748 Date: Tue, 6 Aug 2002 14:16:01 +0200
7749 Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
7752 ____________________________________________________________________________
7753 [ 17699] By: hv on 2002/08/08 14:56:56
7754 Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
7755 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7756 Date: Fri, 2 Aug 2002 23:44:21 +0200
7757 Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
7760 ____________________________________________________________________________
7761 [ 17698] By: hv on 2002/08/08 14:52:45
7762 Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
7763 From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
7764 Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
7765 Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
7768 ____________________________________________________________________________
7769 [ 17697] By: hv on 2002/08/08 14:49:00
7770 Log: Subject: Doc patch for Class::Struct under 5.8.0
7771 From: Damian Conway <damian@conway.org>
7772 Date: Tue, 30 Jul 2002 23:03:14 +1000
7773 Message-id: <3D471FCF.1C7C6E6B@conway.org>
7775 ! lib/Class/Struct.pm
7776 ____________________________________________________________________________
7777 [ 17696] By: hv on 2002/08/08 14:44:21
7778 Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
7779 From: Slaven Rezic <slaven.rezic@berlin.de>
7780 Date: 31 Jul 2002 09:50:06 +0200
7781 Message-id: <87ado85ob5.fsf@vran.herceg.de>
7784 ____________________________________________________________________________
7785 [ 17695] By: hv on 2002/08/08 14:40:41
7786 Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
7787 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7788 Date: Fri, 2 Aug 2002 00:13:10 +0200
7789 Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
7793 ____________________________________________________________________________
7794 [ 17694] By: hv on 2002/08/08 14:31:55
7795 Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
7796 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7797 Date: Wed, 31 Jul 2002 16:04:02 +0200
7798 Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
7801 ____________________________________________________________________________
7802 [ 17693] By: hv on 2002/08/08 14:25:16
7803 Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
7804 From: Abigail <abigail@foad.org>
7805 Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
7806 Message-id: <20020725085252.A2703@ucan.foad.org>
7808 ! lib/ExtUtils/MM_Unix.pm
7809 ____________________________________________________________________________
7810 [ 17692] By: hv on 2002/08/08 14:20:05
7811 Log: Subject: [PATCH] README.jp and README.cn
7812 From: Autrijus Tang <autrijus@autrijus.org>
7813 Date: Thu, 25 Jul 2002 07:05:11 +0800
7814 Message-id: <20020724230511.GA1327@not.autrijus.org>
7816 ! README.cn README.jp
7817 ____________________________________________________________________________
7818 [ 17691] By: hv on 2002/08/08 14:01:50
7819 Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
7820 From: Henrik Tougaard (via RT) <perlbug@perl.org>
7821 Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
7822 Message-id: <rt-15398-31095.6.30466042998663@perl>
7825 ____________________________________________________________________________
7826 [ 17690] By: rgs on 2002/08/07 19:56:42
7827 Log: Doc fix : the symbol for COPs wasn't documented.
7830 ____________________________________________________________________________
7831 [ 17689] By: rgs on 2002/08/06 20:45:30
7832 Log: Subject: Re: no warnings 'io';
7833 From: Nicholas Clark <nick@unfortu.net>
7834 Date: Sat, 27 Jul 2002 21:49:55 +0100
7835 Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
7837 Plus a little bit of regression tests.
7839 ! t/lib/warnings/pp_hot util.c
7840 ____________________________________________________________________________
7841 [ 17688] By: rgs on 2002/08/06 20:04:19
7842 Log: Subject: [PATCH] XS build fix for VMS
7843 From: "Craig A. Berry" <craigberry@mac.com>
7844 Date: Sun, 4 Aug 2002 12:13:06 -0500
7845 Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
7847 ! vms/descrip_mms.template
7848 ____________________________________________________________________________
7849 [ 17687] By: rgs on 2002/08/06 19:50:12
7850 Log: PerlIO::scalar wasn't able to read from non-string
7851 scalar ; now stringifies its argument.
7853 ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
7854 ____________________________________________________________________________
7855 [ 17686] By: rgs on 2002/08/06 19:10:51
7856 Log: More regression tests for $^H and %^H.
7857 Add a TODO test for eval "" preserving %^H.
7860 ____________________________________________________________________________
7861 [ 17685] By: hv on 2002/08/05 22:42:09
7862 Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
7863 From: "John P. Linderman" <jpl@research.att.com>
7864 Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
7865 Message-id: <200207211613.MAA69505@raptor.research.att.com>
7867 ! lib/sort.pm lib/sort.t
7868 ____________________________________________________________________________
7869 [ 17684] By: hv on 2002/08/05 22:35:22
7870 Log: Integrate from perlio: change #17653 fixes bug RT15283
7872 !> ext/PerlIO/via/via.xs
7873 ____________________________________________________________________________
7874 [ 17683] By: hv on 2002/08/05 22:26:45
7875 Log: Integrate from maint-5.6/macperl via macperl
7876 Changes 17660, 17661, 17662, 17663, 17664
7879 ____________________________________________________________________________
7880 [ 17682] By: hv on 2002/08/05 15:04:54
7881 Log: Subject: Defined-or patch (cleaned up)
7882 From: "Brent Dax" <brentdax@cpan.org>
7883 Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
7884 Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
7887 ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
7888 ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
7889 ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
7890 ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
7892 ____________________________________________________________________________
7893 [ 17681] By: hv on 2002/08/05 14:41:23
7896 ! keywords.h keywords.pl
7897 ____________________________________________________________________________
7898 [ 17680] By: hv on 2002/08/05 14:33:39
7899 Log: warn that keywords.h is generated
7901 ! keywords.h keywords.pl
7902 ____________________________________________________________________________
7903 [ 17679] By: hv on 2002/08/04 23:40:22
7904 Log: again: #17678 caused test failures in pod2html,
7905 in which $1 could leak from previous regexp
7908 ____________________________________________________________________________
7909 [ 17678] By: hv on 2002/08/04 15:34:19
7910 Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
7912 Date: Sun, 04 Aug 2002 17:40:30 +0100
7913 Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
7916 ____________________________________________________________________________
7917 [ 17677] By: hv on 2002/08/04 15:25:25
7918 Log: Main branch no longer needs op/taint.t version check.
7921 ____________________________________________________________________________
7922 [ 17676] By: hv on 2002/08/04 15:14:09
7923 Log: Subject: Re: [PATCH] Re: taint news
7924 From: Rick Delaney <rick.delaney@rogers.com>
7925 Date: 04 Aug 2002 00:28:58 EDT
7926 Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
7930 ____________________________________________________________________________
7931 [ 17675] By: hv on 2002/08/04 01:48:36
7932 Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
7935 ____________________________________________________________________________
7936 [ 17674] By: hv on 2002/08/04 01:30:11
7937 Log: Subject: [PATCH] AUTHORS
7938 From: Colin Watson <colinw@zeus.com>
7939 Date: Thu, 25 Jul 2002 15:54:37 +0100
7940 Message-id: <20020725145437.GC4921@zeus.com>
7943 ____________________________________________________________________________
7944 [ 17673] By: hv on 2002/08/04 01:27:36
7945 Log: Subject: [PATCH] AUTHORS
7946 From: Walt Mankowski <waltman@pobox.com>
7947 Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
7948 Message-id: <20020721025612.GB15958@pobox.com>
7951 ____________________________________________________________________________
7952 [ 17672] By: hv on 2002/08/04 01:25:14
7953 Log: Subject: Re: mention of "use sort" botched in perlfunc?
7954 From: Michael G Schwern <schwern@pobox.com>
7955 Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
7956 Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
7959 ____________________________________________________________________________
7960 [ 17671] By: hv on 2002/08/04 01:11:32
7961 Log: Change version from 5.8.0 to 5.9.0.
7963 ! Configure NetWare/Makefile NetWare/config_H.wc
7964 ! Porting/config.sh Porting/config_H README.win32 config_h.SH
7965 ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
7966 ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
7967 ! patchlevel.h win32/Makefile win32/makefile.mk
7969 ____________________________________________________________________________
7970 [ 17670] By: pudge on 2002/07/30 03:19:03
7971 Log: Silent warnings in MM_MacOS
7972 Branch: maint-5.8/macperl
7973 ! lib/ExtUtils/MM_MacOS.pm
7974 ____________________________________________________________________________
7975 [ 17669] By: pudge on 2002/07/30 03:18:47
7976 Log: Silent warnings in MM_MacOS
7978 ! lib/ExtUtils/MM_MacOS.pm
7979 ____________________________________________________________________________
7980 [ 17668] By: pudge on 2002/07/30 03:16:52
7981 Log: Help fixes from Thomas Wegner
7983 ! macos/macperl/BuildHelpIndex macos/macperl/MacPerl.podhelp
7984 Branch: maint-5.6/macperl
7985 ! macos/macperl/BuildHelpIndex macos/macperl/MacPerl.podhelp
7986 Branch: maint-5.8/macperl
7987 ! macos/macperl/BuildHelpIndex macos/macperl/MacPerl.podhelp
7988 ____________________________________________________________________________
7989 [ 17667] By: pudge on 2002/07/29 20:42:43
7992 +> Changes5.8 pod/perl58delta.pod
7993 !> (integrate 36 files)
7994 ____________________________________________________________________________
7995 [ 17666] By: pudge on 2002/07/29 20:04:54
7996 Log: Integrate from maint-5.6/macperl
7998 Changes 17660, 17661, 17662, 17663, 17664
8000 ! macos/ext/Mac/Dialogs/Dialogs.pm macos/lib/Mac/AETE/App.pm
8001 ! macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/OSA/Simple.pm
8002 ! macos/macperl/Droplets/gluemac.plx perl.c
8003 ____________________________________________________________________________
8004 [ 17665] By: pudge on 2002/07/29 19:39:58
8005 Log: Integrate from maint-5.6/macperl
8007 Changes 17660, 17661, 17662, 17663, 17664
8008 Branch: maint-5.8/macperl
8009 ! macos/ext/Mac/Dialogs/Dialogs.pm macos/lib/Mac/AETE/App.pm
8010 ! macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/OSA/Simple.pm
8011 ! macos/macperl/Droplets/gluemac.plx perl.c
8012 ____________________________________________________________________________
8013 [ 17664] By: pudge on 2002/07/29 19:20:51
8014 Log: Neglected to include old bugfix from main branch
8015 Branch: maint-5.6/macperl
8017 ____________________________________________________________________________
8018 [ 17663] By: pudge on 2002/07/29 18:25:57
8019 Log: Count line numbers properly in MacPerl app
8020 Branch: maint-5.6/macperl
8022 ____________________________________________________________________________
8023 [ 17662] By: pudge on 2002/07/29 18:21:16
8024 Log: Make Mac::Glue work to glue Mac OS X apps under Classic
8025 Branch: maint-5.6/macperl
8026 ! macos/lib/Mac/AETE/App.pm macos/lib/Mac/AETE/Format/Glue.pm
8027 ____________________________________________________________________________
8028 [ 17661] By: pudge on 2002/07/29 18:20:46
8029 Log: gluemac failed with some paths
8030 Branch: maint-5.6/macperl
8031 ! macos/macperl/Droplets/gluemac.plx
8032 ____________________________________________________________________________
8033 [ 17660] By: pudge on 2002/07/29 18:20:12
8034 Log: Fix long-standing bug with popup menus not working in dialogs
8035 Branch: maint-5.6/macperl
8036 ! macos/ext/Mac/Dialogs/Dialogs.pm
8037 ____________________________________________________________________________
8038 [ 17659] By: pudge on 2002/07/29 18:19:00
8039 Log: Update test script
8040 Branch: maint-5.6/macperl
8041 ! macos/MacPerlTests.cmd
8042 ____________________________________________________________________________
8043 [ 17658] By: pudge on 2002/07/29 18:18:35
8044 Log: Portability fixes for blib
8045 (already in 5.8/5.9)
8046 Branch: maint-5.6/macperl
8048 ____________________________________________________________________________
8049 [ 17657] By: pudge on 2002/07/29 18:17:54
8050 Log: Minor test fixes
8051 Branch: maint-5.6/macperl
8052 ! t/lib/filespec.t t/op/magic.t
8053 ____________________________________________________________________________
8054 [ 17656] By: ams on 2002/07/28 06:12:33
8055 Log: Subject: [PATCH] Typo in regcomp.c
8056 From: Chris Ball <chris@cpan.org>
8057 Date: 26 Jul 2002 17:49:35 +0100
8058 Message-Id: <868z3yzb6o.fsf@void.printf.net>
8059 (With additional tweak to s_reginclasslen.)
8062 ____________________________________________________________________________
8063 [ 17655] By: jhi on 2002/07/25 20:37:16
8064 Log: Upgrade to Unicode::Collate 0.20.
8066 ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
8067 ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
8068 ____________________________________________________________________________
8069 [ 17654] By: jhi on 2002/07/23 16:33:52
8070 Log: Commas, schcommas.
8073 ____________________________________________________________________________
8074 [ 17653] By: nick on 2002/07/23 07:56:25
8075 Log: Fix #15283 - binmode() was not passing mode
8076 to PUSHED method called from PerlIO::via.
8078 ! ext/PerlIO/via/via.xs
8079 ____________________________________________________________________________
8080 [ 17652] By: nick on 2002/07/23 07:55:03
8081 Log: Integrate mainline to just past perl5.8.0
8085 ____________________________________________________________________________
8086 [ 17651] By: pudge on 2002/07/23 03:24:35
8087 Log: Integrate maint-5.6/perl
8088 Branch: maint-5.6/macperl
8089 +> t/win32/longpath.t
8090 !> (integrate 35 files)
8091 ____________________________________________________________________________
8092 [ 17650] By: gsar on 2002/07/22 15:27:48
8093 Log: create macperl-5.8 branch
8094 Branch: maint-5.8/macperl
8095 +> (branch 3480 files)
8096 ____________________________________________________________________________
8097 [ 17649] By: jhi on 2002/07/21 08:44:34
8098 Log: Because of #17429.
8099 Branch: maint-5.8/perl
8101 ____________________________________________________________________________
8102 [ 17648] By: chip on 2002/07/19 22:51:19
8103 Log: Update Changes. (Including incorrect change #.)
8104 Branch: maint-5.005/perl
8106 ____________________________________________________________________________
8107 [ 17647] By: chip on 2002/07/19 22:47:57
8108 Log: ensure that hashes never attempt to malloc with a negative size
8109 From: Hugo <hv@crypt.compulink.co.uk>
8110 Subject: Re: [ID 20000421.002] Math::BigInt out of memory?
8111 Branch: maint-5.005/perl
8113 ____________________________________________________________________________
8114 [ 17646] By: chip on 2002/07/19 20:15:23
8115 Log: Update Changes in preparation for 5.005_04.
8116 Branch: maint-5.005/perl
8118 ____________________________________________________________________________
8119 [ 17645] By: gsar on 2002/07/19 19:29:57
8120 Log: create maint-5.8 branch from perl/...@17638
8121 Branch: maint-5.8/perl
8122 +> (branch 2829 files)
8123 ____________________________________________________________________________
8124 [ 17644] By: jhi on 2002/07/19 18:55:18
8125 Log: Copy perldelta as perl58delta, purge the perldelta.
8127 + pod/perl58delta.pod
8128 ! MANIFEST pod/perldelta.pod
8129 ____________________________________________________________________________
8130 [ 17642] By: jhi on 2002/07/19 16:37:39
8131 Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
8133 ! Changes patchlevel.h
8134 ____________________________________________________________________________
8135 [ 17641] By: jhi on 2002/07/19 16:31:08
8136 Log: Integrate perlio (no changes, but that's fine).
8139 ____________________________________________________________________________
8140 [ 17640] By: nick on 2002/07/19 07:09:37
8141 Log: Integrate mainline@17638, apply couple
8142 of whitespace edits so matches perl5.8.0 exactly.
8145 !> AUTHORS Changes Configure INSTALL NetWare/Makefile
8146 !> NetWare/t/NWScripts.pl Porting/config.sh Porting/config_H
8147 !> lib/File/stat.pm patchlevel.h pod/perldelta.pod
8148 !> pod/perlfunc.pod pod/perlhist.pod pod/perlthrtut.pod
8149 !> pod/perltoc.pod pod/perlvar.pod util.c
8150 ____________________________________________________________________________
8151 [ 17639] By: jhi on 2002/07/19 00:47:18
8152 Log: It's all yours, Hugo.