This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate change #18420 from maint-5.8:
[perl5.git] / Changes
CommitLineData
99b32ad1
JH
1Please note: This file provides a complete, temporally ordered log of
2changes that went into every version of Perl. If you'd like more
3detailed information, please consult the comments in the individual
4patches posted to the perl5-porters mailing list. Patches for each
5individual change may also be obtained through ftp and rsync--see
21a64cc4 6pod/perlhack.pod for the details.
99b32ad1 7
21a64cc4 8For information on what's new in this release, see pod/perldelta.pod.
99b32ad1 9
5850c7a4 10[The "CAST AND CREW" list has been moved to AUTHORS.]
99b32ad1 11
99b32ad1
JH
12NOTE: Each change entry shows the change number; who checked it into the
13repository; when; description of the change; which branch the change
14happened in; and the affected files. The file lists have a short symbolic
15indicator:
16
17 ! modified
18 + added
19 - deleted
20 +> branched (from elsewhere)
21 !> merged changes (from elsewhere)
22
dd6de302
JH
23The Message-Ids in the change entries refer to the email messages sent
24to the perl5-porters mailing list. You can retrieve the messages for
25example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
99b32ad1
JH
26
27--------------
6b490b4c 28Version v5.9.X Development release working toward v5.10
99b32ad1 29--------------
805e355f 30____________________________________________________________________________
48e1ca0e
HS
31[ 18374] By: hv on 2002/12/30 03:32:22
32 Log: Remove duplicate entry
33 Branch: perl
34 ! MANIFEST
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>
41 Branch: perl
42 ! pod/perlfunc.pod
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>
49 Branch: perl
50 ! lib/AutoSplit.pm
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>
57 Branch: perl
58 ! mg.c t/op/magic.t
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
66 Log: Missed one.
67 Branch: maint-5.8/perl
68 ! embed.fnc embed.h
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
83 ! embed.fnc embed.h
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
93 ! embed.h embed.pl
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
98 ! pod/perlfunc.pod
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
103 ! pod/perlfunc.pod
104____________________________________________________________________________
105[ 18363] By: jhi on 2002/12/29 14:49:14
106 Log: Integrate:
107 [ 18354]
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>
112
113 [ 18356]
114 fix signed/unsigned mismatch warning from change#18266
115
116 [ 18358]
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
120 match
121 Branch: maint-5.8/perl
122 !> cv.h regcomp.c
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
138 ! lib/Pod/Man.pm
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
144 ! dump.c
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
150 match
151 Branch: perl
152 ! regcomp.c
153____________________________________________________________________________
154[ 18357] By: gsar on 2002/12/28 02:16:51
155 Log: silence another signed/unsigned mismatch warning
156 Branch: perl
157 ! op.c
158____________________________________________________________________________
159[ 18356] By: gsar on 2002/12/28 02:08:23
160 Log: fix signed/unsigned mismatch warning from change#18266
161 Branch: perl
162 ! regcomp.c
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
166 Branch: perl
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>
174 Branch: perl
175 ! cv.h
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///.
181
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).
190
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
194 in substr() terms).
195
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
201 Log: Integrate:
202 [ 18350]
203 Removal of duplicate comment block
204
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>
209
210 [ 18351]
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.
217 Branch: perl
218 ! sv.c
219____________________________________________________________________________
220[ 18350] By: merijn on 2002/12/24 05:26:40
221 Log: Removal of duplicate comment block
222
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>
227 Branch: perl
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
240 ! regexec.c
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
245 ! lib/Math/Trig.pm
246____________________________________________________________________________
247[ 18347] By: jhi on 2002/12/23 06:37:31
248 Log: Integrate:
249 [ 18300]
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>
254
255 [ 18304]
256 Redone #18011 from metaunits
257
258 [ 18305]
259 Enough changes to Configure and metaunits warrant an update.
260 Several small changes and three additions
261
262 [ 18306]
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
266
267 [ 18308]
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])
273
274 [ 18310]
275 regen-headers to get new API docs from #18306
276
277 [ 18312]
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
281 [perl #18932]
282
283 [ 18313]
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>
288
289 [ 18314]
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>
294
295 [ 18315]
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>
300
301 [ 18316]
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>
306
307 [ 18317]
308 Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
309
310 [ 18323]
311 PerlSIO_stderr et al are not functions
312
313 [ 18324]
314 windows: avoid prompting under some shells during $(MAKE) distclean
315
316 [ 18325]
317 PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
318
319 [ 18326]
320 Win32.pod update
321
322 [ 18327]
323 windows: support for large files
324
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)
329
330 [ 18328]
331 fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
332
333 [ 18330]
334 remove CRs from a couple of files (these show up as CRCRLF
335 on windows)
336
337 [ 18332]
338 $Config{prefixexp} was set incorrectly on windows
339
340 [ 18334]
341 AIX compiler version updates
342
343 [ 18335]
344 my_fflush_all() wasn't doing the right thing under useperlio
345 on many platforms
346
347 [ 18337]
348 handy hint: getting a perforce change as a usable patch
349
350 [ 18338]
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>
355
356 [ 18339]
357 Integrate Time::HiRes v1.39 (for VMS build tweak)
358
359 [ 18342]
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
363 (from RT)
364
365 [ 18343]
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>
370
371 [ 18344]
372 more on #18312: sv.c:ss_dup()
373
374 [ 18345]
375 more on #18344.
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
383 Branch: perl
384 !> lib/perl5db.pl
385____________________________________________________________________________
386[ 18345] By: hv on 2002/12/23 06:01:17
387 Log: more on #18344.
388 Branch: perl
389 ! sv.c
390____________________________________________________________________________
391[ 18344] By: hv on 2002/12/23 05:56:43
392 Log: more on #18312: sv.c:ss_dup()
393 Branch: perl
394 ! sv.c
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>
401 Branch: perl
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
408 (from RT)
409 Branch: perl
410 ! regexec.c
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>
417 Branch: perl
418 ! universal.c
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>
425 Branch: perl
426 ! pp_hot.c
427____________________________________________________________________________
428[ 18339] By: hv on 2002/12/23 04:39:48
429 Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
430 Branch: perl
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>
439 Branch: perl
440 ! utils/h2ph.PL
441____________________________________________________________________________
442[ 18337] By: hv on 2002/12/23 03:38:59
443 Log: handy hint: getting a perforce change as a usable patch
444 Branch: perl
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 ? :
450 From: hv@crypt.org
451 Date: Fri, 20 Dec 2002 00:35:27 +0000
452 Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
453 Branch: perl
454 ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
455 ! vms/perly_c.vms
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
459 on many platforms
460 Branch: perl
461 ! util.c
462____________________________________________________________________________
463[ 18334] By: merijn on 2002/12/18 06:48:11
464 Log: AIX compiler version updates
465 Branch: perl
466 ! README.aix
467____________________________________________________________________________
468[ 18333] By: gsar on 2002/12/18 03:21:42
469 Log: integrate change#18332 from mainline
470
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
477 Branch: perl
478 ! win32/config.bc win32/config.gc win32/config.vc
479 ! win32/config.vc64
480____________________________________________________________________________
481[ 18331] By: gsar on 2002/12/18 02:38:13
482 Log: integrate change#18326 from mainline
483
484 Win32.pod update
485 Branch: maint-5.6/perl
486 !> lib/Win32.pod
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
490 on windows)
491 Branch: perl
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
496
497 fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
498 Branch: maint-5.6/perl
499 !> win32/win32.c
500____________________________________________________________________________
501[ 18328] By: gsar on 2002/12/18 02:27:10
502 Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
503 Branch: perl
504 ! win32/win32.c
505____________________________________________________________________________
506[ 18327] By: gsar on 2002/12/18 02:08:12
507 Log: windows: support for large files
508
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)
513 Branch: perl
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
524 Branch: perl
525 ! lib/Win32.pod
526____________________________________________________________________________
527[ 18325] By: gsar on 2002/12/18 00:42:45
528 Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
529 Branch: perl
530 ! XSUB.h
531____________________________________________________________________________
532[ 18324] By: gsar on 2002/12/18 00:34:08
533 Log: windows: avoid prompting under some shells during $(MAKE) distclean
534 Branch: perl
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
539 Branch: perl
540 ! XSUB.h
541____________________________________________________________________________
542[ 18322] By: gsar on 2002/12/17 22:58:09
543 Log: integrate change#18321 from mainline
544
545 C<require '\foo\bar.pm'> fails on windows if not running
546 from the root directory; for a test case, see:
547
548 http://bugs.activestate.com/show_bug.cgi?id=19317
549
550 this was due to not recognizing \foo\bar.pm as an absolute
551 path name
552 Branch: maint-5.8/perl
553 !> util.h
554____________________________________________________________________________
555[ 18321] By: gsar on 2002/12/17 22:56:25
556 Log: integrate change#18320 from maint-5.6 branch
557
558 C<require '\foo\bar.pm'> fails on windows if not running
559 from the root directory; for a test case, see:
560
561 http://bugs.activestate.com/show_bug.cgi?id=19317
562
563 this was due to not recognizing \foo\bar.pm as an absolute
564 path name
565 Branch: perl
566 !> util.h
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:
571
572 http://bugs.activestate.com/show_bug.cgi?id=19317
573
574 this was due to not recognizing \foo\bar.pm as an absolute
575 path name
576 Branch: maint-5.6/perl
577 ! util.h
578____________________________________________________________________________
579[ 18319] By: hv on 2002/12/17 10:08:24
580 Log: Whoops, these are the changes supposed to be in #18318.
581 Branch: perl
582 ! pad.c t/op/eval.t
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>
589 Branch: perl
590 ! pad.c t/op/eval.t
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)
594 Branch: perl
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>
604 Branch: perl
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>
612 Branch: perl
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>
620 Branch: perl
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>
628 Branch: perl
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
635 [perl #18932]
636 Branch: perl
637 ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
638 ! scope.h
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>
645 Branch: perl
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
650 Branch: perl
651 ! pod/perlapi.pod
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])
659 Branch: perl
660 ! lib/perl5db.pl
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>
667 and
668 Date: Sat, 14 Dec 2002 19:16:38 +0000
669 Message-ID: <20021214191638.A3992@fdgroup.com>
670 Branch: perl
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
678 Branch: perl
679 ! sv.c
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
684 Branch: perl
685 ! Porting/Glossary
686____________________________________________________________________________
687[ 18304] By: merijn on 2002/12/16 10:44:57
688 Log: Redone #18011 from metaunits
689 Branch: perl
690 ! Configure
691____________________________________________________________________________
692[ 18303] By: merijn on 2002/12/16 10:38:20
693 Log: backport change #18011
694 Branch: metaconfig
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>
702 Branch: perl
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,
709 apply the patch.
710 Branch: maint-5.8/perl
711 ! lib/perl5db.pl
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>
718 Branch: perl
719 ! pod/perlop.pod
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
723 Branch: perl
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
726 !> t/op/subst.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.
730 Branch: perl
731 ! ext/B/B/Debug.pm
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
739 Log: Integrate:
740 [ 18292]
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
768 Branch: perl
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
775 ! t/op/subst.t
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
794 again recently
795 Branch: perl
796 ! Porting/repository.pod
797____________________________________________________________________________
798[ 18286] By: jhi on 2002/12/11 14:43:36
799 Log: Integrate:
800 [ 18272]
801 RT#15950
802
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>
806
807 [ 18277]
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>
812
813 [ 18278]
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>
818
819 [ 18279]
820 Subject: Re: ANSIColor 1.06 released
821 Version bump only after typo fix to sync with CPAN
822
823 [ 18282]
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>
828
829 [ 18283]
830 More email addresses for #18282
831
832 [ 18284]
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>
842 Branch: perl
843 ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
844 ! vms/perly_c.vms
845____________________________________________________________________________
846[ 18284] By: hv on 2002/12/11 10:21:12
847 Log: One more email address for #18282
848 Branch: perl
849 ! lib/Pod/Perldoc.pm
850____________________________________________________________________________
851[ 18283] By: hv on 2002/12/11 10:18:07
852 Log: More email addresses for #18282
853 Branch: perl
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>
865 Branch: perl
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.
873 Branch: perl
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
885 Branch: perl
886 +> t/op/lc_user.t
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
890 !> t/uni/tr_utf8.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
895 Branch: perl
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>
903 Branch: metaconfig
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>
911 Branch: perl
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
924 ! t/op/split.t
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
929 ! t/op/split.t
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
935 ! t/op/lc.t
936____________________________________________________________________________
937[ 18272] By: merijn on 2002/12/09 15:31:28
938 Log: RT#15950
939
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>
943 Branch: perl
944 ! lib/Term/ANSIColor.pm
945____________________________________________________________________________
946[ 18271] By: jhi on 2002/12/09 02:41:11
947 Log: Integrate:
948 [ 18249]
949 Suppress a compilation warning reported by Jarkko
950 (variable initialization skipped by goto).
951
952 [ 18250]
953 Fix bug #18874, essentially by reverting change #11890.
954 Add a regression test for it.
955
956 [ 18251]
957 Fix two cases of buffer overflow in the lexer.
958
959 [ 18259]
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>
964
965 [ 18260]
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>
971
972 [ 18261]
973 Change the set of characters that are considered to be
974 safe in $ENV{TERM} for taint checkings.
975
976 [ 18262]
977 getservbyport() should accept an empty string as its
978 proto argument (as does getservbyname()).
979
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>
984
985 [ 18263]
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>
990
991 [ 18264]
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>
996
997 [ 18265]
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>
1002
1003 [ 18266]
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>
1008
1009 [ 18267]
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>
1014
1015 [ 18268]
1016 fix #18266 sprintf format mismatch
1017
1018 [ 18269]
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>
1023
1024 [ 18270]
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>
1029
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
1038 !> util.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>
1045 Branch: perl
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>
1053 Branch: perl
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
1058 Branch: perl
1059 ! regcomp.c
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>
1066 Branch: perl
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>
1074 Branch: perl
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>
1082 Branch: perl
1083 ! t/lib/strict/subs
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>
1090 Branch: perl
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>
1098 Branch: perl
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()).
1104
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>
1109 Branch: perl
1110 ! pp_sys.c
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.
1115 Branch: perl
1116 ! taint.c
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>
1124 Branch: perl
1125 ! pod/perldiag.pod
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>
1132 Branch: perl
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
1143 ! pod/perlsec.pod
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>
1150
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
1159 ! t/uni/tr_utf8.t
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
1166 + t/op/lc_user.t
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
1173 ! t/op/lc.t
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.
1186 Branch: perl
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.
1192 Branch: perl
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).
1198 Branch: perl
1199 ! toke.c
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
1204 ! t/op/pat.t
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
1209 ! pp.c
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
1218 Branch: perlio
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
1227 +> t/comp/parser.t
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
1239 ! pod/perlguts.pod
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
1247 Log: Integrate:
1248 [ 18239]
1249 Fix up #18229.
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>
1257 Branch: perlio
1258 ! lib/ExtUtils/Command.pm
1259____________________________________________________________________________
1260[ 18239] By: jhi on 2002/12/03 12:49:01
1261 Log: Fix up #18229.
1262 Branch: perl
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
1287 ! hints/irix_6.sh
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
1295 Log: Integrate:
1296 [ 17815]
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>
1302
1303 [ 18170]
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.
1307
1308 [ 18228]
1309 integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
1310 with a module-driven version, and separates out its docs.
1311
1312 [ 18229]
1313 $0 mofifying part I
1314
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>
1319
1320 [ 18230]
1321 $0 modifying part II (HP-UX only)
1322
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>
1327
1328 [ 18231]
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>
1333
1334 [ 18232]
1335 Skip test #17 of lib/open.t when useperlio is not defined.
1336
1337 [ 18233]
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
1341 to this case.
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
1350 +> pod/perldoc.pod
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
1360 to this case.
1361 Branch: perl
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.
1366 Branch: perl
1367 ! lib/open.t
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>
1374 Branch: perl
1375 ! README.hpux
1376____________________________________________________________________________
1377[ 18230] By: merijn on 2002/12/02 15:45:31
1378 Log: $0 modifying part II (HP-UX only)
1379
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>
1384 Branch: perl
1385 ! mg.c
1386____________________________________________________________________________
1387[ 18229] By: merijn on 2002/12/02 15:43:16
1388 Log: $0 mofifying part I
1389
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>
1394 Branch: perl
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.
1401 Branch: perl
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
1409 + pod/perldoc.pod
1410 ! MANIFEST utils/perldoc.PL
1411____________________________________________________________________________
1412[ 18227] By: jhi on 2002/12/02 13:23:48
1413 Log: Integrate:
1414 [ 18216]
1415 64bit Peek failure on HP-UX 11.00
1416
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>
1422
1423 [ 18217]
1424 Document the hint constants and where they're used.
1425
1426 [ 18224]
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.
1429
1430 [ 18226]
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
1438 Branch: perl
1439 + lib/Pod/PlainText.pm
1440 ! MANIFEST
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
1444 Branch: perl
1445 ! util.c
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.
1450 Branch: perl
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>
1466 Branch: perl
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
1471 Branch: perl
1472 ! 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
1476 Branch: perl
1477 +> ext/POSIX/t/is.t
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>
1488 Branch: perl
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
1497 !> lib/File/Copy.pm
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
1502 ! t/op/pack.t
1503____________________________________________________________________________
1504[ 18217] By: rgs on 2002/11/29 12:11:28
1505 Log: Document the hint constants and where they're used.
1506 Branch: perl
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
1509 ! perl.h
1510____________________________________________________________________________
1511[ 18216] By: merijn on 2002/11/29 10:00:54
1512 Log: 64bit Peek failure on HP-UX 11.00
1513
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>
1519 Branch: perl
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
1525 ! README.os2
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
1530 ! t/op/subst.t
1531____________________________________________________________________________
1532[ 18213] By: jhi on 2002/11/28 22:26:23
1533 Log: Unintended integratee from #18210.
1534 Branch: maint-5.8/perl
1535 - macos/config.h
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
1545 ! lib/fields.t
1546____________________________________________________________________________
1547[ 18210] By: jhi on 2002/11/28 21:24:10
1548 Log: Integrate:
1549 [ 18200]
1550 Yet another approach to signal handling (Matthias)
1551
1552 (from maint-5.8/macperl)
1553 Branch: maint-5.8/perl
1554 +> macos/config.h
1555 !> util.c
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
1560 ! t/op/eval.t
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
1578 Log: Integrate:
1579 [ 17920]
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>
1585
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
1597 ! lib/constant.t
1598____________________________________________________________________________
1599[ 18204] By: jhi on 2002/11/28 14:55:34
1600 Log: Integrate:
1601 [ 18203]
1602 Slight beauty tweak.
1603 Branch: maint-5.8/perl
1604 !> intrpvar.h
1605____________________________________________________________________________
1606[ 18203] By: jhi on 2002/11/28 14:54:34
1607 Log: Slight beauty tweak.
1608 Branch: perl
1609 ! intrpvar.h
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
1614 ! t/op/grep.t
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)
1623 Branch: macperl
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/
1638 Branch: macperl
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
1648 Log: Integrate:
1649 [ 18175]
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>
1654
1655 [ 18176]
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>
1660
1661 [ 18177]
1662 add support for STASH and MAGIC information for REFs to sv_dump().
1663 Subject: [PATCH]
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>
1667
1668 [ 18178]
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>
1673
1674 [ 18179]
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>
1679
1680 [ 18182]
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>
1684
1685 [ 18183]
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>
1690
1691 [ 18184]
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>
1696
1697 Plus a few similar POD fixes
1698
1699 [ 18185]
1700 PerlFAQ sync.
1701
1702 [ 18186]
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>
1707
1708 [ 18188]
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
1825 ! pod/perldiag.pod
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
1831 ! INSTALL
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>
1840 (perl #16799).
1841 Branch: maint-5.8/perl
1842 + ext/POSIX/t/is.t
1843 ! MANIFEST
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>
1850 Branch: perl
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>
1863 Branch: perl
1864 ! sv.c
1865____________________________________________________________________________
1866[ 18185] By: rgs on 2002/11/26 21:06:48
1867 Log: PerlFAQ sync.
1868 Branch: perl
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
1872 ! pod/perlfaq9.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>
1879
1880 Plus a few similar POD fixes
1881 Branch: perl
1882 ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
1883 ! pod/perltie.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>
1890 Branch: perl
1891 ! pod/perlipc.pod
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>
1897 Branch: perl
1898 ! Configure
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
1905 ! libperl.U
1906____________________________________________________________________________
1907[ 18180] By: hv on 2002/11/25 03:10:03
1908 Log: integrate #18144 updates to pod/perlport.pod
1909 Branch: perl
1910 ! 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>
1917 Branch: perl
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>
1925 Branch: perl
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().
1931 Subject: [PATCH]
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>
1935 Branch: perl
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>
1943 Branch: perl
1944 ! pp_ctl.c
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>
1951 Branch: perl
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
1963 Log: Integrate:
1964 [ 18135]
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>
1969
1970 [ 18136]
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>
1975
1976 [ 18137]
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>
1981
1982 [ 18139]
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>
1987
1988 [ 18141]
1989 repair 18139 (missing awk command)
1990
1991 [ 18147]
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>
1996
1997 [ 18148]
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.
2003
2004 [ 18149]
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)
2011
2012 [ 18150]
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>
2017
2018 [ 18151]
2019 Document PRIVSHIFT.
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>
2024
2025 [ 18152]
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.
2031
2032 [ 18154]
2033 Correction to change #18152, by Dave Mitchell.
2034
2035 [ 18158]
2036 Remove duplicate my() declaration giving warnings from change #18105.
2037
2038 [ 18159]
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>
2047
2048 [ 18160]
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>
2053
2054 [ 18161]
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>
2059
2060 [ 18162]
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>
2065
2066 [ 18163]
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>
2071
2072 With a tweak to the END cleanup block to fully remove the
2073 temporary test directory
2074
2075 [ 18164]
2076 t/io/crlf.t failed with miniperl.
2077
2078 [ 18165]
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>
2083
2084 [ 18166]
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.
2090
2091 [ 18168]
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>
2096
2097 [ 18169]
2098 Add a test for bug #17920, and a new test file for it.
2099
2100 [ 18170]
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.
2104
2105 [ 18171]
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.
2109
2110 [ 18172]
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>
2115
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>
2127 Branch: perl
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.
2134 Branch: perl
2135 ! t/op/magic.t
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.
2141 Branch: perl
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.
2146 Branch: perl
2147 + t/comp/parser.t
2148 ! MANIFEST
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>
2155 Branch: perl
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>
2163 Branch: metaconfig
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.
2172 Branch: perl
2173 ! op.c
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>
2180 Branch: perl
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.
2185 Branch: perl
2186 ! t/io/crlf.t
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>
2193
2194 With a tweak to the END cleanup block to fully remove the
2195 temporary test directory
2196 Branch: perl
2197 ! lib/AutoLoader.t
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>
2204 Branch: perl
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>
2212 Branch: perl
2213 ! README.win32
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>
2220 Branch: perl
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>
2234 Branch: perl
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.
2239 Branch: perl
2240 ! lib/Class/Struct.t
2241____________________________________________________________________________
2242[ 18157] By: nick on 2002/11/19 10:16:27
2243 Log: Integrate mainline
2244 Branch: perlio
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
2257 perl ./mktables)
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.
2273 Branch: perl
2274 ! pod/perlhack.pod
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
2279 ! t/op/hashwarn.t
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.
2287 Branch: perl
2288 ! pod/perlhack.pod
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>
2296 Branch: perl
2297 ! sv.h
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>
2304 Branch: perl
2305 ! perl.c sv.c
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)
2314 Branch: perl
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.
2323 Branch: perl
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>
2331 Branch: perl
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
2337 ! pod/perldiag.pod
2338____________________________________________________________________________
2339[ 18145] By: jhi on 2002/11/16 02:53:59
2340 Log: Add 5.005-style thread deprecation warning (at each
2341 thread create).
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:
2347 - timezone
2348 - $!, Errno
2349 - metainformation changing
2350 - perlunicode
2351 Branch: maint-5.8/perl
2352 ! pod/perlport.pod
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>
2364 Branch: perl
2365 ! pad.h
2366____________________________________________________________________________
2367[ 18141] By: merijn on 2002/11/12 16:15:30
2368 Log: repair 18139 (missing awk command)
2369 Branch: perl
2370 ! Configure
2371____________________________________________________________________________
2372[ 18140] By: merijn on 2002/11/12 16:12:14
2373 Log: added missing awk. <blush>
2374 Branch: metaconfig
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>
2382 Branch: perl
2383 ! Configure
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>
2390 Branch: metaconfig
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>
2398 Branch: perl
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>
2406 Branch: perl
2407 ! t/run/runenv.t
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>
2414 Branch: perl
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
2423 Log: Integrate
2424
2425 [ 18122]
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>
2430
2431 [ 18123]
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>
2436
2437 [ 18124]
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>
2442
2443 [ 18125]
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
2450 +> t/uni/tr_utf8.t
2451 !> MANIFEST ext/Fcntl/t/syslfs.t lib/File/Temp.pm t/op/lfs.t
2452 !> x2p/find2perl.PL
2453____________________________________________________________________________
2454[ 18132] By: jhi on 2002/11/09 21:50:30
2455 Log: Integrate
2456
2457 [ 18121]
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
2463 !> sv.c t/op/tie.t
2464____________________________________________________________________________
2465[ 18131] By: jhi on 2002/11/09 21:28:07
2466 Log: Integrate
2467
2468 [ 18119]
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>
2473
2474 [ 18120]
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
2481 !> win32/win32.h
2482____________________________________________________________________________
2483[ 18130] By: jhi on 2002/11/09 21:25:39
2484 Log: Integrate
2485
2486 [ 18118]
2487 Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
2488 From: hv@crypt.org
2489 Date: Sun, 03 Nov 2002 16:41:24 +0000
2490 Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
2491
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
2495 !> t/op/sub_lval.t
2496____________________________________________________________________________
2497[ 18129] By: jhi on 2002/11/09 21:20:02
2498 Log: Integrate
2499
2500 [ 18115]
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>
2505
2506 [ 18117]
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
2513 Log: Integrate
2514
2515 [ 18116]
2516 The new test introduced in #18114 failed with threads
2517
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
2523 Log: Integrate
2524
2525 [ 18114]
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>
2530
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().
2534
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
2540 Log: Integrate
2541
2542 [ 18102]
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>
2547
2548 With the corresponding change to embed.fnc
2549
2550 [ 18105]
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>
2555
2556 [ 18106]
2557 new test based on:
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>
2562
2563 [ 18107]
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.
2567
2568 [ 18108]
2569 Put back the DO NOT EDIT headers in proto.h and global.sym
2570
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>
2575
2576 [ 18109]
2577 Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
2578 From: hv@crypt.org
2579 Date: Tue, 05 Nov 2002 13:30:00 +0000
2580 Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
2581
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.
2585
2586 [ 18113]
2587 make regen_headers.
2588 Backport change #18078 to warnings.pl.
2589
2590 plus make regen_headers
2591 Branch: maint-5.8/perl
2592 +> t/run/switchI.t
2593 ! pod/perlapi.pod
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>
2603 Branch: perl
2604 + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
2605 + t/uni/tr_utf8.t
2606 ! MANIFEST
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>
2613 Branch: perl
2614 ! lib/File/Temp.pm
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>
2621 Branch: perl
2622 ! x2p/find2perl.PL
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>
2629 Branch: perl
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>
2637 Branch: perl
2638 ! sv.c t/op/tie.t
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>
2645 Branch: perl
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>
2653 Branch: perl
2654 ! regcomp.c
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
2658 From: hv@crypt.org
2659 Date: Sun, 03 Nov 2002 16:41:24 +0000
2660 Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
2661 Branch: perl
2662 ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
2663 ! t/op/sub_lval.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.
2667 Branch: perl
2668 ! Makefile.SH
2669____________________________________________________________________________
2670[ 18116] By: rgs on 2002/11/06 22:11:06
2671 Log: The new test introduced in #18114 failed with threads
2672 Branch: perl
2673 ! ext/B/t/concise.t
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>
2680 Branch: perl
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>
2689
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().
2693 Branch: perl
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.
2699 Branch: perl
2700 ! global.sym perlapi.c perlapi.h proto.h warnings.pl
2701____________________________________________________________________________
2702[ 18112] By: jhi on 2002/11/05 13:26:28
2703 Log: perl embed.pl
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
2708 Log: Integrate
2709
2710 [ 18067]
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
2714
2715 [ 18068]
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.
2719
2720 [ 18108]
2721 Put back the DO NOT EDIT headers in proto.h and global.sym
2722
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
2728 !> embed.pl
2729____________________________________________________________________________
2730[ 18110] By: jhi on 2002/11/05 13:12:12
2731 Log: Integrate
2732
2733 [ 17951]
2734 MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
2735 Thu, 25 Jul 2002, Andy Dougherty
2736
2737 (had to regen Configure)
2738 Branch: maint-5.8/perl
2739 ! Configure config_h.SH
2740 !> Policy_sh.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
2744 From: hv@crypt.org
2745 Date: Tue, 05 Nov 2002 13:30:00 +0000
2746 Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
2747
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.
2751 Branch: perl
2752 ! pp.c
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
2756
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>
2761 Branch: perl
2762 ! embed.pl
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.
2768 Branch: perl
2769 ! dump.c pp.c
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>
2777 Branch: perl
2778 ! lib/utf8.t
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>
2785 Branch: perl
2786 ! lib/Class/Struct.pm lib/Class/Struct.t
2787____________________________________________________________________________
2788[ 18104] By: jhi on 2002/11/04 22:23:54
2789 Log: Integrate
2790 [ 17946]
2791 nanosleep on VMS not present
2792 Branch: maint-5.8/perl
2793 !> configure.com
2794____________________________________________________________________________
2795[ 18103] By: jhi on 2002/11/04 22:11:33
2796 Log: Integrate
2797 [ 17944]
2798 nanosleep probes as per Jarkko's request
2799
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>
2814
2815 With the corresponding change to embed.fnc
2816 Branch: perl
2817 + t/run/switchI.t
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
2822 Log: Integrate
2823
2824 [ 17731]
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>
2829
2830 [ 17739]
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>
2835
2836 [ 17902]
2837 [PATCH perl@17882] configure.com needs d_modflproto
2838 Thu 12 Sep 2002 23:19, "Craig A. Berry"
2839
2840 [ 17919]
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)
2850
2851 [ 17745]
2852 perldelta for #17727
2853
2854 [ 17831]
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')
2862
2863 [ 17815]
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
2870 ! installperl
2871____________________________________________________________________________
2872[ 18098] By: jhi on 2002/11/04 18:53:22
2873 Log: Kick patchlevel.
2874 Branch: maint-5.8/perl
2875 ! patchlevel.h
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
2883 Log: Integrate
2884
2885 [ 18090]
2886 extend #13786 to cover the other four identical chunks of code
2887 to avoid looping under overload.
2888
2889 [ 18091]
2890 How pre-5.9.0 Perl can be fooled by a defined-or.
2891
2892 [ 18093]
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):
2899
2900 [ 18083]
2901 [PATCH] Typo configpm
2902 Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2903
2904 [ 18084]
2905 Tru64, gcc -O3, datasize
2906 Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
2907
2908 [ 18085]
2909 Subject: Re: [perl #17064] illegal legal unicode character
2910 From: hv@crypt.org
2911 Date: Mon, 04 Nov 2002 13:23:49 +0000
2912 Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
2913
2914 [ 18086]
2915 integrate from perlio: changes #17709, #17795, #17796, #18032
2916
2917 [ 18088]
2918 Charnames take 4
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:
2928
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>
2933 Branch: perl
2934 ! Configure
2935____________________________________________________________________________
2936[ 18093] By: jhi on 2002/11/04 16:06:39
2937 Log: s/Perlf/Perl/ (thanks rgs)
2938 Branch: perl
2939 ! pod/perldiag.pod
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
2945 ! gccvers.U
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.
2949 Branch: perl
2950 ! pod/perldiag.pod
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.
2955 Branch: perl
2956 ! sv.c
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
2961 ! t/op/anonsub.t
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>
2966 Branch: perl
2967 ! lib/charnames.pm lib/charnames.t
2968____________________________________________________________________________
2969[ 18087] By: jhi on 2002/11/04 15:28:23
2970 Log: Integrate:
2971
2972 [ 17677]
2973 Main branch no longer needs op/taint.t version check.
2974 Branch: maint-5.8/perl
2975 !> t/op/taint.t
2976____________________________________________________________________________
2977[ 18086] By: hv on 2002/11/04 15:16:34
2978 Log: integrate from perlio: changes #17709, #17795, #17796, #18032
2979 Branch: perl
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
2985 From: hv@crypt.org
2986 Date: Mon, 04 Nov 2002 13:23:49 +0000
2987 Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
2988 Branch: perl
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>
2994 Branch: perl
2995 ! README.tru64 hints/dec_osf.sh
2996____________________________________________________________________________
2997[ 18083] By: merijn on 2002/11/04 10:58:52
2998 Log: Typo configpm
2999 Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3000 Branch: perl
3001 ! configpm
3002____________________________________________________________________________
3003[ 18082] By: jhi on 2002/11/04 05:38:52
3004 Log: Integrate: the same caveat as for #18080.
3005
3006 [ 17779]
3007 upgrade bignum to v0.13: fix test failures and update docs
3008
3009 [ 17780]
3010 fix bignum test failures
3011
3012 [ 17784]
3013 #17780 relies on unixy paths to locate own directory for bignum tests.
3014
3015 [ 17785]
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>
3021
3022 [ 17841]
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>
3027
3028 [ 17872]
3029 temporarily skip failing Storable tests caused by #17869
3030
3031 [ 17901]
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>
3036
3037 [ 17912]
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>
3042
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>
3047
3048 [ 17963]
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>
3053
3054 [ 17969]
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>
3059
3060 [ 17970]
3061 Add a line about 2.05.
3062
3063 [ 17971]
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>
3068
3069 [ 17974]
3070 Fix a precedence problem.
3071
3072 [ 17977]
3073 Complement to change #17976 :
3074 there was a similar bug on rdo().
3075 Increment $Safe::VERSION.
3076
3077 [ 17980]
3078 Upgrade Safe.pm to 2.09 after CPAN backport.
3079 Fix testcases to run properly outside perl core build enviroment.
3080
3081 [ 17986]
3082 Remove use of caller() in strict.pm, and tighten Safe compartment
3083 for Storable tests to match.
3084
3085 [ 18000]
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>
3090
3091 [ 18008]
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>
3096
3097 [ 18014]
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>
3102
3103 [ 18019]
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>
3108
3109 [ 18024]
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>
3114
3115 [ 18061]
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>
3120
3121 [ 18063]
3122 change #18038 gives too many problems on t/450_service.t; disable
3123 it for now
3124 Branch: maint-5.8/perl
3125 !> (integrate 32 files)
3126____________________________________________________________________________
3127[ 18081] By: jhi on 2002/11/04 05:26:36
3128 Log: Integrate:
3129
3130 [ 17741]
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.
3144
3145 [ 17655]
3146 Upgrade to Unicode::Collate 0.20.
3147
3148 [ 17656]
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.)
3154
3155 [ 17672]
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>
3160
3161 [ 17673]
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>
3166
3167 [ 17674]
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>
3172
3173 [ 17675]
3174 Fix email address for Kragen Sitaker <kragen@pobox.com>.
3175
3176 [ 17676]
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>
3181 Ref: 20020208.005
3182
3183 [ 17678]
3184 Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
3185 From: hv@crypt.org
3186 Date: Sun, 04 Aug 2002 17:40:30 +0100
3187 Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
3188
3189 [ 17679]
3190 [ID 20020704.001] again: #17678 caused test failures in pod2html,
3191 in which $1 could leak from previous regexp
3192
3193 [ 17680]
3194 warn that keywords.h is generated
3195
3196 [ 17681]
3197 typo
3198
3199 [ 17683]
3200 Integrate from maint-5.6/macperl via macperl
3201 Changes 17660, 17661, 17662, 17663, 17664
3202
3203 [ 17684]
3204 Integrate from perlio: change #17653 fixes bug RT15283
3205
3206 [ 17685]
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>
3211
3212 [ 17686]
3213 More regression tests for $^H and %^H.
3214 Add a TODO test for eval "" preserving %^H.
3215
3216 [ 17687]
3217 PerlIO::scalar wasn't able to read from non-string
3218 scalar ; now stringifies its argument.
3219
3220 [ 17688]
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]>
3225
3226 [ 17689]
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>
3231
3232 Plus a little bit of regression tests.
3233
3234 [ 17690]
3235 Doc fix : the symbol for COPs wasn't documented.
3236
3237 [ 17691]
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>
3242
3243 [ 17692]
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>
3248
3249 [ 17693]
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>
3254
3255 [ 17694]
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>
3260
3261 [ 17695]
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>
3266
3267 [ 17696]
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>
3272
3273 [ 17697]
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>
3278
3279 [ 17698]
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>
3284
3285 [ 17699]
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>
3290
3291 [ 17700]
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>
3296
3297 [ 17701]
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>
3302
3303 [ 17702]
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>
3308
3309 [ 17704]
3310 Fix bug #16080 : an attribute list should end at '}'
3311
3312 [ 17705]
3313 More tests for the attribute syntax, from the
3314 attributes manpage.
3315
3316 [ 17706]
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>
3321
3322 [ 17707]
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>
3327
3328 [ 17710]
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.
3334
3335 [ 17711]
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>
3340
3341 [ 17712]
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
3347
3348 [ 17713]
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>
3353
3354 [ 17714]
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>
3359 perlbug credits
3360
3361 [ 17716]
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>
3366
3367 [ 17717]
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>
3372
3373 [ 17719]
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>
3378
3379 [ 17720]
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
3385
3386 [ 17721]
3387 #17717 needed tests fixing up
3388
3389 [ 17722]
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>
3394
3395 [ 17724]
3396 ext/B/defsubs.h also depends on the program that builds it
3397
3398 [ 17727]
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>
3403
3404 [ 17729]
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>
3409
3410 [ 17733]
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>
3415
3416 [ 17734]
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>
3421
3422 [ 17735]
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>
3427
3428 [ 17736]
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>
3433
3434 [ 17737]
3435 Effect a speedy recovery from POD affected by (ahem, Australian)
3436 negligence.
3437
3438 [ 17743]
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>
3443
3444 [ 17744]
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>
3449
3450 [ 17748]
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>
3456
3457 [ 17749]
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>
3463
3464 [ 17750]
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>
3469
3470 [ 17752]
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>
3475
3476 [ 17753]
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>
3481
3482 [ 17754]
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>
3487
3488 [ 17755]
3489 new files from #17754
3490
3491 [ 17756]
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>
3496
3497 [ 17757]
3498 new file for #17756
3499
3500 [ 17758]
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>
3506
3507 [ 17759]
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>
3512
3513 [ 17760]
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>
3518
3519 [ 17761]
3520 Incorporate fix from JHI at:
3521 http://rt.perl.org/rt2/Ticket/Display.html?id=16708
3522
3523 [ 17764]
3524 a2p wasn't installed with -Dversiononly
3525
3526 [ 17765]
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>
3531 (plus a typo fix)
3532
3533 [ 17766]
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>
3538
3539 [ 17767]
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>
3544
3545 [ 17768]
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>
3550
3551 [ 17769]
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>
3556
3557 [ 17770]
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>
3562
3563 [ 17771]
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>
3568
3569 [ 17772]
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>
3574
3575 [ 17773]
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>
3580
3581 [ 17774]
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>
3586
3587 [ 17775]
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>
3592
3593 [ 17776]
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>
3598
3599 [ 17778]
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>
3604
3605 [ 17781]
3606 #17775 changed reentr.c instead of reentr.pl, which generates it
3607
3608 [ 17782]
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>
3614
3615 [ 17783]
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>
3620
3621 [ 17786]
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>
3626
3627 [ 17787]
3628 fix for:
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>
3633
3634 [ 17789]
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>
3639
3640 [ 17790]
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.
3644
3645 [ 17791]
3646 Missing MANIFEST files for #17783.
3647
3648 [ 17797]
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>
3653
3654 [ 17798]
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>
3659
3660 [ 17799]
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>
3665
3666 [ 17800]
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>
3671
3672 [ 17801]
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>
3677
3678 [ 17802]
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>
3683
3684 [ 17803]
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>
3689
3690 [ 17804]
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>
3695
3696 [ 17805]
3697 Fix based on:
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>
3702
3703 [ 17806]
3704 #17449 failed to apply the actual patch. This is it.
3705
3706 [ 17807]
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>
3711
3712 [ 17808]
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>
3717
3718 [ 17810]
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>
3723
3724 [ 17811]
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>
3729
3730 [ 17812]
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>
3735
3736 [ 17813]
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>
3741
3742 [ 17814]
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>
3747
3748 [ 17816]
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>
3753
3754 [ 17817]
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>
3759
3760 [ 17818]
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>
3766
3767 [ 17821]
3768 Advertise Linux::Pid.
3769
3770 [ 17822]
3771 Some simple tests for the POSIX::isXXX() functions.
3772
3773 [ 17823]
3774 Fix bug #16828.
3775 Add a few tests to ext/B/t/b.t, make it use Test::More.
3776
3777 [ 17824]
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>
3782
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>
3787
3788 [ 17825]
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>
3793
3794 [ 17826]
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>
3799
3800 [ 17827]
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>
3805
3806 [ 17828]
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>
3811
3812 [ 17829]
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>
3817
3818 [ 17830]
3819 update email address for Paul Marquess
3820
3821 [ 17833]
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>
3826
3827 [ 17834]
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>
3833
3834 [ 17835]
3835 fix coredump after 64k-deep recursion
3836 Subject: Re: debugging coredump with -DD
3837 From: hv@crypt.org
3838 Date: Tue, 03 Sep 2002 14:34:20 +0100
3839 Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
3840
3841 [ 17836]
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>
3846
3847 [ 17837]
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>
3852
3853 [ 17838]
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>
3858
3859 [ 17839]
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>
3864
3865 [ 17840]
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>
3872
3873 [ 17844]
3874 #17836 (DB_File-1.805) misses a couple of dTHX declarations
3875
3876 [ 17845]
3877 Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
3878
3879 [ 17846]
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>
3884
3885 [ 17848]
3886 AUTHORS: preferred address for Allen Smith
3887
3888 [ 17849]
3889 document setting the email address
3890
3891 [ 17850]
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>
3896
3897 [ 17859]
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>
3902
3903 [ 17860]
3904 #17859 misuses s/// return values
3905
3906 [ 17861]
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>
3911
3912 [ 17862]
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>
3917
3918 [ 17863]
3919 setting PERL_CORE as in #17861 violates assumptions made by taint tests
3920
3921 [ 17864]
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>
3928
3929 [ 17865]
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>
3934
3935 [ 17866]
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>
3940
3941 [ 17867]
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>
3946
3947 [ 17868]
3948 small fix to perl58delta for MIME::QuotedPrint, from Jarkko
3949
3950 [ 17869]
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>
3957
3958 [ 17870]
3959 regularise whitespace and formatting in util.c
3960
3961 [ 17871]
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>
3966
3967 [ 17874]
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>
3972
3973 [ 17875]
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>
3978
3979 Plus two other similar tweaks
3980
3981 [ 17876]
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>
3986
3987 [ 17877]
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>
3992
3993 [ 17878]
3994 small grammar fix in Benchmark docs
3995
3996 [ 17879]
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>
4001
4002 [ 17880]
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>
4008
4009 [ 17881]
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>
4014
4015 [ 17883]
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>
4020
4021 [ 17884]
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>
4026
4027 [ 17885]
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>
4032
4033 [ 17886]
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>
4038
4039 [ 17887]
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>
4044
4045 [ 17888]
4046 New low-price HP servers
4047
4048 [ 17892]
4049 Callback behaviour in hints
4050 Mon, 9 Sep 2002, Allen Smith
4051
4052 [ 17897]
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>
4057
4058 [ 17898]
4059 Fix bug #17006 : remove spurious do{} in the deparsing
4060 of s/.../.../e.
4061
4062 [ 17899]
4063 Re: [perl #17170] NetBSD and useshrplib config option
4064 Thu 12 Sep 2002 09:22, Rafael Garcia-Suarez
4065
4066 [ 17906]
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.
4071
4072 [ 17907]
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>
4077
4078 [ 17908]
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>
4083
4084 [ 17909]
4085 Pod formatting nit, found by Merijn and Jos Boumans.
4086
4087 [ 17910]
4088 Fix #17375 (rcatline didn't work on a formerly-defined undef) by
4089 checking for SvOK in do_readline().
4090
4091 [ 17911]
4092 Typo fix.
4093
4094 [ 17913]
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>
4099
4100 [ 17914]
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>
4105
4106 [ 17915]
4107 Patch #17914 was empty ; this should have been applied instead.
4108
4109 [ 17916]
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>
4114
4115 [ 17917]
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>
4120
4121 [ 17918]
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>
4126
4127 [ 17921]
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>
4133
4134 [ 17922]
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>
4139
4140 [ 17923]
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>
4145
4146 [ 17925]
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>
4151
4152 [ 17926]
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>
4157
4158 [ 17927]
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
4163
4164 [ 17928]
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(?)
4169
4170 [ 17930]
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>
4175
4176 [ 17931]
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>
4181
4182 [ 17932]
4183 #17931 checked for wrong constant
4184
4185 [ 17933]
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>
4190
4191 [ 17934]
4192 missing '.' in test from #17932
4193
4194 [ 17935]
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>
4199
4200 [ 17936]
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>
4205
4206 [ 17938]
4207 Email address change for Stéphane Payrard
4208
4209 [ 17939]
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>
4214
4215 [ 17940]
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>
4220
4221 [ 17941]
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>
4226
4227 [ 17945]
4228 -Dgccansipedantic only for gcc 3+
4229 Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
4230
4231 [ 17947]
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>
4236
4237 [ 17948]
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>
4242
4243 [ 17949]
4244 patch based on:
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>
4249
4250 [ 17950]
4251 Add silly bandaid to stop segfaults on subsequent accesses to
4252 the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
4253 (<$fred>).
4254
4255 [ 17952]
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>
4261
4262 [ 17954]
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>
4267
4268 [ 17955]
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>
4274
4275 [ 17956]
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>
4281
4282 [ 17957]
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>
4288
4289 [ 17958]
4290 missing quote from #17957
4291
4292 [ 17959]
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>
4297
4298 [ 17961]
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>
4303
4304 [ 17962]
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>
4309
4310 [ 17964]
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>
4315
4316 [ 17965]
4317 op/tr.t test is affected by #17962
4318
4319 [ 17966]
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>
4324
4325 [ 17967]
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>
4330
4331 [ 17968]
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>
4336
4337 [ 17972]
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.
4341
4342 [ 17973]
4343 Change the warning message "%s trapped by operation mask"
4344 to include '' around the op name. Document it in perldiag.
4345
4346 [ 17976]
4347 Fix bug #17744, suggested by Andreas Jurenda,
4348 tweaked by rgs (security hole in Safe).
4349
4350 [ 17978]
4351 Upgrade to Attribute::Handlers 0.78
4352
4353 [ 17979]
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>
4358
4359 [ 17981]
4360 Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
4361 Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
4362
4363 [ 17982]
4364 Correct mailing list archive URL
4365 Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
4366
4367 [ 17983]
4368 Tru64 and gcc and threads
4369 Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
4370
4371 [ 17984]
4372 Fix bug #17823 : non-modifying tr/// stringifies references
4373
4374 [ 17985]
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>
4379
4380 [ 17987]
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>
4385
4386 [ 17988]
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>
4391
4392 [ 17989]
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>
4397
4398 [ 17992]
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>
4403
4404 [ 17993]
4405 croak() is better written Perl_croak() in C code.
4406
4407 [ 17994]
4408 Fix bug #17776 : memory corruption in qr/##/x
4409
4410 [ 17995]
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>
4415
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>
4420
4421 [ 17996]
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>
4426
4427 [ 17997]
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>
4432
4433 [ 17998]
4434 Fix bug #17771 : segfault with the 'for' statement modifier
4435 used inside a map or a grep.
4436
4437 [ 17999]
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>
4442
4443 [ 18001]
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>
4448
4449 [ 18002]
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>
4454
4455 [ 18003]
4456 Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
4457 and #18001.
4458
4459 [ 18004]
4460 updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
4461
4462 [ 18005]
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>
4467
4468 [ 18007]
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>
4473
4474 [ 18009]
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>
4479
4480 [ 18010]
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>
4485
4486 [ 18011]
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>
4491
4492 [ 18012]
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>
4498
4499 [ 18013]
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>
4504
4505 [ 18015]
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().)
4509
4510 [ 18016]
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>
4515
4516 [ 18017]
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>
4521
4522 [ 18018]
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>
4527
4528 [ 18020]
4529 prototype() didn't warn when used in void context.
4530
4531 [ 18021]
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>
4536
4537 [ 18022]
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>
4542
4543 [ 18023]
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>
4548
4549 [ 18025]
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>
4555
4556 [ 18028]
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>
4561
4562 [ 18029]
4563 minor tweaks in Porting/pumpkin.pod
4564 Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
4565
4566 [ 18033]
4567 Upgrade to Test.pm v1.23
4568
4569 [ 18034]
4570 Update to Time::HiRes v1.38
4571
4572 [ 18035]
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>
4577
4578 [ 18036]
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>
4583
4584 [ 18037]
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>
4589
4590 [ 18038]
4591 Update to Net::Ping v2.23
4592
4593 [ 18039]
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>
4598
4599 [ 18041]
4600 Subject: Re: [perl #18019] regex overoptimization
4601 From: hv@crypt.org
4602 Date: Mon, 21 Oct 2002 03:21:54 +0100
4603 Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
4604
4605 [ 18042]
4606 Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
4607 From: hv@crypt.org
4608 Date: Mon, 21 Oct 2002 11:27:40 +0100
4609 Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
4610
4611 [ 18044]
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>
4616
4617 [ 18045]
4618 improve 'atomicity' wording
4619
4620 [ 18046]
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>
4625
4626 [ 18047]
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>
4631
4632 [ 18049]
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>
4637
4638 [ 18050]
4639 perlmodlib.pod nit suggested by David Dyck (bug #18055)
4640 Regenerate perlmodlib.pod
4641
4642 [ 18051]
4643 Further tweaks to perluniintro.pod
4644
4645 [ 18052]
4646 Further tweaks to perlmodlib.pod.
4647 Add a note about perllocal.pod, which wasn't documented.
4648
4649 [ 18053]
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>
4653
4654 [ 18055]
4655 Reverse change #8066 and sense of test, to satisfy [perl #17763]
4656
4657 [ 18056]
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>
4662
4663 [ 18057]
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>
4668
4669 [ 18058]
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>
4674
4675 [ 18059]
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>
4680
4681 [ 18060]
4682 2 lines of change #18039 had several problems
4683
4684 [ 18062]
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>
4689
4690 [ 18069]
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>
4695
4696 [ 18071]
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>
4701
4702 [ 18072]
4703 Partial fix of bug [perl #17589] : prevent the parser to
4704 segfault when encountering the erroneous construct "sub;".
4705
4706 [ 18073]
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>
4711
4712 (Fixed by making an exception for .."0" in pp_flop.)
4713
4714 [ 18074]
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>
4720
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>
4726
4727 (Applied over previous fix.)
4728
4729 [ 18075]
4730 Adjust the number of tests in t/op/range.t
4731
4732 [ 18076]
4733 Update to Scalar-List-Utils 1.08
4734
4735 [ 18077]
4736 Subject: [PATCH lib/Config.*] Document and test Config::config_re().
4737 (with tweaks)
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>
4741
4742 [ 18078]
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
4749 Log: Integrate:
4750
4751 [ 17639]
4752 It's all yours, Hugo.
4753 (Flip Changes as Changes5.8, start new Changes)
4754
4755 [ 17644]
4756 Copy perldelta as perl58delta, purge the perldelta.
4757
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
4767 Branch: perl
4768 ! lib/warnings.pm
4769____________________________________________________________________________
4770[ 18077] By: hv on 2002/11/03 13:18:17
4771 Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
4772 (with tweaks)
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>
4776 Branch: perl
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
4781 Branch: perl
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
4790 Branch: perl
4791 ! 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>
4799
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>
4805
4806 (Applied over previous fix.)
4807 Branch: perl
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>
4815
4816 (Fixed by making an exception for .."0" in pp_flop.)
4817 Branch: perl
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;".
4823 Branch: perl
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>
4831 Branch: perl
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>
4839 Branch: perl
4840 ! util.c
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>
4847 Branch: perl
4848 ! t/op/pack.t
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.
4854 Branch: perl
4855 ! embed.pl
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
4861 Branch: perl
4862 ! embed.pl
4863____________________________________________________________________________
4864[ 18066] By: nick on 2002/10/25 18:21:59
4865 Log: More mainline integrate (so I can diff)
4866 Branch: perlio
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
4871 Branch: perlio
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
4880 Branch: perl
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
4885 it for now
4886 Branch: perl
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>
4894 Branch: perl
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>
4904 Branch: perl
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
4910 Branch: perl
4911 ! ext/IO/IO.pm
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>
4918 Branch: perl
4919 ! utils/perldoc.PL
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>
4926 Branch: perl
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>
4934 Branch: perl
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>
4949 Branch: perl
4950 ! ext/B/B/C.pm
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]
4954 Branch: perl
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
4959 Branch: perl
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>
4966 Branch: perl
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.
4972 Branch: perl
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
4977 Branch: perl
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
4983 Branch: perl
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>
4991 Branch: perl
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>
4999 Branch: perl
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>
5009 Branch: perl
5010 ! lib/AutoLoader.pm
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>
5017 Branch: perl
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
5022 Branch: perl
5023 ! lib/filetest.pm
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>
5030 Branch: perl
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.
5035 Branch: perlio
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 => >>
5040 From: hv@crypt.org
5041 Date: Mon, 21 Oct 2002 11:27:40 +0100
5042 Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
5043 Branch: perl
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
5048 From: hv@crypt.org
5049 Date: Mon, 21 Oct 2002 03:21:54 +0100
5050 Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
5051 Branch: perl
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
5056 Branch: perlio
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>
5064 Branch: perl
5065 ! ext/IO/IO.pm
5066____________________________________________________________________________
5067[ 18038] By: hv on 2002/10/20 14:23:06
5068 Log: Update to Net::Ping v2.23
5069 Branch: perl
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>
5080 Branch: perl
5081 ! t/op/pack.t
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>
5088 Branch: perl
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>
5096 Branch: perl
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
5101 Branch: perl
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
5109 Branch: perl
5110 ! lib/Test.pm
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.
5116 Branch: perlio
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
5122 Branch: perlio
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
5130 Branch: perl
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>
5156 Branch: perl
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>
5164 Branch: perl
5165 ! t/run/switches.t
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>
5172 Branch: perl
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>
5180 Branch: perl
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>
5189 Branch: perl
5190 ! perl.h
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>
5197 Branch: perl
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>
5205 Branch: perl
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>
5213 Branch: perl
5214 ! t/op/assignwarn.t
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>
5221 Branch: perl
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.
5226 Branch: perl
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>
5234 Branch: perl
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>
5242 Branch: perl
5243 ! cv.h
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>
5250 Branch: perl
5251 ! pod/perlipc.pod
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>
5258 Branch: perl
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().)
5265 Branch: perl
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>
5273 Branch: perl
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>
5281 Branch: perl
5282 ! malloc.c
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>
5290 Branch: perl
5291 ! win32/makefile.mk
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>
5298 Branch: perl
5299 ! Configure
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>
5306 Branch: perl
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>
5314 Branch: perl
5315 ! utils/perldoc.PL
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>
5322 Branch: perl
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>
5334 Branch: perl
5335 ! utils/c2ph.PL
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>
5342 Branch: perl
5343 ! pad.c
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>
5350 Branch: perl
5351 ! win32/Makefile
5352____________________________________________________________________________
5353[ 18004] By: hv on 2002/10/12 14:06:59
5354 Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
5355 Branch: perl
5356 ! hints/darwin.sh
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
5360 and #18001.
5361 Branch: perl
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>
5369 Branch: perl
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>
5381 Branch: perl
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>
5389 Branch: perl
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>
5397 Branch: perl
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.
5403 Branch: perl
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>
5411 Branch: perl
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>
5419 Branch: perl
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>
5427
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>
5432 Branch: perl
5433 ! pod/perltooc.pod
5434____________________________________________________________________________
5435[ 17994] By: rgs on 2002/10/10 20:19:27
5436 Log: Fix bug #17776 : memory corruption in qr/##/x
5437 Branch: perl
5438 ! sv.c t/op/pat.t
5439____________________________________________________________________________
5440[ 17993] By: rgs on 2002/10/10 19:52:00
5441 Log: croak() is better written Perl_croak() in C code.
5442 Branch: perl
5443 ! util.c
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>
5450 Branch: perl
5451 ! lib/Hash/Util.pm
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.
5455 Branch: perl
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>
5463 Branch: perl
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>
5472 Branch: perl
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>
5480 Branch: perl
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>
5488 Branch: perl
5489 ! pod/perlfunc.pod
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.
5494 Branch: perl
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>
5502 Branch: perl
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
5507 Branch: perl
5508 ! doop.c t/op/tr.t
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>
5513 Branch: perl
5514 ! thread.h
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>
5519 Branch: perl
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>
5525 Branch: perl
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.
5531 Branch: perl
5532 ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
5533 ! ext/Safe/safe3.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>
5540 Branch: perl
5541 ! lib/Tie/Array.pm
5542____________________________________________________________________________
5543[ 17978] By: sky on 2002/10/05 04:44:10
5544 Log: Upgrade to Attribute::Handlers 0.78
5545 Branch: perl
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.
5553 Branch: perl
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).
5559 Branch: perl
5560 + ext/Safe/safe3.t
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
5565 Branch: perl
5566 ! pad.h
5567____________________________________________________________________________
5568[ 17974] By: rgs on 2002/10/03 21:00:50
5569 Log: Fix a precedence problem.
5570 Branch: perl
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.
5576 Branch: perl
5577 ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
5578 ! pod/perldiag.pod
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.
5584 Branch: perl
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>
5592 Branch: perl
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.
5599 Branch: perl
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>
5607 Branch: perl
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>
5616 Branch: perl
5617 ! pp.c
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>
5624 Branch: perl
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>
5632 Branch: perl
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
5638 Branch: perl
5639 ! t/op/tr.t
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>
5646 Branch: perl
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>
5654 Branch: perl
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>
5662 Branch: perl
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>
5670 Branch: perl
5671 ! lib/Hash/Util.pm
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>
5678 Branch: perl
5679 ! pod/perlunicode.pod
5680____________________________________________________________________________
5681[ 17958] By: hv on 2002/10/02 13:57:06
5682 Log: missing quote from #17957
5683 Branch: perl
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>
5692 Branch: perl
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>
5701 Branch: perl
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>
5710 Branch: perl
5711 ! pod/perlop.pod
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>
5718 Branch: perl
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>
5726 Branch: perl
5727 + pad.c pad.h
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>
5740 Branch: perl
5741 ! autodoc.pl
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
5746 Branch: perl
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()
5752 (<$fred>).
5753 Branch: perl
5754 ! op.c
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>
5762 Branch: perl
5763 ! op.c
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>
5770 Branch: perl
5771 ! lib/AutoLoader.pm
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>
5778 Branch: perl
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
5783 Branch: perl
5784 ! configure.com
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>
5789 Branch: perl
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
5794 Branch: perl
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
5800 ! wince/config_H.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>
5805 Branch: metaconfig
5806 ! U/modified/Loc.U
5807____________________________________________________________________________
5808[ 17942] By: ams on 2002/09/29 22:26:37
5809 Log: Remove package; (Heh heh.)
5810 Branch: perl
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>
5820 Branch: perl
5821 ! Configure
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>
5828 Branch: perl
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>
5836 Branch: perl
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
5841 Branch: perl
5842 ! AUTHORS
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>
5849 Branch: perl
5850 ! sv.c util.c
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>
5857 Branch: perl
5858 ! configure.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>
5865 Branch: perl
5866 ! pod/perlopentut.pod
5867____________________________________________________________________________
5868[ 17934] By: hv on 2002/09/26 18:50:02
5869 Log: missing '.' in test from #17932
5870 Branch: perl
5871 ! t/lib/strict/subs
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>
5878 Branch: perl
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
5883 Branch: perl
5884 ! op.c
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>
5891 Branch: perl
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>
5899 Branch: perl
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
5906 Branch: metaconfig
5907 ! U/installdirs/instubperl.U
5908 Branch: metaconfig/U/perl
5909 ! gccvers.U
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(?)
5916 Branch: perl
5917 ! 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
5924 Branch: perl
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>
5932 Branch: perl
5933 ! Configure
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>
5940 Branch: perl
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>
5949 Branch: perl
5950 ! sv.c
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>
5957 Branch: perl
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>
5965 Branch: perl
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>
5974 Branch: perl
5975 + t/comp/our.t
5976 ! MANIFEST
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>
5984 Branch: perl
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>
5993 Branch: perl
5994 ! hints/aix.sh
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>
6001 Branch: perl
6002 ! pod/perlfunc.pod
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>
6009 Branch: perl
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>
6017 Branch: perl
6018 ! pod/perlembed.pod
6019____________________________________________________________________________
6020[ 17915] By: rgs on 2002/09/24 20:19:22
6021 Log: Patch #17914 was empty ; this should have been applied instead.
6022 Branch: perl
6023 ! hints/aix.sh
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>
6030 Branch: perl
6031 ! hints/aix.sh
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>
6038 Branch: perl
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>
6046
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>
6051 Branch: perl
6052 ! README.os400 hints/aix.sh
6053____________________________________________________________________________
6054[ 17911] By: ams on 2002/09/17 19:29:53
6055 Log: Typo fix.
6056 Branch: perl
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().
6062 Branch: perl
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.
6067 Branch: perl
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>
6075 Branch: perl
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>
6084 Branch: perl
6085 ! hints/netbsd.sh
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.
6092 Branch: perl
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
6097 Branch: perlio
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
6103 in building DProf
6104 Branch: perl
6105 ! Configure
6106____________________________________________________________________________
6107[ 17903] By: merijn on 2002/09/13 14:00:35
6108 Log: Fix tab/space issue that entered in 17893. AIX.
6109 Branch: metaconfig
6110 ! U/modified/libc.U
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"
6115 Branch: perl
6116 ! configure.com
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>
6123 Branch: perl
6124 ! README.os400
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.)
6130 Branch: perl
6131 ! t/op/dor.t toke.c
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
6137 ! libperl.U
6138 Branch: perl
6139 ! Porting/Glossary
6140____________________________________________________________________________
6141[ 17898] By: rgs on 2002/09/11 20:58:46
6142 Log: Fix bug #17006 : remove spurious do{} in the deparsing
6143 of s/.../.../e.
6144 Branch: perl
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>
6152 Branch: perl
6153 ! utils/dprofpp.PL
6154____________________________________________________________________________
6155[ 17896] By: merijn on 2002/09/11 08:31:45
6156 Log: re-synced Configure to backported metaunits
6157 Branch: perl
6158 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6159 ! config_h.SH
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
6164 Branch: metaconfig
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
6173 ! d_modfl.U
6174____________________________________________________________________________
6175[ 17893] By: merijn on 2002/09/10 17:31:36
6176 Log: Backport all Configure patches 17671 .. 17881
6177 to the metaunits
6178 Branch: metaconfig
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
6187 Branch: perl
6188 ! hints/README.hints
6189____________________________________________________________________________
6190[ 17891] By: jhi on 2002/09/10 13:16:40
6191 Log: metaconfig tweakage.
6192 Branch: metaconfig
6193 + U/newer
6194 ! README U/mksample
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
6199 Branch: metaconfig
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
6262 plus some tweaks
6263 Branch: metaconfig
6264 ! README
6265____________________________________________________________________________
6266[ 17888] By: merijn on 2002/09/10 09:20:52
6267 Log: New low-price HP servers
6268 Branch: perl
6269 ! README.hpux
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>
6276 Branch: perl
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>
6284 Branch: perl
6285 ! configpm
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>
6292 Branch: perl
6293 ! lib/strict.pm
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>
6300 Branch: perl
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>
6308 Branch: perl
6309 ! ext/B/B/Deparse.pm
6310____________________________________________________________________________
6311[ 17882] By: hv on 2002/09/09 10:33:58
6312 Log: Update Changes
6313 Branch: perl
6314 ! Changes patchlevel.h
6315____________________________________________________________________________
2a488fe1
HS
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>
6321 Branch: perl
6322 ! perl.h sv.c
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>
6330 Branch: perl
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>
6341 Branch: perl
6342 ! Configure
6343____________________________________________________________________________
6344[ 17878] By: hv on 2002/09/09 09:11:57
6345 Log: small grammar fix in Benchmark docs
6346 Branch: perl
6347 ! lib/Benchmark.pm
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>
6354 Branch: perl
6355 ! configpm
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>
6362 Branch: perl
6363 ! makedef.pl
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>
6370
6371 Plus two other similar tweaks
6372 Branch: perl
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>
6380 Branch: perl
6381 ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
6382 ! t/op/sprintf.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>
6389 Branch: perl
6390 ! op.c sv.c
6391____________________________________________________________________________
6392[ 17872] By: hv on 2002/09/08 16:35:46
6393 Log: temporarily skip failing Storable tests caused by #17869
6394 Branch: perl
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>
6402 Branch: perl
6403 ! util.c
6404____________________________________________________________________________
6405[ 17870] By: hv on 2002/09/08 16:21:23
6406 Log: regularise whitespace and formatting in util.c
6407 Branch: perl
6408 ! 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>
6417 Branch: perl
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
6422 Branch: perl
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>
6430 Branch: perl
6431 ! lib/Benchmark.pm
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>
6438 Branch: perl
6439 ! Configure
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>
6446 Branch: perl
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>
6458 Branch: perl
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
6463 Branch: perl
6464 ! t/op/taint.t
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>
6471 Branch: perl
6472 ! t/TestInit.pm
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>
6479 Branch: perl
6480 ! t/test.pl
6481____________________________________________________________________________
6482[ 17860] By: hv on 2002/09/08 13:48:49
6483 Log: #17859 misuses s/// return values
6484 Branch: perl
6485 ! configpm
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>
6492 Branch: perl
6493 ! configpm
6494____________________________________________________________________________
6495[ 17858] By: pudge on 2002/09/08 04:47:02
6496 Log: Save script context in compiled script
6497 From Bart Lateur
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
6513 From Thomas Wegner
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
6537 ! lib/File/Copy.pm
6538____________________________________________________________________________
6539[ 17851] By: nick on 2002/09/07 10:18:20
6540 Log: Integrate mainline
6541 Branch: perlio
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>
6550 Branch: perl
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
6555 Branch: perl
6556 ! Porting/repository.pod
6557____________________________________________________________________________
6558[ 17848] By: hv on 2002/09/04 23:12:15
6559 Log: AUTHORS: preferred address for Allen Smith
6560 Branch: perl
6561 ! AUTHORS
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>
6569 Branch: perl
6570 ! sv.c
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>
6577 Branch: perl
6578 ! README.hpux
6579____________________________________________________________________________
6580[ 17845] By: hv on 2002/09/04 15:06:33
6581 Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
6582 Branch: perl
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
6587 Branch: perl
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>
6596 Branch: perl
6597 ! deb.c
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
6601 Branch: perl
6602 ! deb.c
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>
6609 Branch: perl
6610 ! t/op/getpid.t
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>
6619 Branch: perl
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>
6629 Branch: perl
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>
6637 Branch: perl
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>
6645 Branch: perl
6646 ! lib/Config.t
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>
6653 Branch: perl
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
6662 From: hv@crypt.org
6663 Date: Tue, 03 Sep 2002 14:34:20 +0100
6664 Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
6665 Branch: perl
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>
6674 Branch: perl
6675 ! utils/perldoc.PL
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>
6682 Branch: perl
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>
6690 Branch: perl
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
6695 Branch: perl
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
6700 Branch: perl
6701 ! AUTHORS
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>
6708 Branch: perl
6709 ! AUTHORS
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>
6716 Branch: perl
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>
6725 Branch: perl
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>
6735 Branch: perl
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>
6743 Branch: perl
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>
6751
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>
6756 Branch: perl
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.
6763 Branch: perl
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.
6768 Branch: perl
6769 ! ext/POSIX/t/posix.t
6770____________________________________________________________________________
6771[ 17821] By: rgs on 2002/08/30 19:56:53
6772 Log: Advertise Linux::Pid.
6773 Branch: perl
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
6778
6779 Neglected to include old bugfix from main branch
6780
6781 Count line numbers properly in MacPerl app
6782
6783 Portability fixes for blib
6784 (already in 5.8/5.9)
6785
6786 Minor test fixes
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>
6795 Branch: perl
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>
6804 Branch: perl
6805 ! lib/if.t
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>
6812 Branch: perl
6813 ! AUTHORS
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>
6820 Branch: perl
6821 ! lib/Term/Cap.pm
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>
6829 Branch: perl
6830 ! installperl
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>
6837 Branch: perl
6838 ! pod/perlmod.pod
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>
6845 Branch: perl
6846 ! sv.c t/op/pat.t
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>
6853 Branch: perl
6854 ! lib/Hash/Util.pm
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>
6861 Branch: perl
6862 ! README.hpux
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>
6869 Branch: perl
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
6876 Branch: perlio
6877 +> t/op/getpid.t
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>
6885 Branch: perl
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>
6893 Branch: perl
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.
6898 Branch: perl
6899 ! lib/Exporter.pm lib/Exporter/Heavy.pm
6900____________________________________________________________________________
6901[ 17805] By: hv on 2002/08/29 13:49:04
6902 Log: Fix based on:
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>
6907 Branch: perl
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>
6915 Branch: perl
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>
6924 Branch: perl
6925 ! hints/aix.sh
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>
6932 Branch: perl
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>
6940 Branch: perl
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>
6948 Branch: perl
6949 ! pod/perlfaq5.pod
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>
6956 Branch: perl
6957 ! lib/if.pm
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>
6964 Branch: perl
6965 + t/op/getpid.t
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>
6974 Branch: perl
6975 ! ext/B/B.pm
6976____________________________________________________________________________
6977[ 17796] By: nick on 2002/08/27 18:46:22
6978 Log: Twiddle with my mail -> Change script
6979 Branch: perlio
6980 ! Porting/apply
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>
6987 Branch: perlio
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
6992 Branch: perlio
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.
7006 Branch: perl
7007 ! MANIFEST
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.
7013 Branch: perl
7014 ! t/lib/TieOut.pm
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>
7021 Branch: perl
7022 ! pod/perlvar.pod
7023____________________________________________________________________________
7024[ 17788] By: hv on 2002/08/26 23:59:47
7025 Log: Update Changes
7026 Branch: perl
7027 ! Changes patchlevel.h
7028____________________________________________________________________________
3255d14b
HS
7029[ 17787] By: hv on 2002/08/26 19:22:27
7030 Log: fix for:
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>
7035 Branch: perl
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>
7043 Branch: perl
7044 ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
7045 ! lib/Test/t/todo.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>
7053 Branch: perl
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.
7058 Branch: perl
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>
7067 Branch: perl
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>
7083 Branch: perl
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
7088 Branch: perl
7089 ! reentr.pl
7090____________________________________________________________________________
7091[ 17780] By: hv on 2002/08/25 19:03:50
7092 Log: fix bignum test failures
7093 Branch: perl
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
7099 Branch: perl
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>
7107 Branch: perl
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.
7119 Branch: perl
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>
7127 Branch: perl
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>
7135 Branch: perl
7136 ! reentr.c
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>
7143 Branch: perl
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>
7151 Branch: perl
7152 ! lib/Pod/Html.pm
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>
7159 Branch: perl
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>
7167 Branch: perl
7168 ! README.hpux
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>
7175 Branch: perl
7176 ! pod/perlfaq1.pod
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>
7183 Branch: perl
7184 ! wince/Makefile.ce wince/compile.bat wince/win32io.c
7185 ! wince/wince.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>
7192 Branch: perl
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>
7200 Branch: perl
7201 ! utils/perldoc.PL
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>
7208 Branch: perl
7209 ! pod/perlxstut.pod
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>
7216 (plus a typo fix)
7217 Branch: perl
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
7222 Branch: perl
7223 ! installperl
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.
7228 Branch: perl
7229 ! op.c universal.c
7230____________________________________________________________________________
7231[ 17762] By: hv on 2002/08/23 11:02:35
7232 Log: fixup threaded build for vstring changes
7233 Branch: perl
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
7239 Branch: perl
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>
7247 Branch: perl
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>
7255 Branch: perl
7256 ! x2p/str.c
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>
7264 Branch: perl
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
7269 ! lib/bigrat.pm
7270____________________________________________________________________________
7271[ 17757] By: hv on 2002/08/22 22:19:42
7272 Log: new file for #17756
7273 Branch: perl
7274 ! MANIFEST
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>
7281 Branch: perl
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
7288 Branch: perl
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>
7296 Branch: perl
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>
7314 Branch: perl
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>
7324 Branch: perl
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
7331 Branch: perl
7332 ! ext/B/t/stash.t
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>
7339 Branch: perl
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>
7354 Branch: perl
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>
7363 Branch: perl
7364 ! t/op/magic.t
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>
7371
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>
7376 Branch: perl
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
7386 Branch: perl
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
7392 Branch: perl
7393 ! pod/perldelta.pod
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>
7400 Branch: perl
7401 ! pod/perlfunc.pod
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>
7408 Branch: perl
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
7417 Branch: perl
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>
7425 Branch: perl
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>
7437 Branch: perl
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>
7445 Branch: perl
7446 ! Configure
7447____________________________________________________________________________
7448[ 17738] By: nick on 2002/08/20 07:13:52
7449 Log: Integrate mainline
7450 Branch: perlio
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
7455 - vos/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)
7460 negligence.
7461 Branch: perl
7462 ! pod/perlrun.pod
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>
7469 Branch: perl
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>
7477 Branch: perl
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>
7485 Branch: perl
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>
7493 Branch: perl
7494 ! README.hpux
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>
7501 Branch: perl
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
7506 - vos/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>
7514 Branch: perl
7515 ! Configure
7516____________________________________________________________________________
7517[ 17730] By: hv on 2002/08/18 01:41:33
7518 Log: missing chunk from #17725 causes lib/constant.t test failures
7519 Branch: perl
7520 ! lib/constant.t
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>
7527 Branch: perl
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
7536 Branch: perl
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>
7545 Branch: perl
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()
7550 Branch: perl
7551 ! pp.c
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>
7558 Branch: perl
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
7566 Branch: perl
7567 ! ext/B/Makefile.PL
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>
7574 Branch: perl
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>
7582 Branch: perl
7583 ! pod/perlrun.pod
7584____________________________________________________________________________
7585[ 17721] By: hv on 2002/08/12 12:17:19
7586 Log: #17717 needed tests fixing up
7587 Branch: perl
7588 ! t/op/chop.t
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
7596 Branch: perl
7597 ! pod/perlsec.pod
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>
7604 Branch: perl
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>
7612 Branch: perl
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>
7621 Branch: perl
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>
7629 Branch: perl
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>
7637 Branch: perl
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>
7645 perlbug credits
7646 Branch: perl
7647 ! pod/perltodo.pod
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>
7654 Branch: perl
7655 ! gv.c
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
7663 Branch: perl
7664 ! hints/hpux.sh
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>
7671 Branch: perl
7672 ! x2p/s2p.PL
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.
7680 Branch: perl
7681 ! pod/perlfaq4.pod
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.
7688 Branch: perlio
7689 ! perlio.c t/io/crlf.t
7690____________________________________________________________________________
7691[ 17708] By: nick on 2002/08/11 10:22:36
7692 Log: Integrate mainline.
7693 Branch: perlio
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>
7702 Branch: perl
7703 ! README.hpux
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>
7710 Branch: perl
7711 ! pod/perlre.pod
7712____________________________________________________________________________
7713[ 17705] By: rgs on 2002/08/08 20:57:59
7714 Log: More tests for the attribute syntax, from the
7715 attributes manpage.
7716 Branch: perl
7717 ! t/op/attrs.t
7718____________________________________________________________________________
7719[ 17704] By: rgs on 2002/08/08 19:47:44
7720 Log: Fix bug #16080 : an attribute list should end at '}'
7721 Branch: perl
7722 ! t/op/attrs.t toke.c
7723____________________________________________________________________________
7724[ 17703] By: hv on 2002/08/08 15:30:12
7725 Log: Update Changes
7726 Branch: perl
7727 ! Changes patchlevel.h
7728____________________________________________________________________________
8dd4f5d2
HS
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>
7734 Branch: perl
7735 ! README.aix
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>
7742 Branch: perl
7743 ! hints/aix.sh
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>
7750 Branch: perl
7751 ! pod/perlipc.pod
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>
7758 Branch: perl
7759 ! op.c t/op/attrs.t
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>
7766 Branch: perl
7767 ! Configure
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>
7774 Branch: perl
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>
7782 Branch: perl
7783 ! pp.c
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>
7790 Branch: perl
7791 + t/op/stash.t
7792 ! MANIFEST perl.h
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>
7799 Branch: perl
7800 ! hints/hpux.sh
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>
7807 Branch: perl
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>
7815 Branch: perl
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>
7823 Branch: perl
7824 ! lib/Pod/Usage.pm
7825____________________________________________________________________________
7826[ 17690] By: rgs on 2002/08/07 19:56:42
7827 Log: Doc fix : the symbol for COPs wasn't documented.
7828 Branch: perl
7829 ! opcode.pl
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>
7836
7837 Plus a little bit of regression tests.
7838 Branch: perl
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]>
7846 Branch: perl
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.
7852 Branch: perl
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.
7858 Branch: perl
7859 ! t/comp/hints.t
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>
7866 Branch: perl
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
7871 Branch: perl
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
7877 Branch: perl
7878 !> perl.c
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>
7885 Branch: perl
7886 + t/op/dor.t
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
7891 ! vms/perly_h.vms
7892____________________________________________________________________________
7893[ 17681] By: hv on 2002/08/05 14:41:23
7894 Log: typo
7895 Branch: perl
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
7900 Branch: perl
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
7906 Branch: perl
7907 ! mg.c
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')
7911 From: hv@crypt.org
7912 Date: Sun, 04 Aug 2002 17:40:30 +0100
7913 Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
7914 Branch: perl
7915 ! mg.c t/op/taint.t
7916____________________________________________________________________________
7917[ 17677] By: hv on 2002/08/04 15:25:25
7918 Log: Main branch no longer needs op/taint.t version check.
7919 Branch: perl
7920 ! t/op/taint.t
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>
7927 Ref: 20020208.005
7928 Branch: perl
7929 ! pp_sys.c
7930____________________________________________________________________________
7931[ 17675] By: hv on 2002/08/04 01:48:36
7932 Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
7933 Branch: perl
7934 ! AUTHORS
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>
7941 Branch: perl
7942 ! AUTHORS
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>
7949 Branch: perl
7950 ! AUTHORS
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>
7957 Branch: perl
7958 ! pod/perlfunc.pod
7959____________________________________________________________________________
7960[ 17671] By: hv on 2002/08/04 01:11:32
7961 Log: Change version from 5.8.0 to 5.9.0.
7962 Branch: perl
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
7968 ! wince/Makefile.ce
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
7977 Branch: macperl
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
7982 Branch: macperl
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
7990 Log: Integrate perl
7991 Branch: macperl
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
7997
7998 Changes 17660, 17661, 17662, 17663, 17664
7999 Branch: macperl
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
8006
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
8016 ! perl.c
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
8021 ! perl.c
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
8047 ! lib/blib.pm
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.)
8060 Branch: perl
8061 ! regcomp.c
8062____________________________________________________________________________
8063[ 17655] By: jhi on 2002/07/25 20:37:16
8064 Log: Upgrade to Unicode::Collate 0.20.
8065 Branch: perl
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.
8071 Branch: perl
8072 ! patchlevel.h
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.
8077 Branch: perlio
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
8082 Branch: perlio
8083 +> Changes5.8
8084 !> Changes MANIFEST
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
8100 ! pod/perldelta.pod
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
8105 ! Changes
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
8112 ! hv.c
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
8117 ! Changes
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.
8126 Branch: perl
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.
8132 Branch: perl
8133 ! Changes patchlevel.h
8134____________________________________________________________________________
805e355f
JH
8135[ 17641] By: jhi on 2002/07/19 16:31:08
8136 Log: Integrate perlio (no changes, but that's fine).
8137 Branch: perl
8138 !> embed.fnc perl.h
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.
8143 Branch: perlio
8144 ! embed.fnc perl.h
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.
8153 Branch: perl
8154 + Changes5.8
8155 ! Changes MANIFEST