3e219e3fa6335ecdcbbd866cc31cd5229bc112f6
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 pod/perlhack.pod for the details.
7
8 For information on what's new in this release, see pod/perldelta.pod.
9
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
11
12 NOTE: Each change entry shows the change number; who checked it into the
13 repository; when; description of the change; which branch the change
14 happened in; and the affected files.  The file lists have a short symbolic
15 indicator:
16
17             !       modified
18             +       added
19             -       deleted
20             +>      branched (from elsewhere)
21             !>      merged changes (from elsewhere)
22
23 The Message-Ids in the change entries refer to the email messages sent
24 to the perl5-porters mailing list.  You can retrieve the messages for
25 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26
27 --------------
28 Version v5.9.X          Development release working toward v5.10
29 --------------
30
31 ____________________________________________________________________________
32 [ 24123] By: rgs                                   on 2005/03/31  15:52:46
33         Log: This is 5.9.2. Mostly.
34      Branch: perl
35            ! patchlevel.h pod/perlhist.pod
36 ____________________________________________________________________________
37 [ 24122] By: steveh                                on 2005/03/31  15:39:57
38         Log: Fix USE_SITECUSTOMIZE on Win32
39              
40              This fixes the problem described in:
41              
42              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
43      Branch: perl
44            ! win32/win32.c
45 ____________________________________________________________________________
46 [ 24121] By: rgs                                   on 2005/03/31  15:24:24
47         Log: Update copyrights.
48              Well, those are generated files anyway.
49      Branch: perl
50            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
51            ! proto.h
52 ____________________________________________________________________________
53 [ 24120] By: steveh                                on 2005/03/31  14:36:44
54         Log: Add support for USE_SITECUSTOMIZE in the Win32 makefiles
55              
56              Note that this feature doesn't actually work correctly on Win32
57              until the problem described here is solved:
58              
59              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
60      Branch: perl
61            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
62            ! win32/config.vc64 win32/makefile.mk
63 ____________________________________________________________________________
64 [ 24119] By: rgs                                   on 2005/03/31  13:52:58
65         Log: Upgrade to Module::CoreList 1.99
66      Branch: perl
67            ! lib/Module/CoreList.pm
68 ____________________________________________________________________________
69 [ 24118] By: rgs                                   on 2005/03/31  13:45:17
70         Log: More known problems.
71      Branch: perl
72            ! pod/perl592delta.pod
73 ____________________________________________________________________________
74 [ 24117] By: rgs                                   on 2005/03/31  13:10:26
75         Log: Known problems, reported by Merijn
76      Branch: perl
77            ! pod/perl592delta.pod
78 ____________________________________________________________________________
79 [ 24116] By: rgs                                   on 2005/03/31  12:45:03
80         Log: OS typo.
81      Branch: perl
82            ! pod/perl592delta.pod
83 ____________________________________________________________________________
84 [ 24115] By: rgs                                   on 2005/03/31  12:42:38
85         Log: Add a tool to generate data for Module::CoreList
86      Branch: perl
87            + Porting/corelist.pl
88            ! MANIFEST
89 ____________________________________________________________________________
90 [ 24114] By: rgs                                   on 2005/03/31  11:42:15
91         Log: More work on perldelta
92      Branch: perl
93            ! pod/perl592delta.pod
94 ____________________________________________________________________________
95 [ 24113] By: steveh                                on 2005/03/31  10:01:18
96         Log: Add support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED in the
97              Win32 makefiles
98      Branch: perl
99            ! win32/Makefile win32/makefile.mk
100 ____________________________________________________________________________
101 [ 24112] By: rgs                                   on 2005/03/31  09:58:40
102         Log: AUTHORS update
103      Branch: perl
104            ! AUTHORS
105 ____________________________________________________________________________
106 [ 24111] By: steveh                                on 2005/03/31  09:18:23
107         Log: A few Win32 makefile tidy-ups (No real changes)
108      Branch: perl
109            ! win32/Makefile win32/makefile.mk
110 ____________________________________________________________________________
111 [ 24110] By: steveh                                on 2005/03/31  08:20:00
112         Log: Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/)
113      Branch: perl
114            ! INSTALL
115 ____________________________________________________________________________
116 [ 24109] By: steveh                                on 2005/03/31  07:55:12
117         Log: One more Win32 compilation clean-up (for when using -DDEBUGGING)
118      Branch: perl
119            ! sv.c
120 ____________________________________________________________________________
121 [ 24108] By: steveh                                on 2005/03/31  07:36:52
122         Log: Another Win32 compilation clean-up (for when using Perl's malloc)
123      Branch: perl
124            ! malloc.c
125 ____________________________________________________________________________
126 [ 24107] By: merijn                                on 2005/03/30  17:03:19
127         Log: Now that we have the full path, we can skip the which call,
128              that might cause trouble on testdrive systems.
129      Branch: perl
130            ! hints/hpux.sh
131 ____________________________________________________________________________
132 [ 24106] By: rgs                                   on 2005/03/30  14:41:51
133         Log: Update copyrights.
134      Branch: perl
135            ! XSUB.h av.c deb.c dump.c embedvar.h gv.h handy.h hv.h
136            ! miniperlmain.c numeric.c op.h pad.c perl.h pp.h regcomp.h
137            ! regen_perly.pl scope.h sv.h thrdvar.h thread.h
138 ____________________________________________________________________________
139 [ 24105] By: merijn                                on 2005/03/30  14:25:05
140         Log: Simplify #24043 note now Configure can do -Dusesitecustomize
141      Branch: perl
142            ! INSTALL
143 ____________________________________________________________________________
144 [ 24104] By: merijn                                on 2005/03/30  14:17:40
145         Log: Support for -Dusesitecustomize
146      Branch: perl
147            ! Configure config_h.SH
148 ____________________________________________________________________________
149 [ 24102] By: merijn                                on 2005/03/30  13:43:12
150         Log: USE_STRLCAT and USE_STRLCPY now actually used
151              LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations
152              for future use
153      Branch: perl
154            ! handy.h
155 ____________________________________________________________________________
156 [ 24101] By: rgs                                   on 2005/03/30  13:34:11
157         Log: Subject: [PATCH] ext/Errno/Errno_pm.PL: fix for GNU hurd
158              From: Brendan O'Dea <bod@debian.org>
159              Date: Wed, 30 Mar 2005 10:30:25 +1000
160              Message-ID: <20050330003025.GA29797@londo.c47.org>
161      Branch: perl
162            ! ext/Errno/Errno_pm.PL
163 ____________________________________________________________________________
164 [ 24100] By: rgs                                   on 2005/03/30  13:16:52
165         Log: Subject: Re: PATCH: byte count feature request for unpack
166              From: perl5-porters@ton.iguana.be (Ton Hospel)
167              Date: Sun, 27 Mar 2005 18:32:11 +0000 (UTC)
168              Message-Id: <d26u7b$i3v$1@post.home.lunix>
169              
170              (rework of a patch from Arne Ahrend <aahrend@web.de>)
171      Branch: perl
172            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
173 ____________________________________________________________________________
174 [ 24099] By: steveh                                on 2005/03/30  08:36:50
175         Log: A couple more Win32 compilation clean-ups
176      Branch: perl
177            ! win32/win32sck.c
178 ____________________________________________________________________________
179 [ 24098] By: rgs                                   on 2005/03/30  08:03:13
180         Log: Minor POD nits.
181      Branch: perl
182            ! ext/File/Glob/Glob.pm
183 ____________________________________________________________________________
184 [ 24097] By: merijn                                on 2005/03/30  07:49:46
185         Log: Subject: Re: [PATCH] 5.6 File::Glob documentation insufficient for use
186              From: Steven Schubiger <steven@accognoscere.org>
187              Date: Wed, 30 Mar 2005 03:41:03 +0200 (CEST)
188              Message-Id: <200503300141.j2U1f3EP024524@accognoscere.homeunix.org>
189      Branch: perl
190            ! ext/File/Glob/Glob.pm
191 ____________________________________________________________________________
192 [ 24096] By: steveh                                on 2005/03/29  15:18:30
193         Log: Clean-up some warnings when compiling on Win32 with VC++
194      Branch: perl
195            ! hv.c mg.c op.c pp_pack.c pp_sort.c pp_sys.c utf8.c util.c
196 ____________________________________________________________________________
197 [ 24095] By: rgs                                   on 2005/03/29  12:39:39
198         Log: Downconst external APIs
199      Branch: perl
200            ! embed.fnc gv.h op.c opcode.h opcode.pl pod/perlapi.pod proto.h
201            ! sv.c util.c
202 ____________________________________________________________________________
203 [ 24094] By: rgs                                   on 2005/03/29  09:38:39
204         Log: The core part of :
205              Subject: [PATCH] Consting seven
206              From: Andy Lester <andy@petdance.com>
207              Date: Sun, 27 Mar 2005 15:57:22 -0600
208              Message-ID: <20050327215722.GC20451@petdance.com>
209      Branch: perl
210            ! embed.fnc embed.h perl.c perlio.c pp_ctl.c proto.h regcomp.c
211            ! regexec.c util.c
212 ____________________________________________________________________________
213 [ 24093] By: steveh                                on 2005/03/29  08:48:50
214         Log: Fix Win32 compilation nit following change #24074
215      Branch: perl
216            ! util.c
217 ____________________________________________________________________________
218 [ 24092] By: steveh                                on 2005/03/29  08:22:45
219         Log: Fix PerlLIO_chsize() for platforms that don't have chsize()
220              
221              This is the patch from the end of the thread that started here:
222              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-09/msg00055.html
223      Branch: perl
224            ! doio.c iperlsys.h pp_sys.c
225 ____________________________________________________________________________
226 [ 24091] By: rgs                                   on 2005/03/29  07:01:40
227         Log: Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS
228      Branch: perl
229            ! ext/Devel/Peek/t/Peek.t
230 ____________________________________________________________________________
231 [ 24090] By: merijn                                on 2005/03/29  07:01:11
232         Log: Make the spelling of whitespace (vs white-space and white space)
233              more consistent
234              From: Offer Kaye <offer.kaye@gmail.com>
235              Date: Thu, 17 Mar 2005 14:47:36 -0500
236              Message-ID: <5694250503171147668e73c7@mail.gmail.com>
237      Branch: perl
238            ! pod/perllocale.pod pod/perlop.pod pod/perlopentut.pod
239            ! pod/perlre.pod pod/perlxstut.pod
240 ____________________________________________________________________________
241 [ 24089] By: rgs                                   on 2005/03/29  06:14:18
242         Log: Don't #ifdef out a return statement
243      Branch: perl
244            ! pad.c
245 ____________________________________________________________________________
246 [ 24088] By: davem                                 on 2005/03/28  21:38:44
247         Log: expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV
248      Branch: perl
249            ! dump.c ext/Devel/Peek/t/Peek.t pad.c perl.c pod/perlhack.pod
250            ! sv.c sv.h
251 ____________________________________________________________________________
252 [ 24087] By: rgs                                   on 2005/03/27  16:38:13
253         Log: Raw work on perl592delta.
254      Branch: perl
255            ! pod/perl592delta.pod
256 ____________________________________________________________________________
257 [ 24086] By: rgs                                   on 2005/03/27  13:59:02
258         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
259              From: hv@crypt.org
260              Date: Thu, 24 Mar 2005 19:51:08 +0000
261              Message-Id: <200503241951.j2OJp8s18147@zen.crypt.org>
262      Branch: perl
263            ! regexec.c t/op/re_tests
264 ____________________________________________________________________________
265 [ 24085] By: rgs                                   on 2005/03/27  13:30:18
266         Log: Fix -C option of mktables (for VMS)
267              
268              Subject: Re: [PATCH] Consting five
269              From: demerphq <demerphq@gmail.com>
270              Date: Sat, 26 Mar 2005 21:45:09 +0100
271              Message-ID: <9b18b311050326124563db5113@mail.gmail.com>
272      Branch: perl
273            ! lib/unicore/mktables
274 ____________________________________________________________________________
275 [ 24084] By: davem                                 on 2005/03/26  21:25:47
276         Log: UTF-8 string substitution corrupts memory
277              The implicit call of 'require utf8' triggered by code like
278              "\x{100}" =~ /[[:print:]]/
279              wasn't saving state correctly first.
280      Branch: perl
281            ! utf8.c
282 ____________________________________________________________________________
283 [ 24083] By: rgs                                   on 2005/03/26  17:40:26
284         Log: Remove an XXX note from the public doc.
285              Hide it in the comments, instead
286      Branch: perl
287            ! pod/perlapi.pod sv.c
288 ____________________________________________________________________________
289 [ 24082] By: nicholas                              on 2005/03/26  00:21:30
290         Log: Need to return something when the compiler doesn't know that a
291              function is "noreturn".
292      Branch: perl
293            ! mg.c op.c scope.c
294 ____________________________________________________________________________
295 [ 24081] By: nicholas                              on 2005/03/25  23:46:22
296         Log: Subject: [PATCH] Consting five
297              Date: Fri, 25 Mar 2005 17:14:09 -0600
298              From: Andy Lester <andy@petdance.com>
299              Message-ID: <20050325231409.GB17660@petdance.com>
300              
301              [with modification - the extra argument to incpush was supposed to
302              be being used]
303      Branch: perl
304            ! av.c embed.fnc embed.h ext/DynaLoader/dlutils.c gv.c
305            ! intrpvar.h locale.c mg.c miniperlmain.c op.c perl.c pp_sys.c
306            ! proto.h regcomp.c thrdvar.h toke.c
307 ____________________________________________________________________________
308 [ 24080] By: rgs                                   on 2005/03/25  21:09:23
309         Log: Subject: Re: [perl #34568] Perl crashes reading past the end of a heap block while parsing foreach statement
310              From: Gurusamy Sarathy <gsar@ActiveState.com>
311              Date: Fri, 25 Mar 2005 10:31:09 -0800
312              Message-Id: <200503251831.j2PIV9A6006234@smtp3.ActiveState.com>
313      Branch: perl
314            ! op.c
315 ____________________________________________________________________________
316 [ 24079] By: rgs                                   on 2005/03/25  21:02:04
317         Log: Subject: [PATCH] Consting part 4
318              From: Andy Lester <andy@petdance.com>
319              Date: Fri, 25 Mar 2005 14:43:31 -0600
320              Message-ID: <20050325204331.GA16388@petdance.com>
321      Branch: perl
322            ! embed.fnc mg.c numeric.c op.c perlio.c pod/perlapi.pod proto.h
323            ! regcomp.c scope.c sv.c taint.c toke.c utf8.c util.c
324 ____________________________________________________________________________
325 [ 24078] By: nicholas                              on 2005/03/25  20:57:46
326         Log: FreeBSD NDBM appears to generate files ending .db, so be prepared to
327              clean this variant up as well.
328      Branch: perl
329            ! lib/Memoize/t/tie_ndbm.t
330 ____________________________________________________________________________
331 [ 24077] By: rgs                                   on 2005/03/25  18:03:00
332         Log: Remove the const qualifier from argv and env variables
333      Branch: perl
334            ! embed.fnc intrpvar.h perl.c pod/perlapi.pod proto.h
335 ____________________________________________________________________________
336 [ 24076] By: rgs                                   on 2005/03/25  14:41:46
337         Log: Subject: [PATCH] const fix-up for vms/vms.c
338              From: "Craig A. Berry" <craigberry@mac.com>
339              Date: Fri, 25 Mar 2005 09:00:06 -0600
340              Message-ID: <42442776.8030603@mac.com>
341      Branch: perl
342            ! vms/vms.c vms/vmsish.h
343 ____________________________________________________________________________
344 [ 24075] By: rgs                                   on 2005/03/25  09:24:15
345         Log: Subject: [PATCH] Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)
346              From: Steve Peters <steve@fisharerojo.org>
347              Date: Tue, 22 Mar 2005 17:15:23 -0600
348              Message-ID: <20050322231523.GA3083@mccoy.peters.homeunix.org>
349      Branch: perl
350            ! hints/linux.sh
351 ____________________________________________________________________________
352 [ 24074] By: rgs                                   on 2005/03/24  16:25:58
353         Log: Subject: [PATCH] Third consting batch
354              From: Andy Lester <andy@petdance.com>
355              Date: Tue, 22 Mar 2005 00:35:55 -0600
356              Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com>
357      Branch: perl
358            ! XSUB.h deb.c doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c mg.h
359            ! minimod.pl numeric.c op.c pad.c patchlevel.h perl.c perl.h
360            ! perlio.c perliol.h perlvars.h perly.c pod/perlapi.pod
361            ! pod/perlintern.pod pp.c pp_hot.c pp_sys.c proto.h regcomp.c
362            ! regcomp.h regexec.c scope.c sv.c taint.c universal.c utf8.c
363            ! utf8.h utfebcdic.h util.c writemain.SH xsutils.c
364 ____________________________________________________________________________
365 [ 24073] By: mhx                                   on 2005/03/22  16:30:57
366         Log: Mention (un)?pack byte-order modifiers in perldelta
367      Branch: perl
368            ! pod/perl592delta.pod
369 ____________________________________________________________________________
370 [ 24072] By: rgs                                   on 2005/03/22  16:15:58
371         Log: Some updates in the new perldelta.
372      Branch: perl
373            ! pod/perl592delta.pod
374 ____________________________________________________________________________
375 [ 24071] By: rgs                                   on 2005/03/22  15:30:18
376         Log: Remove IPC::Run for 5.9.2
377      Branch: perl
378            - lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
379            - lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
380            - lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
381            - lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
382            - lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
383            - lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
384            - lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
385            - lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
386            - lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
387            - lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
388            ! MANIFEST
389 ____________________________________________________________________________
390 [ 24070] By: rgs                                   on 2005/03/22  14:53:01
391         Log: Forbid the -C option on the command-line
392              as suggested by Merijn (see [perl #34087])
393      Branch: perl
394            ! pod/perldiag.pod toke.c
395 ____________________________________________________________________________
396 [ 24069] By: rgs                                   on 2005/03/22  14:03:12
397         Log: Upgrade to PathTools 3.05
398      Branch: perl
399            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
400 ____________________________________________________________________________
401 [ 24068] By: rgs                                   on 2005/03/22  10:59:53
402         Log: Upgrade to File::Temp 0.16
403      Branch: perl
404            ! lib/File/Temp.pm lib/File/Temp/t/object.t
405            ! lib/File/Temp/t/tempfile.t
406 ____________________________________________________________________________
407 [ 24067] By: rgs                                   on 2005/03/22  10:53:39
408         Log: Revert change #24055, which was producing a segfault in installman
409              when it was trying to install perltoc.
410      Branch: perl
411            ! regexec.c t/op/re_tests
412 ____________________________________________________________________________
413 [ 24066] By: rgs                                   on 2005/03/22  09:43:44
414         Log: Fix unresolved POD link
415      Branch: perl
416            ! pod/perlfunc.pod
417 ____________________________________________________________________________
418 [ 24065] By: rgs                                   on 2005/03/22  09:21:09
419         Log: Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
420              and other neatification
421      Branch: perl
422            ! pod/perl592delta.pod pod/perlvar.pod regcomp.c regcomp.h
423 ____________________________________________________________________________
424 [ 24064] By: rgs                                   on 2005/03/22  08:57:18
425         Log: Subject: [PATCH] simple optimization for SelectSaver
426              From: Alexey Tourbin <at@altlinux.ru>
427              Date: Fri, 18 Mar 2005 21:05:51 +0300
428              Message-ID: <20050318180551.GA12596@solemn.turbinal.org>
429      Branch: perl
430            ! lib/SelectSaver.pm
431 ____________________________________________________________________________
432 [ 24063] By: rgs                                   on 2005/03/22  08:53:21
433         Log: minitest fix
434      Branch: perl
435            ! t/run/fresh_perl.t
436 ____________________________________________________________________________
437 [ 24062] By: rgs                                   on 2005/03/22  07:50:28
438         Log: Add in perldelta changes about unpack A and trailing whitespace, trie
439              optimization, and debug flags for "use re".
440      Branch: perl
441            ! pod/perl592delta.pod
442 ____________________________________________________________________________
443 [ 24061] By: nicholas                              on 2005/03/21  22:52:12
444         Log: Casts needed to make VMS happy. (It gets very upset at assignments
445              between char * and unsigned char *)
446      Branch: perl
447            ! pp_pack.c
448 ____________________________________________________________________________
449 [ 24060] By: rgs                                   on 2005/03/21  21:44:37
450         Log: Subject: Re: unpack A strip patch
451              From: Ton Hospel <perl5-porters@ton.iguana.be>
452              Date: Mon, 21 Mar 2005 21:31:37 +0000 (UTC)
453              Message-Id: <d1nefp$lpe$1@post.home.lunix>
454      Branch: perl
455            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
456 ____________________________________________________________________________
457 [ 24059] By: rgs                                   on 2005/03/21  21:33:16
458         Log: Subject: Re: regexp trie fails compile on VMS
459              From: demerphq <demerphq@gmail.com>
460              Date: Mon, 21 Mar 2005 22:29:09 +0100
461              Message-ID: <9b18b311050321132917a4b1c7@mail.gmail.com>
462      Branch: perl
463            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
464 ____________________________________________________________________________
465 [ 24058] By: rgs                                   on 2005/03/21  21:22:10
466         Log: Break up long lines in -V output for compile-time options
467              
468              Subject: Re: sitecustomize.pl [PATCH]
469              From: sthoenna[at]efn.org (Yitzchak Scott-Thoennes)
470              Date: Tue, 8 Mar 2005 17:46:04 -0800
471              Message-ID: <20050309014604.GA5876[at]efn.org>
472      Branch: perl
473            ! perl.c
474 ____________________________________________________________________________
475 [ 24057] By: steveh                                on 2005/03/21  17:08:26
476         Log: Oops - forgot to update MANIFEST for change 24056.
477      Branch: perl
478            ! MANIFEST
479 ____________________________________________________________________________
480 [ 24056] By: steveh                                on 2005/03/21  17:06:45
481         Log: Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
482              From: demerphq <demerphq@gmail.com>
483              Date: Tue, 8 Mar 2005 02:24:10 +0100
484              Message-ID: <9b18b311050307172455a5816e@mail.gmail.com>
485              
486              Change 24004 stopped mktables from needlessly re-running when using
487              dmake on Win32, but it can still happen when using nmake because it
488              doesn't support the .UPDATEALL attribute that was used to fix dmake.
489              e.g. Build perl, touch a core header file, then rebuild -- mktables
490              re-runs when it didn't need to, and 7 times over at that!  This change
491              alleviates the pain by making mktables exit quickly in such cases.
492      Branch: perl
493            + lib/unicore/mktables.lst
494            ! lib/unicore/mktables
495 ____________________________________________________________________________
496 [ 24055] By: rgs                                   on 2005/03/21  14:58:21
497         Log: Resubmit change #24053.
498      Branch: perl
499            ! regexec.c t/op/re_tests
500 ____________________________________________________________________________
501 [ 24054] By: rgs                                   on 2005/03/21  14:32:58
502         Log: Subject: [PATCH] Re: [perl #34493] h2ph `extern inline' problems
503              From: Alexey Tourbin <at@altlinux.ru>
504              Date: Sat, 19 Mar 2005 16:37:12 +0300
505              Message-ID: <20050319133712.GB6484@solemn.turbinal.org>
506              
507              and
508              
509              Message-ID: <20050319141457.GC6484@solemn.turbinal.org>
510      Branch: perl
511            ! t/lib/h2ph.h utils/h2ph.PL
512 ____________________________________________________________________________
513 [ 24053] By: rgs                                   on 2005/03/21  13:15:34
514         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
515              From: hv@crypt.org
516              Date: Mon, 21 Feb 2005 17:59:49 +0000
517              Message-Id: <200502211759.j1LHxnC22894@zen.crypt.org>
518      Branch: perl
519            ! regexec.c t/op/re_tests
520 ____________________________________________________________________________
521 [ 24052] By: rgs                                   on 2005/03/21  10:27:44
522         Log: Subject: pack / for general types
523              From: perl5-porters@ton.iguana.be (Ton Hospel)
524              Date: Sat, 19 Mar 2005 22:00:45 +0000 (UTC)
525              Message-Id: <d1i7ed$62c$1@post.home.lunix>
526              
527              Allow "len/format" to work for any format type, not just strings.
528      Branch: perl
529            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
530 ____________________________________________________________________________
531 [ 24051] By: rgs                                   on 2005/03/21  10:12:01
532         Log: perldelta suggestions on (un)?pack by Ton Hospel
533      Branch: perl
534            ! pod/perl592delta.pod
535 ____________________________________________________________________________
536 [ 24050] By: rgs                                   on 2005/03/21  09:59:13
537         Log: Subject: Re: bugzilla.redhat bug #101767 (threads, threads::shared)
538              From: Alexey Tourbin <at@altlinux.ru>
539              Date: Sat, 19 Mar 2005 06:10:45 +0300
540              Message-ID: <20050319031045.GN12596@solemn.turbinal.org>
541      Branch: perl
542            + ext/threads/hints/linux.pl ext/threads/shared/hints/linux.pl
543            ! MANIFEST
544 ____________________________________________________________________________
545 [ 24049] By: rgs                                   on 2005/03/21  09:39:35
546         Log: Subject: [PATCH] More consting goodness
547              From: Andy Lester <andy@petdance.com>
548              Date: Sat, 19 Mar 2005 01:28:30 -0600
549              Message-ID: <20050319072830.GA7721@petdance.com>
550      Branch: perl
551            ! deb.c dump.c embed.fnc handy.h op.c opcode.h opcode.pl perl.c
552            ! pod/perlapi.pod pp_ctl.c pp_sys.c proto.h regcomp.c regexec.c
553            ! sv.c toke.c
554 ____________________________________________________________________________
555 [ 24048] By: rgs                                   on 2005/03/20  21:20:50
556         Log: Upgrade to Math::BigInt 1.75, by Tels
557      Branch: perl
558            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
559            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
560            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
561            ! lib/Math/BigInt/t/fallback.t lib/Math/BigInt/t/mbi_rand.t
562            ! lib/Math/BigInt/t/sub_mbi.t
563 ____________________________________________________________________________
564 [ 24047] By: merijn                                on 2005/03/20  10:50:11
565         Log: Subject: [PATCH] perlrun typo (env PERLDB_OPTS)
566              From: Alexey Tourbin <at@altlinux.ru>
567              Date: Sat, 19 Mar 2005 03:40:13 +0300
568              Message-ID: <20050319004013.GJ12596@solemn.turbinal.org>
569      Branch: perl
570            ! pod/perlrun.pod
571 ____________________________________________________________________________
572 [ 24046] By: rgs                                   on 2005/03/18  21:47:54
573         Log: Remove an useless line, spotted by Andy Lester
574      Branch: perl
575            ! toke.c
576 ____________________________________________________________________________
577 [ 24045] By: rgs                                   on 2005/03/18  16:54:38
578         Log: Remove trie optimisation from the todo list
579      Branch: perl
580            ! pod/perltodo.pod
581 ____________________________________________________________________________
582 [ 24044] By: rgs                                   on 2005/03/18  15:04:39
583         Log: Subject: Re: Reworked Trie Patch
584              From: demerphq <demerphq@gmail.com>
585              Date: Mon, 14 Mar 2005 08:55:39 +0100
586              Message-ID: <9b18b31105031323557019ae1@mail.gmail.com>
587              
588              Subject: Re: Reworked Trie Patch
589              From: demerphq <demerphq@gmail.com>
590              Date: Wed, 16 Mar 2005 19:48:18 +0100
591              Message-ID: <9b18b31105031610481025a080@mail.gmail.com>
592              
593              Plus minor nits in the documentation of re.pm,
594              a version bump, and addition of an OPTIMIZE alias
595      Branch: perl
596            + t/op/regexp_notrie.t t/op/regexp_trielist.t
597            ! MANIFEST embed.fnc embed.h ext/re/re.pm pod/perlvar.pod
598            ! proto.h regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
599            ! sv.c t/op/pat.t t/op/re_tests t/op/readdir.t
600 ____________________________________________________________________________
601 [ 24043] By: rgs                                   on 2005/03/18  14:02:36
602         Log: Subject: Re: sitecustomize.pl [PATCH]
603              From: Gisle Aas <gisle@ActiveState.com>
604              Date: 18 Mar 2005 04:06:40 -0800
605              Message-ID: <lru0n9w433.fsf@caliper.activestate.com>
606              
607              Adds a new command-line switch, -f, and a new optional
608              compile-time setting -DUSE_SITECUSTOMIZE
609      Branch: perl
610            ! INSTALL ext/Devel/DProf/t/DProf.t perl.c pod/perlrun.pod
611 ____________________________________________________________________________
612 [ 24042] By: rgs                                   on 2005/03/18  13:38:32
613         Log: Subject: [PATCH] More const parms
614              From: Andy Lester <andy@petdance.com>
615              Date: Mon, 14 Mar 2005 13:59:54 -0600
616              Message-ID: <20050314195954.GB7141@petdance.com>
617      Branch: perl
618            ! embed.fnc gv.c numeric.c op.c pad.c perlio.c pod/perlapi.pod
619            ! pod/perlintern.pod pp_ctl.c pp_hot.c proto.h scope.c sv.c
620            ! toke.c utf8.c
621 ____________________________________________________________________________
622 [ 24041] By: rgs                                   on 2005/03/18  10:27:17
623         Log: Don't use vars in DynaLoader
624              Remove left-over maintenance code
625      Branch: perl
626            ! ext/DynaLoader/DynaLoader_pm.PL
627 ____________________________________________________________________________
628 [ 24040] By: rgs                                   on 2005/03/18  07:57:06
629         Log: Subject: [PATCH] $B::Disassembler::VERSION
630              From: Alexey Tourbin <at@altlinux.ru>
631              Date: Thu, 17 Mar 2005 19:02:38 +0300
632              Message-ID: <20050317160238.GN5825@solemn.turbinal.org>
633      Branch: perl
634            ! ext/B/B/Disassembler.pm
635 ____________________________________________________________________________
636 [ 24039] By: rgs                                   on 2005/03/15  09:30:28
637         Log: Upgrade to CGI 3.07.
638              Add CGI's changelog
639      Branch: perl
640            + lib/CGI/Changes
641            ! MANIFEST lib/CGI.pm lib/CGI/Cookie.pm
642 ____________________________________________________________________________
643 [ 24038] By: merijn                                on 2005/03/14  15:55:44
644         Log: Subject: pp_pack.c, simplifying genpacksizetables
645              From: perl5-porters@ton.iguana.be (Ton Hospel)
646              Date: Sun, 13 Mar 2005 15:07:41 +0000 (UTC)
647              Message-Id: <d11kvt$1k7$1@post.home.lunix>
648      Branch: perl
649            ! genpacksizetables.pl pp_pack.c
650 ____________________________________________________________________________
651 [ 24037] By: rgs                                   on 2005/03/14  14:35:33
652         Log: Subject: [PATCH] Adding const qualifiers
653              From: Andy Lester <andy@petdance.com>
654              Date: Sun, 13 Mar 2005 14:20:05 -0600
655              Message-ID: <20050313202005.GA23535@petdance.com>
656      Branch: perl
657            ! av.c embed.fnc gv.c hv.c mg.c op.c pod/perlapi.pod pp_ctl.c
658            ! proto.h scope.c utf8.c
659 ____________________________________________________________________________
660 [ 24036] By: rgs                                   on 2005/03/14  09:19:01
661         Log: Subject: Re: [perl #34155] perldoc -f hex should say how to convert back
662              From: David Nicol <davidnicol@gmail.com>
663              Date: Tue, 8 Mar 2005 18:23:11 -0600
664              Message-ID: <934f64a20503081623713f6d27@mail.gmail.com>
665      Branch: perl
666            ! pod/perlfunc.pod
667 ____________________________________________________________________________
668 [ 24035] By: rgs                                   on 2005/03/13  21:14:36
669         Log: Document pack changes in perldelta
670      Branch: perl
671            ! pod/perl592delta.pod
672 ____________________________________________________________________________
673 [ 24034] By: rgs                                   on 2005/03/13  16:41:05
674         Log: Upgrade to Pod::Parser 1.30
675      Branch: perl
676            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
677            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
678            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podselect.PL
679            ! t/pod/poderrs.xr
680 ____________________________________________________________________________
681 [ 24033] By: rgs                                   on 2005/03/13  11:07:40
682         Log: Doc patches to clarify the stringification rules of {} and =>
683              by Jarkko (bug #34419)
684      Branch: perl
685            ! pod/perldata.pod pod/perlop.pod
686 ____________________________________________________________________________
687 [ 24032] By: rgs                                   on 2005/03/13  09:20:01
688         Log: gcc warning patch by Andy Lester
689      Branch: perl
690            ! perl.h
691 ____________________________________________________________________________
692 [ 24031] By: rgs                                   on 2005/03/12  22:05:14
693         Log: Subject: Re: Encoding neutral unpack
694              From: perl5-porters@ton.iguana.be (Ton Hospel)
695              Date: Sat, 12 Mar 2005 18:54:29 +0000 (UTC)
696              Message-ID: <d0vdt5$81a$1@post.home.lunix>
697              
698              A new test.
699      Branch: perl
700            ! t/op/pack.t
701 ____________________________________________________________________________
702 [ 24030] By: rgs                                   on 2005/03/12  22:01:21
703         Log: Indentation patch by Ton Hospel for pp_pack
704      Branch: perl
705            ! pp_pack.c
706 ____________________________________________________________________________
707 [ 24029] By: rgs                                   on 2005/03/12  20:49:00
708         Log: Change my email, put real name of Pixel
709      Branch: perl
710            ! AUTHORS
711 ____________________________________________________________________________
712 [ 24028] By: rgs                                   on 2005/03/12  17:15:23
713         Log: Upgrade to DB_File 1.811, by Paul Marquess
714      Branch: perl
715            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
716            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
717            ! ext/DB_File/typemap
718 ____________________________________________________________________________
719 [ 24027] By: rgs                                   on 2005/03/11  17:47:41
720         Log: Add standard core test headers to the Class::ISA new tests
721      Branch: perl
722            ! lib/Class/ISA/t/00_about_verbose.t
723            ! lib/Class/ISA/t/01_old_junk.t
724 ____________________________________________________________________________
725 [ 24026] By: rgs                                   on 2005/03/11  17:37:01
726         Log: Upgrade to Class::ISA 0.33
727      Branch: perl
728            + lib/Class/ISA/ChangeLog lib/Class/ISA/t/00_about_verbose.t
729            + lib/Class/ISA/t/01_old_junk.t
730            - lib/Class/ISA/test.pl
731            ! MANIFEST lib/Class/ISA.pm
732 ____________________________________________________________________________
733 [ 24025] By: rgs                                   on 2005/03/11  16:55:59
734         Log: Update Changes
735      Branch: perl
736            ! Changes
737 ____________________________________________________________________________
738 [ 24024] By: rgs                                   on 2005/03/11  11:12:31
739         Log: FAQ sync
740      Branch: perl
741            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
742            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
743            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
744            ! pod/perlfaq9.pod
745 ____________________________________________________________________________
746 [ 24023] By: rgs                                   on 2005/03/11  10:22:28
747         Log: Subject: [PATCH] pad_push numero three-o
748              From: Andy Lester <andy@petdance.com>
749              Date: Thu, 10 Mar 2005 15:17:28 -0600
750              Message-ID: <20050310211728.GC32386@petdance.com>
751      Branch: perl
752            ! embed.fnc embed.h pad.c pod/perlintern.pod pp_ctl.c pp_hot.c
753            ! proto.h
754 ____________________________________________________________________________
755 [ 24022] By: rgs                                   on 2005/03/10  17:42:54
756         Log: Make the return value of close() depend not only on the success of the
757              close itself, but also on whether the output stream had a previous
758              error. From Jim Meyering <jim@meyering.net>, via Debian.
759      Branch: perl
760            ! doio.c
761 ____________________________________________________________________________
762 [ 24021] By: rgs                                   on 2005/03/10  17:39:56
763         Log: 8 is not an octal digit. (from Debian)
764      Branch: perl
765            ! pod/perlreref.pod
766 ____________________________________________________________________________
767 [ 24020] By: rgs                                   on 2005/03/10  17:38:51
768         Log: Fix a2p manpage (from Debian)
769      Branch: perl
770            ! x2p/a2p.pod
771 ____________________________________________________________________________
772 [ 24019] By: rgs                                   on 2005/03/10  17:36:37
773         Log: Remove a spurious undefined warning when using getopts.pl with -w.
774              (from Debian)
775      Branch: perl
776            ! lib/getopts.pl
777 ____________________________________________________________________________
778 [ 24018] By: rgs                                   on 2005/03/10  17:34:39
779         Log: Doc patch for Devel::DProf (from Debian)
780      Branch: perl
781            ! ext/Devel/DProf/DProf.pm
782 ____________________________________________________________________________
783 [ 24017] By: rgs                                   on 2005/03/10  17:22:25
784         Log: Add support for Debian GNU/k*BSD
785      Branch: perl
786            ! hints/gnukfreebsd.sh hints/gnuknetbsd.sh
787 ____________________________________________________________________________
788 [ 24016] By: rgs                                   on 2005/03/10  17:21:05
789         Log: Patch for Debian bug #258618, compilation under Debian/Hurd
790      Branch: perl
791            ! hints/gnu.sh
792 ____________________________________________________________________________
793 [ 24015] By: steveh                                on 2005/03/10  15:18:20
794         Log: Subject: Minor AUTHORS patch
795              From: "Mike Giroux" <rmgiroux@hotmail.com>
796              Date: Thu, 10 Mar 2005 08:39:04 -0500
797              Message-ID: <BAY104-F4B1925432A15287069D3BCE520@phx.gbl>
798      Branch: perl
799            ! AUTHORS
800 ____________________________________________________________________________
801 [ 24014] By: steveh                                on 2005/03/10  11:25:36
802         Log: More Win32 dmake fixes
803
804              Use $B macro as per change 23991 in more places, and fix some syntax
805              errors in the subst's (missing trailing ",")
806
807              Tested with GCC and MSVC. I don't have BCC available, so those parts
808              are untested.
809      Branch: perl
810            ! win32/makefile.mk
811 ____________________________________________________________________________
812 [ 24013] By: rgs                                   on 2005/03/10  10:10:33
813         Log: Upgrade to CGI.pm 3.06
814      Branch: perl
815            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Util.pm
816            ! lib/CGI/t/form.t lib/CGI/t/html.t
817 ____________________________________________________________________________
818 [ 24012] By: rgs                                   on 2005/03/09  22:17:33
819         Log: Further pack optimisations by Ton Hospel
820      Branch: perl
821            ! pp_pack.c
822 ____________________________________________________________________________
823 [ 24011] By: rgs                                   on 2005/03/09  18:02:13
824         Log: Fix memory corruption when growing pack utf8 buffer
825      Branch: perl
826            ! pp_pack.c
827 ____________________________________________________________________________
828 [ 24010] By: rgs                                   on 2005/03/08  17:53:50
829         Log: Subject: Encoding neutral unpack
830              From: perl5-porters@ton.iguana.be (Ton Hospel)
831              Date: Sun, 6 Mar 2005 18:29:38 +0000 (UTC)
832              Message-Id: <d0fi6i$k06$1@post.home.lunix>
833      Branch: perl
834            ! embed.fnc embed.h genpacksizetables.pl lib/charnames.t perl.h
835            ! pod/perldiag.pod pod/perlfunc.pod pod/perlunicode.pod
836            ! pod/perluniintro.pod pp_pack.c proto.h t/op/pack.t
837            ! t/op/utftaint.t
838 ____________________________________________________________________________
839 [ 24009] By: merijn                                on 2005/03/08  15:25:57
840         Log: Subject: Minor AUTHORS patch
841              From: Andy Lester <andy@petdance.com>
842              Date: Tue, 8 Mar 2005 09:44:45 -0600
843              Message-ID: <20050308154445.GB3213@petdance.com>
844      Branch: perl
845            ! AUTHORS
846 ____________________________________________________________________________
847 [ 24008] By: merijn                                on 2005/03/08  14:45:17
848         Log: Some updates to current status
849      Branch: perl
850            ! README.hpux
851 ____________________________________________________________________________
852 [ 24007] By: steveh                                on 2005/03/07  11:02:12
853         Log: Include regcomp.h in Win32 makefiles
854
855              Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
856              From: demerphq <demerphq@gmail.com>
857              Date: Sun, 6 Mar 2005 09:16:12 +0100
858              Message-ID: <9b18b311050306001624012bd@mail.gmail.com>
859      Branch: perl
860            ! win32/Makefile win32/makefile.mk
861 ____________________________________________________________________________
862 [ 24006] By: steveh                                on 2005/03/04  17:19:46
863         Log: A better fix than change 24005 was ;)
864
865              Actually, "@echo." still emits a blank line.  Use "@rem" instead as the
866              no-op.  This was being used in the Win95 case, but works fine on WinNT
867              too, and is actually what ExtUtils-MakeMaker uses.
868
869              Also change the nmake Makefile.
870      Branch: perl
871            ! win32/Makefile win32/makefile.mk
872 ____________________________________________________________________________
873 [ 24005] By: steveh                                on 2005/03/04  17:11:56
874         Log: Suppress "ECHO is on." messages when using dmake on Win32
875
876              (The shell's "echo" command displays the current echo setting when
877              called with no arguments.  Use "echo." to display nothing.)
878      Branch: perl
879            ! win32/makefile.mk
880 ____________________________________________________________________________
881 [ 24004] By: steveh                                on 2005/03/04  17:01:24
882         Log: Stop mktables from needlessly re-running when using dmake on Win32
883      Branch: perl
884            ! win32/makefile.mk
885 ____________________________________________________________________________
886 [ 24003] By: rgs                                   on 2005/03/04  16:02:20
887         Log: Update -v copyright notice
888      Branch: perl
889            ! perl.c
890 ____________________________________________________________________________
891 [ 24002] By: rgs                                   on 2005/03/03  18:27:34
892         Log: Add a regression test for bug #32193, and make the
893              fix a bit more robust
894      Branch: perl
895            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
896 ____________________________________________________________________________
897 [ 24001] By: rgs                                   on 2005/03/03  18:03:15
898         Log: Subject: [perl #32193] Tie::RefHash DELETE does not return value for ref keys
899              From: Yuval Kojman (via RT) <perlbug-followup@perl.org>
900              Date: 28 Oct 2004 12:16:37 -0000
901              Message-ID: <rt-3.0.11-32193-98805.8.56634266171625@perl.org>
902      Branch: perl
903            ! lib/Tie/RefHash.pm
904 ____________________________________________________________________________
905 [ 24000] By: rgs                                   on 2005/03/03  15:43:43
906         Log: do "filename" is not really used with perl subroutine librairies
907              anymore.
908      Branch: perl
909            ! pod/perlfunc.pod
910 ____________________________________________________________________________
911 [ 23999] By: merijn                                on 2005/02/27  11:28:27
912         Log: Fix for bug [ID 20020227.005] format bug with undefined _TOP
913              http://rt.perl.org/rt3/Ticket/Display.html?id=8698
914              If there was no TOP format the lines left on page was set
915              to fixed number, now set to the current page length of the
916              IO channel used. More debugging for yet another bug needed.
917      Branch: perl
918            ! pp_sys.c
919 ____________________________________________________________________________
920 [ 23998] By: davem                                 on 2005/02/26  11:32:59
921         Log: ithreads: cond_signal() on a non-shared object coredumped
922      Branch: perl
923            ! ext/threads/shared/shared.xs
924 ____________________________________________________________________________
925 [ 23997] By: nicholas                              on 2005/02/26  09:33:30
926         Log: SvUTF8 can be present on scalars other than PVs
927              (specifically references with overloaded stringification)
928      Branch: perl
929            ! dump.c
930 ____________________________________________________________________________
931 [ 23996] By: davem                                 on 2005/02/26  00:47:03
932         Log: Fix leaks in List::Util::reduce,first
933              When the block is a closure, the cloned CV created on each call
934              was never freed
935      Branch: perl
936            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
937 ____________________________________________________________________________
938 [ 23995] By: steveh                                on 2005/02/24  15:52:01
939         Log: Subject: Re: (patch blead) Extend t/harness to allow filtering of the file list by regex.
940              From: demerphq <demerphq@gmail.com>
941              Date: Wed, 23 Feb 2005 17:49:50 +0100
942              Message-ID: <9b18b311050223084917d7ef59@mail.gmail.com>
943      Branch: perl
944            ! pod/perlhack.pod
945 ____________________________________________________________________________
946 [ 23994] By: merijn                                on 2005/02/24  10:12:26
947         Log: Subject: [PATCH] dprofpp help
948              From: Andy Lester <andy@petdance.com>
949              Date: Thu, 24 Feb 2005 00:10:42 -0600
950              Message-ID: <20050224061042.GA20259@petdance.com>
951      Branch: perl
952            ! utils/dprofpp.PL
953 ____________________________________________________________________________
954 [ 23993] By: steveh                                on 2005/02/23  13:36:59
955         Log: Subject: (patch blead) Extend t/harness to allow filtering of the file list by regex.
956              From: demerphq <demerphq@gmail.com>
957              Date: Sat, 19 Feb 2005 11:10:00 +0100
958              Message-ID: <9b18b3110502190210105decf4@mail.gmail.com>
959      Branch: perl
960            ! t/harness
961 ____________________________________________________________________________
962 [ 23992] By: steveh                                on 2005/02/23  12:28:55
963         Log: Subject: Patch Win32 makefiles for blead to allow parameters to be passed to harness:
964              From: demerphq <demerphq@gmail.com>
965              Date: Sat, 19 Feb 2005 11:00:08 +0100
966              Message-ID: <9b18b31105021902003d9c2a95@mail.gmail.com>
967      Branch: perl
968            ! win32/Makefile win32/makefile.mk
969 ____________________________________________________________________________
970 [ 23991] By: steveh                                on 2005/02/23  09:17:55
971         Log: Fix Win32's dmake makefile.mk for new dmakes built with Visual C++
972      Branch: perl
973            ! win32/makefile.mk
974 ____________________________________________________________________________
975 [ 23990] By: rgs                                   on 2005/02/22  18:13:01
976         Log: Porting/manicheck is not happy when I use spaces instead of tabs.
977      Branch: perl
978            ! MANIFEST
979 ____________________________________________________________________________
980 [ 23989] By: rgs                                   on 2005/02/21  16:05:22
981         Log: Subject: IPC::Run test failures with utf8
982              From: Nicholas Clark <nick@ccl4.org>
983              Date: Sat, 19 Feb 2005 00:27:57 +0000
984              Message-ID: <20050219002757.GO13998@plum.flirble.org>
985      Branch: perl
986            ! lib/IPC/Run/t/run.t
987 ____________________________________________________________________________
988 [ 23988] By: rgs                                   on 2005/02/21  13:51:44
989         Log: Subject: [PATCH] signed/unsigned help for pp_pack.c
990              From: "Craig A. Berry" <craigberry@mac.com>
991              Date: Fri, 18 Feb 2005 09:42:52 -0600
992              Message-ID: <42160CFC.3080304@mac.com>
993      Branch: perl
994            ! pp_pack.c
995 ____________________________________________________________________________
996 [ 23987] By: rgs                                   on 2005/02/21  12:56:22
997         Log: Subject: (blead patch) Skip a torture test under blead, and skip certain torture tests under Win32.
998              From: demerphq <demerphq@gmail.com>
999              Date: Sat, 19 Feb 2005 11:04:00 +0100
1000              Message-ID: <9b18b3110502190204641e103c@mail.gmail.com
1001      Branch: perl
1002            ! t/japh/abigail.t
1003 ____________________________________________________________________________
1004 [ 23986] By: rgs                                   on 2005/02/18  18:21:25
1005         Log: Subject: Patch for Perlbug #4253
1006              From: Nikolai Eipel <eipel@web.de>
1007              Date: Sat, 29 Jan 2005 16:52:53 +0100
1008              Message-Id: <200501291652.53841.eipel@web.de>
1009
1010              (-T and -B invalidate _ filehandle when no read permission on file)
1011              plus a regression test
1012      Branch: perl
1013            ! pp_sys.c t/op/stat.t
1014 ____________________________________________________________________________
1015 [ 23985] By: rgs                                   on 2005/02/18  16:18:34
1016         Log: Install and build corelist on VMS, too
1017      Branch: perl
1018            ! vms/descrip_mms.template
1019 ____________________________________________________________________________
1020 [ 23984] By: rgs                                   on 2005/02/18  16:07:54
1021         Log: Add corelist to the win32 makefiles
1022              (noticed by demerphq)
1023      Branch: perl
1024            ! win32/Makefile win32/makefile.mk
1025 ____________________________________________________________________________
1026 [ 23983] By: rgs                                   on 2005/02/18  15:48:51
1027         Log: Subject: [perl #32968] [PATCH] Re: B::walkoptree segfaults
1028              From: Stephen McCamant <smcc@MIT.EDU>
1029              Date: Tue, 28 Dec 2004 10:13:50 -0800
1030              Message-ID: <16849.41566.887352.677148@apocalypse.OCF.Berkeley.EDU>
1031      Branch: perl
1032            ! ext/B/B.xs op.h
1033 ____________________________________________________________________________
1034 [ 23982] By: rgs                                   on 2005/02/18  15:34:59
1035         Log: Subject: Re: Integration of PathTools 3.04
1036              From: demerphq <demerphq@gmail.com>
1037              Date: Fri, 18 Feb 2005 16:31:50 +0100
1038              Message-ID: <9b18b31105021807316af0aed5@mail.gmail.com>
1039      Branch: perl
1040            ! lib/Cwd.pm
1041 ____________________________________________________________________________
1042 [ 23981] By: rgs                                   on 2005/02/18  15:00:12
1043         Log: Subject: Re: Bug in Socket::IO::INET Version 1.27
1044              From: Gisle Aas <gisle@ActiveState.com>
1045              Date: 03 Feb 2005 03:16:46 -0800
1046              Message-ID: <lr7jlpsxk1.fsf@caliper.activestate.com>
1047      Branch: perl
1048            ! ext/IO/lib/IO/Socket/INET.pm
1049 ____________________________________________________________________________
1050 [ 23980] By: rgs                                   on 2005/02/18  14:27:38
1051         Log: Integrate encoding::warnings from Autrijus Tang.
1052      Branch: perl
1053            + lib/encoding/warnings.pm lib/encoding/warnings/t/1-warning.t
1054            + lib/encoding/warnings/t/2-fatal.t
1055            + lib/encoding/warnings/t/3-normal.t
1056            ! MANIFEST
1057 ____________________________________________________________________________
1058 [ 23979] By: rgs                                   on 2005/02/18  09:53:36
1059         Log: Subject: [PATCH] find2perl, new options
1060              From: slaven@rezic.de
1061              Date: Thu, 17 Feb 2005 22:30:13 +0100
1062              Message-Id: <1108675813.24421@devpc01.iconmobile.de>
1063      Branch: perl
1064            ! x2p/find2perl.PL
1065 ____________________________________________________________________________
1066 [ 23978] By: rgs                                   on 2005/02/18  08:54:33
1067         Log: Missing dependencies in x2p makefile, by Slaven Rezic.
1068      Branch: perl
1069            ! x2p/Makefile.SH
1070 ____________________________________________________________________________
1071 [ 23977] By: rgs                                   on 2005/02/17  18:14:19
1072         Log: Upgrade to PathTools 3.04
1073              (plus tweaks to Cwd and cwd.t to run when building perl)
1074      Branch: perl
1075            + ext/Cwd/ppport.h
1076            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
1077            ! ext/Cwd/t/taint.t ext/Cwd/t/win32.t lib/Cwd.pm
1078            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
1079            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
1080            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
1081            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
1082            ! lib/File/Spec/t/Spec.t lib/File/Spec/t/crossplatform.t
1083            ! lib/File/Spec/t/rel2abs2rel.t
1084 ____________________________________________________________________________
1085 [ 23976] By: rgs                                   on 2005/02/17  17:42:59
1086         Log: Upgrade to Pod::LaTeX 0.58
1087      Branch: perl
1088            ! lib/Pod/LaTeX.pm lib/Pod/t/pod2latex.t
1089 ____________________________________________________________________________
1090 [ 23975] By: rgs                                   on 2005/02/17  15:21:55
1091         Log: Upgrade to Time::HiRes 1.66
1092      Branch: perl
1093            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
1094            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
1095 ____________________________________________________________________________
1096 [ 23974] By: rgs                                   on 2005/02/17  14:57:06
1097         Log: Subject: [perl #31730] [PATCH] IO::File reads garbage from directory filehandles
1098              From: "Steve Peters via RT" <perlbug-followup@perl.org>
1099              Date: 1 Feb 2005 16:24:11 -0000
1100              Message-ID: <rt-3.0.11-31730-107010.1.24399823945417@perl.org>
1101      Branch: perl
1102            ! ext/IO/lib/IO/File.pm
1103 ____________________________________________________________________________
1104 [ 23973] By: rgs                                   on 2005/02/16  13:20:55
1105         Log: Subject: Re: [PATCH] Re: perl winpid?
1106              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1107              Date: Tue, 15 Feb 2005 20:45:13 -0800
1108              Message-ID: <20050216044512.GA2516@efn.org>
1109      Branch: perl
1110            ! ext/B/t/stash.t
1111 ____________________________________________________________________________
1112 [ 23972] By: steveh                                on 2005/02/15  14:47:47
1113         Log: Jan Dubois has taken over maintenance of Win32 stuff from Sarathy
1114      Branch: perl
1115            ! Porting/Maintainers.pl README.win32
1116 ____________________________________________________________________________
1117 [ 23971] By: rgs                                   on 2005/02/15  13:52:15
1118         Log: Fix documentation bug in using Socket's import tags :
1119
1120              Subject: [perl #34141] example in perlbug -f getsockopt incomplete
1121              From: David Dyck (via RT) <perlbug-followup@perl.org>
1122              Date: 15 Feb 2005 07:35:45 -0000
1123              Message-ID: <rt-3.0.11-34141-107730.6.0777451251105@perl.org>
1124      Branch: perl
1125            ! pod/perlfunc.pod
1126 ____________________________________________________________________________
1127 [ 23970] By: steveh                                on 2005/02/15  13:20:40
1128         Log: Fix PERL_MALLOC/DEBUG_MSTATS options in Win32 makefiles
1129
1130              Currently, if USE_IMP_SYS is defined then PERL_MALLOC gets undefined.
1131              We should also undefine DEBUG_MSTATS if PERL_MALLOC is (or has become)
1132              undefined, and we should do all this *before* inspecting DEBUG_MSTATS
1133              to see if we need to add -DPERL_DEBUGGING_MSTATS to BUILDOPT.
1134      Branch: perl
1135            ! win32/Makefile win32/makefile.mk
1136 ____________________________________________________________________________
1137 [ 23969] By: steveh                                on 2005/02/15  11:40:03
1138         Log: Fix definition of DEBUG_MSTATS for Win32 dmake builds
1139      Branch: perl
1140            ! win32/makefile.mk
1141 ____________________________________________________________________________
1142 [ 23968] By: rgs                                   on 2005/02/15  08:29:13
1143         Log: Use strl* functions in doio.c when available
1144              Based on :
1145              Subject: [PATCH] Changes to doio.c to use strlcpy() and strlcat()
1146              From: Steve Peters <steve@fisharerojo.org>
1147              Date: Wed, 1 Dec 2004 19:42:14 -0600
1148              Message-ID: <20041202014214.GA20907@mccoy.peters.homeunix.org>
1149      Branch: perl
1150            ! doio.c
1151 ____________________________________________________________________________
1152 [ 23967] By: mhx                                   on 2005/02/15  04:58:48
1153         Log: Subject: [PATCH] Additional tests for t/op/not.t
1154              From: Steve Peters <steve@fisharerojo.org>
1155              Date: Mon, 14 Feb 2005 19:54:17 -0600
1156              Message-ID: <20050215015417.GA30368@mccoy.peters.homeunix.org>
1157      Branch: perl
1158            ! t/op/not.t
1159 ____________________________________________________________________________
1160 [ 23966] By: rgs                                   on 2005/02/14  21:05:17
1161         Log: Subject: Re: encoding neutral unpack
1162              From: perl5-porters@ton.iguana.be (Ton Hospel)
1163              Date: Sat, 5 Feb 2005 01:34:44 +0000 (UTC)
1164              Message-ID: <cu17rk$k78$1@post.home.lunix>
1165
1166              tweaked to remove the 'not supported on this platform'
1167              error messages
1168      Branch: perl
1169            ! genpacksizetables.pl pp_pack.c t/op/pack.t t/uni/case.pl
1170 ____________________________________________________________________________
1171 [ 23965] By: mhx                                   on 2005/02/14  17:26:02
1172         Log: Regenerate Perl_keyword() to remove superfluous goto statements.
1173      Branch: perl
1174            ! toke.c
1175 ____________________________________________________________________________
1176 [ 23964] By: mhx                                   on 2005/02/14  17:21:29
1177         Log: Require version 0.05 of Devel::Tokenizer::C.
1178      Branch: perl
1179            ! perl_keyword.pl
1180 ____________________________________________________________________________
1181 [ 23963] By: rgs                                   on 2005/02/12  16:26:47
1182         Log: Mac OS Classic vs Mac OS X clarications
1183              by Sherm Pendley
1184      Branch: perl
1185            ! pod/perlfaq3.pod pod/perlmodinstall.pod pod/perlopentut.pod
1186            ! pod/perlrun.pod
1187 ____________________________________________________________________________
1188 [ 23962] By: rgs                                   on 2005/02/12  16:14:56
1189         Log: README.cygwin additions by Reini Urban
1190      Branch: perl
1191            ! README.cygwin
1192 ____________________________________________________________________________
1193 [ 23961] By: merijn                                on 2005/02/11  09:32:50
1194         Log: Subject: Re: [PATCH] Re: perl winpid?
1195              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1196              Date: Thu, 10 Feb 2005 20:04:35 -0800
1197              Message-ID: <20050211040434.GA3824@efn.org>
1198      Branch: perl
1199            + t/lib/cygwin.t
1200            ! MANIFEST README.cygwin cygwin/cygwin.c
1201 ____________________________________________________________________________
1202 [ 23960] By: mhx                                   on 2005/02/10  20:50:31
1203         Log: not() || 1 produces segmentation fault
1204
1205              Fixed by making not() behave like not(0). This is also the
1206              way not() behaved before it started segfaulting in 5.6.0.
1207      Branch: perl
1208            + t/op/not.t
1209            ! MANIFEST perly.act perly.h perly.tab perly.y
1210 ____________________________________________________________________________
1211 [ 23959] By: mhx                                   on 2005/02/10  20:36:13
1212         Log: regen_perly.pl runs fine with bison 2.0.
1213      Branch: perl
1214            ! regen_perly.pl
1215 ____________________________________________________________________________
1216 [ 23958] By: merijn                                on 2005/02/10  15:56:04
1217         Log: 'what' cannot find ccversion if `which cc` is a symlink to ccache
1218              ccversion is important enough to jump through some hoops to get it
1219      Branch: perl
1220            ! hints/hpux.sh
1221 ____________________________________________________________________________
1222 [ 23957] By: merijn                                on 2005/02/10  14:19:51
1223         Log: Swap logic in BEGIN blocks to have Cwd's abs_path do the
1224              translation *before* the chdir (), so it now DTRT
1225      Branch: perl
1226            ! lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
1227            ! lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
1228            ! lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
1229            ! lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
1230            ! lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
1231            ! lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
1232            ! lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
1233 ____________________________________________________________________________
1234 [ 23956] By: rgs                                   on 2005/02/10  10:58:26
1235         Log: Upgrade to Time::Local 1.11
1236      Branch: perl
1237            ! lib/Time/Local.pm lib/Time/Local.t
1238 ____________________________________________________________________________
1239 [ 23955] By: rgs                                   on 2005/02/10  10:51:59
1240         Log: Subject: Re: [PATCH] BigInt mbi_rand.t failings (solved now)
1241              From: Tels <nospam-abuse@bloodgate.com>
1242              Date: Wed, 9 Feb 2005 21:44:22 +0100
1243              Message-Id: <200502092144.24051@bloodgate.com>
1244      Branch: perl
1245            ! lib/Math/BigInt/Calc.pm
1246 ____________________________________________________________________________
1247 [ 23954] By: rgs                                   on 2005/02/09  18:06:39
1248         Log: Add IPC::Run 0.80.
1249
1250              Subject: [PATCH] IPC::Run 0.80 integration (was Re: [RFC] More core integration)
1251              From: "Jos I. Boumans" <kane@xs4all.net>
1252              Date: Fri, 28 Jan 2005 18:32:44 +0100
1253              Message-Id: <9E6ECDBE-7152-11D9-B82E-000A956B0E06@xs4all.net>
1254
1255              with PERL_CORE test premables hacked for better $^X portability
1256              (we hope.)
1257      Branch: perl
1258            + lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
1259            + lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
1260            + lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
1261            + lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
1262            + lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
1263            + lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
1264            + lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
1265            + lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
1266            + lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
1267            + lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
1268            ! MANIFEST
1269 ____________________________________________________________________________
1270 [ 23953] By: rgs                                   on 2005/02/09  09:28:19
1271         Log: Patch for CAN-2004-0452 by Jeroen van Wolffelaar.
1272              The rmtree() function in the perl File::Path module would remove
1273              directories in an insecure manner which could lead to the removal
1274              of arbitrary files and directories via a symlink attack.
1275      Branch: perl
1276            ! lib/File/Path.pm
1277 ____________________________________________________________________________
1278 [ 23952] By: merijn                                on 2005/02/08  16:30:43
1279         Log: IBM Released vac.C version 7, and changed the naming convention (again)
1280              Thanks to Campo for spotting, testing and the fix
1281      Branch: perl
1282            ! hints/aix.sh
1283 ____________________________________________________________________________
1284 [ 23951] By: rgs                                   on 2005/02/08  14:02:56
1285         Log: Subject: [perl #34076] P/p pack formats only recognize literal undef
1286              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
1287              Date: 6 Feb 2005 22:03:20 -0000
1288              Message-ID: <rt-3.0.11-34076-107344.19.3123360602169@perl.org>
1289      Branch: perl
1290            ! pp_pack.c
1291 ____________________________________________________________________________
1292 [ 23950] By: rgs                                   on 2005/02/08  11:09:03
1293         Log: Remove mention of sub-packages in the Symbol manpage.
1294      Branch: perl
1295            ! lib/Symbol.pm
1296 ____________________________________________________________________________
1297 [ 23949] By: rgs                                   on 2005/02/08  10:44:09
1298         Log: Add Module::CoreList in the maintainers list
1299      Branch: perl
1300            ! Porting/Maintainers.pl
1301 ____________________________________________________________________________
1302 [ 23948] By: rgs                                   on 2005/02/08  10:39:21
1303         Log: Fix typo in corelist
1304      Branch: perl
1305            ! lib/Module/CoreList/bin/corelist
1306 ____________________________________________________________________________
1307 [ 23947] By: rgs                                   on 2005/02/08  10:22:22
1308         Log: Add Module::CoreList to bleadperl.
1309
1310              Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration)
1311              From: "Jos I. Boumans" <kane@xs4all.net>
1312              Date: Fri, 28 Jan 2005 17:38:27 +0100
1313              Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net>
1314      Branch: perl
1315            + lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
1316            + lib/Module/CoreList/t/corelist.t utils/corelist.PL
1317            ! MANIFEST installperl utils.lst utils/Makefile
1318 ____________________________________________________________________________
1319 [ 23946] By: rgs                                   on 2005/02/08  09:31:45
1320         Log: Subject: [perl #34062] pack Z0 destroys the character before
1321              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
1322              Date: 5 Feb 2005 18:09:00 -0000
1323              Message-ID: <rt-3.0.11-34062-107199.19.360569328007@perl.org>
1324              (plus a regression test)
1325      Branch: perl
1326            ! pp_pack.c t/op/pack.t
1327 ____________________________________________________________________________
1328 [ 23945] By: rgs                                   on 2005/02/08  09:25:29
1329         Log: A small precision in the docs for overloaded regexp escapes
1330              (see bug #33906)
1331      Branch: perl
1332            ! pod/perlre.pod
1333 ____________________________________________________________________________
1334 [ 23943] By: rgs                                   on 2005/02/06  22:18:48
1335         Log: Avoid evaluating a strlen twice due the new implementation
1336              of New() with PERL_MALLOC_WRAP
1337      Branch: perl
1338            ! util.c
1339 ____________________________________________________________________________
1340 [ 23942] By: nicholas                              on 2005/02/05  22:02:50
1341         Log: Stop lib/h2xs.t failing needlessly if it failed to clear up behind
1342              itself on a previous run.
1343      Branch: perl
1344            ! lib/h2xs.t
1345 ____________________________________________________________________________
1346 [ 23941] By: nicholas                              on 2005/02/05  21:47:35
1347         Log: With mallocwrap New() evaluates its arguments more than once, so they
1348              had better not have any side effects.
1349              :-(
1350      Branch: perl
1351            ! util.c
1352 ____________________________________________________________________________
1353 [ 23935] By: nicholas                              on 2005/02/05  15:05:08
1354         Log: Let's (un)do the timewarp, again.
1355              Attempt to bodge round Makefile sometimes being older than Makefile.PL
1356              Pesky filesystems.
1357      Branch: perl
1358            ! lib/ExtUtils/t/Constant.t
1359 ____________________________________________________________________________
1360 [ 23928] By: rgs                                   on 2005/02/04  10:41:43
1361         Log: Upgrade to Digest 1.10
1362      Branch: perl
1363            + lib/Digest/Changes lib/Digest/file.pm lib/Digest/t/file.t
1364            ! MANIFEST lib/Digest.pm lib/Digest/base.pm
1365 ____________________________________________________________________________
1366 [ 23927] By: mhx                                   on 2005/02/02  21:33:12
1367         Log: Remove 2 unused variables from APItest.xs.
1368      Branch: perl
1369            ! ext/XS/APItest/APItest.xs
1370 ____________________________________________________________________________
1371 [ 23926] By: mhx                                   on 2005/02/02  21:29:40
1372         Log: Upgrade to Devel::PPPort 3.06.
1373      Branch: perl
1374            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
1375            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
1376            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/module3.c
1377            ! ext/Devel/PPPort/parts/inc/exception
1378            ! ext/Devel/PPPort/parts/inc/misc
1379 ____________________________________________________________________________
1380 [ 23925] By: mhx                                   on 2005/02/02  21:26:14
1381         Log: Attempt to fix problems with new exception handling macros.
1382      Branch: perl
1383            + ext/XS/APItest/exception.c
1384            ! MANIFEST XSUB.h ext/XS/APItest/APItest.xs
1385            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
1386            ! pod/perlguts.pod
1387 ____________________________________________________________________________
1388 [ 23924] By: rgs                                   on 2005/02/02  19:50:53
1389         Log: Subject: Re: encoding neutral unpack
1390              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
1391              Date: Sat, 29 Jan 2005 12:54:34 +0000 (UTC)
1392              Message-ID: <ctg12a$j0e$2[at]post.home.lunix>
1393
1394              Counted length prefixes shouldn't change C0/U0 mode
1395              in pack/unpack (plus a regression test)
1396      Branch: perl
1397            ! pp_pack.c t/op/pack.t
1398 ____________________________________________________________________________
1399 [ 23923] By: rgs                                   on 2005/02/02  19:35:47
1400         Log: Subject: Re: encoding neutral unpack
1401              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
1402              Date: Sat, 29 Jan 2005 13:07:38 +0000 (UTC)
1403              Message-ID: <ctg1qq$j0e$3[at]post.home.lunix>
1404
1405              Make U0 and C0 scoped to () pack subtemplates.
1406              (plus a regression test)
1407      Branch: perl
1408            ! pp_pack.c t/op/pack.t
1409 ____________________________________________________________________________
1410 [ 23922] By: rgs                                   on 2005/02/02  19:23:46
1411         Log: Subject: Re: encoding neutral unpack
1412              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
1413              Date: Sat, 29 Jan 2005 13:24:55 +0000 (UTC)
1414              Message-ID: <ctg2r7$j0e$4[at]post.home.lunix>
1415
1416              Ensure that with the C format, unpack checksums
1417              don't get overflowed. (plus a regression test)
1418      Branch: perl
1419            ! pp_pack.c t/op/pack.t
1420 ____________________________________________________________________________
1421 [ 23921] By: davem                                 on 2005/02/02  18:25:00
1422         Log: fix POSIX::strtod error handling documentation
1423      Branch: perl
1424            ! ext/POSIX/POSIX.pod
1425 ____________________________________________________________________________
1426 [ 23920] By: merijn                                on 2005/02/02  13:12:17
1427         Log: Subject: [PATCH pod/perlfunc.pod] POD nit @ sysseek
1428              From: Abigail <abigail@abigail.nl>
1429              Date: Tue, 1 Feb 2005 21:33:14 +0100
1430              Message-ID: <20050201203314.GC335@abigail.nl>
1431      Branch: perl
1432            ! pod/perlfunc.pod
1433 ____________________________________________________________________________
1434 [ 23919] By: merijn                                on 2005/02/02  12:49:46
1435         Log: Picky compilers (e.g. vac on AIX 5.2) do not accept statements
1436              between declarations
1437      Branch: perl
1438            ! ext/Devel/PPPort/PPPort.xs
1439 ____________________________________________________________________________
1440 [ 23917] By: nicholas                              on 2005/02/01  11:46:31
1441         Log: "All" "all?" Who said all? There were 2 more missing gnuk{free,net}bsd
1442              hints files to add to MANIFEST. Sort MANIFEST
1443              while I'm in the area.
1444      Branch: perl
1445            ! MANIFEST
1446 ____________________________________________________________________________
1447 [ 23916] By: rgs                                   on 2005/02/01  10:02:51
1448         Log: Subject: Re: [perl #34010] localtime docs
1449              From: Andy Lester <andy@petdance.com>
1450              Date: Mon, 31 Jan 2005 21:24:29 -0600
1451              Message-ID: <20050201032429.GA29354@petdance.com>
1452      Branch: perl
1453            ! pod/perlfunc.pod
1454 ____________________________________________________________________________
1455 [ 23915] By: rgs                                   on 2005/01/31  23:08:59
1456         Log: Subject: Re: encoding neutral unpack
1457              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
1458              Date: Sat, 29 Jan 2005 12:41:20 +0000 (UTC)
1459              Message-ID: <ctg09g$j0e$1[at]post.home.lunix>
1460
1461              Forgotten character progress while checksumming over partial
1462              b or B format. (plus a regression test)
1463      Branch: perl
1464            ! pp_pack.c t/op/pack.t
1465 ____________________________________________________________________________
1466 [ 23914] By: mhx                                   on 2005/01/31  19:22:41
1467         Log: Make Perl_keyword() another 30% faster.
1468      Branch: perl
1469            ! perl_keyword.pl toke.c
1470 ____________________________________________________________________________
1471 [ 23913] By: mhx                                   on 2005/01/31  18:14:44
1472         Log: Regenerate perlapi.pod.
1473      Branch: perl
1474            ! pod/perlapi.pod
1475 ____________________________________________________________________________
1476 [ 23912] By: mhx                                   on 2005/01/31  18:07:29
1477         Log: Upgrade to Devel::PPPort 3.05.
1478      Branch: perl
1479            + ext/Devel/PPPort/parts/base/5008006
1480            + ext/Devel/PPPort/parts/inc/exception
1481            + ext/Devel/PPPort/parts/todo/5008006
1482            + ext/Devel/PPPort/t/exception.t
1483            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
1484            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/MANIFEST.SKIP
1485            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/Makefile.PL
1486            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
1487            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
1488            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
1489            ! ext/Devel/PPPort/apicheck_c.PL
1490            ! ext/Devel/PPPort/devel/buildperl.pl
1491            ! ext/Devel/PPPort/devel/mkapidoc.sh
1492            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
1493            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
1494            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
1495            ! ext/Devel/PPPort/parts/apicheck.pl
1496            ! ext/Devel/PPPort/parts/base/5004000
1497            ! ext/Devel/PPPort/parts/base/5004050
1498            ! ext/Devel/PPPort/parts/base/5005000
1499            ! ext/Devel/PPPort/parts/base/5006000
1500            ! ext/Devel/PPPort/parts/base/5008001
1501            ! ext/Devel/PPPort/parts/base/5009002
1502            ! ext/Devel/PPPort/parts/embed.fnc
1503            ! ext/Devel/PPPort/parts/inc/MY_CXT
1504            ! ext/Devel/PPPort/parts/inc/SvPV
1505            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
1506            ! ext/Devel/PPPort/parts/inc/format
1507            ! ext/Devel/PPPort/parts/inc/grok
1508            ! ext/Devel/PPPort/parts/inc/limits
1509            ! ext/Devel/PPPort/parts/inc/mPUSH
1510            ! ext/Devel/PPPort/parts/inc/magic
1511            ! ext/Devel/PPPort/parts/inc/misc
1512            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
1513            ! ext/Devel/PPPort/parts/inc/newRV
1514            ! ext/Devel/PPPort/parts/inc/ppphbin
1515            ! ext/Devel/PPPort/parts/inc/ppphdoc
1516            ! ext/Devel/PPPort/parts/inc/ppphtest
1517            ! ext/Devel/PPPort/parts/inc/sv_xpvf
1518            ! ext/Devel/PPPort/parts/inc/threads
1519            ! ext/Devel/PPPort/parts/inc/uv
1520            ! ext/Devel/PPPort/parts/inc/version
1521            ! ext/Devel/PPPort/parts/ppptools.pl
1522            ! ext/Devel/PPPort/parts/todo/5009002
1523            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
1524            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/misc.t
1525            ! ext/Devel/PPPort/typemap
1526 ____________________________________________________________________________
1527 [ 23911] By: mhx                                   on 2005/01/31  18:00:31
1528         Log: Add simple exception handling macros for XS writers.
1529      Branch: perl
1530            + ext/XS/APItest/t/exception.t
1531            ! MANIFEST XSUB.h ext/XS/APItest/APItest.pm
1532            ! ext/XS/APItest/APItest.xs pod/perlguts.pod
1533 ____________________________________________________________________________
1534 [ 23910] By: nicholas                              on 2005/01/31  17:46:03
1535         Log: Add all the missing gnuk{free,net}bsd hints files to MANIFEST
1536      Branch: perl
1537            ! MANIFEST
1538 ____________________________________________________________________________
1539 [ 23909] By: merijn                                on 2005/01/31  11:33:14
1540         Log: Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD
1541              From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org>
1542              Date: 31 Jan 2005 07:37:55 -0000
1543              Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org>
1544      Branch: perl
1545            + ext/DynaLoader/hints/gnukfreebsd.pl
1546            + ext/DynaLoader/hints/gnuknetbsd.pl
1547            + ext/NDBM_File/hints/gnukfreebsd.pl
1548            + ext/NDBM_File/hints/gnuknetbsd.pl
1549            + ext/ODBM_File/hints/gnukfreebsd.pl
1550            + ext/ODBM_File/hints/gnuknetbsd.pl
1551            + ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
1552            + ext/Storable/hints/gnukfreebsd.pl
1553            + ext/Storable/hints/gnuknetbsd.pl hints/gnukfreebsd.sh
1554            + hints/gnuknetbsd.sh
1555            ! Configure
1556 ____________________________________________________________________________
1557 [ 23907] By: rgs                                   on 2005/01/31  11:17:26
1558         Log: Document the changes to PERLIO_DEBUG.
1559      Branch: perl
1560            ! pod/perlrun.pod
1561 ____________________________________________________________________________
1562 [ 23906] By: rgs                                   on 2005/01/31  10:53:14
1563         Log: Really fix the bug [perl #33990].
1564              NB. -DIAMSUID is only set to compile sperl.o.
1565      Branch: perl
1566            ! perlio.c
1567 ____________________________________________________________________________
1568 [ 23905] By: steveh                                on 2005/01/31  10:03:56
1569         Log: Fix test suite hang on Win32 caused by change #23898
1570
1571              ("perl -e sleep 3" does an indefinite sleep!)
1572      Branch: perl
1573            ! t/op/alarm.t
1574 ____________________________________________________________________________
1575 [ 23904] By: rgs                                   on 2005/01/31  08:35:51
1576         Log: Avoid a buffer overflow with threads and PERLIO_DEBUG
1577      Branch: perl
1578            ! perlio.c
1579 ____________________________________________________________________________
1580 [ 23903] By: rgs                                   on 2005/01/31  08:19:10
1581         Log: Don't write to $PERLIO_DEBUG when setuid ([perl #33990])
1582      Branch: perl
1583            ! perlio.c
1584 ____________________________________________________________________________
1585 [ 23900] By: davem                                 on 2005/01/30  17:46:35
1586         Log: minor corrections to comments in perly.y
1587      Branch: perl
1588            ! perly.y
1589 ____________________________________________________________________________
1590 [ 23899] By: rgs                                   on 2005/01/30  14:50:15
1591         Log: Subject: h2hp: 2 fix
1592              From: Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
1593              Date: Fri, 28 Jan 2005 16:53:11 +0100
1594              Message-Id: <200501281653.15708.olivier.thauvin@aerov.jussieu.fr>
1595      Branch: perl
1596            ! utils/h2ph.PL
1597 ____________________________________________________________________________
1598 [ 23898] By: davem                                 on 2005/01/29  16:14:20
1599         Log: chomp() fails after alarm(), `sleep`
1600
1601              PP_backtick's temp altering of PL_rs didn't restore after
1602              an exception
1603      Branch: perl
1604            ! pp_sys.c t/op/alarm.t
1605 ____________________________________________________________________________
1606 [ 23897] By: nicholas                              on 2005/01/28  21:01:04
1607         Log: More consistent names for all the parameter name/declaration methods
1608      Branch: perl
1609            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
1610            ! perl_keyword.pl
1611 ____________________________________________________________________________
1612 [ 23894] By: nicholas                              on 2005/01/28  13:59:40
1613         Log: Calculate the number of tests in one place, so that the skip()s will
1614              always agree with the plan()s
1615      Branch: perl
1616            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
1617 ____________________________________________________________________________
1618 [ 23893] By: rgs                                   on 2005/01/28  08:53:47
1619         Log: Add a reference to books.perl.org.
1620      Branch: perl
1621            ! pod/perlbook.pod
1622 ____________________________________________________________________________
1623 [ 23892] By: nicholas                              on 2005/01/27  19:26:21
1624         Log: Retrieve the flag bit that only 'p' uses, so that it is spare for
1625              future use.
1626      Branch: perl
1627            ! genpacksizetables.pl pp_pack.c
1628 ____________________________________________________________________________
1629 [ 23891] By: rgs                                   on 2005/01/27  18:29:51
1630         Log: Subject: Re: [patch] decrufting OptreeCheck stuff
1631              From: Jim Cromie <jcromie@divsol.com>
1632              Date: Sun, 16 Jan 2005 17:16:00 -0700
1633              Message-ID: <41EB03C0.7030509@divsol.com>
1634              (with minor typos fixed)
1635      Branch: perl
1636            ! ext/B/B/Concise.pm ext/B/t/OptreeCheck.pm ext/B/t/f_map.t
1637            ! ext/B/t/f_sort.t ext/B/t/optree_check.t
1638            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
1639            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
1640            ! ext/B/t/optree_varinit.t
1641 ____________________________________________________________________________
1642 [ 23890] By: rgs                                   on 2005/01/27  17:49:50
1643         Log: Subject: [PATCH] libperl leaks a THREAD_KEY each time it is reloaded
1644              From: Gisle Aas <gisle@ActiveState.com>
1645              Date: 05 Jan 2005 03:21:06 -0800
1646              Message-ID: <lris6cxgt9.fsf@caliper.activestate.com>
1647      Branch: perl
1648            ! perl.c
1649 ____________________________________________________________________________
1650 [ 23889] By: nicholas                              on 2005/01/27  17:29:04
1651         Log: Make the byte order modifers < and > and the sign modifier ! (for
1652              n N v V) conditionally compile. This means that the refactored
1653              pp_pack/pp_unpack code can now be used in maint.
1654      Branch: perl
1655            ! genpacksizetables.pl pp_pack.c
1656 ____________________________________________________________________________
1657 [ 23888] By: nicholas                              on 2005/01/27  16:40:07
1658         Log: Oops. Was forgetting to test n! N! v! V! in pack
1659      Branch: perl
1660            ! t/op/pack.t
1661 ____________________________________________________________________________
1662 [ 23886] By: nicholas                              on 2005/01/27  14:42:28
1663         Log: Check that the warning behaviour on the modifiers !, < and > is as we
1664              expect it for this perl.
1665      Branch: perl
1666            ! t/op/pack.t
1667 ____________________________________________________________________________
1668 [ 23884] By: nicholas                              on 2005/01/27  11:27:12
1669         Log: Make the tests for the endianness modifiers < and >, and the
1670              signnedness modifier ! conditional on perl version. Surprisingly
1671              little change needed.
1672      Branch: perl
1673            ! t/op/pack.t
1674 ____________________________________________________________________________
1675 [ 23883] By: nicholas                              on 2005/01/27  11:12:34
1676         Log: &_q needs to *globally* escape ' and \ in its substitution.
1677      Branch: perl
1678            ! t/test.pl
1679 ____________________________________________________________________________
1680 [ 23882] By: rgs                                   on 2005/01/25  16:53:08
1681         Log: Subject: [PATCH] BigInt mbi_rand.t failings
1682              From: Tels <nospam-abuse@bloodgate.com>
1683              Date: Tue, 25 Jan 2005 18:06:58 +0100
1684              Message-Id: <200501251806.59782@bloodgate.com>
1685      Branch: perl
1686            ! lib/Math/BigInt/Calc.pm
1687 ____________________________________________________________________________
1688 [ 23881] By: rgs                                   on 2005/01/25  16:12:08
1689         Log: Integrate change #23880 in original comment
1690      Branch: perl
1691            ! util.c
1692 ____________________________________________________________________________
1693 [ 23880] By: merijn                                on 2005/01/25  15:41:30
1694         Log: Subject: [PATCH] perlapi.pod has pod errors
1695              From: "Jos I. Boumans" <kane@xs4all.net>
1696              Date: Tue, 25 Jan 2005 16:42:38 +0100
1697              Message-Id: <BDA482F7-6EE7-11D9-8AA7-000A95EF62E2@xs4all.net>
1698      Branch: perl
1699            ! pod/perlapi.pod
1700 ____________________________________________________________________________
1701 [ 23879] By: nicholas                              on 2005/01/24  23:16:04
1702         Log: Correct and update comments (before anyone writes in)
1703              Remove a temporary variable.
1704      Branch: perl
1705            ! lib/ExtUtils/Constant/Base.pm
1706 ____________________________________________________________________________
1707 [ 23878] By: nicholas                              on 2005/01/24  22:10:36
1708         Log: Ooops. It was 190M when I was using 4 bytes per entry for lengths in
1709              the dump file. The newer format is only 135M
1710      Branch: perl
1711            ! toke.c
1712 ____________________________________________________________________________
1713 [ 23877] By: nicholas                              on 2005/01/24  22:06:05
1714         Log: A script to regenerate Perl_keyword()
1715      Branch: perl
1716            + perl_keyword.pl
1717            ! MANIFEST
1718 ____________________________________________________________________________
1719 [ 23876] By: nicholas                              on 2005/01/24  22:05:29
1720         Log: Add weights to ExtUtils::Constant to allow sorting by expected
1721              frequency. This makes the Perl_keyword() replacement 20% faster,
1722              rather than just 12%
1723      Branch: perl
1724            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
1725 ____________________________________________________________________________
1726 [ 23875] By: nicholas                              on 2005/01/24  21:43:52
1727         Log: Replace Perl_keyword() with a version that's 20% faster on typical
1728              input, generated by subclassing ExtUtils::Constant. (Typical input
1729              being about 135M of input from running a lot of perl scripts)
1730      Branch: perl
1731            ! toke.c
1732 ____________________________________________________________________________
1733 [ 23874] By: merijn                                on 2005/01/24  15:10:55
1734         Log: Subject: [PATCH] assorted tempfile clean-up in the test suite
1735              From: "Craig A. Berry" <craigberry@mac.com>
1736              Date: Sun, 23 Jan 2005 14:23:17 -0600
1737              Message-ID: <41F407B5.7020106@mac.com>
1738      Branch: perl
1739            ! lib/Test/Simple/t/reset.t t/io/fs.t t/io/tell.t
1740 ____________________________________________________________________________
1741 [ 23873] By: rgs                                   on 2005/01/24  13:14:21
1742         Log: Revert change 23843.
1743              (See discussion for bug [perl #31924])
1744      Branch: perl
1745            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
1746            ! pp_ctl.c proto.h t/comp/require.t
1747 ____________________________________________________________________________
1748 [ 23872] By: rgs                                   on 2005/01/24  10:27:10
1749         Log: Subject: [perl #33906] Missing \\ in perlre
1750              From: Andrew (via RT) <perlbug-followup@perl.org>
1751              Date: 23 Jan 2005 20:52:51 -0000
1752              Message-ID: <rt-3.0.11-33906-106339.17.5527961922343@perl.org>
1753      Branch: perl
1754            ! pod/perlre.pod
1755 ____________________________________________________________________________
1756 [ 23871] By: rgs                                   on 2005/01/24  10:10:47
1757         Log: Subject: [PATCH] Test::Harness::Straps::_default_inc shell problem
1758              From: "Craig A. Berry" <craigberry@mac.com>
1759              Date: Sun, 23 Jan 2005 13:44:49 -0600
1760              Message-ID: <41F3FEB1.9020102@mac.com>
1761      Branch: perl
1762            ! lib/Test/Harness/Straps.pm
1763 ____________________________________________________________________________
1764 [ 23870] By: rgs                                   on 2005/01/24  09:40:35
1765         Log: Subject: Re: [perl #33892] Add Interix support
1766              From: Todd Vierling <tv@duh.org>
1767              Date: Fri, 21 Jan 2005 15:16:16 -0500 (EST)
1768              Message-ID: <Pine.NEB.4.61.0501211424350.13373@duh.net.dhis.org>
1769      Branch: perl
1770            ! hints/interix.sh
1771 ____________________________________________________________________________
1772 [ 23869] By: davem                                 on 2005/01/23  22:20:10
1773         Log: Subject:  Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
1774              From:  Jarkko Hietaniemi <jhi@iki.fi>
1775              Date:  Sun, 23 Jan 2005 21:25:01 +0200
1776              Message-Id:  <41F3FA0D.4010301@iki.fi>
1777
1778              The uc() memory reduction patch had a memory leak...
1779      Branch: perl
1780            ! pp.c
1781 ____________________________________________________________________________
1782 [ 23868] By: nicholas                              on 2005/01/23  22:06:01
1783         Log: Tidy up 2 comments
1784      Branch: perl
1785            ! regcomp.c
1786 ____________________________________________________________________________
1787 [ 23867] By: nicholas                              on 2005/01/23  22:05:12
1788         Log: Assimilate ExtUtils::Constant 0.16
1789      Branch: perl
1790            + lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/Utils.pm
1791            + lib/ExtUtils/Constant/XS.pm
1792            ! MANIFEST lib/ExtUtils/Constant.pm
1793 ____________________________________________________________________________
1794 [ 23866] By: nicholas                              on 2005/01/23  21:43:17
1795         Log: Slightly terser code in S_regpposixcc (names inside [:*here*:])
1796      Branch: perl
1797            ! regcomp.c
1798 ____________________________________________________________________________
1799 [ 23864] By: nicholas                              on 2005/01/22  22:30:12
1800         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
1801              From: Jarkko Hietaniemi <jhi@iki.fi>
1802              Message-ID: <41F2C427.7020003@iki.fi>
1803              Date: Sat, 22 Jan 2005 23:22:47 +0200
1804      Branch: perl
1805            ! hints/dec_osf.sh
1806 ____________________________________________________________________________
1807 [ 23863] By: davem                                 on 2005/01/22  18:27:58
1808         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
1809              From:  Jarkko Hietaniemi <jhi@iki.fi>
1810              Date:  Sat, 22 Jan 2005 11:33:12 +0200
1811              Message-Id:  <41F21DD8.3050500@iki.fi>
1812
1813              change #23857 miscalculated the SvGROW size
1814      Branch: perl
1815            ! pp.c
1816 ____________________________________________________________________________
1817 [ 23862] By: nicholas                              on 2005/01/22  17:51:13
1818         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
1819              From: Jarkko Hietaniemi <jhi@iki.fi>
1820              Message-ID: <41F2911E.8090204@iki.fi>
1821              Date: Sat, 22 Jan 2005 19:45:02 +0200
1822
1823              (drop optimisation on pp_pack.c for gcc on osf1 to -O1)
1824      Branch: perl
1825            ! hints/dec_osf.sh
1826 ____________________________________________________________________________
1827 [ 23861] By: nicholas                              on 2005/01/22  14:15:58
1828         Log: Update copyright years and add editor blocks
1829      Branch: perl
1830            ! doop.c hv.c utf8.c
1831 ____________________________________________________________________________
1832 [ 23860] By: nicholas                              on 2005/01/22  12:03:00
1833         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
1834              Subject: Re: [PATCH] do not assume quads or long doubles
1835              Message-ID: <41F21B0A.2050301@iki.fi>
1836              Date: Sat, 22 Jan 2005 11:21:14 +0200
1837      Branch: perl
1838            ! pp_pack.c
1839 ____________________________________________________________________________
1840 [ 23858] By: nicholas                              on 2005/01/22  00:39:41
1841         Log: Remove now-unnecessary check. (It's done earlier)
1842      Branch: perl
1843            ! pp_pack.c
1844 ____________________________________________________________________________
1845 [ 23857] By: davem                                 on 2005/01/22  00:17:40
1846         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
1847              From:  Jarkko Hietaniemi <jhi@iki.fi>
1848              Date:  Sat, 22 Jan 2005 00:20:12 +0200
1849              Message-Id:  <41F1801C.3080201@iki.fi>
1850
1851              Make buffer size estimates for utf8 case conversion less maximally
1852              pessimistic
1853      Branch: perl
1854            ! doop.c op.c pp.c pp_pack.c regcomp.c regexec.c sv.c t/op/lc.t
1855            ! toke.c utf8.c utf8.h
1856 ____________________________________________________________________________
1857 [ 23854] By: nicholas                              on 2005/01/21  22:15:43
1858         Log: Shrink a switch() statment by driving the size calculations from the
1859              size table. This requires #ifdef()s in the size table initialiser.
1860              Astoundingly this shaves over 6K of the object size with -Os on OS X.
1861              I was expecting about 1K (due to shrinking a branch table). Mind you,
1862              I'm not going to argue with what I got. :-)
1863      Branch: perl
1864            ! genpacksizetables.pl pp_pack.c
1865 ____________________________________________________________________________
1866 [ 23853] By: nicholas                              on 2005/01/21  16:46:49
1867         Log: Make the length overrun checking and stack extension table driven.
1868              (Shaves about 3k off pp_pack.o)
1869      Branch: perl
1870            + genpacksizetables.pl
1871            ! MANIFEST pp_pack.c
1872 ____________________________________________________________________________
1873 [ 23852] By: rgs                                   on 2005/01/21  16:29:53
1874         Log: Subject: [perl #32503] Fix for Storable module
1875              From: "Steven N. Hirsch" (via RT) <perlbug-followup@perl.org>
1876              Date: 19 Nov 2004 13:06:57 -0000
1877              Message-ID: <rt-3.0.11-32503-100597.6.46123979926323@perl.org>
1878      Branch: perl
1879            ! ext/Storable/Storable.xs
1880 ____________________________________________________________________________
1881 [ 23851] By: rgs                                   on 2005/01/21  15:51:54
1882         Log: Fix spurious warnings emitted by XSLoader via Data::Dumper
1883      Branch: perl
1884            ! ext/Data/Dumper/Dumper.pm
1885 ____________________________________________________________________________
1886 [ 23850] By: nicholas                              on 2005/01/21  15:43:24
1887         Log: Name another pack test
1888      Branch: perl
1889            ! t/op/pack.t
1890 ____________________________________________________________________________
1891 [ 23849] By: rgs                                   on 2005/01/21  15:26:10
1892         Log: Subject: [perl #33892] Add Interix support
1893              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
1894              Date: 21 Jan 2005 14:36:31 -0000
1895              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
1896
1897              (except the Configure chunk)
1898              (and bump version numbers of modules)
1899      Branch: perl
1900            + hints/interix.sh
1901            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm lib/File/Find.pm
1902            ! lib/File/Temp.pm t/io/openpid.t t/op/groups.t
1903 ____________________________________________________________________________
1904 [ 23848] By: merijn                                on 2005/01/21  14:47:31
1905         Log: Subject: [perl #33892] Add Interix support
1906              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
1907              Date: 21 Jan 2005 14:36:31 -0000
1908              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
1909      Branch: perl
1910            ! Configure
1911 ____________________________________________________________________________
1912 [ 23847] By: rgs                                   on 2005/01/21  14:46:38
1913         Log: Upgrade to Test::Harness 2.46
1914      Branch: perl
1915            + lib/Test/Harness/TAP.pod lib/Test/Harness/t/harness.t
1916            + lib/Test/Harness/t/prove-globbing.t
1917            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
1918            ! lib/Test/Harness/Changes lib/Test/Harness/Iterator.pm
1919            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/prove-switches.t
1920            ! lib/Test/Harness/t/strap.t
1921 ____________________________________________________________________________
1922 [ 23845] By: rgs                                   on 2005/01/21  14:09:19
1923         Log: Subject: [perl #32967] [PATCH] Re: More B bugs: svref_2object
1924              From: Stephen McCamant <smcc@OCF.Berkeley.EDU>
1925              Date: Tue, 28 Dec 2004 16:01:49 -0800
1926              Message-ID: <16849.62445.116153.489478@apocalypse.OCF.Berkeley.EDU>
1927      Branch: perl
1928            ! ext/B/B.pm
1929 ____________________________________________________________________________
1930 [ 23844] By: rgs                                   on 2005/01/21  13:49:46
1931         Log: Subject: [Patch] [perl #32446]  close leaves fd open
1932              From: Steffen Ullrich <coyote.frank@gmx.net>
1933              Date: Wed, 01 Dec 2004 15:22:34 +0100
1934              Message-ID: <20041201142236.4273.qmail@lists.develooper.com>
1935      Branch: perl
1936            ! perlio.c
1937 ____________________________________________________________________________
1938 [ 23843] By: rgs                                   on 2005/01/21  13:35:49
1939         Log: Subject: [PATCH bleadperl] Re: [perl #31924] %INC caching failure-case problem
1940              From: Rick Delaney <rick@bort.ca>
1941              Date: Wed, 13 Oct 2004 12:40:18 -0400
1942              Message-ID: <20041013164018.GA32174@biff.bort.ca>
1943      Branch: perl
1944            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
1945            ! pp_ctl.c proto.h t/comp/require.t
1946 ____________________________________________________________________________
1947 [ 23842] By: rgs                                   on 2005/01/21  10:57:48
1948         Log: Subject: Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32
1949              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1950              Date: Mon, 20 Dec 2004 16:08:56 -0800
1951              Message-ID: <20041221000856.GA2924@efn.org>
1952      Branch: perl
1953            ! pp_sys.c t/op/stat.t
1954 ____________________________________________________________________________
1955 [ 23841] By: rgs                                   on 2005/01/21  10:26:17
1956         Log: Subject: [PATCH] doc SVt_PVLV <=> SVt_PVGV change version in B.pm
1957              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1958              Date: Sun, 19 Dec 2004 23:57:56 -0800
1959              Message-ID: <20041220075754.GA800@efn.org>
1960      Branch: perl
1961            ! ext/B/B.pm
1962 ____________________________________________________________________________
1963 [ 23840] By: rgs                                   on 2005/01/20  18:45:55
1964         Log: Subject: [patch] cleanup perlsfio.h
1965              From: Stas Bekman <stas@stason.org>
1966              Date: Thu, 13 Jan 2005 16:14:23 -0500
1967              Message-ID: <41E6E4AF.8070303@stason.org>
1968      Branch: perl
1969            ! perlsfio.h
1970 ____________________________________________________________________________
1971 [ 23839] By: rgs                                   on 2005/01/20  18:33:00
1972         Log: VERSION++
1973      Branch: perl
1974            ! lib/Text/ParseWords.pm
1975 ____________________________________________________________________________
1976 [ 23838] By: rgs                                   on 2005/01/20  18:21:36
1977         Log: Subject: Re: [perl #33173] shellwords.pl and tainting
1978              From: Alexey Tourbin <at@altlinux.ru>
1979              Date: Tue, 28 Dec 2004 22:29:37 +0300
1980              Message-ID: <20041228192937.GB7824@solemn.turbinal.org>
1981      Branch: perl
1982            + lib/Text/ParseWords/taint.t
1983            ! MANIFEST lib/Text/ParseWords.pm lib/shellwords.pl
1984 ____________________________________________________________________________
1985 [ 23836] By: nicholas                              on 2005/01/20  13:21:14
1986         Log: Run regen.pl and pod/buildtoc --build-all
1987      Branch: perl
1988            ! MANIFEST pod/perlapi.pod pod/perltoc.pod
1989 ____________________________________________________________________________
1990 [ 23835] By: nicholas                              on 2005/01/20  13:20:50
1991         Log: A little more determinacy in our sorting
1992      Branch: perl
1993            ! autodoc.pl
1994 ____________________________________________________________________________
1995 [ 23827] By: nicholas                              on 2005/01/19  21:22:30
1996         Log: Make "assertion" attribute code and test conditional
1997      Branch: perl
1998            ! t/op/attrs.t xsutils.c
1999 ____________________________________________________________________________
2000 [ 23824] By: merijn                                on 2005/01/19  18:32:41
2001         Log: Subject: [PATCH] Further follow-up to 23767
2002              From: Robin Barker <Robin.Barker@npl.co.uk>
2003              Date: Wed, 19 Jan 2005 18:30:31 -0000
2004              Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk>
2005      Branch: perl
2006            ! XSUB.h gv.c perl.c perl.h pp_ctl.c sv.c utf8.c
2007 ____________________________________________________________________________
2008 [ 23822] By: rgs                                   on 2005/01/19  17:19:04
2009         Log: Subject: Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enums
2010              From: Noah <sitz@onastick.net>
2011              Date: Wed, 19 Jan 2005 12:33:52 -0500
2012              Message-ID: <20050119173352.GA15592@radu.onastick.net>
2013      Branch: perl
2014            ! utils/h2xs.PL
2015 ____________________________________________________________________________
2016 [ 23821] By: rgs                                   on 2005/01/19  11:30:38
2017         Log: Subject: [PATCH] op/stat.t test 9 failing on recent cygwin snapshots
2018              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2019              Date: Sun, 16 Jan 2005 10:30:45 -0800
2020              Message-ID: <20050116183045.GA2768@efn.org>
2021      Branch: perl
2022            ! t/op/stat.t
2023 ____________________________________________________________________________
2024 [ 23820] By: rgs                                   on 2005/01/19  11:20:10
2025         Log: Subject: [PATCH] Make Data::Dumper work when dynamic extensions are not available
2026              From: "Jos I. Boumans" <kane@xs4all.net>
2027              Date: Tue, 18 Jan 2005 15:12:03 +0100
2028              Message-Id: <ED6BA2C4-695A-11D9-B09C-000A95EF62E2@xs4all.net>
2029      Branch: perl
2030            ! ext/Data/Dumper/Dumper.pm
2031 ____________________________________________________________________________
2032 [ 23819] By: rgs                                   on 2005/01/19  11:15:14
2033         Log: Fix dependencies in ext/B/Makefile.PL
2034              (bug #8254, fix by Alan Burlison)
2035      Branch: perl
2036            ! ext/B/Makefile.PL
2037 ____________________________________________________________________________
2038 [ 23817] By: steveh                                on 2005/01/19  09:33:27
2039         Log: Exclude "Thread" from $Config{extensions}
2040
2041              It is already excluded from $Config{dynamic_ext}, so should not be
2042              in $Config{extensions} either. (Note that Thread is actually still
2043              built, though. This is just for consistency with Unix builds.)
2044      Branch: perl
2045            ! win32/config_sh.PL
2046 ____________________________________________________________________________
2047 [ 23816] By: steveh                                on 2005/01/19  08:55:06
2048         Log: Exclude "Thread" from $Config{dynamic_ext}
2049
2050              This was accidentally broken by change 23757.  It has already been
2051              fixed in maint-5.8 when resolving conflicts during integration of
2052              23757, so this one does NOT need integrating itself!
2053
2054              For more details see:
2055              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-01/msg00477.html
2056      Branch: perl
2057            ! win32/config_sh.PL
2058 ____________________________________________________________________________
2059 [ 23807] By: steveh                                on 2005/01/17  17:55:02
2060         Log: Fix for building with MinGW under Cygwin
2061
2062              Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32)
2063              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2064              Date: Thu, 13 Jan 2005 16:11:36 -0800
2065              Message-ID: <20050114001136.GC2516@efn.org>
2066      Branch: perl
2067            ! ext/Errno/Errno_pm.PL
2068 ____________________________________________________________________________
2069 [ 23806] By: steveh                                on 2005/01/17  16:57:10
2070         Log: Get $Config{ccversion} or $Config{gccversion} filled in on Win32
2071      Branch: perl
2072            ! win32/config_sh.PL
2073 ____________________________________________________________________________
2074 [ 23805] By: nicholas                              on 2005/01/14  19:56:42
2075         Log: Better test diagnostics for the numbers tests.
2076              (Failure diagnostics were always good, but now the tests have names,
2077              which show even when they pass)
2078      Branch: perl
2079            ! t/op/pack.t
2080 ____________________________________________________________________________
2081 [ 23803] By: nicholas                              on 2005/01/14  12:06:31
2082         Log: Correct the editor block to match the perl 5 policy on tabs
2083      Branch: perl
2084            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c scope.c
2085            ! sv.c universal.c
2086 ____________________________________________________________________________
2087 [ 23802] By: nicholas                              on 2005/01/14  10:58:47
2088         Log: Refactor S_regclass to generate slightly smaller object code
2089      Branch: perl
2090            ! regcomp.c
2091 ____________________________________________________________________________
2092 [ 23801] By: nicholas                              on 2005/01/14  10:32:08
2093         Log: A terser way to write the \-ing code in pv_uni_display
2094              Plus drive-by insert of a more correct editor block. (thanks Dave)
2095      Branch: perl
2096            ! utf8.c
2097 ____________________________________________________________________________
2098 [ 23800] By: nicholas                              on 2005/01/14  09:55:16
2099         Log: Improve documentation for sv_catpvf, to note that pattern's UTF-8ness
2100              is taken from the SV's UTF-8ness
2101      Branch: perl
2102            ! pod/perlapi.pod sv.c
2103 ____________________________________________________________________________
2104 [ 23799] By: nicholas                              on 2005/01/14  09:52:51
2105         Log: SvUTF8_off() in do_join can be unconditional.
2106      Branch: perl
2107            ! doop.c
2108 ____________________________________________________________________________
2109 [ 23798] By: nicholas                              on 2005/01/14  09:28:14
2110         Log: sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.
2111      Branch: perl
2112            ! op.c regcomp.c toke.c utf8.c
2113 ____________________________________________________________________________
2114 [ 23797] By: nicholas                              on 2005/01/13  23:13:05
2115         Log: Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv
2116      Branch: perl
2117            ! sv.c
2118 ____________________________________________________________________________
2119 [ 23796] By: nicholas                              on 2005/01/13  23:10:38
2120         Log: sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
2121      Branch: perl
2122            ! utf8.c
2123 ____________________________________________________________________________
2124 [ 23795] By: nicholas                              on 2005/01/13  22:54:10
2125         Log: replace NEWSV(), SvSetSV() with newSVsv()
2126      Branch: perl
2127            ! pp.c pp_hot.c pp_sort.c regexec.c scope.c toke.c
2128 ____________________________________________________________________________
2129 [ 23794] By: nicholas                              on 2005/01/13  22:39:58
2130         Log: Turn the unreachable code into assertions. (So prove me wrong...)
2131      Branch: perl
2132            ! pp_pack.c
2133 ____________________________________________________________________________
2134 [ 23793] By: nicholas                              on 2005/01/13  22:07:20
2135         Log: Source code tidy up - avoid assigning to sv.
2136      Branch: perl
2137            ! pp_pack.c
2138 ____________________________________________________________________________
2139 [ 23792] By: nicholas                              on 2005/01/13  21:54:21
2140         Log: Avoid dogfood problems when an empty string accidentally ends up
2141              as a constant name. [They don't work in qw(), strangely]
2142      Branch: perl
2143            ! lib/ExtUtils/Constant.pm
2144 ____________________________________________________________________________
2145 [ 23791] By: nicholas                              on 2005/01/13  21:44:53
2146         Log: The leaktesting of NEWSV() is long dead, so create and initialise
2147              SV values in one, to simplify source code and shrink object code
2148              by about 1%
2149      Branch: perl
2150            ! pp_pack.c
2151 ____________________________________________________________________________
2152 [ 23790] By: nicholas                              on 2005/01/13  20:55:37
2153         Log: Not a good idea to use unpack "H*" to peek at a scalar's internal
2154              representation.
2155      Branch: perl
2156            ! t/op/join.t
2157 ____________________________________________________________________________
2158 [ 23789] By: nicholas                              on 2005/01/13  14:05:08
2159         Log: Update copyright years. Add an editor block while passing by.
2160      Branch: perl
2161            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
2162            ! universal.c
2163 ____________________________________________________________________________
2164 [ 23788] By: nicholas                              on 2005/01/13  13:50:40
2165         Log: utf.pm needs to require Carp before croak()ing
2166      Branch: perl
2167            ! lib/utf8.pm lib/utf8.t
2168 ____________________________________________________________________________
2169 [ 23787] By: nicholas                              on 2005/01/13  13:21:11
2170         Log: Refactor all the unpack checksum-or-not logic to avoid massive
2171              duplication.
2172      Branch: perl
2173            ! pp_pack.c
2174 ____________________________________________________________________________
2175 [ 23786] By: merijn                                on 2005/01/13  11:28:31
2176         Log: Subject: Re: killing USE_5005THREADS in blead?
2177              From: Stas Bekman <stas@stason.org>
2178              Date: Wed, 12 Jan 2005 16:32:42 -0500
2179              Message-ID: <41E5977A.3060306@stason.org>
2180      Branch: perl
2181            ! perl.c
2182 ____________________________________________________________________________
2183 [ 23785] By: steveh                                on 2005/01/13  10:24:13
2184         Log: Fix Win32 build problem caused by change 23757
2185
2186              Change 23757 added a glob() call to win32/FindExt.pm.  That code is
2187              run by miniperl.exe when making the ..\config.sh target, but
2188              miniperl.exe is built with -D PERL_EXTERNAL_GLOB so it requires
2189              perlglob.exe to do the glob().  perlglob.exe has been built, but is
2190              in the top-level of the source tree so is not found when miniperl.exe
2191              is executed from within the win32/ sub-directory.
2192
2193              This was causing smokes to fail on t/lib/commonsense.t because the
2194              "extensions" field in lib/Config_heavy.pl only contained
2195              "threads/shared" as a result of the glob() not finding anything.
2196
2197              Manual builds had been working fine for me because I had an installed
2198              perl in my PATH so perlglob.exe was being found there instead!
2199      Branch: perl
2200            ! win32/FindExt.pm
2201 ____________________________________________________________________________
2202 [ 23783] By: rgs                                   on 2005/01/12  18:04:17
2203         Log: Subject: [PATCH] follow-up to #23765
2204              From: "Craig A. Berry" <craigberry@mac.com>
2205              Date: Tue, 11 Jan 2005 21:01:27 -0600
2206              Message-ID: <41E49307.7080900@mac.com>
2207      Branch: perl
2208            ! lib/warnings.t
2209 ____________________________________________________________________________
2210 [ 23782] By: nicholas                              on 2005/01/11  19:10:20
2211         Log: Fix bug 32294 - index()/rindex() ignore UTF8 flag
2212              (for cases of mixed UTF8/bytes)
2213              Test code based on bug report by John Gardiner Myers
2214      Branch: perl
2215            ! pp.c t/op/index.t
2216 ____________________________________________________________________________
2217 [ 23781] By: rgs                                   on 2005/01/11  17:04:24
2218         Log: Subject: [PATCH] follow-up to 23767
2219              From: Robin Barker <Robin.Barker@npl.co.uk>
2220              Date: Tue, 11 Jan 2005 15:48:49 -0000
2221              Message-ID: <533D273D4014D411AB1D00062938C4D90849C56A@hotel.npl.co.uk>
2222      Branch: perl
2223            ! Porting/pumpkin.pod sv.c
2224 ____________________________________________________________________________
2225 [ 23780] By: mhx                                   on 2005/01/10  19:25:27
2226         Log: Remove PERL_FLEXIBLE_EXCEPTIONS code.
2227      Branch: perl
2228            ! embed.fnc embed.h embedvar.h global.sym makedef.pl perl.c
2229            ! perl.h perlapi.h pod/perlapi.pod pod/perlintern.pod pp_ctl.c
2230            ! proto.h scope.c scope.h sv.c thrdvar.h
2231 ____________________________________________________________________________
2232 [ 23779] By: nicholas                              on 2005/01/10  17:07:03
2233         Log: Subject: [PATCH] t/op/split.t #11 nit on VMS
2234              From: "Craig A. Berry" <craigberry@mac.com>
2235              Message-ID: <41E1C261.5020100@mac.com>
2236              Date: Sun, 09 Jan 2005 17:46:41 -0600
2237      Branch: perl
2238            ! t/op/split.t
2239 ____________________________________________________________________________
2240 [ 23778] By: steveh                                on 2005/01/10  11:53:10
2241         Log: Need to close files before unlinking them on Win32
2242
2243              (Various files created by test programs are left behind otherwise,
2244              and distclean doesn't clean them up)
2245      Branch: perl
2246            ! lib/FileCache/t/01open.t lib/FileCache/t/04twoarg.t
2247            ! lib/FileCache/t/07noimport.t t/op/read.t
2248 ____________________________________________________________________________
2249 [ 23777] By: steveh                                on 2005/01/10  10:28:00
2250         Log: Make Win32's distclean target clean up properly
2251      Branch: perl
2252            ! win32/Makefile win32/makefile.mk
2253 ____________________________________________________________________________
2254 [ 23776] By: steveh                                on 2005/01/10  09:45:50
2255         Log: Get $Config{osvers} filled in on Win32
2256      Branch: perl
2257            ! win32/config_sh.PL
2258 ____________________________________________________________________________
2259 [ 23775] By: merijn                                on 2005/01/10  08:54:00
2260         Log: Subject: [PATCH] follow-up to #23748, -Duselargefiles on VMS
2261              Date: Sun, 09 Jan 2005 17:52:09 -0600
2262              From: "Craig A. Berry" <craigberry@mac.com>
2263              Message-ID: <41E1C3A9.9080900@mac.com>
2264      Branch: perl
2265            ! configure.com
2266 ____________________________________________________________________________
2267 [ 23774] By: nicholas                              on 2005/01/09  23:42:25
2268         Log: Shorter source code in pp_gelem. (But it compiles to the same size)
2269      Branch: perl
2270            ! pp.c
2271 ____________________________________________________________________________
2272 [ 23773] By: nicholas                              on 2005/01/09  21:50:28
2273         Log: If we know the length of the string constant, save a strlen()
2274      Branch: perl
2275            ! perl.c pp_sys.c
2276 ____________________________________________________________________________
2277 [ 23772] By: nicholas                              on 2005/01/09  21:26:40
2278         Log: savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to
2279              strlen(). Add savesvpv(sv), which gets the length from the SV,
2280              and returns a copy of its PV.
2281      Branch: perl
2282            ! embed.fnc embed.h global.sym mg.c pp_sys.c proto.h regcomp.c
2283            ! universal.c util.c
2284 ____________________________________________________________________________
2285 [ 23771] By: nicholas                              on 2005/01/09  19:42:30
2286         Log: Can pass in a length here without introducing a bug. Might save
2287              a strlen()
2288      Branch: perl
2289            ! toke.c
2290 ____________________________________________________________________________
2291 [ 23770] By: nicholas                              on 2005/01/09  15:05:33
2292         Log: Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8)
2293              as I think that it will be needed for utf8 soft references.
2294      Branch: perl
2295            ! toke.c
2296 ____________________________________________________________________________
2297 [ 23769] By: steveh                                on 2005/01/07  17:25:35
2298         Log: Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default
2299              and force PERL_MALLOC off if USE_IMP_SYS is on
2300
2301              This brings makefile.mk into line with Makefile in this regard
2302
2303              (PERL_MALLOC cannot currently be used with USE_IMP_SYS, e.g. see:
2304              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-07/msg00465.html
2305              so it is sensible to enforce this, and to not have the default set
2306              to a configuration that isn't allowed)
2307      Branch: perl
2308            ! win32/makefile.mk
2309 ____________________________________________________________________________
2310 [ 23768] By: rgs                                   on 2005/01/07  14:30:51
2311         Log: Subject: Re: [PATCH] Remove Carp from warnings.pm
2312              From: Jim Cromie <jim.cromie@gmail.com>
2313              Date: Mon, 3 Jan 2005 06:36:16 -0700
2314              Message-ID: <cfe85dfa05010305367445dee6@mail.gmail.com>
2315      Branch: perl
2316            + lib/vars_carp.t
2317            ! MANIFEST ext/B/t/optree_specials.t ext/B/t/stash.t lib/Carp.pm
2318            ! lib/English.pm lib/Exporter.pm lib/Exporter.t
2319            ! lib/Exporter/Heavy.pm lib/warnings.pm warnings.pl
2320 ____________________________________________________________________________
2321 [ 23767] By: rgs                                   on 2005/01/07  13:41:47
2322         Log: Subject: [PATCH] to improve -DCHECK_FORMAT
2323              From: Robin Barker <Robin.Barker@npl.co.uk>
2324              Date: Wed, 5 Jan 2005 11:55:09 -0000
2325              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55A@hotel.npl.co.uk>
2326      Branch: perl
2327            ! mg.c perl.h pp.h pp_sys.c sv.c
2328 ____________________________________________________________________________
2329 [ 23766] By: nicholas                              on 2005/01/07  12:46:07
2330         Log: Stage 1 of utf8 support for soft references.
2331              Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags
2332              Add gv_fetchsv to look up a GV by SV rather than a char * pointer
2333              Provide a backwards compatability gv_fetchpv
2334              Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing
2335              the pointer from an SV
2336              All tests still pass.
2337      Branch: perl
2338            ! embed.fnc embed.h global.sym gv.c gv.h mg.c op.c perl.h pp.c
2339            ! pp_hot.c pp_sys.c proto.h sv.c sv.h toke.c universal.c
2340 ____________________________________________________________________________
2341 [ 23765] By: nicholas                              on 2005/01/07  11:23:48
2342         Log: Subject: [PATCH] make lib/warnings.t use t/test.pl
2343              From: "Craig A. Berry" <craigberry@mac.com>
2344              Message-ID: <41DDCA71.1080704@mac.com>
2345              Date: Thu, 06 Jan 2005 17:32:01 -0600
2346      Branch: perl
2347            ! lib/warnings.t
2348 ____________________________________________________________________________
2349 [ 23764] By: steveh                                on 2005/01/07  08:35:29
2350         Log: Fix win32/config.*'s cc, ld and other related values
2351
2352              cc and ld themselves always get replaced with correct values anyway
2353              so we just provide example values as per other similar settings
2354
2355              Other related values (ccname, cpp, cpprun, cppstdin) need to use the
2356              correct ~keyword~, namely ~cc~, not ~CC~, otherwise they do not get set
2357
2358              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
2359              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2360              Date: Wed, 5 Jan 2005 10:01:41 -0800
2361              Message-ID: <20050105180141.GA676@efn.org>
2362
2363              Subject: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32
2364              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2365              Date: Thu, 6 Jan 2005 11:53:11 -0800
2366              Message-ID: <20050106195311.GC1300@efn.org>
2367      Branch: perl
2368            ! win32/config.bc win32/config.gc win32/config.vc
2369            ! win32/config.vc64
2370 ____________________________________________________________________________
2371 [ 23763] By: nicholas                              on 2005/01/06  17:42:59
2372         Log: Add TODO tests for UTF8 encoded soft references
2373      Branch: perl
2374            ! t/op/ref.t
2375 ____________________________________________________________________________
2376 [ 23762] By: steveh                                on 2005/01/06  16:50:10
2377         Log: Allow static linking core extensions on Win32 with MinGW
2378
2379              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
2380              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2381              Date: Wed, 5 Jan 2005 10:01:41 -0800
2382              Message-ID: <20050105180141.GA676@efn.org>
2383      Branch: perl
2384            ! win32/buildext.pl win32/makefile.mk
2385 ____________________________________________________________________________
2386 [ 23761] By: rgs                                   on 2005/01/06  15:49:39
2387         Log: Silence a compilation warning
2388      Branch: perl
2389            ! pp_sort.c
2390 ____________________________________________________________________________
2391 [ 23760] By: nicholas                              on 2005/01/06  14:59:17
2392         Log: Turn barewords into strings to run under strict subs.
2393              Run under strict refs outside the soft reference tests.
2394      Branch: perl
2395            ! t/op/ref.t
2396 ____________________________________________________________________________
2397 [ 23759] By: nicholas                              on 2005/01/06  14:34:24
2398         Log: All tests now use test.pl
2399      Branch: perl
2400            ! t/op/ref.t
2401 ____________________________________________________________________________
2402 [ 23758] By: nicholas                              on 2005/01/06  11:44:08
2403         Log: Start converting t/op/ref.t to use test.pl
2404      Branch: perl
2405            ! t/op/ref.t
2406 ____________________________________________________________________________
2407 [ 23757] By: steveh                                on 2005/01/06  11:26:12
2408         Log: Fix extensions config fields on Win32 to be as they are on Unix
2409
2410              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
2411              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2412              Date: Wed, 5 Jan 2005 10:01:41 -0800
2413              Message-ID: <20050105180141.GA676@efn.org>
2414      Branch: perl
2415            ! win32/FindExt.pm win32/config_sh.PL
2416 ____________________________________________________________________________
2417 [ 23756] By: nicholas                              on 2005/01/05  21:58:15
2418         Log: Correct a Greengrocer's apostrophe.
2419      Branch: perl
2420            ! ext/DynaLoader/dl_dyld.xs
2421 ____________________________________________________________________________
2422 [ 23755] By: nicholas                              on 2005/01/05  21:36:26
2423         Log: Foolishly I committed change 23753 before remembering to test without
2424              ithreads. No tests => bugs. This should fix them.
2425      Branch: perl
2426            ! perl.c
2427 ____________________________________________________________________________
2428 [ 23754] By: nicholas                              on 2005/01/05  20:14:02
2429         Log: Error-free constant folding is a TODO
2430      Branch: perl
2431            ! pod/perltodo.pod
2432 ____________________________________________________________________________
2433 [ 23753] By: nicholas                              on 2005/01/05  19:44:28
2434         Log: Turn INIT_TLS_AND_INTERP into a static function
2435      Branch: perl
2436            ! perl.c
2437 ____________________________________________________________________________
2438 [ 23752] By: nicholas                              on 2005/01/05  16:27:19
2439         Log: Shave off the explict 1; from the end of lib/Config.pm
2440      Branch: perl
2441            ! configpm
2442 ____________________________________________________________________________
2443 [ 23751] By: rgs                                   on 2005/01/05  13:31:51
2444         Log: Subject: [PATCH] unnecessary rmdir in Makefile
2445              From: Robin Barker <Robin.Barker@npl.co.uk>
2446              Date: Wed, 5 Jan 2005 11:58:54 -0000
2447              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk>
2448      Branch: perl
2449            ! Makefile.SH
2450 ____________________________________________________________________________
2451 [ 23750] By: merijn                                on 2005/01/05  11:44:11
2452         Log: Subject: [PATCH] gcc and ld in Configure
2453              From: Robin Barker <Robin.Barker@npl.co.uk>
2454              Date: Wed, 5 Jan 2005 12:04:25 -0000
2455              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55D@hotel.npl.co.uk>
2456      Branch: perl
2457            ! hints/solaris_2.sh
2458 ____________________________________________________________________________
2459 [ 23749] By: nicholas                              on 2005/01/05  11:25:29
2460         Log: Subject: [PATCH] Avoid segfault when pthread_key_create fails
2461              From: Gisle Aas <gisle@ActiveState.com>
2462              Date: 05 Jan 2005 01:09:51 -0800
2463              Message-ID: <lracroz1gg.fsf@caliper.activestate.com>
2464      Branch: perl
2465            ! thread.h
2466 ____________________________________________________________________________
2467 [ 23748] By: nicholas                              on 2005/01/05  10:44:59
2468         Log: Subject: [PATCH] -Duselargefiles for VMS
2469              From: "Craig A. Berry" <craigberry@mac.com>
2470              Message-ID: <41DB63A6.7040504@mac.com>
2471              Date: Tue, 04 Jan 2005 21:48:54 -0600
2472      Branch: perl
2473            ! configure.com vms/descrip_mms.template vms/vmsish.h
2474 ____________________________________________________________________________
2475 [ 23747] By: nicholas                              on 2005/01/05  10:10:14
2476         Log: Rafael spotted that my changes caused warnings. So clean up.
2477      Branch: perl
2478            ! t/op/attrs.t
2479 ____________________________________________________________________________
2480 [ 23746] By: nicholas                              on 2005/01/04  23:07:25
2481         Log: Update copyright years.
2482      Branch: perl
2483            ! mg.c miniperlmain.c op.c perlio.c xsutils.c
2484 ____________________________________________________________________________
2485 [ 23745] By: nicholas                              on 2005/01/04  19:32:01
2486         Log: Make the switch statement discriminate similar names more
2487              efficiently.
2488      Branch: perl
2489            ! xsutils.c
2490 ____________________________________________________________________________
2491 [ 23744] By: nicholas                              on 2005/01/04  16:20:43
2492         Log: Check all attributes in modify_SV_attributes are recognised.
2493              Fix bug where 'assertion' was always rejected as invalid.
2494      Branch: perl
2495            ! t/op/attrs.t xsutils.c
2496 ____________________________________________________________________________
2497 [ 23743] By: nicholas                              on 2005/01/04  12:46:56
2498         Log: Use the new ${^UTF8LOCALE} to make the test reliable.
2499      Branch: perl
2500            ! t/io/layers.t
2501 ____________________________________________________________________________
2502 [ 23742] By: merijn                                on 2005/01/04  12:38:03
2503         Log: Subject: [PATCH pod/perlxs.pod] RE: [perl #32660] INT2PTR not mentioned in perlxs(1)
2504              From: Robin Barker <Robin.Barker@npl.co.uk>
2505              Date: Tue, 4 Jan 2005 12:32:29 -0000
2506              Message-ID: <533D273D4014D411AB1D00062938C4D90849C553@hotel.npl.co.uk>
2507      Branch: perl
2508            ! pod/perlxs.pod
2509 ____________________________________________________________________________
2510 [ 23741] By: nicholas                              on 2005/01/04  11:27:57
2511         Log: Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale
2512      Branch: perl
2513            ! gv.c mg.c
2514 ____________________________________________________________________________
2515 [ 23740] By: steveh                                on 2005/01/04  10:56:55
2516         Log: Bring win32/config.* into line with win32/config_H.*
2517              so that "perl -V:usemallocwrap" tells us what the configuration is
2518              instead of saying 'UNKNOWN'.
2519      Branch: perl
2520            ! win32/config.bc win32/config.gc win32/config.vc
2521            ! win32/config.vc64
2522 ____________________________________________________________________________
2523 [ 23739] By: rgs                                   on 2005/01/04  08:36:50
2524         Log: Subject: [PATCH] Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16
2525              From: Tels <nospam-abuse@bloodgate.com>
2526              Date: Sat, 1 Jan 2005 18:59:51 +0100
2527              Message-Id: <200501011859.52858@bloodgate.com>
2528      Branch: perl
2529            + lib/Math/BigInt/t/lib_load.t lib/bignum/t/ratopt_a.t
2530            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2531            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
2532            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
2533            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
2534            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
2535            ! lib/Math/BigInt/t/inf_nan.t lib/Math/BigInt/t/sub_mbf.t
2536            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
2537            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
2538            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
2539            ! lib/Math/BigRat/t/bigratpm.t lib/bigint.pm lib/bignum.pm
2540            ! lib/bignum/t/option_a.t lib/bignum/t/option_l.t
2541            ! lib/bignum/t/option_p.t lib/bigrat.pm
2542            ! t/lib/Math/BigFloat/Subclass.pm
2543 ____________________________________________________________________________
2544 [ 23738] By: rgs                                   on 2005/01/04  08:05:16
2545         Log: Happy new year
2546      Branch: perl
2547            ! README
2548 ____________________________________________________________________________
2549 [ 23736] By: nicholas                              on 2005/01/03  21:17:28
2550         Log: Return an immortal from attributes::_warn_reserved (a private
2551              function). (saves creating a new IV)
2552      Branch: perl
2553            ! xsutils.c
2554 ____________________________________________________________________________
2555 [ 23735] By: nicholas                              on 2005/01/03  20:58:09
2556         Log: Change dXSTARGET to dXSTARG as recommended by Spider Boardman.
2557      Branch: perl
2558            ! xsutils.c
2559 ____________________________________________________________________________
2560 [ 23733] By: nicholas                              on 2005/01/03  18:54:22
2561         Log: D'oh! Spurious aTHX_. Here was I thinking that my test build was
2562              threaded, but "oh no it isn't!" :-(
2563      Branch: perl
2564            ! toke.c
2565 ____________________________________________________________________________
2566 [ 23732] By: rgs                                   on 2005/01/03  17:24:24
2567         Log: Integrate a patch from Gentoo for uclibc support.
2568              See :
2569              Subject: Re: Static linking notes --- perl5.8.6 and uClibc
2570              From: Alexey Tourbin <at@altlinux.ru>
2571              Date: Tue, 28 Dec 2004 14:25:42 +0300
2572              Message-ID: <20041228112542.GB21037@solemn.turbinal.org>
2573      Branch: perl
2574            ! perlio.c
2575 ____________________________________________________________________________
2576 [ 23731] By: nicholas                              on 2005/01/02  23:18:07
2577         Log: Remove compiler warnings.
2578      Branch: perl
2579            ! toke.c
2580 ____________________________________________________________________________
2581 [ 23730] By: nicholas                              on 2005/01/02  22:49:49
2582         Log: Change 23727 broke code that relied on \ being escaped.
2583              Fix this. *Everything* should work now.
2584      Branch: perl
2585            + t/run/switchF1.t
2586            ! MANIFEST toke.c
2587 ____________________________________________________________________________
2588 [ 23729] By: nicholas                              on 2005/01/02  07:46:12
2589         Log: Splitting the -n/-p code and concatenating strings generates
2590              smaller object code.
2591      Branch: perl
2592            ! toke.c
2593 ____________________________________________________________________________
2594 [ 23728] By: nicholas                              on 2005/01/01  21:34:52
2595         Log: Concatenate some string constants
2596      Branch: perl
2597            ! toke.c
2598 ____________________________________________________________________________
2599 [ 23727] By: nicholas                              on 2005/01/01  21:13:53
2600         Log: Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save a
2601              lot of quoting code
2602      Branch: perl
2603            ! toke.c
2604 ____________________________________________________________________________
2605 [ 23726] By: nicholas                              on 2005/01/01  20:48:31
2606         Log: Probably should be using *pvn rather than *pv forms for speed in
2607              toke.c (to save a strlen())
2608      Branch: perl
2609            ! toke.c
2610 ____________________________________________________________________________
2611 [ 23725] By: nicholas                              on 2005/01/01  20:26:27
2612         Log: strEQ/strNE of 1 character strings seems better hand inlined,
2613              because it generates smaller object code (as well as being
2614              faster than a true function call)
2615      Branch: perl
2616            ! doio.c locale.c op.c perl.c pp.c toke.c util.c
2617 ____________________________________________________________________________
2618 [ 23724] By: nicholas                              on 2005/01/01  17:15:58
2619         Log: Not all the world's a VAX, er ASCII, so don't make assumptions.
2620              Tweak is_gv_magical's string comparisons to produce smaller object
2621              code.
2622              First 2005 copyright notice.
2623      Branch: perl
2624            ! gv.c
2625 ____________________________________________________________________________
2626 [ 23723] By: nicholas                              on 2005/01/01  13:54:33
2627         Log: Change 23714 accidentally broke t/io/layers.t when testing with
2628              UTF8 locales and the -C flag. When UTF8 is flagged as enabled
2629              based on the locale, we have no perl space access to PL_utf8locale
2630              so assume for the moment that UTF8 is never conditionally enabled.
2631      Branch: perl
2632            ! t/io/layers.t
2633 ____________________________________________________________________________
2634 [ 23722] By: nicholas                              on 2004/12/31  23:04:47
2635         Log: Skip the switch statement entirely if the pointer is null, rather
2636              than the old pointless switch on '\0'. Also skip re-comparing the
2637              first character. Faster, and generates terser object code.
2638      Branch: perl
2639            ! pp.c
2640 ____________________________________________________________________________
2641 [ 23721] By: nicholas                              on 2004/12/31  22:46:25
2642         Log: Doing the strnEQ char by char for 2 and 3 character strings
2643              generates a smaller object file, and will be faster.
2644      Branch: perl
2645            ! doio.c
2646 ____________________________________________________________________________
2647 [ 23720] By: nicholas                              on 2004/12/31  21:41:25
2648         Log: Improve documentation for is_gv_magical, and split the switch
2649              statement into 2 parts, lengths > 1 and lengths <= 1
2650              This should cause most variables (lower case, multicharacter)
2651              to escape the function without passing through a switch table.
2652      Branch: perl
2653            ! gv.c
2654 ____________________________________________________________________________
2655 [ 23719] By: nicholas                              on 2004/12/31  21:02:59
2656         Log: Because name is always NUL terminated we can incorporate length
2657              0 names in the switch statement for length 1.
2658      Branch: perl
2659            ! gv.c
2660 ____________________________________________________________________________
2661 [ 23718] By: nicholas                              on 2004/12/31  20:25:52
2662         Log: Generate smaller object code by using a single switch statement
2663              for determining which names are forced into main::
2664      Branch: perl
2665            ! gv.c
2666 ____________________________________________________________________________
2667 [ 23717] By: nicholas                              on 2004/12/31  18:31:18
2668         Log: Tidy up comments in change 23716
2669      Branch: perl
2670            ! gv.c
2671 ____________________________________________________________________________
2672 [ 23716] By: nicholas                              on 2004/12/31  18:22:54
2673         Log: Refactor gv_fetchpv so that the overwhelmingly common case
2674              (variable names starting with a lower case letter or _, longer
2675              than one character) get out of the function very quickly.
2676              (Without even passing through a switch statement jump table)
2677              Also fixes bug 33631
2678      Branch: perl
2679            ! gv.c
2680 ____________________________________________________________________________
2681 [ 23715] By: nicholas                              on 2004/12/31  15:43:07
2682         Log: Subject: [PATCH] randbits and randfunc for VMS
2683              From: "Craig A. Berry" <craigberry@mac.com>
2684              Message-ID: <41D570BF.8010409@mac.com>
2685              Date: Fri, 31 Dec 2004 09:31:11 -0600
2686      Branch: perl
2687            ! configure.com
2688 ____________________________________________________________________________
2689 [ 23714] By: nicholas                              on 2004/12/31  13:14:18
2690         Log: Bug in t/io/layers.t spotted by Ignasi Roca Carrió
2691      Branch: perl
2692            ! AUTHORS t/io/layers.t
2693 ____________________________________________________________________________
2694 [ 23712] By: mhx                                   on 2004/12/30  18:29:02
2695         Log: Mention ppport.h and its --api-info switch in perlguts.
2696      Branch: perl
2697            ! pod/perlguts.pod
2698 ____________________________________________________________________________
2699 [ 23711] By: merijn                                on 2004/12/30  13:10:20
2700         Log: Subject: [PATCH] Allow Configure's d_attribut to be set from the command line
2701              From: Gisle Aas <gisle@ActiveState.com>
2702              Date: 30 Dec 2004 03:39:36 -0800
2703              Message-ID: <lrllbgypzb.fsf@caliper.activestate.com>
2704      Branch: perl
2705            ! Configure
2706 ____________________________________________________________________________
2707 [ 23708] By: nicholas                              on 2004/12/29  21:41:04
2708         Log: Thinko in the description of Config::Extensions
2709      Branch: perl
2710            ! MANIFEST
2711 ____________________________________________________________________________
2712 [ 23707] By: nicholas                              on 2004/12/29  21:25:29
2713         Log: Experimental module intended to simplify core regression tests
2714      Branch: perl
2715            + lib/Config/Extensions.pm lib/Config/Extensions.t
2716            ! MANIFEST
2717 ____________________________________________________________________________
2718 [ 23706] By: nicholas                              on 2004/12/29  21:24:30
2719         Log: Skip tests that binmode :utf8 if there is no perlio
2720      Branch: perl
2721            ! t/op/read.t
2722 ____________________________________________________________________________
2723 [ 23705] By: nicholas                              on 2004/12/29  21:04:43
2724         Log: Ooops. Fix unitialised variable
2725      Branch: perl
2726            ! pp_sys.c
2727 ____________________________________________________________________________
2728 [ 23704] By: nicholas                              on 2004/12/29  19:47:12
2729         Log: Oops. Forgot to uncomment the last set of Unicode values for
2730              testing.
2731      Branch: perl
2732            ! t/op/read.t
2733 ____________________________________________________________________________
2734 [ 23703] By: nicholas                              on 2004/12/29  19:00:12
2735         Log: read (and presuambly sysread) would expose the UTF8 internals when
2736              reading from a byte orientated file handle into a UTF8 scalar.
2737      Branch: perl
2738            ! pp_sys.c t/op/read.t
2739 ____________________________________________________________________________
2740 [ 23702] By: nicholas                              on 2004/12/29  17:20:29
2741         Log: Add a lot of tests for combinations of values, offsets and lengths
2742      Branch: perl
2743            ! t/op/read.t
2744 ____________________________________________________________________________
2745 [ 23701] By: nicholas                              on 2004/12/29  16:28:58
2746         Log: Convert op/read.t to use test.pl and make it stricture compliant.
2747      Branch: perl
2748            ! t/op/read.t
2749 ____________________________________________________________________________
2750 [ 23700] By: mhx                                   on 2004/12/29  13:46:36
2751         Log: Upgrade to Devel::PPPort 3.04
2752      Branch: perl
2753            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
2754            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
2755            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV
2756            ! ext/Devel/PPPort/parts/inc/ppphbin
2757            ! ext/Devel/PPPort/parts/inc/ppphdoc
2758            ! ext/Devel/PPPort/parts/inc/ppphtest
2759 ____________________________________________________________________________
2760 [ 23696] By: merijn                                on 2004/12/29  12:41:14
2761         Log: Rebuilt after backport start for 23674, 23675, and 23676
2762      Branch: perl
2763            ! Configure
2764 ____________________________________________________________________________
2765 [ 23691] By: merijn                                on 2004/12/29  11:57:57
2766         Log: Subject: [PATCH] Cleanup ext/B tests for -w and to run separately
2767              Date: Tue, 28 Dec 2004 13:49:19 -0800
2768              From: Stephen McCamant <smcc@MIT.EDU>
2769              Message-ID: <16849.54495.424654.896889@apocalypse.OCF.Berkeley.EDU>
2770      Branch: perl
2771            ! ext/B/B/Terse.pm ext/B/t/asmdata.t ext/B/t/b.t
2772            ! ext/B/t/bblock.t ext/B/t/bytecode.t ext/B/t/concise.t
2773            ! ext/B/t/debug.t ext/B/t/deparse.t ext/B/t/f_map.t
2774            ! ext/B/t/f_sort.t ext/B/t/lint.t ext/B/t/o.t
2775            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
2776            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
2777            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
2778            ! ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
2779            ! ext/B/t/xref.t
2780 ____________________________________________________________________________
2781 [ 23688] By: nicholas                              on 2004/12/28  10:25:28
2782         Log: Make Config.t warnings and strictures clean
2783      Branch: perl
2784            ! lib/Config.t
2785 ____________________________________________________________________________
2786 [ 23683] By: nicholas                              on 2004/12/27  16:03:59
2787         Log: Subject: [patch sv.c] comment fix
2788              From: Stas Bekman <stas@stason.org>
2789              Message-ID: <41CF50FE.5070307@stason.org>
2790              Date: Sun, 26 Dec 2004 19:02:06 -0500
2791      Branch: perl
2792            ! sv.c
2793 ____________________________________________________________________________
2794 [ 23682] By: nicholas                              on 2004/12/27  15:48:24
2795         Log: Add investigating self tie segfaults to the TODO
2796      Branch: perl
2797            ! pod/perltodo.pod
2798 ____________________________________________________________________________
2799 [ 23681] By: rgs                                   on 2004/12/24  13:51:59
2800         Log: Subject: [perl #33173] shellwords.pl and tainting
2801              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
2802              Date: 24 Dec 2004 00:14:19 -0000
2803              Message-ID: <rt-3.0.11-33173-103504.3.54366755060383@perl.org>
2804      Branch: perl
2805            ! lib/shellwords.pl
2806 ____________________________________________________________________________
2807 [ 23680] By: rgs                                   on 2004/12/24  13:42:08
2808         Log: Subject: Missign STATEMENT brackets in PUSHMARK
2809              From: perl5-porters@ton.iguana.be (Ton Hospel)
2810              Date: Thu, 23 Dec 2004 17:55:13 +0000 (UTC)
2811              Message-Id: <cqf0q1$9cc$1@post.home.lunix>
2812      Branch: perl
2813            ! pp.h
2814 ____________________________________________________________________________
2815 [ 23679] By: nicholas                              on 2004/12/24  10:33:32
2816         Log: Don't do the ... expansion on archlib, sitelib etc, given that
2817              everyone should already be using archlibext etc
2818              Add the extra special case code for otherlibdirs
2819      Branch: perl
2820            ! configpm
2821 ____________________________________________________________________________
2822 [ 23678] By: rgs                                   on 2004/12/24  08:57:56
2823         Log: Subject: Re: [patch perlapi doc] sv_magic
2824              From: Stas Bekman <stas@stason.org>
2825              Date: Thu, 23 Dec 2004 16:28:06 -0500
2826              Message-ID: <41CB3866.1080307@stason.org>
2827      Branch: perl
2828            ! pod/perlapi.pod sv.c
2829 ____________________________________________________________________________
2830 [ 23677] By: nicholas                              on 2004/12/24  08:54:58
2831         Log: Subject: [PATCH] Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu)
2832              From: "Craig A. Berry" <craigberry@mac.com>
2833              Message-ID: <41CB6BD1.8030207@mac.com>
2834              Date: Thu, 23 Dec 2004 19:07:29 -0600
2835      Branch: perl
2836            ! configure.com
2837 ____________________________________________________________________________
2838 [ 23676] By: nicholas                              on 2004/12/23  23:15:24
2839         Log: Bother. It helps if you also propagate the new entry to config.sh
2840      Branch: perl
2841            ! Configure
2842 ____________________________________________________________________________
2843 [ 23675] By: nicholas                              on 2004/12/23  22:14:42
2844         Log: Oops. You can't add new entries to config_h.SH without making some
2845              sort of corresponding defined/undefined value in config.sh somehow.
2846      Branch: perl
2847            ! Configure
2848 ____________________________________________________________________________
2849 [ 23674] By: nicholas                              on 2004/12/23  21:38:59
2850         Log: Relocatable @INC entries for Unix.
2851              (With appropriate fixups in Config.pm to complete the illusion)
2852              Currently can only be enabled with hackery to config.sh
2853              TODO - proper Configure support, and support for otherlibdirs in
2854              Config.pm
2855      Branch: perl
2856            ! Porting/Glossary config_h.SH configpm embed.fnc embed.h perl.c
2857            ! proto.h
2858 ____________________________________________________________________________
2859 [ 23673] By: merijn                                on 2004/12/23  21:04:37
2860         Log: 23669 was not such a good idea. More research needed.
2861      Branch: perl
2862            ! config_h.SH
2863 ____________________________________________________________________________
2864 [ 23672] By: rgs                                   on 2004/12/23  17:21:37
2865         Log: The "Setuid script not plain file" error wasn't documented.
2866      Branch: perl
2867            ! pod/perldiag.pod
2868 ____________________________________________________________________________
2869 [ 23671] By: rgs                                   on 2004/12/23  15:21:58
2870         Log: Subject: [PATCH] Data::Dumper Freezer fixes
2871              From: Sam Tregar <sam@tregar.com>
2872              Date: Sun, 19 Dec 2004 14:40:25 -0500 (EST)
2873              Message-ID: <Pine.LNX.4.61.0412191434490.7660@hillmont.dreamhost.com>
2874
2875              and bump Data::Dumper's VERSION
2876      Branch: perl
2877            + ext/Data/Dumper/t/freezer.t
2878            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
2879 ____________________________________________________________________________
2880 [ 23670] By: nicholas                              on 2004/12/22  23:15:07
2881         Log: Fix typo
2882      Branch: perl
2883            ! ext/Storable/Storable.xs
2884 ____________________________________________________________________________
2885 [ 23669] By: merijn                                on 2004/12/22  20:16:53
2886         Log: Just to re-sync with metaconfig output. No real changes.
2887      Branch: perl
2888            ! config_h.SH
2889 ____________________________________________________________________________
2890 [ 23668] By: rgs                                   on 2004/12/22  08:46:21
2891         Log: Move the definition of the S_procself_val() function before
2892              the point where it's used
2893      Branch: perl
2894            ! perl.c
2895 ____________________________________________________________________________
2896 [ 23667] By: nicholas                              on 2004/12/21  20:56:58
2897         Log: Move the setting of $^X ahead of the initialisation of @INC
2898      Branch: perl
2899            ! perl.c
2900 ____________________________________________________________________________
2901 [ 23666] By: nicholas                              on 2004/12/21  20:31:57
2902         Log: $#a>>=1 relies on malloc wrap to avoid the segfault, so need to
2903              skip the test on platforms where it's not available
2904      Branch: perl
2905            ! t/op/bop.t
2906 ____________________________________________________________________________
2907 [ 23663] By: nicholas                              on 2004/12/21  11:58:53
2908         Log: Note that the shell's test uses eq etc for numbers, = etc for
2909              strings, the reverse of Perl, which is definitely a trap.
2910              Spotted by Alexei Alexandrov.
2911      Branch: perl
2912            ! AUTHORS pod/perltrap.pod
2913 ____________________________________________________________________________
2914 [ 23662] By: merijn                                on 2004/12/20  13:38:45
2915         Log: Subject: [PATCH] AUTHORS
2916              From: Tels <nospam-abuse@bloodgate.com>
2917              Date: Sun, 19 Dec 2004 14:28:44 +0100
2918              Message-Id: <200412191428.45898@bloodgate.com>
2919      Branch: perl
2920            ! AUTHORS
2921 ____________________________________________________________________________
2922 [ 23661] By: rgs                                   on 2004/12/17  09:08:23
2923         Log: Subject: Re: [perl #32717] BeOS specific Updates
2924              From: bonefish@cs.tu-berlin.de
2925              Date: Fri, 17 Dec 2004 01:17:40 +0100
2926              Message-Id: <20041217011740.14398.1@cs.tu-berlin.de>
2927      Branch: perl
2928            - beos/beos_flock_server.cpp beos/beos_flock_server.h
2929            ! MANIFEST Makefile.SH README.beos beos/beos.c beos/beosish.h
2930            ! hints/beos.sh
2931 ____________________________________________________________________________
2932 [ 23660] By: rgs                                   on 2004/12/16  16:09:20
2933         Log: Subject: [PATCH] bop.t follow-up to #23645
2934              From: "Craig A. Berry" <craigberry@mac.com>
2935              Date: Thu, 16 Dec 2004 08:53:32 -0600
2936              Message-ID: <41C1A16C.9040700@mac.com>
2937      Branch: perl
2938            ! t/op/bop.t
2939 ____________________________________________________________________________
2940 [ 23659] By: rgs                                   on 2004/12/16  16:05:49
2941         Log: Subject: Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]
2942              From: Andy Dougherty <doughera@lafayette.edu>
2943              Date: Thu, 16 Dec 2004 09:57:44 -0500 (EST)
2944              Message-ID: <Pine.SOL.4.58.0412160953470.20202@maxwell.phys.lafayette.edu>
2945      Branch: perl
2946            ! ext/POSIX/Makefile.PL
2947 ____________________________________________________________________________
2948 [ 23658] By: rgs                                   on 2004/12/16  15:58:06
2949         Log: Two pod2html patches from Dave Sparks :
2950
2951              Fix anchors for some function names
2952              Subject: pod2html fragment fix [PATCH]
2953              From: Gisle Aas <gisle@ActiveState.com>
2954              Date: 11 Nov 2004 14:36:46 +0100
2955              Message-ID: <lrk6sso6c1.fsf@caliper.activestate.com>
2956
2957              Subject: Make 'pod2html --quiet' be quiet [PATCH]
2958              From: Gisle Aas <gisle@ActiveState.com>
2959              Date: 11 Nov 2004 15:19:58 +0100
2960              Message-ID: <lrbre4o4c1.fsf@caliper.activestate.com>
2961      Branch: perl
2962            ! lib/Pod/Html.pm
2963 ____________________________________________________________________________
2964 [ 23657] By: rgs                                   on 2004/12/16  15:43:02
2965         Log: Pod::Html is not part of the podlators distribution
2966      Branch: perl
2967            ! Porting/Maintainers.pl
2968 ____________________________________________________________________________
2969 [ 23656] By: rgs                                   on 2004/12/15  16:39:29
2970         Log: Security fix from Debian in the debugger (in the setterm()
2971              function), from:
2972              Subject: Re: Security patch from Debian?
2973              From: Brendan O'Dea <bod@debian.org>
2974              Date: Thu, 2 Dec 2004 13:42:17 +1100
2975              Message-ID: <20041202024217.GA12670@londo.c47.org>
2976      Branch: perl
2977            ! lib/perl5db.pl
2978 ____________________________________________________________________________
2979 [ 23655] By: rgs                                   on 2004/12/15  15:14:05
2980         Log: A couple of SCO compilation patches
2981
2982              Subject: [perl #3097] Re: SCO5 XS dyn loading fails
2983              From: "Ilya N. Golubev" <gin@mo.msk.ru>
2984              Date: Tue, 14 Dec 2004 22:37:27 +0300
2985              Message-ID: <028941bf40f648-gin@mo.msk.ru>
2986
2987              Subject: Re: [perl #3100] NaN passed to gcvt [PATCH]
2988              From: Andy Dougherty <doughera@lafayette.edu>
2989              Date: Wed, 15 Dec 2004 10:29:22 -0500 (EST)
2990              Message-ID: <Pine.SOL.4.58.0412150956360.3441@maxwell.phys.lafayette.edu>
2991      Branch: perl
2992            ! hints/sco.sh
2993 ____________________________________________________________________________
2994 [ 23654] By: rgs                                   on 2004/12/15  13:16:06
2995         Log: Upgrade to Test::Simple 0.54
2996      Branch: perl
2997            + lib/Test/Simple/t/is_fh.t
2998            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
2999            ! lib/Test/Simple.pm lib/Test/Simple/Changes
3000            ! lib/Test/Simple/t/details.t lib/Test/Simple/t/fail-more.t
3001            ! lib/Test/Simple/t/harness_active.t
3002            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/maybe_regex.t
3003            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/sort_bug.t
3004            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
3005 ____________________________________________________________________________
3006 [ 23653] By: rgs                                   on 2004/12/15  12:43:37
3007         Log: Upgrade to ExtUtils::MakeMaker 6.25
3008      Branch: perl
3009            + lib/ExtUtils/t/dir_target.t
3010            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
3011            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
3012            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
3013            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
3014            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
3015            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
3016            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
3017            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
3018            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
3019            ! lib/ExtUtils/NOTES lib/ExtUtils/README lib/ExtUtils/instmodsh
3020            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST_PREFIX.t
3021            ! lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/MM_Unix.t
3022            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/hints.t
3023            ! lib/ExtUtils/t/oneliner.t lib/ExtUtils/t/parse_version.t
3024            ! lib/ExtUtils/t/prereq_print.t lib/ExtUtils/t/split_command.t
3025 ____________________________________________________________________________
3026 [ 23652] By: rgs                                   on 2004/12/14  16:22:42
3027         Log: Fix for [perl #32491] h2xs incorrectly parses enums with implicit values
3028      Branch: perl
3029            ! utils/h2xs.PL
3030 ____________________________________________________________________________
3031 [ 23651] By: rgs                                   on 2004/12/14  12:17:25
3032         Log: Subject: Re: B::walkoptree segfaults
3033              From: Alexey Tourbin <at@altlinux.ru>
3034              Date: Fri, 3 Dec 2004 05:06:49 +0300
3035              Message-ID: <20041203020649.GD3898@solemn.turbinal.org>
3036      Branch: perl
3037            ! ext/B/B.pm
3038 ____________________________________________________________________________
3039 [ 23650] By: rgs                                   on 2004/12/14  11:21:53
3040         Log: Make Sys::Syslog stricture-compliant
3041      Branch: perl
3042            ! ext/Sys/Syslog/Syslog.pm
3043 ____________________________________________________________________________
3044 [ 23649] By: rgs                                   on 2004/12/14  10:35:57
3045         Log: Allow escaping %m as %%m in Sys::Syslog format strings
3046              (suggested by Joshua Richardson <jric@yahoo-inc.com>
3047              and Yitzchak Scott-Thoennes)
3048      Branch: perl
3049            ! ext/Sys/Syslog/Syslog.pm
3050 ____________________________________________________________________________
3051 [ 23648] By: rgs                                   on 2004/12/14  10:22:48
3052         Log: Subject: [perl #24343] [PATCH] -w vs. -s
3053              From: "Steve Peters via RT" <perlbug-followup@perl.org>
3054              Date: 14 Dec 2004 06:41:34 -0000
3055              Message-ID: <rt-3.0.11-24343-103027.13.3005637364295@perl.org>
3056      Branch: perl
3057            ! pod/perlrun.pod
3058 ____________________________________________________________________________
3059 [ 23647] By: merijn                                on 2004/12/14  07:51:43
3060         Log: Subject: [perl #3274] [PATCH] Documentation for utime should be improved
3061              Date: 14 Dec 2004 06:29:23 -0000
3062              From: "Steve Peters via RT" <perlbug-followup@perl.org>
3063              Message-ID: <rt-3.0.11-3274-103026.2.21000805211489@perl.org>
3064      Branch: perl
3065            ! pod/perlfaq5.pod
3066 ____________________________________________________________________________
3067 [ 23646] By: rgs                                   on 2004/12/14  07:41:08
3068         Log: Fix test added in change 23645 with an eval()
3069      Branch: perl
3070            ! t/op/bop.t
3071 ____________________________________________________________________________
3072 [ 23645] By: rgs                                   on 2004/12/14  07:28:57
3073         Log: Test patch for already-solved bug #33003,
3074              by Michael G Schwern.
3075      Branch: perl
3076            ! t/op/bop.t
3077 ____________________________________________________________________________
3078 [ 23644] By: steveh                                on 2004/12/13  17:26:46
3079         Log: Document gv_stashpvn
3080
3081              This is already in the API supported by Devel::PPPort, and is
3082              more efficient than gv_stashpv if the length is already known.
3083      Branch: perl
3084            ! embed.fnc gv.c pod/perlapi.pod
3085 ____________________________________________________________________________
3086 [ 23643] By: rgs                                   on 2004/12/13  10:02:57
3087         Log: Subject: [PATCH] FileCache without import
3088              From: Michael G Schwern <schwern@pobox.com>
3089              Date: Sat, 11 Dec 2004 18:58:32 -0500
3090              Message-ID: <20041211235832.GA13462@windhund.schwern.org>
3091      Branch: perl
3092            + lib/FileCache/t/07noimport.t
3093            ! MANIFEST lib/FileCache.pm
3094 ____________________________________________________________________________
3095 [ 23642] By: rgs                                   on 2004/12/13  09:54:23
3096         Log: Subject: [PATCH] perlipc typo
3097              From: Brendan O'Dea <bod@debian.org>
3098              Date: Sun, 12 Dec 2004 10:25:04 +1100
3099              Message-ID: <20041211232504.GA8380@londo.c47.org>
3100      Branch: perl
3101            ! pod/perlipc.pod
3102 ____________________________________________________________________________
3103 [ 23641] By: rgs                                   on 2004/12/13  09:41:21
3104         Log: Subject: [PATCH] t/op/taint.t follow-up to #23635
3105              From: "Craig A. Berry" <craigberry@mac.com>
3106              Date: Sat, 11 Dec 2004 11:03:57 -0600
3107              Message-ID: <41BB287D.6090001@mac.com>
3108      Branch: perl
3109            ! t/op/taint.t
3110 ____________________________________________________________________________
3111 [ 23640] By: rgs                                   on 2004/12/13  08:39:34
3112         Log: Subject: Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1 cpu) [PATCH]
3113              From: Gisle Aas <gisle@ActiveState.com>
3114              Date: 11 Dec 2004 02:57:19 -0800
3115              Message-ID: <lrr7lxje5s.fsf_-_@caliper.activestate.com>
3116      Branch: perl
3117            ! utf8.c
3118 ____________________________________________________________________________
3119 [ 23639] By: rgs                                   on 2004/12/10  22:02:52
3120         Log: Subject: [PATCH] Re: [perl #2562] wantarray fails in END, INIT, and CHECK blocks
3121              From: mjtg@cam.ac.uk (Mike Guy)
3122              Date: Fri, 10 Dec 2004 19:08:01 +0000
3123              Message-ID: <E1Ccq7V-00057s-9s@virgo.cus.cam.ac.uk>
3124      Branch: perl
3125            ! pod/perlfunc.pod
3126 ____________________________________________________________________________
3127 [ 23638] By: steveh                                on 2004/12/10  14:58:59
3128         Log: Fix Win32 breakage caused by change 23610
3129
3130              Simply skip the offending tests on Win32.  There is no sense in testing
3131              that $Config dir entries appear in @INC because the $Config entries
3132              relate to where perl.exe will be installed (as per INST_DRV/INST_TOP in
3133              win32/Makefile), whereas @INC entries are dynamic, based on where
3134              perlXX.dll is currently located.
3135      Branch: perl
3136            ! lib/Config.t
3137 ____________________________________________________________________________
3138 [ 23637] By: rgs                                   on 2004/12/10  10:17:47
3139         Log: Pod nit ([perl #32800])
3140      Branch: perl
3141            ! pod/perlfunc.pod
3142 ____________________________________________________________________________
3143 [ 23636] By: rgs                                   on 2004/12/10  10:02:12
3144         Log: Subject: [PATCH] Test rt.perl.org 5900
3145              From: Michael G Schwern <schwern@pobox.com>
3146              Date: Thu, 9 Dec 2004 22:11:59 -0500
3147              Message-ID: <20041210031159.GA7629@windhund.schwern.org>
3148      Branch: perl
3149            ! t/op/taint.t
3150 ____________________________________________________________________________
3151 [ 23635] By: rgs                                   on 2004/12/10  09:51:44
3152         Log: Subject: [PATCH] cleanup t/op/taint.t
3153              From: Michael G Schwern <schwern@pobox.com>
3154              Date: Fri, 10 Dec 2004 02:04:49 -0500
3155              Message-ID: <20041210070448.GA22347@windhund.schwern.org>
3156
3157              Subject: [PATCH] Add todo_skip() to test.pl
3158              From: Michael G Schwern <schwern@pobox.com>
3159              Date: Fri, 10 Dec 2004 04:27:06 -0500
3160              Message-ID: <20041210092706.GA23378@windhund.schwern.org>
3161      Branch: perl
3162            ! t/op/taint.t t/test.pl
3163 ____________________________________________________________________________
3164 [ 23634] By: nicholas                              on 2004/12/09  22:51:03
3165         Log: Evade using @ in the 1 liner with some perl 1 syntax.
3166      Branch: perl
3167            ! lib/Config.t
3168 ____________________________________________________________________________
3169 [ 23633] By: rgs                                   on 2004/12/09  18:50:16
3170         Log: Subject: RE: [PATCH perl.h toke.c utf8.c] minor format clean up
3171              From: Robin Barker <Robin.Barker@npl.co.uk>
3172              Date: Wed, 1 Dec 2004 15:15:44 -0000
3173              Message-ID: <533D273D4014D411AB1D00062938C4D90849C521@hotel.npl.co.uk>
3174      Branch: perl
3175            ! perl.h
3176 ____________________________________________________________________________
3177 [ 23632] By: rgs                                   on 2004/12/09  17:12:12
3178         Log: Subject: UTF8_ALLOW_ANYUV should not allow overlong sequences [PATCH]
3179              From: Gisle Aas <gisle@activestate.com>
3180              Date: 06 Dec 2004 02:59:24 -0800
3181              Message-ID: <lrmzwrae0j.fsf_-_@caliper.activestate.com>
3182      Branch: perl
3183            ! utf8.h
3184 ____________________________________________________________________________
3185 [ 23631] By: rgs                                   on 2004/12/09  16:03:01
3186         Log: Subject: [PATCH] :encoding(utf8) broken in perl-5.8.6
3187              From: Gisle Aas <gisle@ActiveState.com>
3188              Date: 03 Dec 2004 06:09:19 -0800
3189              Message-ID: <lrllcfeank.fsf_-_@caliper.activestate.com>
3190      Branch: perl
3191            ! ext/PerlIO/t/encoding.t
3192 ____________________________________________________________________________
3193 [ 23630] By: rgs                                   on 2004/12/09  15:49:07
3194         Log: Upgrade to perldoc 3.14
3195      Branch: perl
3196            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
3197 ____________________________________________________________________________
3198 [ 23629] By: rgs                                   on 2004/12/09  09:57:42
3199         Log: Fix test to cope with the previous h2ph change.
3200      Branch: perl
3201            ! t/lib/h2ph.pht
3202 ____________________________________________________________________________
3203 [ 23628] By: rgs                                   on 2004/12/08  16:50:30
3204         Log: Subject: [perl #32962] h2ph - use of local() in generated code
3205              From: Peter.Dintelmann@dresdner-bank.com (via RT)
3206              Date: 8 Dec 2004 15:49:32 -0000
3207              Message-ID: <rt-3.0.11-32962-102394.11.065973521948@perl.org>
3208      Branch: perl
3209            ! utils/h2ph.PL
3210 ____________________________________________________________________________
3211 [ 23627] By: rgs                                   on 2004/12/08  16:19:38
3212         Log: Subject: [PATCH] Re: [perl #32949] FileCache only works in "main" package
3213              From: "Jos I. Boumans" <kane@xs4all.net>
3214              Date: Wed, 8 Dec 2004 14:24:19 +0100
3215              Message-Id: <7728A4F5-491C-11D9-9CA3-000A95EF62E2@xs4all.net>
3216      Branch: perl
3217            + lib/FileCache/t/06export.t
3218            ! MANIFEST lib/FileCache.pm
3219 ____________________________________________________________________________
3220 [ 23626] By: nicholas                              on 2004/12/07  23:39:46
3221         Log: Avoid getting the stash name twice (at least visually, if not also
3222              in the generated code)
3223      Branch: perl
3224            ! sv.c
3225 ____________________________________________________________________________
3226 [ 23624] By: rgs                                   on 2004/12/07  18:26:48
3227         Log: Upgrade to Encode 2.09
3228      Branch: perl
3229            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
3230            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.xs
3231            ! ext/Encode/t/Encode.t ext/Encode/t/fallback.t
3232 ____________________________________________________________________________
3233 [ 23623] By: nicholas                              on 2004/12/07  15:27:09
3234         Log: Revert part of the change to gv_fullname4(), as the change seems to
3235              be fractionally slower. Re-investigation prompted by a comment from
3236              Tim Bunce, who seems to be more on the ball than I am.
3237      Branch: perl
3238            ! gv.c
3239 ____________________________________________________________________________
3240 [ 23622] By: steveh                                on 2004/12/07  10:50:26
3241         Log: Update AUTHORS (for changes #23200 and #23621)
3242      Branch: perl
3243            ! AUTHORS
3244 ____________________________________________________________________________
3245 [ 23621] By: steveh                                on 2004/12/07  10:35:59
3246         Log: Updates to README.win32 (aka perlwin32), with some changes.
3247
3248              Subject: Patch to README.win32 distributed with 5.8.6 for building under .net / MSVC7 (free)
3249              From: Max Maischein <corion@corion.net>
3250              Date: Sun, 05 Dec 2004 19:39:40 +0100
3251              Message-ID: <41B355EC.9010505@corion.net>
3252      Branch: perl
3253            ! README.win32
3254 ____________________________________________________________________________
3255 [ 23620] By: rgs                                   on 2004/12/06  22:22:11
3256         Log: Upgrade to Term::ANSIColor 1.09
3257      Branch: perl
3258            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
3259            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
3260 ____________________________________________________________________________
3261 [ 23619] By: rgs                                   on 2004/12/06  21:54:55
3262         Log: Small addition to perlsec by Stas Bekman.
3263      Branch: perl
3264            ! pod/perlsec.pod
3265 ____________________________________________________________________________
3266 [ 23618] By: steveh                                on 2004/12/06  15:54:30
3267         Log: Fix another Win32 breakage caused by change 23554
3268      Branch: perl
3269            ! t/win32/system.t
3270 ____________________________________________________________________________
3271 [ 23617] By: nicholas                              on 2004/12/06  15:35:39
3272         Log: Break out setting $^X into its own static function S_set_caret_X
3273      Branch: perl
3274            ! perl.c
3275 ____________________________________________________________________________
3276 [ 23616] By: steveh                                on 2004/12/06  14:42:32
3277         Log: Fix typo from change 23554 which screwed up Windows smokes
3278      Branch: perl
3279            ! win32/Makefile
3280 ____________________________________________________________________________
3281 [ 23615] By: nicholas                              on 2004/12/06  14:39:59
3282         Log: sanity check the arguments to runperl(), to try to avoid it
3283              hanging waiting on STDIN for a script.
3284      Branch: perl
3285            ! t/test.pl
3286 ____________________________________________________________________________
3287 [ 23614] By: nicholas                              on 2004/12/06  13:41:45
3288         Log: Remove spurious semicolons
3289              (As these 2 are spare, I guess I should send them to Mark Rhodes
3290              (former office mate) as he often said that he kept mislaying his)
3291      Branch: perl
3292            ! gv.h
3293 ____________________________________________________________________________
3294 [ 23613] By: nicholas                              on 2004/12/06  13:10:24
3295         Log: Tests for Config.pm much better now - toDONE
3296      Branch: perl
3297            ! pod/perltodo.pod
3298 ____________________________________________________________________________
3299 [ 23612] By: nicholas                              on 2004/12/06  13:01:36
3300         Log: Turn gv_fullname3 and gv_efullname3 into macros that call
3301              gv_fullname4 and gv_efullname4 directly, saving overhead.
3302      Branch: perl
3303            ! embed.fnc embed.h gv.h proto.h
3304 ____________________________________________________________________________
3305 [ 23611] By: merijn                                on 2004/12/06  12:00:10
3306         Log: New Itanium servers
3307      Branch: perl
3308            ! README.hpux
3309 ____________________________________________________________________________
3310 [ 23610] By: nicholas                              on 2004/12/06  10:35:00
3311         Log: Check that @INC entries and %Config path entries are consistent.
3312      Branch: perl
3313            ! lib/Config.t
3314 ____________________________________________________________________________
3315 [ 23609] By: nicholas                              on 2004/12/03  22:17:32
3316         Log: gv_fullname4() can get rid of the main:: for us.
3317              (well, actually, it never puts it in)
3318      Branch: perl
3319            ! op.c
3320 ____________________________________________________________________________
3321 [ 23608] By: rgs                                   on 2004/12/03  21:51:45
3322         Log: $foo::_ was wrongly forced as $main::_.
3323              Since we still want "our $_" to be always forced to $main::_,
3324              deplace the forcing code at our-pad allocation time.
3325              (Making execution probably a tiny bit faster)
3326      Branch: perl
3327            ! gv.c op.c t/op/mydef.t
3328 ____________________________________________________________________________
3329 [ 23607] By: nicholas                              on 2004/12/03  20:38:37
3330         Log: Remove double checking of acceptable switches on tr/// ops.
3331      Branch: perl
3332            ! toke.c
3333 ____________________________________________________________________________
3334 [ 23606] By: nicholas                              on 2004/12/03  20:07:31
3335         Log: use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c)
3336              The latter gives larger code, is less clear and can't be any faster
3337      Branch: perl
3338            ! perl.c toke.c
3339 ____________________________________________________________________________
3340 [ 23605] By: nicholas                              on 2004/12/03  18:56:31
3341         Log: Small code tidy up in gv_fullname4
3342      Branch: perl
3343            ! gv.c
3344 ____________________________________________________________________________
3345 [ 23604] By: nicholas                              on 2004/12/03  18:26:43
3346         Log: There are clearer ways of saying m/^[ab]$/ than strchr("ab", c)
3347              They seem to produce slightly smaller object code too.
3348      Branch: perl
3349            ! gv.c
3350 ____________________________________________________________________________
3351 [ 23603] By: nicholas                              on 2004/12/03  17:02:43
3352         Log: Fix a typo in an assert(). It helps to compile with -DDEBUGGING
3353      Branch: perl
3354            ! perl.c
3355 ____________________________________________________________________________
3356 [ 23602] By: nicholas                              on 2004/12/03  15:50:15
3357         Log: Pull out the duplicateded push @INC, $_ if -e $_ code from
3358              S_pushinc into a new function S_pushinc_if_exists
3359              Avoid the SV copy when pushing onto @INC by creating a new scratch
3360              SV each time a push is done.
3361      Branch: perl
3362            ! perl.c
3363 ____________________________________________________________________________
3364 [ 23601] By: nicholas                              on 2004/12/02  22:35:34
3365         Log: Subject: [PATCH] configure.com: no more CONFIG=true
3366              From: "Craig A. Berry" <craigberry@mac.com>
3367              Message-ID: <41AF87BA.1080108@mac.com>
3368              Date: Thu, 02 Dec 2004 15:23:06 -0600
3369      Branch: perl
3370            ! configure.com
3371 ____________________________________________________________________________
3372 [ 23598] By: nicholas                              on 2004/12/01  23:13:32
3373         Log: 2 new BeOS files were missing
3374      Branch: perl
3375            ! MANIFEST
3376 ____________________________________________________________________________
3377 [ 23592] By: nicholas                              on 2004/12/01  18:54:14
3378         Log: Subject: [PATCH] Makefile.SH: de-parallelise mktables
3379              From: Jarkko Hietaniemi <jhi@iki.fi>
3380              Message-ID: <41ADFD95.4030007@iki.fi>
3381              Date: Wed, 01 Dec 2004 19:21:25 +0200
3382      Branch: perl
3383            ! Makefile.SH
3384 ____________________________________________________________________________
3385 [ 23588] By: nicholas                              on 2004/12/01  16:52:45
3386         Log: &test in constant.t is vestigial, so amputate it.
3387      Branch: perl
3388            ! lib/constant.t
3389 ____________________________________________________________________________
3390 [ 23587] By: nicholas                              on 2004/12/01  16:35:10
3391         Log: Tidy up the reference name stringification to save getting the
3392              hash name twice. Pleasant side effect is 44 byte smaller object
3393              file. (A small win is still a win)
3394      Branch: perl
3395            ! sv.c
3396 ____________________________________________________________________________
3397 [ 23584] By: merijn                                on 2004/12/01  13:44:24
3398         Log: Subject: [perl #32717] BeOS specific Updates
3399              Date: 30 Nov 2004 15:38:32 -0000
3400              From: Ingo Weinhold (via RT) <perlbug-followup@perl.org>
3401              Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org>
3402      Branch: perl
3403            + beos/beos_flock_server.cpp beos/beos_flock_server.h
3404            ! beos/beos.c beos/beosish.h ext/Errno/Errno_pm.PL
3405            ! ext/File/Glob/t/basic.t hints/beos.sh lib/ExtUtils/t/MM_BeOS.t
3406            ! lib/Tie/File/t/16_handle.t perl.c t/op/magic.t
3407 ____________________________________________________________________________
3408 [ 23583] By: merijn                                on 2004/12/01  13:29:18
3409         Log: Subject: [PATCH] add -I../lib to VMS build to find Config_heavy.pl
3410              Date: Wed, 01 Dec 2004 07:24:45 -0600
3411              From: "Craig A. Berry" <craigberry@mac.com>
3412              Message-ID: <41ADC61D.8010407@mac.com>
3413      Branch: perl
3414            ! vms/descrip_mms.template
3415 ____________________________________________________________________________
3416 [ 23581] By: rgs                                   on 2004/12/01  13:01:55
3417         Log: MANIFEST.SKIP is missing from the list of files that come
3418              with MakeMaker
3419      Branch: perl
3420            ! Porting/Maintainers.pl
3421 ____________________________________________________________________________
3422 [ 23577] By: nicholas                              on 2004/11/30  16:40:06
3423         Log: Add placeholders for the new strlcat and strlcpy entries in
3424              config.sh, to ensure that the config.h generated for cross-
3425              compilation will still work.
3426      Branch: perl
3427            ! Cross/config.sh-arm-linux
3428 ____________________________________________________________________________
3429 [ 23575] By: nicholas                              on 2004/11/30  15:32:17
3430         Log: Let pod/buildtoc resort the MANIFEST the way it wants it
3431      Branch: perl
3432            ! MANIFEST
3433 ____________________________________________________________________________
3434 [ 23574] By: nicholas                              on 2004/11/30  15:31:14
3435         Log: Add perl586delta.pod to all the necessary makefiles and tables of
3436              contents.
3437      Branch: perl
3438            ! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template
3439            ! win32/pod.mak
3440 ____________________________________________________________________________
3441 [ 23571] By: merijn                                on 2004/11/30  15:11:01
3442         Log: Subject: Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)
3443              Date: Tue, 30 Nov 2004 09:29:06 -0600
3444              From: Steve Peters <steve@fisharerojo.org>
3445              Message-ID: <20041130152906.GA555@mccoy.peters.homeunix.org>
3446      Branch: perl
3447            ! hints/openbsd.sh
3448 ____________________________________________________________________________
3449 [ 23570] By: nicholas                              on 2004/11/30  14:57:53
3450         Log: Integrate perlhist entries for 5.8.6 and its perldelta to blead
3451      Branch: perl
3452           +> pod/perl586delta.pod
3453            ! MANIFEST
3454           !> pod/perlhist.pod
3455 ____________________________________________________________________________
3456 [ 23568] By: rgs                                   on 2004/11/30  13:02:16
3457         Log: Protection against trailing spaces in embed.fnc
3458      Branch: perl
3459            ! autodoc.pl embed.pl
3460 ____________________________________________________________________________
3461 [ 23567] By: rgs                                   on 2004/11/30  12:57:30
3462         Log: Remove trailing whitespace that found their way in the docs
3463              (spotted by Stas Bekman)
3464      Branch: perl
3465            ! embed.fnc pod/perlapi.pod proto.h
3466 ____________________________________________________________________________
3467 [ 23566] By: rgs                                   on 2004/11/29  12:30:31
3468         Log: Upgrade to Test::Simple 0.53
3469      Branch: perl
3470            + lib/Test/Simple/t/circular_data.t
3471            + lib/Test/Simple/t/overload_threads.t
3472            + lib/Test/Simple/t/plan_bad.t
3473            + lib/Test/Simple/t/plan_shouldnt_import.t
3474            + lib/Test/Simple/t/require_ok.t lib/Test/Simple/t/sort_bug.t
3475            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
3476            ! lib/Test/Simple.pm lib/Test/Simple/Changes
3477            ! lib/Test/Simple/README lib/Test/Simple/TODO
3478            ! lib/Test/Simple/t/00signature.t lib/Test/Simple/t/More.t
3479            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/fail_one.t
3480            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/overload.t
3481            ! lib/Test/Simple/t/todo.t t/lib/TieOut.pm
3482 ____________________________________________________________________________
3483 [ 23564] By: nicholas                              on 2004/11/28  16:13:56
3484         Log: Skip generating all the code to deal with "" strings in config.sh
3485              if there aren't any. '' only code is much simpler.
3486      Branch: perl
3487            ! configpm
3488 ____________________________________________________________________________
3489 [ 23563] By: nicholas                              on 2004/11/28  15:00:15
3490         Log: Given that there is a pre-built cache, no need for @v_fast
3491      Branch: perl
3492            ! configpm
3493 ____________________________________________________________________________
3494 [ 23562] By: nicholas                              on 2004/11/28  13:56:30
3495         Log: The byteorder code doesn't need to be in Config.pm if byteorder
3496              isn't actually a frequently looked up value.
3497      Branch: perl
3498            ! configpm
3499 ____________________________________________________________________________
3500 [ 23561] By: nicholas                              on 2004/11/28  13:20:39
3501         Log: Need to stub the public functions to keep some existing code
3502              working.
3503              No need to keep $Config_SH around in memory when we can easily
3504              re-create it.
3505      Branch: perl
3506            ! configpm
3507 ____________________________________________________________________________
3508 [ 23558] By: nicholas                              on 2004/11/27  23:06:41
3509         Log: Generate the precached %Config entries based on some empirical
3510              data, rather than just guesswork.
3511      Branch: perl
3512            ! Makefile.SH configpm
3513 ____________________________________________________________________________
3514 [ 23557] By: nicholas                              on 2004/11/27  21:26:42
3515         Log: Subject: [PATCH] Re: getting Config.pm on a diet
3516              From: "Craig A. Berry" <craigberry@mac.com>
3517              Message-ID: <41A8F225.7080902@mac.com>
3518              Date: Sat, 27 Nov 2004 15:31:17 -0600
3519      Branch: perl
3520            ! vms/descrip_mms.template
3521 ____________________________________________________________________________
3522 [ 23555] By: nicholas                              on 2004/11/27  17:28:47
3523         Log: Hateful cAsE iNsEnSiTiVe file systems
3524      Branch: perl
3525            ! configpm
3526 ____________________________________________________________________________
3527 [ 23554] By: nicholas                              on 2004/11/27  16:56:35
3528         Log: Put Config.pm on a diet. 3K rather than 32K
3529              configpm now generates 2 files, a small Config.pm containing the
3530              commonly used functions and values, which AUTOLOADs a
3531              Config_heavy.pl containing anything else needed.
3532              The "common" values in the small Config.pm may need some
3533              tweaking, based on real world data.
3534      Branch: perl
3535            ! Makefile.SH configpm vms/descrip_mms.template win32/Makefile
3536            ! win32/makefile.mk
3537 ____________________________________________________________________________
3538 [ 23550] By: nicholas                              on 2004/11/27  14:43:37
3539         Log: Clarify the return values of pos, particularly 0 and undef, as
3540              suggested by Stas Bekman
3541      Branch: perl
3542            ! pod/perlfunc.pod
3543 ____________________________________________________________________________
3544 [ 23549] By: nicholas                              on 2004/11/27  14:24:21
3545         Log: Document the interaction of PERL_USE_SAVE_PUTENV and
3546              PL_use_safe_putenv, based on text by Stas Bekman
3547      Branch: perl
3548            ! INSTALL
3549 ____________________________________________________________________________
3550 [ 23548] By: rgs                                   on 2004/11/26  17:20:46
3551         Log: Subject: [perl #32639] [PATCH] Bug in Term::Complete Module with $_ Usage
3552              From: "Steve Peters via RT" <perlbug-followup@perl.org>
3553              Date: 26 Nov 2004 17:14:33 -0000
3554              Message-ID: <rt-3.0.11-32639-101066.11.6172971744206@perl.org>
3555      Branch: perl
3556            ! lib/Term/Complete.pm
3557 ____________________________________________________________________________
3558 [ 23547] By: rgs                                   on 2004/11/26  15:16:59
3559         Log: Freak out if h2ph has to translate a macro that    contains assembly code.
3560
3561              Subject: [PATCH] h2ph vs __asm__
3562              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
3563              Date: Thu, 25 Nov 2004 17:24:43 +0100
3564              Message-ID: <20041125172443.757a4833@dhcp123.mandrakesoft.com>
3565      Branch: perl
3566            ! utils/h2ph.PL
3567 ____________________________________________________________________________
3568 [ 23546] By: rgs                                   on 2004/11/26  15:07:47
3569         Log: Doc nit for B::Lint
3570              Subject: [PATCH] B::Lint
3571              From: Andy Lester <andy@petdance.com>
3572              Date: Fri, 26 Nov 2004 00:30:48 -0600
3573              Message-ID: <20041126063048.GA10161@petdance.com>
3574      Branch: perl
3575            ! ext/B/B/Lint.pm
3576 ____________________________________________________________________________
3577 [ 23545] By: nicholas                              on 2004/11/26  12:33:34
3578         Log: The change to the internal representation introduced a bug whereby
3579              the key returned by FIRSTKEY had an erroneous leading newline.
3580              EXISTS was also buggy.
3581      Branch: perl
3582            ! configpm lib/Config.t
3583 ____________________________________________________________________________
3584 [ 23544] By: nicholas                              on 2004/11/26  11:29:21
3585         Log: Make configpm and the generated Config.pm strict and warnings
3586              clean.
3587      Branch: perl
3588            ! configpm
3589 ____________________________________________________________________________
3590 [ 23543] By: steveh                                on 2004/11/26  10:56:12
3591         Log: Fix Win32 breakage caused by changes 23535/23542.
3592      Branch: perl
3593            ! lib/Config.t
3594 ____________________________________________________________________________
3595 [ 23542] By: nicholas                              on 2004/11/25  23:41:05
3596         Log: Generate the virtual entries at Config.pm build time, as they
3597              don't change. This lets us get rid of the entire "fetch_virtual"
3598              baggage, and makes the config_re lookup work for the virtual
3599              entries.
3600      Branch: perl
3601            ! configpm lib/Config.t
3602 ____________________________________________________________________________
3603 [ 23541] By: nicholas                              on 2004/11/25  22:50:15
3604         Log: Cheat. (Add a leading newline, and so remove all the special
3605              casing for "if we're at the start of $Config_SH")
3606      Branch: perl
3607            ! configpm lib/Config.t
3608 ____________________________________________________________________________
3609 [ 23538] By: nicholas                              on 2004/11/25  21:37:23
3610         Log: Add an exists test for the things we loop over
3611      Branch: perl
3612            ! lib/Config.t
3613 ____________________________________________________________________________
3614 [ 23537] By: nicholas                              on 2004/11/25  21:33:23
3615         Log: The first entry in the virtual config.sh is special cased. So
3616              test it.
3617      Branch: perl
3618            ! lib/Config.t
3619 ____________________________________________________________________________
3620 [ 23536] By: nicholas                              on 2004/11/25  21:00:56
3621         Log: Make $Config{libs_nolargefiles} and
3622              $Config{libswanted_nolargefiles} work. (For the first time)
3623      Branch: perl
3624            ! configpm lib/Config.t
3625 ____________________________________________________________________________
3626 [ 23535] By: nicholas                              on 2004/11/25  20:10:43
3627         Log: Test the currently working virtual %Config entries
3628      Branch: perl
3629            ! lib/Config.t
3630 ____________________________________________________________________________
3631 [ 23534] By: rgs                                   on 2004/11/24  16:09:42
3632         Log: Subject: RC1 pod fix #anchor
3633              From: Stas Bekman <stas@stason.org>
3634              Date: Wed, 24 Nov 2004 10:57:21 -0500
3635              Message-ID: <41A4AF61.9080408@stason.org>
3636      Branch: perl
3637            ! pod/perlrun.pod
3638 ____________________________________________________________________________
3639 [ 23533] By: rgs                                   on 2004/11/24  16:07:38
3640         Log: Subject: [patch pod/perlipc] use POSIX; w/o () is a bad idea
3641              From: Stas Bekman <stas@stason.org>
3642              Date: Wed, 24 Nov 2004 11:25:14 -0500
3643              Message-ID: <41A4B5EA.3020804@stason.org>
3644      Branch: perl
3645            ! pod/perlipc.pod
3646 ____________________________________________________________________________
3647 [ 23532] By: rgs                                   on 2004/11/24  14:47:31
3648         Log: Subject: [perl #3242] [PATCH]No error on assignment to $>
3649              From: "Steve Peters via RT" <perlbug-followup@perl.org>
3650              Date: 21 Nov 2004 04:38:09 -0000
3651              Message-ID: <rt-3.0.11-3242-100676.6.32723019025057@perl.org>
3652      Branch: perl
3653            ! pod/perlvar.pod
3654 ____________________________________________________________________________
3655 [ 23531] By: nicholas                              on 2004/11/24  11:50:28
3656         Log: Wrap some long lines
3657      Branch: perl
3658            ! lib/Config.t
3659 ____________________________________________________________________________
3660 [ 23528] By: rgs                                   on 2004/11/23  13:35:34
3661         Log: Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong value
3662              after eval or require
3663      Branch: perl
3664            ! t/comp/package.t toke.c
3665 ____________________________________________________________________________
3666 [ 23527] By: rgs                                   on 2004/11/23  10:20:02
3667         Log: Subject: Re: [perl #32486] error in documentation for POSIX::pipe
3668              From: Michael G Schwern <schwern@pobox.com>
3669              Date: Fri, 19 Nov 2004 14:28:56 -0500
3670              Message-ID: <20041119192856.GA4769@windhund.schwern.org>
3671      Branch: perl
3672            ! ext/POSIX/POSIX.pod
3673 ____________________________________________________________________________
3674 [ 23526] By: rgs                                   on 2004/11/23  09:26:03
3675         Log: Subject: [perl #3422] [PATCH] CHECK routine called after syntax error
3676              From: "Steve Peters via RT" <perlbug-followup@perl.org>
3677              Date: 23 Nov 2004 00:04:24 -0000
3678              Message-ID: <rt-3.0.11-3422-100830.4.45764701781506@perl.org>
3679      Branch: perl
3680            ! ext/B/B/Deparse.pm
3681 ____________________________________________________________________________
3682 [ 23525] By: rgs                                   on 2004/11/23  09:09:57
3683         Log: Subject: [PATCH] warnings.t portability tweaks
3684              From: "Craig A. Berry" <craigberry@mac.com>
3685              Date: Sat, 20 Nov 2004 10:29:47 -0600
3686              Message-ID: <419F70FB.7000100@mac.com>
3687      Branch: perl
3688            ! t/lib/warnings/9uninit t/lib/warnings/perlio
3689 ____________________________________________________________________________
3690 [ 23523] By: nicholas                              on 2004/11/20  22:17:18
3691         Log: Assimilate Test-Simple 0.50
3692      Branch: perl
3693            + lib/Test/Simple/TODO lib/Test/Simple/t/00signature.t
3694            + lib/Test/Simple/t/00test_harness_check.t
3695            + lib/Test/Simple/t/eq_set.t lib/Test/Simple/t/extra_one.t
3696            + lib/Test/Simple/t/fail_one.t
3697            + lib/Test/Simple/t/harness_active.t lib/Test/Simple/t/no_diag.t
3698            + lib/Test/Simple/t/overload.t lib/Test/Simple/t/reset.t
3699            + lib/Test/Simple/t/thread_taint.t t/lib/NoExporter.pm
3700            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
3701            ! lib/Test/Simple.pm lib/Test/Simple/Changes
3702            ! lib/Test/Simple/README lib/Test/Simple/t/More.t
3703            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
3704            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
3705            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/has_plan2.t
3706            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/missing.t
3707            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan_is_noplan.t
3708            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/threads.t
3709            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/use_ok.t
3710            ! lib/Test/Tutorial.pod t/lib/Test/Simple/Catch.pm
3711            ! t/lib/TieOut.pm
3712 ____________________________________________________________________________
3713 [ 23520] By: nicholas                              on 2004/11/20  14:21:28
3714         Log: genuine possible buffer problems spotted by flawfinder
3715      Branch: perl
3716            ! regcomp.c util.c
3717 ____________________________________________________________________________
3718 [ 23519] By: rgs                                   on 2004/11/19  14:48:35
3719         Log: Make "err" a weak keyword;
3720              that is, it will be overriden by any sub named "err", except when
3721              really an operator is expected at this point. ([perl #32347])
3722      Branch: perl
3723            ! t/op/dor.t toke.c
3724 ____________________________________________________________________________
3725 [ 23518] By: rgs                                   on 2004/11/19  09:22:33
3726         Log: Subject: [perl #32486] error in documentation for POSIX::pipe
3727              From: chris@ex-parrot.com (via RT) <perlbug-followup@perl.org>
3728              Date: 18 Nov 2004 18:09:54 -0000
3729              Message-ID: <rt-3.0.11-32486-100537.1.04456486825399@perl.org>
3730      Branch: perl
3731            ! ext/POSIX/POSIX.pod
3732 ____________________________________________________________________________
3733 [ 23517] By: nicholas                              on 2004/11/18  23:32:20
3734         Log: Bump version number
3735      Branch: perl
3736            ! lib/ExtUtils/Constant.pm
3737 ____________________________________________________________________________
3738 [ 23516] By: rgs                                   on 2004/11/18  22:06:21
3739         Log: Remaining nit in the deparsing of reversed foreach loops
3740      Branch: perl
3741            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
3742 ____________________________________________________________________________
3743 [ 23514] By: rgs                                   on 2004/11/18  18:01:52
3744         Log: Fix deparsing of reversed foreach loops,
3745              plus a bug in the previous commit
3746      Branch: perl
3747            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
3748 ____________________________________________________________________________
3749 [ 23513] By: rgs                                   on 2004/11/18  17:25:19
3750         Log: Fix deparsing of reversed sort and descending sorts,
3751              due to the recent optimisations on this part of the optree.
3752      Branch: perl
3753            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
3754 ____________________________________________________________________________
3755 [ 23510] By: rgs                                   on 2004/11/17  10:41:56
3756         Log: Subject: [perl #28929] File::Find follow_fast => 1 loses dangling symlink
3757              From: "Steve Peters via RT" <perlbug-followup@perl.org>
3758              Date: 12 Nov 2004 02:47:36 -0000
3759              Message-ID: <rt-3.0.11-28929-100158.11.3214775505644@perl.org>
3760      Branch: perl
3761            ! lib/File/Find.pm lib/File/Find/t/find.t
3762 ____________________________________________________________________________
3763 [ 23509] By: rgs                                   on 2004/11/17  10:22:52
3764         Log: PerlFAQ sync.
3765      Branch: perl
3766            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq6.pod
3767            ! pod/perlfaq7.pod
3768 ____________________________________________________________________________
3769 [ 23508] By: rgs                                   on 2004/11/17  10:14:58
3770         Log: Fix a couple of typos.
3771      Branch: perl
3772            ! hv.c utf8.c
3773 ____________________________________________________________________________
3774 [ 23507] By: rgs                                   on 2004/11/17  10:11:20
3775         Log: Subject: SuSE's perl safe_putenf diff
3776              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
3777              Date: Thu, 11 Nov 2004 15:54:43 +0100
3778              Message-ID: <20041111145443.GA1854@immd4.informatik.uni-erlangen.de>
3779
3780              slightly reworked to make the PL_use_safe_putenv variable fit in
3781              the current framework. This patch turns on the use of safe putenv
3782              for any application that embeds a perl interpreter.
3783      Branch: perl
3784            ! embedvar.h mg.c miniperlmain.c perl.c perlapi.h perlvars.h
3785            ! util.c
3786 ____________________________________________________________________________
3787 [ 23506] By: rgs                                   on 2004/11/17  08:57:17
3788         Log: Subject: [PATCH] perl5db.pl POD cleanup
3789              From: Autrijus Tang <autrijus@autrijus.org>
3790              Date: Fri, 12 Nov 2004 12:41:33 +0800
3791              Message-ID: <20041112044133.GA92924@aut.dyndns.org>
3792      Branch: perl
3793            ! lib/perl5db.pl
3794 ____________________________________________________________________________
3795 [ 23505] By: rgs                                   on 2004/11/17  08:31:39
3796         Log: Subject: [PATCH 5.8.x] Allow more tries for t/op/time.t test 2.
3797              From: Andy Dougherty <doughera@lafayette.edu>
3798              Date: Tue, 16 Nov 2004 12:11:00 -0500 (EST)
3799              Message-ID: <Pine.SOL.4.58.0411161149170.5639@maxwell.phys.lafayette.edu>
3800      Branch: perl
3801            ! t/op/time.t
3802 ____________________________________________________________________________
3803 [ 23501] By: steveh                                on 2004/11/16  10:55:20
3804         Log: Make all scripts run by regen.pl write output with UNIX style EOL's.
3805
3806              (autodoc.pl was already done by change 23371.)
3807      Branch: perl
3808            ! bytecode.pl embed.pl keywords.pl opcode.pl regcomp.pl
3809            ! warnings.pl
3810 ____________________________________________________________________________
3811 [ 23500] By: merijn                                on 2004/11/16  10:49:35
3812         Log: Subject: [PATCH] s/hierachy/hierarchy/
3813              Date: Mon, 15 Nov 2004 15:59:14 -0700
3814              From: "Larry Shatzer Jr." <larrysh@cpan.org>
3815              Message-ID: <20041115225913.GA22373@zippy.zyx.net>
3816      Branch: perl
3817            ! ext/B/B.pm ext/Time/HiRes/Makefile.PL perlio.h
3818 ____________________________________________________________________________
3819 [ 23499] By: steveh                                on 2004/11/16  09:42:50
3820         Log: Fix Win32 breakage caused by changes to op.c in change 23433.
3821
3822              Also limit the scope of the locks in a couple of places, as suggested
3823              by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html.
3824      Branch: perl
3825            ! embed.fnc embed.h global.sym op.c op.h proto.h regcomp.c
3826 ____________________________________________________________________________
3827 [ 23498] By: merijn                                on 2004/11/14  07:02:20
3828         Log: Subject: [PATCH] Add the minitest target to vms buildsystem
3829              From: Abe Timmerman <abe@ztreet.demon.nl>
3830              Date: Sun, 14 Nov 2004 00:48:17 +0100
3831              Message-Id: <200411140048.17035.abe@ztreet.demon.nl>
3832      Branch: perl
3833            ! vms/descrip_mms.template vms/test.com
3834 ____________________________________________________________________________
3835 [ 23497] By: rgs                                   on 2004/11/12  21:11:48
3836         Log: Subject: [perl #32400] Unnecessary warning from constant.pm
3837              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
3838              Date: 10 Nov 2004 18:30:38 -0000
3839              Message-ID: <rt-3.0.11-32400-100099.4.31094423840584@perl.org>
3840      Branch: perl
3841            ! lib/constant.pm lib/constant.t
3842 ____________________________________________________________________________
3843 [ 23496] By: merijn                                on 2004/11/12  20:47:19
3844         Log: Subject: [perl #32419] Spelling fixes for perl@23492
3845              Date: 12 Nov 2004 16:14:49 -0000
3846              From: Richard Soderberg (via RT) <perlbug-followup@perl.org>
3847              Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org>
3848      Branch: perl
3849            ! pod/perl573delta.pod pod/perl58delta.pod pod/perl590delta.pod
3850            ! pod/perl591delta.pod pod/perl592delta.pod pod/perlapi.pod
3851            ! pod/perlapio.pod pod/perldata.pod pod/perldebtut.pod
3852            ! pod/perlipc.pod pod/perlport.pod pod/perlre.pod
3853            ! pod/perlretut.pod pod/perlrun.pod pod/perlsub.pod
3854            ! pod/perlthrtut.pod pod/perltodo.pod pod/perltooc.pod
3855 ____________________________________________________________________________
3856 [ 23495] By: merijn                                on 2004/11/12  20:26:17
3857         Log: Subject: [PATCH] Small documentation fix to ExtUtils::Constant
3858              Date: Fri, 12 Nov 2004 11:15:47 -0600
3859              From: steve@fisharerojo.org
3860              Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net>
3861      Branch: perl
3862            ! lib/ExtUtils/Constant.pm
3863 ____________________________________________________________________________
3864 [ 23494] By: davem                                 on 2004/11/12  18:59:06
3865         Log: Add some descriptive text from Larry to op.c on how optrees are built
3866      Branch: perl
3867            ! op.c
3868 ____________________________________________________________________________
3869 [ 23492] By: rgs                                   on 2004/11/10  09:32:39
3870         Log: Replace a skip by a todo.
3871              Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
3872              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3873              Date: Wed, 10 Nov 2004 01:30:14 -0800
3874              Message-ID: <20041110093014.GA1676@efn.org>
3875      Branch: perl
3876            ! t/io/tell.t
3877 ____________________________________________________________________________
3878 [ 23491] By: rgs                                   on 2004/11/10  07:40:31
3879         Log: Subject: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
3880              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3881              Date: Tue, 9 Nov 2004 17:40:13 -0800
3882              Message-ID: <20041110014012.GA2796@efn.org>
3883      Branch: perl
3884            ! t/io/tell.t
3885 ____________________________________________________________________________
3886 [ 23490] By: rgs                                   on 2004/11/09  18:17:07
3887         Log: Adjust test count for non-windows machines
3888      Branch: perl
3889            ! ext/IO/t/io_file.t
3890 ____________________________________________________________________________
3891 [ 23489] By: merijn                                on 2004/11/09  17:53:53
3892         Log: Subject: [PATCH] fix IO::File to support binmode
3893              From: "Jos I. Boumans" <kane@dwim.org>
3894              Date: Tue, 9 Nov 2004 16:59:27 +0100
3895              Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org>
3896      Branch: perl
3897            + ext/IO/t/io_file.t
3898            ! MANIFEST ext/IO/lib/IO/File.pm
3899 ____________________________________________________________________________
3900 [ 23487] By: nicholas                              on 2004/11/08  20:27:42
3901         Log: No more late changes, dammit
3902      Branch: perl
3903            ! ext/B/t/optree_concise.t
3904 ____________________________________________________________________________
3905 [ 23485] By: rgs                                   on 2004/11/08  08:38:03
3906         Log: Subject: Re: optree tests and VMS progress (no really)
3907              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3908              Date: Sun, 7 Nov 2004 23:24:15 -0800
3909              Message-ID: <20041108072415.GA3928@efn.org>
3910      Branch: perl
3911            ! ext/B/t/OptreeCheck.pm
3912 ____________________________________________________________________________
3913 [ 23482] By: davem                                 on 2004/11/06  11:59:16
3914         Log: document regcomp.c/regexec.c's dual life under ext/re/
3915      Branch: perl
3916            ! regcomp.c regexec.c
3917 ____________________________________________________________________________
3918 [ 23481] By: nicholas                              on 2004/11/06  08:48:50
3919         Log: Subject: Re: optree tests and VMS progress (no really)
3920              From: Jim Cromie <jim.cromie@gmail.com>
3921              Message-ID: <cfe85dfa041105235723398fe2@mail.gmail.com>
3922              Date: Sat, 6 Nov 2004 00:57:13 -0700
3923      Branch: perl
3924            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
3925            ! ext/B/t/optree_concise.t
3926 ____________________________________________________________________________
3927 [ 23475] By: merijn                                on 2004/11/05  14:16:27
3928         Log: Subject: Re: Buidling stable.tar.gz on Unix as non-root [PATCH]
3929              Date: Fri, 5 Nov 2004 10:36:57 -0500 (EST)
3930              From: Andy Dougherty <doughera@lafayette.edu>
3931              Message-ID: <Pine.SOL.4.58.0411051035020.15217@maxwell.phys.lafayette.edu>
3932      Branch: perl
3933            ! INSTALL
3934 ____________________________________________________________________________
3935 [ 23474] By: merijn                                on 2004/11/05  13:07:16
3936         Log: Skip failing thread/wait tests on HP-UX 10.20
3937              These will never ever be fixed, since 10.20 is obsolete
3938              perl583delta describes this. The quote is included in wait.t
3939      Branch: perl
3940            ! ext/threads/shared/t/wait.t
3941 ____________________________________________________________________________
3942 [ 23473] By: rgs                                   on 2004/11/05  08:47:44
3943         Log: Subject: [perl #32327] Benchmark calls coderef with spurious arguments
3944              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
3945              Date: 4 Nov 2004 20:12:36 -0000
3946              Message-ID: <rt-3.0.11-32327-99325.8.9408996026507@perl.org>
3947      Branch: perl
3948            ! lib/Benchmark.pm lib/Benchmark.t
3949 ____________________________________________________________________________
3950 [ 23471] By: rgs                                   on 2004/11/04  09:26:56
3951         Log: Subject: [PATCH blead] [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
3952              From: Rick Delaney <rick@bort.ca>
3953              Date: Sun, 31 Oct 2004 22:40:40 -0500
3954              Message-ID: <20041101034040.GC1232@biff.bort.ca>
3955      Branch: perl
3956            + t/op/regexp_qr.t
3957            ! MANIFEST pp.c pp_hot.c regexec.c t/op/regexp.t
3958 ____________________________________________________________________________
3959 [ 23470] By: rgs                                   on 2004/11/04  08:25:34
3960         Log: Subject: Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
3961              From: Rick Delaney <rick@bort.ca>
3962              Date: Wed, 3 Nov 2004 19:46:16 -0500
3963              Message-ID: <20041104004616.GA11214@biff.bort.ca>
3964      Branch: perl
3965            ! lib/overload.pm lib/overload.t
3966 ____________________________________________________________________________
3967 [ 23469] By: rgs                                   on 2004/11/03  11:54:28
3968         Log: Mostly revert change #23347 (keep the test suite, fixed),
3969              having decided that it wasn't a correct fix for bug #31793.
3970      Branch: perl
3971            ! lib/overload.pm lib/overload.t
3972 ____________________________________________________________________________
3973 [ 23468] By: rgs                                   on 2004/11/03  07:39:04
3974         Log: Subject: Re: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin
3975              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3976              Date: Tue, 2 Nov 2004 17:24:29 -0800
3977              Message-ID: <20041103012429.GA7196@efn.org>
3978      Branch: perl
3979            ! util.h
3980 ____________________________________________________________________________
3981 [ 23467] By: rgs                                   on 2004/11/03  06:38:38
3982         Log: Subject: [PATCH configure.com] Re: [PATCH]  Detecting strlcat() and strlcpy() in Configure
3983              From: "Craig A. Berry" <craigberry@mac.com>
3984              Date: Tue, 02 Nov 2004 20:02:04 -0600
3985              Message-ID: <41883C1C.3080108@mac.com>
3986      Branch: perl
3987            ! configure.com
3988 ____________________________________________________________________________
3989 [ 23466] By: rgs                                   on 2004/11/02  12:33:57
3990         Log: FAQ sync
3991      Branch: perl
3992            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
3993            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3994            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
3995            ! pod/perlfaq9.pod
3996 ____________________________________________________________________________
3997 [ 23465] By: rgs                                   on 2004/11/02  08:18:15
3998         Log: Reformulate an error
3999              (so the error message given by "perl -M" is a bit more
4000              meaningful, as Jarkko pointed out)
4001      Branch: perl
4002            ! perl.c pod/perldiag.pod
4003 ____________________________________________________________________________
4004 [ 23457] By: merijn                                on 2004/11/01  13:26:43
4005         Log: New Glossary and samples for blead
4006              Glossary now is in line with recent changes to config_h.SH
4007      Branch: perl
4008            ! Porting/Glossary Porting/config.sh Porting/config_H
4009 ____________________________________________________________________________
4010 [ 23455] By: merijn                                on 2004/11/01  12:51:52
4011         Log: Since strlcat/strlcpy are not argument/return value compatible
4012              with strncat/strncpy, replace the misleading defines with comment
4013      Branch: perl
4014            ! handy.h
4015 ____________________________________________________________________________
4016 [ 23450] By: merijn                                on 2004/10/31  16:33:17
4017         Log: The next step in strlcat ()/ strcpy () detection and usage
4018              preparation. Change to handy.h eeded for config_h.SH
4019      Branch: perl
4020            ! config_h.SH handy.h
4021 ____________________________________________________________________________
4022 [ 23448] By: nicholas                              on 2004/10/31  14:37:46
4023         Log: Make TEST and harness skip tests for extensions that were not
4024              configured. Currently this skipping is silent - maybe they should
4025              report what they are skipping.
4026      Branch: perl
4027            ! t/TEST t/harness
4028 ____________________________________________________________________________
4029 [ 23446] By: nicholas                              on 2004/10/31  13:02:01
4030         Log: Subject: [patches] optree_* tests unexpectedly succeeding. + maint-only patch
4031              From: Jim Cromie <jim.cromie@gmail.com>
4032              Message-ID: <cfe85dfa04102515365f11ef10@mail.gmail.com>
4033              Date: Mon, 25 Oct 2004 16:36:40 -0600
4034      Branch: perl
4035            ! ext/B/t/optree_check.t ext/B/t/optree_varinit.t
4036 ____________________________________________________________________________
4037 [ 23445] By: nicholas                              on 2004/10/31  12:24:09
4038         Log: Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.
4039      Branch: perl
4040            ! perl.c sv.c
4041 ____________________________________________________________________________
4042 [ 23444] By: nicholas                              on 2004/10/31  11:20:27
4043         Log: Skip tests if Devel::Peek not built
4044      Branch: perl
4045            ! ext/threads/shared/t/sv_refs.t ext/threads/t/end.t
4046            ! ext/threads/t/join.t lib/base/t/fields-base.t
4047 ____________________________________________________________________________
4048 [ 23443] By: nicholas                              on 2004/10/31  11:19:47
4049         Log: Assimilate PathTools 3.01 (File::Spec and Cwd)
4050      Branch: perl
4051            ! ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
4052            ! lib/File/Spec/VMS.pm
4053 ____________________________________________________________________________
4054 [ 23442] By: nicholas                              on 2004/10/31  11:07:57
4055         Log: Oops. Forgot to add the new test in I18N::LangTags 0.35
4056      Branch: perl
4057            + lib/I18N/LangTags/t/20_locales.t
4058 ____________________________________________________________________________
4059 [ 23441] By: nicholas                              on 2004/10/31  10:41:17
4060         Log: Correct change 23437 - as Config isn't imported, need to use a fully
4061              qualified package
4062      Branch: perl
4063            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
4064            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
4065            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
4066            ! ext/B/t/optree_varinit.t
4067 ____________________________________________________________________________
4068 [ 23440] By: nicholas                              on 2004/10/31  10:40:11
4069         Log: Assimilate I18N::LangTags 0.35
4070      Branch: perl
4071            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
4072            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
4073 ____________________________________________________________________________
4074 [ 23439] By: nicholas                              on 2004/10/31  08:17:57
4075         Log: Subject: [PATCH] Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question))
4076              Date: Sun, 31 Oct 2004 04:01:42 -0500
4077              From: Ed Allen Smith <easmith@beatrice.rutgers.edu>
4078              Message-Id: <mid+200410310901.i9V91g1Y519894@dogberry.rutgers.edu>
4079      Branch: perl
4080            ! hints/irix_6.sh
4081 ____________________________________________________________________________
4082 [ 23438] By: davem                                 on 2004/10/30  23:25:37
4083         Log: Using foreach on threads::shared array crashes perl
4084              The FETCH code for shared aggregate elements could leak a shared RV
4085              address into a private SV. RVs are now handled specially, in the
4086              same way that they already were for scalar shared magic.
4087      Branch: perl
4088            ! ext/threads/shared/shared.xs
4089 ____________________________________________________________________________
4090 [ 23437] By: nicholas                              on 2004/10/30  22:49:18
4091         Log: Skip tests that require Data::Dumper if it is not built
4092      Branch: perl
4093            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
4094            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
4095            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
4096            ! ext/B/t/optree_varinit.t lib/ExtUtils/t/Liblist.t
4097            ! lib/ExtUtils/t/prereq_print.t
4098 ____________________________________________________________________________
4099 [ 23436] By: merijn                                on 2004/10/30  16:11:15
4100         Log: Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
4101      Branch: perl
4102            ! NetWare/config_H.wc Porting/config_H plan9/config_h.sample
4103            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4104            ! win32/config_H.vc64 wince/config_H.ce
4105 ____________________________________________________________________________
4106 [ 23435] By: merijn                                on 2004/10/30  15:54:48
4107         Log: Added probes for strlcat () and strlcpy () to Configure
4108              Re-ordered config_h.SH
4109      Branch: perl
4110            ! Configure Makefile.SH config_h.SH
4111 ____________________________________________________________________________
4112 [ 23433] By: davem                                 on 2004/10/29  21:04:17
4113         Log: Threading crash with closures
4114              various OpREFCNT_inc() operations weren't doing locking
4115      Branch: perl
4116            ! pad.c regcomp.c sv.c
4117 ____________________________________________________________________________
4118 [ 23432] By: steveh                                on 2004/10/29  14:12:02
4119         Log: Document sv_magic() changes brought about by sv_magicext()
4120
4121              Change 14335 made sv_magic() a wrapper to a new sv_magicext(),
4122              but didn't update the documentation for sv_magic() to reflect
4123              the changed handling of the name/namlen arguments.
4124
4125              Also correct a couple of typos, and mention sv_magicext() in
4126              perlguts.
4127      Branch: perl
4128            ! pod/perlapi.pod pod/perlguts.pod sv.c
4129 ____________________________________________________________________________
4130 [ 23431] By: merijn                                on 2004/10/29  13:56:03
4131         Log: Subject: [PATCH] 36 additional tests for B
4132              From: Steve Peters <steve@fisharerojo.org>
4133              Date: Fri, 29 Oct 2004 00:53:22 -0500
4134              Message-Id: <200410290053.22947.steve@fisharerojo.org>
4135      Branch: perl
4136            ! ext/B/t/b.t
4137 ____________________________________________________________________________
4138 [ 23426] By: davem                                 on 2004/10/27  22:50:57
4139         Log: include flags and refcount in the list of leaked scalars
4140      Branch: perl
4141            ! perl.c
4142 ____________________________________________________________________________
4143 [ 23425] By: ams                                   on 2004/10/27  11:27:27
4144         Log: Subject: [PATCH] lib/Carp.t improvements
4145              From: "Craig A. Berry" <craigberry@mac.com>
4146              Date: Tue, 26 Oct 2004 23:32:25 -0500
4147              Message-Id: <417F24D9.1000904@mac.com>
4148      Branch: perl
4149            ! lib/Carp.t
4150 ____________________________________________________________________________
4151 [ 23424] By: rgs                                   on 2004/10/25  15:31:21
4152         Log: Fix [perl #32130] Errno.pm must not pass references to "prototype"
4153      Branch: perl
4154            ! ext/Errno/Errno_pm.PL ext/Errno/t/Errno.t
4155 ____________________________________________________________________________
4156 [ 23423] By: rgs                                   on 2004/10/25  15:09:27
4157         Log: Small updates to the web addresses for Perl, noticed by Robert Spier
4158      Branch: perl
4159            ! pod/perl.pod pod/perlfaq2.pod
4160 ____________________________________________________________________________
4161 [ 23422] By: rgs                                   on 2004/10/25  14:56:37
4162         Log: Subject: [perl #30227] [PATCH]splain vs. -w
4163              From: "Steve Peters via RT" <perlbug-followup@perl.org>
4164              Date: 23 Oct 2004 13:55:41 -0000
4165              Message-ID: <rt-3.0.11-30227-98375.1.28465791111211@perl.org>
4166      Branch: perl
4167            ! lib/diagnostics.pm
4168 ____________________________________________________________________________
4169 [ 23421] By: rgs                                   on 2004/10/25  07:29:50
4170         Log: Upgrade to Encode 2.08.
4171      Branch: perl
4172            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
4173            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
4174            ! ext/Encode/Unicode/Unicode.xs
4175            ! ext/Encode/lib/Encode/Encoding.pm
4176 ____________________________________________________________________________
4177 [ 23420] By: mhx                                   on 2004/10/24  07:53:45
4178         Log: Subject: Re: [perl #31937] perlop: add basic =~ examples
4179              From: Steve Peters <steve@fisharerojo.org>
4180              Date: Sat, 23 Oct 2004 08:01:51 -0500
4181              Message-Id: <200410230801.51649.steve@fisharerojo.org>
4182      Branch: perl
4183            ! pod/perlop.pod
4184 ____________________________________________________________________________
4185 [ 23419] By: mhx                                   on 2004/10/23  23:39:18
4186         Log: Subject: [PATCH] Re: Devel::Peek: hash quality 125%?
4187              From: Tels <perl_dummy@bloodgate.com>
4188              Date: Sat, 23 Oct 2004 16:56:31 +0200
4189              Message-Id: <200410231656.40995@bloodgate.com>
4190      Branch: perl
4191            ! ext/Devel/Peek/Changes ext/Devel/Peek/Peek.pm
4192 ____________________________________________________________________________
4193 [ 23418] By: davem                                 on 2004/10/23  21:50:19
4194         Log: Chained goto &sub drops data too early.
4195
4196              Change 22373 to stop a memory leak in goto &foo intead caused
4197              the elements of @_ to be freed too early. This revised fix
4198              just transfers the reifiedness of the old @_ to the new @_
4199      Branch: perl
4200            ! pp_ctl.c t/op/goto.t
4201 ____________________________________________________________________________
4202 [ 23417] By: rgs                                   on 2004/10/23  19:58:07
4203         Log: Upgrade to Encode 2.07
4204      Branch: perl
4205            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
4206            ! ext/Encode/Encode.xs ext/Encode/META.yml
4207            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
4208            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/Encode.t
4209            ! ext/Encode/t/fallback.t ext/Encode/ucm/macArabic.ucm
4210            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macChinsimp.ucm
4211            ! ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDingbats.ucm
4212            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macKorean.ucm
4213            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macSymbol.ucm
4214            ! ext/Encode/ucm/macThai.ucm
4215 ____________________________________________________________________________
4216 [ 23416] By: nicholas                              on 2004/10/23  17:15:46
4217         Log: Subject: [PATCH] ext/IO/IO.xs: fix blocking on sparc linux
4218              Message-ID: <20041022033033.GA12362@londo.c47.org>
4219              From: Brendan O'Dea <bod@debian.org>
4220              Date: Fri, 22 Oct 2004 13:30:33 +1000
4221      Branch: perl
4222            ! ext/IO/IO.xs
4223 ____________________________________________________________________________
4224 [ 23410] By: rgs                                   on 2004/10/21  15:51:32
4225         Log: Subject: docpatch for perltie.pod
4226              From: David Cantrell <david@cantrell.org.uk>
4227              Date: Thu, 21 Oct 2004 12:21:52 +0100
4228              Message-ID: <20041021112151.GA22862@bytemark.barnyard.co.uk>
4229      Branch: perl
4230            ! pod/perltie.pod
4231 ____________________________________________________________________________
4232 [ 23396] By: ams                                   on 2004/10/21  01:36:49
4233         Log: Subject: [PATCH] Math::BigInt v1.73 final
4234              From: Tels <perl_dummy@bloodgate.com>
4235              Date: Wed, 20 Oct 2004 21:06:40 +0200
4236              Message-Id: <200410202106.41840@bloodgate.com>
4237
4238              Subject: [PATCH] Math::BigRat v0.13 (pre-release)
4239              From: Tels <tels@bloodgate.com>
4240              Date: Wed, 20 Oct 2004 22:03:55 +0200
4241              Message-Id: <200410202203.56063@bloodgate.com>
4242      Branch: perl
4243            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/BigRat.pm
4244            ! lib/Math/BigRat/t/big_ap.t lib/Math/BigRat/t/bigrat.t
4245            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
4246            ! lib/Math/BigRat/t/bigratup.t
4247 ____________________________________________________________________________
4248 [ 23395] By: nicholas                              on 2004/10/20  22:39:36
4249         Log: Need to skip optree walking tests if perlio not built
4250      Branch: perl
4251            ! ext/B/t/f_map.t ext/B/t/f_sort.t
4252 ____________________________________________________________________________
4253 [ 23394] By: rgs                                   on 2004/10/20  07:42:34
4254         Log: Remove opmini.c when cleaning up.
4255      Branch: perl
4256            ! Makefile.SH
4257 ____________________________________________________________________________
4258 [ 23393] By: rgs                                   on 2004/10/20  07:36:45
4259         Log: Ensure that PVA.pl returns a true value.
4260      Branch: perl
4261            ! lib/unicore/mktables
4262 ____________________________________________________________________________
4263 [ 23392] By: ams                                   on 2004/10/20  06:19:03
4264         Log: Subject: [PATCH perl.c pod/perl.pod pod/perlfaq2.pod]
4265              Rephrase "Perl Home Page" References
4266              From: chromatic <chromatic@wgz.org>
4267              Date: Tue, 19 Oct 2004 22:52:19 -0700
4268              Message-Id: <1098251539.20976.53.camel@localhost>
4269      Branch: perl
4270            ! AUTHORS perl.c pod/perl.pod pod/perlfaq2.pod
4271 ____________________________________________________________________________
4272 [ 23384] By: rgs                                   on 2004/10/19  13:17:01
4273         Log: Upgrade to Encode 2.05
4274      Branch: perl
4275            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
4276            ! ext/Encode/encoding.pm
4277 ____________________________________________________________________________
4278 [ 23383] By: rgs                                   on 2004/10/19  11:38:37
4279         Log: More Data::Dumper docs nits, fix the previous one,
4280              suggested by Yves Orton.
4281      Branch: perl
4282            ! ext/Data/Dumper/Dumper.pm
4283 ____________________________________________________________________________
4284 [ 23382] By: rgs                                   on 2004/10/19  11:21:55
4285         Log: Subject: [PATCH] perlfaq2.pod (add a book)
4286              From: <richard.foley@ubs.com>
4287              Date: Tue, 19 Oct 2004 07:29:31 +0200
4288              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E3A@NZURC900PEX1.ubsgs.ubsgroup.net>
4289      Branch: perl
4290            ! pod/perlfaq2.pod
4291 ____________________________________________________________________________
4292 [ 23381] By: mhx                                   on 2004/10/19  03:51:59
4293         Log: Re-apply the encoding.pm part of:
4294
4295              Subject: [PATCH] encoding and open pragmas
4296              From: Jarkko Hietaniemi <jhi@iki.fi>
4297              Date: Mon, 16 Aug 2004 22:27:00 +0300
4298              Message-ID: <41210A84.6060506@iki.fi>
4299      Branch: perl
4300            ! ext/Encode/encoding.pm
4301 ____________________________________________________________________________
4302 [ 23380] By: mhx                                   on 2004/10/18  21:00:26
4303         Log: Upgrade to Encode 2.04.
4304      Branch: perl
4305            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
4306            ! ext/Encode/JP/JP.pm ext/Encode/META.yml ext/Encode/Makefile.PL
4307            ! ext/Encode/bin/piconv ext/Encode/bin/ucmsort
4308            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
4309            ! ext/Encode/lib/Encode/Supported.pod
4310            ! ext/Encode/ucm/big5-hkscs.ucm
4311 ____________________________________________________________________________
4312 [ 23379] By: mhx                                   on 2004/10/18  15:44:05
4313         Log: Fix a typo.
4314      Branch: perl
4315            ! utils/c2ph.PL
4316 ____________________________________________________________________________
4317 [ 23378] By: rgs                                   on 2004/10/18  11:25:20
4318         Log: Add a missing warning categorisation in perldiag.
4319      Branch: perl
4320            ! pod/perldiag.pod
4321 ____________________________________________________________________________
4322 [ 23377] By: ams                                   on 2004/10/16  23:52:18
4323         Log: Subject: [PATCH] test_harness tweak for VMS
4324              From: "Craig A. Berry" <craigberry@mac.com>
4325              Date: Sat, 16 Oct 2004 12:15:02 -0500
4326              Message-Id: <41715716.5000108@mac.com>
4327      Branch: perl
4328            ! vms/descrip_mms.template vms/test.com
4329 ____________________________________________________________________________
4330 [ 23376] By: nicholas                              on 2004/10/16  18:16:12
4331         Log: Merge code from vdie and vcroak into S_vdie_croak_common
4332      Branch: perl
4333            ! util.c
4334 ____________________________________________________________________________
4335 [ 23375] By: nicholas                              on 2004/10/16  14:39:48
4336         Log: Merge the common code from Perl_vdie and Perl_vwarner into a
4337              S_vdie_common
4338      Branch: perl
4339            ! util.c
4340 ____________________________________________________________________________
4341 [ 23374] By: nicholas                              on 2004/10/16  12:57:39
4342         Log: The second half of Perl_vwarner is actually a straight cut&paste job
4343              from Perl_vwarn, so convert it into a (tail) call to Perl_vwarn.
4344              cut&paste is bad, m'kay.
4345      Branch: perl
4346            ! util.c
4347 ____________________________________________________________________________
4348 [ 23373] By: nicholas                              on 2004/10/15  17:11:08
4349         Log: Implement sv_svset _nosteal variants by passing a flag into
4350              sv_set_flags rather than messing with the SvTEMP() flag on either
4351              side of the call.
4352      Branch: perl
4353            ! sv.c sv.h
4354 ____________________________________________________________________________
4355 [ 23372] By: rgs                                   on 2004/10/15  14:09:54
4356         Log: Implement a new -dt command-line flag, to enable threads under the
4357              debugger (bug #31666).
4358
4359              Subject: RE: [PATCH] debugger handles threads [perl #31666]
4360              From: <richard.foley@ubs.com>
4361              Date: Wed, 13 Oct 2004 13:01:18 +0200
4362              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E12@NZURC900PEX1.ubsgs.ubsgroup.net>
4363
4364              Subject: Re: [PATCH] debugger handles threads [perl #31666]
4365              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
4366              Date: Wed, 13 Oct 2004 02:49:58 -0700
4367              Message-ID: <20041013094957.GA17184@efn.org>
4368      Branch: perl
4369            ! lib/perl5db.pl perl.c pod/perlrun.pod
4370 ____________________________________________________________________________
4371 [ 23371] By: steveh                                on 2004/10/15  12:54:29
4372         Log: Make autodoc.pl write its output with UNIX style EOL's.
4373
4374              This saves the Win32 committer(s?) having to dos2unix the files
4375              before committing.  Maybe Perforce's "LineEnd: share" suffices
4376              anyway, but there's no harm in playing safe.
4377      Branch: perl
4378            ! autodoc.pl
4379 ____________________________________________________________________________
4380 [ 23370] By: nicholas                              on 2004/10/15  11:01:18
4381         Log: Include opmini.c in the dependency generation.
4382      Branch: perl
4383            ! Makefile.SH
4384 ____________________________________________________________________________
4385 [ 23369] By: rgs                                   on 2004/10/15  10:20:16
4386         Log: Doc nit to Data::Dumper, suggested by Peter Kay.
4387      Branch: perl
4388            ! ext/Data/Dumper/Dumper.pm
4389 ____________________________________________________________________________
4390 [ 23368] By: steveh                                on 2004/10/15  10:12:31
4391         Log: Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.
4392
4393              These are already in the API supported by Devel::PPPort, and are
4394              often more useful than sv_vcatpvfn and sv_vsetpvfn which were
4395              already documented.
4396      Branch: perl
4397            ! embed.fnc pod/perlapi.pod sv.c
4398 ____________________________________________________________________________
4399 [ 23367] By: mhx                                   on 2004/10/14  18:00:04
4400         Log: Subject: [PATCH] Re: [NOT OK] 23353 OpenVMS 7.2 VAX
4401              From: "Craig A. Berry" <craigberry@mac.com>
4402              Date: Thu, 14 Oct 2004 10:09:41 -0500
4403              Message-ID: <416E96B5.5020100@mac.com>
4404      Branch: perl
4405            ! ext/Devel/PPPort/parts/inc/ppphtest
4406            ! ext/Devel/PPPort/t/ppphtest.t
4407 ____________________________________________________________________________
4408 [ 23366] By: rgs                                   on 2004/10/14  15:50:49
4409         Log: Subject: AW: [perl #31864] IO::Poll - undef fd not checked in mask()
4410              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
4411              Date: Mon, 11 Oct 2004 09:54:15 +0200
4412              Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net>
4413      Branch: perl
4414            ! ext/IO/lib/IO/Poll.pm
4415 ____________________________________________________________________________
4416 [ 23365] By: rgs                                   on 2004/10/14  14:58:21
4417         Log: Fix [perl #31971] local $^D gives noise
4418      Branch: perl
4419            ! embed.fnc embed.h mg.c perl.c proto.h
4420 ____________________________________________________________________________
4421 [ 23364] By: rgs                                   on 2004/10/14  14:25:29
4422         Log: A few fixes in the list of -D debugging flags
4423      Branch: perl
4424            ! perl.c pod/perlrun.pod
4425 ____________________________________________________________________________
4426 [ 23363] By: rgs                                   on 2004/10/14  14:01:50
4427         Log: Subject: [PATCH@23361] RE: [PATCH-for-23358] enable statically linked exte nsions for Win32
4428              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
4429              Date: Wed, 13 Oct 2004 09:45:31 +0400
4430              Message-ID: <7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com>
4431      Branch: perl
4432            ! win32/buildext.pl win32/makefile.mk
4433 ____________________________________________________________________________
4434 [ 23362] By: rgs                                   on 2004/10/12  16:49:53
4435         Log: Minor tweaks for the test.utf16 target, by Jarkko
4436      Branch: perl
4437            ! t/TEST
4438 ____________________________________________________________________________
4439 [ 23361] By: rgs                                   on 2004/10/12  16:07:54
4440         Log: Subject: [perl #31843] warnings::warn($obj,...) fails when $obj overloads ""
4441              From: kaminsky@math.huji.ac.il (via RT) <perlbug-followup@perl.org>
4442              Date: 5 Oct 2004 09:52:07 -0000
4443              Message-ID: <rt-3.0.11-31843-97358.2.89612012687236@perl.org>
4444              (with tweaks)
4445      Branch: perl
4446            ! lib/warnings.pm warnings.pl
4447 ____________________________________________________________________________
4448 [ 23360] By: rgs                                   on 2004/10/12  13:02:44
4449         Log: Subject: [PATCH-for-23358] enable statically linked extensions for Win32
4450              From: Vadim Konovalov <konovalo@mail.wplus.net>
4451              Date: Mon, 11 Oct 2004 22:57:00 +0400
4452              Message-ID: <80173417046.20041011225700@vkonovalov.ru>
4453      Branch: perl
4454            ! makedef.pl win32/Makefile win32/buildext.pl win32/dl_win32.xs
4455            ! win32/makefile.mk win32/perllib.c win32/sync_ext.pl
4456 ____________________________________________________________________________
4457 [ 23359] By: rgs                                   on 2004/10/12  12:54:27
4458         Log: Subject: Patch: BigInt v1.73 (pre-release)
4459              From: Tels <perl_dummy@bloodgate.com>
4460              Date: Sun, 10 Oct 2004 22:36:03 +0200
4461              Message-Id: <200410102236.03637@bloodgate.com>
4462      Branch: perl
4463            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4464            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
4465            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
4466            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
4467            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
4468            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
4469            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
4470 ____________________________________________________________________________
4471 [ 23358] By: rgs                                   on 2004/10/11  07:28:34
4472         Log: Subject: [PATCH] add the 'test_harness' target to vms "makefile"
4473              From: Abe Timmerman <abe@ztreet.demon.nl>
4474              Date: Sat, 9 Oct 2004 18:13:38 +0200
4475              Message-Id: <200410091813.38673.abe@ztreet.demon.nl>
4476      Branch: perl
4477            ! t/harness vms/descrip_mms.template vms/test.com
4478 ____________________________________________________________________________
4479 [ 23357] By: davem                                 on 2004/10/10  19:18:00
4480         Log: Turn regcomp into a list op
4481      Branch: perl
4482            ! embed.fnc ext/B/B/Deparse.pm lib/overload.t op.c perly.act
4483            ! perly.h perly.tab perly.y pp_ctl.c proto.h toke.c
4484 ____________________________________________________________________________
4485 [ 23356] By: nicholas                              on 2004/10/10  15:21:24
4486         Log: Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all tests
4487      Branch: perl
4488            ! ext/B/t/OptreeCheck.pm
4489 ____________________________________________________________________________
4490 [ 23355] By: nicholas                              on 2004/10/10  15:03:25
4491         Log: Restore runtime loading of Encode and Encode-related modules, so that
4492              open.pm will work when the Encode extension isn't build.
4493      Branch: perl
4494            ! lib/open.pm
4495 ____________________________________________________________________________
4496 [ 23354] By: merijn                                on 2004/10/09  12:27:39
4497         Log: Make AIX 5 + gcc work in 64bitall
4498      Branch: perl
4499            ! hints/aix.sh
4500 ____________________________________________________________________________
4501 [ 23353] By: merijn                                on 2004/10/08  09:52:59
4502         Log: A new machine type, some reformatting, some reorganization
4503              and a bit of additional info on Sleepycat's db.
4504      Branch: perl
4505            ! README.hpux
4506 ____________________________________________________________________________
4507 [ 23352] By: rgs                                   on 2004/10/08  08:56:49
4508         Log: Briefly document the test.utf16 make target.
4509      Branch: perl
4510            ! pod/perlhack.pod
4511 ____________________________________________________________________________
4512 [ 23351] By: rgs                                   on 2004/10/08  08:52:39
4513         Log: Make the perl interpreter more tolerant of UTF-16-encoded script
4514              (patch by Jarkko Hietaniemi)
4515      Branch: perl
4516            ! Makefile.SH t/TEST toke.c utf8.c
4517 ____________________________________________________________________________
4518 [ 23350] By: rgs                                   on 2004/10/04  16:05:20
4519         Log: Subject: [perl #31697] [PATCH] B::Showlex::newlex enhancement and pod
4520              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
4521              Date: 23 Sep 2004 21:45:42 -0000
4522              Message-ID: <rt-3.0.11-31697-96840.0.810265136907162@perl.org>
4523              (with doc nits)
4524      Branch: perl
4525            ! ext/B/B/Concise.pm ext/B/B/Showlex.pm ext/B/t/showlex.t
4526 ____________________________________________________________________________
4527 [ 23349] By: rgs                                   on 2004/10/04  15:46:28
4528         Log: Increment $overload::VERSION after change #23347
4529      Branch: perl
4530            ! ext/B/B/Concise.pm lib/overload.pm
4531 ____________________________________________________________________________
4532 [ 23348] By: rgs                                   on 2004/10/04  14:00:11
4533         Log: Subject: [PATCH-for-23341] dynaloader improvements and cleanup
4534              From: Vadim Konovalov <vadim@vkonovalov.ru>
4535              Date: Sun, 3 Oct 2004 22:10:06 +0400
4536              Message-ID: <138-1837306906.20041003221006@vkonovalov.ru>
4537      Branch: perl
4538            ! ext/DynaLoader/DynaLoader_pm.PL
4539 ____________________________________________________________________________
4540 [ 23347] By: rgs                                   on 2004/10/04  10:57:15
4541         Log: Subject: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
4542              From: Rick Delaney <rick@bort.ca>
4543              Date: Sat, 2 Oct 2004 01:04:49 -0400
4544              Message-ID: <20041002050448.GB5059@biff.bort.ca>
4545      Branch: perl
4546            ! lib/overload.pm lib/overload.t
4547 ____________________________________________________________________________
4548 [ 23346] By: rgs                                   on 2004/10/04  10:18:49
4549         Log: Subject: [PATCH] vms/t/filespec.t tweak
4550              From: "Craig A. Berry" <craigberry@mac.com>
4551              Date: Fri, 01 Oct 2004 13:18:03 -0500
4552              Message-ID: <415D9F5B.5040306@mac.com>
4553      Branch: perl
4554            ! vms/ext/filespec.t
4555 ____________________________________________________________________________
4556 [ 23345] By: rgs                                   on 2004/10/04  08:53:04
4557         Log: More caveats on the non-portability of stat(), suggested by
4558              Stas Bekman.
4559      Branch: perl
4560            ! pod/perlfunc.pod
4561 ____________________________________________________________________________
4562 [ 23344] By: nicholas                              on 2004/10/02  21:49:15
4563         Log: Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without
4564              any check on whether it's valid.
4565      Branch: perl
4566            ! sv.c
4567 ____________________________________________________________________________
4568 [ 23343] By: merijn                                on 2004/10/02  11:08:32
4569         Log: Subject: [PATCH] make t/uni/class.t pass on VMS
4570              From: "Craig A. Berry" <craigberry@mac.com>
4571              Date: Fri, 01 Oct 2004 12:57:55 -0500
4572              Message-ID: <415D9AA3.1000908@mac.com>
4573      Branch: perl
4574            ! t/uni/class.t
4575 ____________________________________________________________________________
4576 [ 23342] By: davem                                 on 2004/09/30  20:51:31
4577         Log: open $1, "file" doesn't raise an exception
4578      Branch: perl
4579            ! pp.c t/io/open.t
4580 ____________________________________________________________________________
4581 [ 23341] By: rgs                                   on 2004/09/30  15:41:40
4582         Log: Subject: [patch] Sys::Syslog POD - $Sys::Syslog::host
4583              From: "Jay Hannah" <jhannah@omnihotels.com>
4584              Date: Wed, 15 Sep 2004 14:51:42 -0500
4585              Message-ID: <002001c49b5d$6d0d79c0$4722000a@omarests2>
4586      Branch: perl
4587            ! ext/Sys/Syslog/Syslog.pm
4588 ____________________________________________________________________________
4589 [ 23340] By: rgs                                   on 2004/09/30  15:12:29
4590         Log: A fix for [perl #31692] : as PerlIO::scalar accesses directly the
4591              PV of the scalar it reads from, avoid to read it when it's an
4592              undefined PV.
4593      Branch: perl
4594            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
4595 ____________________________________________________________________________
4596 [ 23339] By: davem                                 on 2004/09/28  18:05:52
4597         Log: the improved -DT output of #23325 could print an uninit stack value
4598      Branch: perl
4599            ! toke.c
4600 ____________________________________________________________________________
4601 [ 23338] By: nicholas                              on 2004/09/28  16:55:08
4602         Log: Spelling correction spotted by Greg McCarroll
4603      Branch: perl
4604            ! README.epoc
4605 ____________________________________________________________________________
4606 [ 23337] By: rgs                                   on 2004/09/28  15:28:58
4607         Log: Subject: Patch for perl.c fixing an obscure environment bug
4608              From: Merijn Broeren <merijnb@iloquent.com>
4609              Date: Thu, 23 Sep 2004 17:18:17 +0200
4610              Message-ID: <20040923151817.GA15782@brugman.iloquent.nl>
4611      Branch: perl
4612            ! perl.c
4613 ____________________________________________________________________________
4614 [ 23336] By: rgs                                   on 2004/09/28  08:08:24
4615         Log: Perl -DT segfaults when parsing a 'use' statement
4616      Branch: perl
4617            ! toke.c
4618 ____________________________________________________________________________
4619 [ 23334] By: rgs                                   on 2004/09/23  07:33:15
4620         Log: Typo fix.
4621              Subject: [PATCH] Re: Smoke [5.9.2] 23330 FAIL(X) hp-ux 11.11/64 (PA-2.0/64/2 cpu)
4622              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
4623              Date: Wed, 22 Sep 2004 11:20:53 +0200
4624              Message-ID: <20040922112053.686562b6@valis.local>
4625      Branch: perl
4626            ! lib/open.pm
4627 ____________________________________________________________________________
4628 [ 23333] By: rgs                                   on 2004/09/23  07:30:16
4629         Log: Remove a couple of C<> to avoid confusing double quotes in text
4630              rendering. [perl #31678]
4631      Branch: perl
4632            ! pod/perlop.pod
4633 ____________________________________________________________________________
4634 [ 23332] By: rgs                                   on 2004/09/22  09:08:04
4635         Log: Document that $ENV{PATH} may not contain relative directories under -T
4636      Branch: perl
4637            ! pod/perldiag.pod pod/perlsec.pod
4638 ____________________________________________________________________________
4639 [ 23331] By: davem                                 on 2004/09/20  22:11:29
4640         Log: Subject:  Re: [perl #31586] utime does not reach expectations [PATCH]
4641              From:  LAUN Wolfgang <wolfgang.laun@alcatel.at>
4642              Date:  Fri, 17 Sep 2004 14:01:11 +0200
4643              Message-Id:  <DF27CDCBD2581D4B88431901094E4B4D02B0C88B@attmsx1.aut.alcatel.at>
4644
4645              Clarify the effect of utime when the file isn't owned by the user
4646      Branch: perl
4647            ! pod/perlfunc.pod
4648 ____________________________________________________________________________
4649 [ 23330] By: rgs                                   on 2004/09/20  17:20:38
4650         Log: Upgrade to MIME::Base64 3.05.
4651      Branch: perl
4652            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
4653            ! ext/MIME/Base64/t/warn.t
4654 ____________________________________________________________________________
4655 [ 23329] By: rgs                                   on 2004/09/20  17:13:20
4656         Log: Upgrade to Time::HiRes 1.65.
4657      Branch: perl
4658            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4659            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
4660            ! ext/Time/HiRes/ppport.h ext/Time/HiRes/t/HiRes.t
4661 ____________________________________________________________________________
4662 [ 23327] By: rgs                                   on 2004/09/20  08:23:58
4663         Log: Subject: [perl #27576] [PATCH] Pod::Usage -exitvalue => "NOEXIT" requires -output be set (Doc bug)
4664              From: "Steve Peters via RT" <perlbug-followup@perl.org>
4665              Date: 26 Aug 2004 19:06:52 -0000
4666              Message-ID: <rt-3.0.11-27576-94411.2.28321880730803@perl.org>
4667      Branch: perl
4668            ! lib/Pod/Usage.pm
4669 ____________________________________________________________________________
4670 [ 23326] By: rgs                                   on 2004/09/20  08:10:47
4671         Log: Subject: [PATCH] encoding and open pragmas
4672              From: Jarkko Hietaniemi <jhi@iki.fi>
4673              Date: Mon, 16 Aug 2004 22:27:00 +0300
4674              Message-ID: <41210A84.6060506@iki.fi>
4675
4676              Subject: Re: [PATCH] encoding and open pragmas
4677              From: Jarkko Hietaniemi <jhi@iki.fi>
4678              Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST)
4679              Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi>
4680      Branch: perl
4681            ! ext/Encode/encoding.pm lib/open.pm lib/open.t t/io/layers.t
4682 ____________________________________________________________________________
4683 [ 23325] By: davem                                 on 2004/09/19  21:47:18
4684         Log: improve lexer debugging output (-DT)
4685              Decode yylex() return values, and show lexer state each time
4686              yylex() is called
4687      Branch: perl
4688            ! embed.fnc embed.h proto.h toke.c
4689 ____________________________________________________________________________
4690 [ 23323] By: rgs                                   on 2004/09/15  16:12:42
4691         Log: The XSUB.h patch from:
4692
4693              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
4694              From: John Peacock <jpeacock@rowman.com>
4695              Date: Wed, 18 Aug 2004 08:26:35 -0400
4696              Message-ID: <41234AFB.1020009@rowman.com>
4697
4698              Now it will use version object logic for version comparison
4699              when loading XS modules.
4700      Branch: perl
4701            ! XSUB.h
4702 ____________________________________________________________________________
4703 [ 23322] By: rgs                                   on 2004/09/15  15:48:23
4704         Log: Upgrade to Time::HiRes 1.63.
4705              Note that it includes a ppport.h file. See if the one
4706              previously built in Devel::PPPort can be used instead.
4707      Branch: perl
4708            + ext/Time/HiRes/ppport.h
4709            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4710            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
4711            ! ext/Time/HiRes/t/HiRes.t
4712 ____________________________________________________________________________
4713 [ 23321] By: davem                                 on 2004/09/14  21:57:10
4714         Log: Subject:  Re: [perl #31459] Bug in read()
4715              From:  Chris Heath <chris@heathens.co.nz>
4716              Date:  06 Sep 2004 00:03:12 -0400
4717              Message-Id:  <1094443392.12379.35.camel@linux.heathens.co.nz>
4718
4719              a read(F) into a UTF8-encoded buffer with an offset off the
4720              end of the buffer, miss-calculated buffer lengths
4721      Branch: perl
4722            ! pp_sys.c
4723 ____________________________________________________________________________
4724 [ 23320] By: davem                                 on 2004/09/12  22:09:51
4725         Log: Memory leak in nested shared data structures in 5.8.4
4726              A pop of an item from a shared array ref causes a leak due to
4727              AVf_REAL not having been set after an sv_upgrade(sv, SVt_PVAV).
4728              Make sv_upgrade() set always this flag.
4729      Branch: perl
4730            ! sv.c
4731 ____________________________________________________________________________
4732 [ 23319] By: nicholas                              on 2004/09/10  16:40:17
4733         Log: Integrate:
4734              [ 23318]
4735              Update the skips for the no perlio case
4736      Branch: perl
4737           !> ext/B/t/optree_check.t ext/B/t/optree_concise.t
4738           !> ext/B/t/showlex.t
4739 ____________________________________________________________________________
4740 [ 23300] By: nicholas                              on 2004/09/09  15:54:18
4741         Log: A single version of B that supports 5.8 and 5.10
4742      Branch: perl
4743            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
4744            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
4745 ____________________________________________________________________________
4746 [ 23283] By: mhx                                   on 2004/09/08  20:33:55
4747         Log: Subject: [PATCH-5.8.5] lib/bigint.pm tiny typo fix
4748              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
4749              Date: Mon, 6 Sep 2004 11:09:51 +0400
4750              Message-ID: <7DD1BE2C50259746ABB8683672D2089E081132@itotest-1.spb.lucent.com>
4751      Branch: perl
4752            ! lib/bigint.pm
4753 ____________________________________________________________________________
4754 [ 23282] By: mhx                                   on 2004/09/08  20:19:18
4755         Log: Upgrade to Devel::PPPort 3.03.
4756      Branch: perl
4757            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
4758            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
4759            ! ext/Devel/PPPort/PPPort_pm.PL
4760            ! ext/Devel/PPPort/parts/inc/MY_CXT ext/Devel/PPPort/t/MY_CXT.t
4761 ____________________________________________________________________________
4762 [ 23281] By: davem                                 on 2004/09/08  19:42:15
4763         Log: Subject:  [perl #21553] Re: Solaris Perl (fwd)
4764              From:  Andy Dougherty <doughera@lafayette.edu>
4765              Date:  Wed, 8 Sep 2004 11:32:26 -0400 (EDT)
4766              Message-Id:  <Pine.SOL.4.58.0409081129180.17582@maxwell.phys.lafayette.edu>
4767              Clarify whether it's safe to replace the perl bundled with Solaris
4768      Branch: perl
4769            ! README.solaris
4770 ____________________________________________________________________________
4771 [ 23280] By: mhx                                   on 2004/09/08  19:18:06
4772         Log: Upgrade to Devel::PPPort 3.02.
4773      Branch: perl
4774            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
4775            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
4776            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
4777            ! ext/Devel/PPPort/parts/base/5004050
4778            ! ext/Devel/PPPort/parts/base/5005000
4779            ! ext/Devel/PPPort/parts/base/5006000
4780            ! ext/Devel/PPPort/parts/base/5008001
4781            ! ext/Devel/PPPort/parts/base/5009002
4782            ! ext/Devel/PPPort/parts/inc/MY_CXT
4783            ! ext/Devel/PPPort/parts/inc/misc ext/Devel/PPPort/t/MY_CXT.t
4784            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/call.t
4785            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/grok.t
4786            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
4787            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/misc.t
4788            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
4789            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/sv_xpvf.t
4790            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
4791 ____________________________________________________________________________
4792 [ 23279] By: mhx                                   on 2004/09/08  18:46:56
4793         Log: Add MY_CXT_CLONE to the core. (Taken from Time::HiRes.) See also:
4794              http://groups.google.com/groups?selm=r5l1vv00ca033k7a06d40fgei1ion91rnp%404ax.com
4795      Branch: perl
4796            ! perl.h
4797 ____________________________________________________________________________
4798 [ 23278] By: nicholas                              on 2004/09/08  16:53:34
4799         Log: backport B to work on 5.8.x, so that a single version of the source
4800              can be maintained, and ultimately dual-lifed on CPAN
4801              (the version conditional changes are actually surprisingly small)
4802      Branch: perl
4803            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
4804            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_samples.t
4805            ! ext/B/t/stash.t
4806 ____________________________________________________________________________
4807 [ 23277] By: mhx                                   on 2004/09/08  16:49:59
4808         Log: Subject: SvO?OK_off()'s return value
4809              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
4810              Date: Sun, 1 Aug 2004 12:46:48 +0200
4811              Message-Id: <20040801124648.7f9b3cee@r2d2>
4812
4813              Move (void) casts into SvOOK_off macro.
4814      Branch: perl
4815            ! gv.c mg.c perl.c pp.c pp_ctl.c pp_hot.c scope.c sv.c sv.h
4816 ____________________________________________________________________________
4817 [ 23276] By: merijn                                on 2004/09/07  12:57:58
4818         Log: Subject: [PATCH] perlintro.pod
4819              From: Paul Johnson <paul@pjcj.net>
4820              Date: Tue, 7 Sep 2004 15:13:51 +0200
4821              Message-ID: <20040907131351.GD2513@pjcj.net>
4822      Branch: perl
4823            ! pod/perlintro.pod
4824 ____________________________________________________________________________
4825 [ 23275] By: steveh                                on 2004/09/06  10:16:12
4826         Log: Implement new environment variable to allow the use of non-IFS
4827              compatible LSP's on Windows to allow Perl to work in conjunction
4828              with a firewall such as McAfee Guardian.
4829
4830              Bug report and possible solutions by Ken Fox <kfox@ford.com>;
4831              further assistance by Artiom Morozov <artiom@phreaker.net>.
4832      Branch: perl
4833            ! pod/perlrun.pod win32/win32sck.c
4834 ____________________________________________________________________________
4835 [ 23274] By: merijn                                on 2004/09/06  08:49:24
4836         Log: Subject: [PATCH] -Dunlink_all_versions for VMS
4837              From: "Craig A. Berry" <craigberry@mac.com>
4838              Date: Sat, 04 Sep 2004 11:58:56 -0500
4839              Message-ID: <4139F450.7040708@mac.com>
4840      Branch: perl
4841            ! configure.com
4842 ____________________________________________________________________________
4843 [ 23271] By: davem                                 on 2004/09/05  21:36:57
4844         Log: only mortalize deleted array elements for AvREAL
4845              (update to change #23158)
4846      Branch: perl
4847            ! av.c
4848 ____________________________________________________________________________
4849 [ 23267] By: davem                                 on 2004/09/05  20:16:55
4850         Log: I somehow managed to omit the base.pm change from #23266
4851      Branch: perl
4852            ! lib/base.pm
4853 ____________________________________________________________________________
4854 [ 23266] By: davem                                 on 2004/09/05  20:04:35
4855         Log: Fields package bug
4856              An intermediate class with no fields messes up private fields
4857              in the base class.
4858      Branch: perl
4859            ! lib/base.pm lib/base/t/fields-base.t
4860 ____________________________________________________________________________
4861 [ 23258] By: rgs                                   on 2004/09/02  15:37:55
4862         Log: Upgrade to Encode 2.02
4863      Branch: perl
4864            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
4865            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
4866            ! ext/Encode/bin/ucmsort ext/Encode/lib/Encode/Alias.pm
4867            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
4868            ! ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
4869            ! ext/Encode/ucm/big5-hkscs.ucm
4870 ____________________________________________________________________________
4871 [ 23257] By: rgs                                   on 2004/09/02  15:01:39
4872         Log: Upgrade to version 0.42.
4873              From:
4874              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
4875              From: John Peacock <jpeacock@rowman.com>
4876              Date: Wed, 18 Aug 2004 08:26:35 -0400
4877              Message-ID: <41234AFB.1020009@rowman.com>
4878      Branch: perl
4879            ! lib/version.pm lib/version.t util.c
4880 ____________________________________________________________________________
4881 [ 23256] By: davem                                 on 2004/09/01  23:41:25
4882         Log: Subject:  [PATCH] fields.pm lost compile-time benefit
4883              From:  Rick Delaney <rick@bort.ca>
4884              Date:  Fri, 13 Aug 2004 19:54:12 -0400
4885              Message-Id:  <20040813235412.GB12980@biff.bort.ca>
4886
4887              restore the compile-time field checking for
4888              my Dog $spot; $spot->{'walkies'};
4889              that was lost when pseudo-hashes were removed
4890      Branch: perl
4891            ! lib/base/t/fields-base.t lib/base/t/fields.t op.c
4892            ! pod/perldiag.pod
4893 ____________________________________________________________________________
4894 [ 23255] By: davem                                 on 2004/09/01  23:37:07
4895         Log: whoops, fix 'formline undef' test broken by change #23251
4896      Branch: perl
4897            ! t/lib/warnings/9uninit
4898 ____________________________________________________________________________
4899 [ 23253] By: davem                                 on 2004/09/01  22:45:07
4900         Log: Subject:  PATCH: Taintedness and ternary conditional
4901              From:  Andy Lester <andy@petdance.com>
4902              Date:  Thu, 26 Aug 2004 23:44:47 -0500
4903              Message-Id:  <20040827044447.GA5268@petdance.com>
4904
4905              add tests and documentation to the effect that ($tainted ? $a : $b)
4906              doesn't necessarily return a tainted value. Also tidy the markup in
4907              perldoc.pod
4908      Branch: perl
4909            ! pod/perlsec.pod t/op/taint.t
4910 ____________________________________________________________________________
4911 [ 23252] By: davem                                 on 2004/09/01  22:20:05
4912         Log: delete spurious blank lines added by change 23251
4913      Branch: perl
4914            ! pp_ctl.c
4915 ____________________________________________________________________________
4916 [ 23251] By: davem                                 on 2004/09/01  22:17:47
4917         Log: Random made scripts crashing perl
4918              fix 'formline undef' coredump
4919      Branch: perl
4920            ! pp_ctl.c t/lib/warnings/9uninit
4921 ____________________________________________________________________________
4922 [ 23250] By: davem                                 on 2004/09/01  20:46:13
4923         Log: From: david nicol <whatever@davidnicol.com>
4924              Subject: [perl #31228] no no-op
4925              Message-Id: 1093659222.1436.70.camel@plaza.davidnicol.com>
4926              Date: 27 Aug 2004 21:13:42 -0500
4927
4928              Document that 0 and 1 can (sort of) be used as no-ops.
4929      Branch: perl
4930            ! pod/perlop.pod
4931 ____________________________________________________________________________
4932 [ 23249] By: davem                                 on 2004/09/01  18:54:25
4933         Log: Subject:  [ PATCH ] 2 added private flags for B::Concise
4934              From:  Jim Cromie <jcromie@divsol.com>
4935              Date:  Tue, 31 Aug 2004 23:19:54 -0600
4936              Message-Id:  <41355BFA.8010900@divsol.com>
4937
4938              The OPpENTERSUB_NOMOD and OPpCONST_SHORTCIRCUIT flags weren't
4939              displayed by B::Concise.
4940      Branch: perl
4941            ! ext/B/B/Concise.pm
4942 ____________________________________________________________________________
4943 [ 23248] By: rgs                                   on 2004/09/01  15:35:20
4944         Log: Upgrade to Cwd 2.21.
4945      Branch: perl
4946            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
4947 ____________________________________________________________________________
4948 [ 23247] By: rgs                                   on 2004/09/01  15:11:45
4949         Log: Update to File::Spec 0.90
4950      Branch: perl
4951            ! lib/File/Spec.pm lib/File/Spec/VMS.pm
4952 ____________________________________________________________________________
4953 [ 23246] By: mhx                                   on 2004/08/30  18:36:18
4954         Log: Skip Time::HiRes tests if configured without that module.
4955      Branch: perl
4956            ! ext/Time/HiRes/t/HiRes.t
4957 ____________________________________________________________________________
4958 [ 23245] By: mhx                                   on 2004/08/30  18:34:58
4959         Log: Fix skipping of a Dumpvalue test when configured without Devel::Peek.
4960      Branch: perl
4961            ! lib/Dumpvalue.t
4962 ____________________________________________________________________________
4963 [ 23244] By: mhx                                   on 2004/08/30  18:33:27
4964         Log: Skip a Data::Dumper test if configured without B module.
4965      Branch: perl
4966            ! ext/Data/Dumper/t/dumper.t
4967 ____________________________________________________________________________
4968 [ 23243] By: mhx                                   on 2004/08/29  13:22:48
4969         Log: Fix typo in B::Assembler.
4970      Branch: perl
4971            ! ext/B/B/Assembler.pm
4972 ____________________________________________________________________________
4973 [ 23242] By: mhx                                   on 2004/08/29  13:21:50
4974         Log: Skip ext/B/t/assembler.t when configured without B.
4975      Branch: perl
4976            ! ext/B/t/assembler.t
4977 ____________________________________________________________________________
4978 [ 23241] By: merijn                                on 2004/08/28  08:05:19
4979         Log: Subject: [PATCH] File::Spec::VMS update
4980              From: "Craig A. Berry" <craigberry@mac.com>
4981              Date: Fri, 27 Aug 2004 18:51:09 -0500
4982              Message-ID: <412FC8ED.1020300@mac.com>
4983      Branch: perl
4984            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
4985 ____________________________________________________________________________
4986 [ 23240] By: merijn                                on 2004/08/28  07:41:47
4987         Log: Pumpkinship updates
4988      Branch: perl
4989            ! pod/perlhack.pod
4990 ____________________________________________________________________________
4991 [ 23239] By: mhx                                   on 2004/08/26  21:57:39
4992         Log: Fix nasty line break in Storable test file.
4993      Branch: perl
4994            ! ext/Storable/t/just_plain_nasty.t
4995 ____________________________________________________________________________
4996 [ 23238] By: rgs                                   on 2004/08/26  13:02:14
4997         Log: Upgrade to MIME::Base64 3.03
4998      Branch: perl
4999            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
5000            ! ext/MIME/Base64/QuotedPrint.pm
5001 ____________________________________________________________________________
5002 [ 23237] By: rgs                                   on 2004/08/25  08:32:41
5003         Log: Upgrade to MIME::Base64 3.02.
5004      Branch: perl
5005            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
5006            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
5007            ! ext/MIME/Base64/t/quoted-print.t
5008 ____________________________________________________________________________
5009 [ 23236] By: rgs                                   on 2004/08/24  17:24:40
5010         Log: Grammatical nit by Hugo.
5011      Branch: perl
5012            ! pod/perlnewmod.pod
5013 ____________________________________________________________________________
5014 [ 23235] By: rgs                                   on 2004/08/23  12:32:33
5015         Log: Subject: [perl #31295] PATCH: Test comp/use.t fails on Tru64
5016              From: Nikola Milutinovic (via RT) <perlbug-followup@perl.org>
5017              Date: 23 Aug 2004 10:37:31 -0000
5018              Message-ID: <rt-3.0.11-31295-94232.1.74127465250315@perl.org>
5019      Branch: perl
5020            ! t/comp/use.t
5021 ____________________________________________________________________________
5022 [ 23234] By: mhx                                   on 2004/08/23  05:33:39
5023         Log: Upgrade to Devel::PPPort 3.01.
5024      Branch: perl
5025            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
5026            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
5027            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/parts/inc/ppphtest
5028            ! ext/Devel/PPPort/parts/inc/version
5029            ! ext/Devel/PPPort/t/ppphtest.t
5030 ____________________________________________________________________________
5031 [ 23233] By: mhx                                   on 2004/08/22  22:18:56
5032         Log: Fix some backwards-compatibility problems with Storable.
5033      Branch: perl
5034            ! ext/Storable/Storable.xs ext/Storable/t/weak.t
5035 ____________________________________________________________________________
5036 [ 23232] By: rgs                                   on 2004/08/22  19:14:57
5037         Log: Upgrade to Time::HiRes 1.61
5038      Branch: perl
5039            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
5040            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
5041            ! ext/Time/HiRes/hints/solaris.pl ext/Time/HiRes/t/HiRes.t
5042 ____________________________________________________________________________
5043 [ 23231] By: mhx                                   on 2004/08/22  15:36:36
5044         Log: Fix Storable's MANIFEST.
5045      Branch: perl
5046            ! ext/Storable/MANIFEST
5047 ____________________________________________________________________________
5048 [ 23230] By: davem                                 on 2004/08/20  21:20:48
5049         Log: a regex in STDOUT destructor coredumped because regex pad already
5050              freed
5051      Branch: perl
5052            ! perl.c t/op/ref.t
5053 ____________________________________________________________________________
5054 [ 23229] By: mhx                                   on 2004/08/20  13:18:08
5055         Log: Upgrade to Devel::PPPort 3.00_03.
5056      Branch: perl
5057            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
5058            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
5059            ! ext/Devel/PPPort/parts/inc/ppphtest
5060            ! ext/Devel/PPPort/t/ppphtest.t
5061 ____________________________________________________________________________
5062 [ 23228] By: mhx                                   on 2004/08/19  23:14:00
5063         Log: Tweak 'h2xs -h' output.
5064      Branch: perl
5065            ! utils/h2xs.PL
5066 ____________________________________________________________________________
5067 [ 23227] By: mhx                                   on 2004/08/19  17:05:48
5068         Log: Delete superfluous "with".
5069      Branch: perl
5070            ! README.win32
5071 ____________________________________________________________________________
5072 [ 23226] By: mhx                                   on 2004/08/19  11:22:15
5073         Log: Upgrade to Devel::PPPort 3.00_02.
5074      Branch: perl
5075            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
5076            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
5077            ! ext/Devel/PPPort/PPPort_pm.PL
5078 ____________________________________________________________________________
5079 [ 23225] By: rgs                                   on 2004/08/19  07:58:59
5080         Log: Mark a test that relies on tainting behavior as TODO on Windows.
5081      Branch: perl
5082            ! t/comp/opsubs.t
5083 ____________________________________________________________________________
5084 [ 23224] By: steveh                                on 2004/08/18  13:44:13
5085         Log: Add notes for building with MS VC++ Toolkit 2003
5086      Branch: perl
5087            ! README.win32
5088 ____________________________________________________________________________
5089 [ 23223] By: mhx                                   on 2004/08/17  21:33:41
5090         Log: Upgrade to Devel::PPPort 3.00_01.
5091      Branch: perl
5092            + ext/Devel/PPPort/parts/inc/sv_xpvf ext/Devel/PPPort/t/cop.t
5093            + ext/Devel/PPPort/t/sv_xpvf.t
5094            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
5095            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
5096            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
5097            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl
5098            ! ext/Devel/PPPort/parts/inc/misc
5099            ! ext/Devel/PPPort/parts/inc/ppphbin
5100            ! ext/Devel/PPPort/parts/inc/ppphtest
5101            ! ext/Devel/PPPort/parts/inc/uv
5102            ! ext/Devel/PPPort/parts/ppptools.pl
5103            ! ext/Devel/PPPort/parts/todo/5004000
5104            ! ext/Devel/PPPort/parts/todo/5004050
5105            ! ext/Devel/PPPort/parts/todo/5006000
5106            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/uv.t
5107 ____________________________________________________________________________
5108 [ 23222] By: mhx                                   on 2004/08/17  10:14:46
5109         Log: Upgrade to Devel::PPPort 3.00.
5110      Branch: perl
5111            + (add 103 files)
5112            - ext/Devel/PPPort/t/test.t
5113            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
5114            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
5115            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/README
5116            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/module2.c
5117            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/ppport_h.PL
5118            ! ext/Devel/PPPort/soak
5119 ____________________________________________________________________________
5120 [ 23221] By: rgs                                   on 2004/08/17  08:25:39
5121         Log: Subject: [PATCH] Document Carp's global variables + provide tests
5122              From: "Jos I. Boumans" <kane@dwim.org>
5123              Date: Mon, 16 Aug 2004 15:53:40 +0200
5124              Message-Id: <ADC6DEC6-EF8B-11D8-8425-000A95EF62E2@dwim.org>
5125              (tests a bit reworked)
5126      Branch: perl
5127            ! lib/Carp.pm lib/Carp.t
5128 ____________________________________________________________________________
5129 [ 23220] By: rgs                                   on 2004/08/17  07:29:11
5130         Log: Subject: Updates to modules-related pod
5131              From: Kirrily Skud Robert <skud@infotrope.net>
5132              Date: Mon, 16 Aug 2004 16:00:14 -0400
5133              Message-ID: <20040816200014.GC27764@infotrope.net>
5134      Branch: perl
5135            ! pod/perlnewmod.pod
5136 ____________________________________________________________________________
5137 [ 23219] By: rgs                                   on 2004/08/16  17:59:22
5138         Log: Subject: [PATCH] running mktables on VMS
5139              From: "Craig A. Berry" <craigberry@mac.com>
5140              Date: Tue, 10 Aug 2004 22:28:04 -0500
5141              Message-ID: <41199244.9020706@mac.com>
5142      Branch: perl
5143            ! vms/descrip_mms.template
5144 ____________________________________________________________________________
5145 [ 23218] By: rgs                                   on 2004/08/16  07:23:56
5146         Log: Subject: [PATCH] make cygwin ld2 executable
5147              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5148              Date: Sun, 15 Aug 2004 17:14:59 -0700
5149              Message-ID: <20040816001252.GA2148@efn.org>
5150      Branch: perl
5151            ! cygwin/Makefile.SHs
5152 ____________________________________________________________________________
5153 [ 23217] By: davem                                 on 2004/08/14  22:32:16
5154         Log: make pp_goto() cope potential stack reallocation in EXTEND
5155              The code for goto &foo had local pointers to the stack that
5156              pointed to the wrong place after a realloc.
5157      Branch: perl
5158            ! pp_ctl.c t/op/goto.t
5159 ____________________________________________________________________________
5160 [ 23216] By: rgs                                   on 2004/08/13  13:18:37
5161         Log: Subject: [PATCH] pre Math::BigInt v1.72
5162              From: Tels <perl_dummy@bloodgate.com>
5163              Date: Fri, 13 Aug 2004 14:02:50 +0200
5164              Message-Id: <200408131402.52270@bloodgate.com>
5165      Branch: perl
5166            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5167            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
5168            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
5169            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
5170 ____________________________________________________________________________
5171 [ 23215] By: rgs                                   on 2004/08/13  12:09:35
5172         Log: Subject: Test for functions with operator names
5173              From: Andy Lester <andy@petdance.com>
5174              Date: Thu, 12 Aug 2004 11:31:03 -0500
5175              Message-ID: <20040812163103.GA26687@petdance.com>
5176      Branch: perl
5177            + t/comp/opsubs.t
5178            ! MANIFEST
5179 ____________________________________________________________________________
5180 [ 23214] By: rgs                                   on 2004/08/13  07:13:38
5181         Log: Subject: api doc fix for SvSetMagicSV_nosteal
5182              From: Stas Bekman <stas@stason.org>
5183              Date: Thu, 12 Aug 2004 18:10:36 -0700
5184              Message-ID: <411C150C.5020602@stason.org>
5185      Branch: perl
5186            ! pod/perlapi.pod sv.h
5187 ____________________________________________________________________________
5188 [ 23213] By: rgs                                   on 2004/08/10  13:17:40
5189         Log: Subject: Re: 2 patches: goto.t, B.pm/xs
5190              From: Jim Cromie <jcromie@divsol.com>
5191              Date: Tue, 10 Aug 2004 07:29:08 -0600
5192              Message-ID: <4118CDA4.3060700@divsol.com>
5193      Branch: perl
5194            ! t/op/goto.t
5195 ____________________________________________________________________________
5196 [ 23212] By: rgs                                   on 2004/08/10  07:21:19
5197         Log: Subject: 2 patches: goto.t, B.pm/xs
5198              From: Jim Cromie <jcromie@divsol.com>
5199              Date: Sun, 08 Aug 2004 18:42:47 -0600
5200              Message-ID: <4116C887.9080400@divsol.com>
5201      Branch: perl
5202            ! ext/B/B.pm ext/B/B.xs
5203 ____________________________________________________________________________
5204 [ 23211] By: rgs                                   on 2004/08/10  07:00:01
5205         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
5206              From: Alan Burlison <Alan.Burlison@sun.com>
5207              Date: Mon, 09 Aug 2004 19:00:12 +0100
5208              Message-ID: <4117BBAC.7080603@sun.com>
5209      Branch: perl
5210            ! ext/POSIX/POSIX.xs
5211 ____________________________________________________________________________
5212 [ 23210] By: davem                                 on 2004/08/09  19:58:35
5213         Log: Fix a typo and remove some debugging crud from change #23209
5214      Branch: perl
5215            ! ext/XS/APItest/t/call.t
5216 ____________________________________________________________________________
5217 [ 23209] By: davem                                 on 2004/08/09  19:48:57
5218         Log: eval_sv() failing a taint test could corrupt the stack
5219      Branch: perl
5220            ! ext/XS/APItest/t/call.t perl.c
5221 ____________________________________________________________________________
5222 [ 23208] By: davem                                 on 2004/08/09  18:28:33
5223         Log: made eq_array in t/test.pl handle undef values better
5224      Branch: perl
5225            ! t/test.pl
5226 ____________________________________________________________________________
5227 [ 23207] By: davem                                 on 2004/08/09  17:21:27
5228         Log: fix minor nit in file description, to keep Jarkko happy
5229      Branch: perl
5230            ! utf8.c
5231 ____________________________________________________________________________
5232 [ 23206] By: rgs                                   on 2004/08/09  15:33:54
5233         Log: Subject: Patch for t/op/sleep.t
5234              From: Andy Lester <andy@petdance.com>
5235              Date: Mon, 9 Aug 2004 00:11:51 -0500
5236              Message-ID: <20040809051151.GA13872@petdance.com>
5237      Branch: perl
5238            ! t/op/sleep.t
5239 ____________________________________________________________________________
5240 [ 23205] By: rgs                                   on 2004/08/09  12:10:25
5241         Log: Add a note in perltodo about a potential extension of readpipe()
5242      Branch: perl
5243            ! pod/perltodo.pod
5244 ____________________________________________________________________________
5245 [ 23204] By: rgs                                   on 2004/08/09  09:13:27
5246         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
5247              From: Alan Burlison <Alan.Burlison@sun.com>
5248              Date: Mon, 09 Aug 2004 10:30:25 +0100
5249              Message-ID: <41174431.6050803@sun.com>
5250      Branch: perl
5251            ! ext/POSIX/POSIX.xs
5252 ____________________________________________________________________________
5253 [ 23203] By: davem                                 on 2004/08/07  15:10:40
5254         Log: Add tests for XS call_*() API
5255      Branch: perl
5256            + ext/XS/APItest/t/call.t
5257            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
5258            ! ext/XS/APItest/MANIFEST pod/perlcall.pod
5259 ____________________________________________________________________________
5260 [ 23202] By: mhx                                   on 2004/08/07  15:10:39
5261         Log: Subject: [PATCH] DB_File 1.810
5262              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
5263              Date: Sat, 7 Aug 2004 15:22:09 +0100
5264              Message-Id: <20040807142059.CTQC10838.mta10-svc.ntlworld.com@MARQUESSPT21>
5265      Branch: perl
5266            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5267            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
5268 ____________________________________________________________________________
5269 [ 23200] By: steveh                                on 2004/08/06  12:55:31
5270         Log: Fix [perl #24269] socket() call uses non-IFS providers
5271              causing subsequent print/read to hang or misbehave
5272
5273              Patch supplied by Artiom Morozov <artiom@phreaker.net>
5274              in the bug report at http://rt.perl.org/rt3/index.html?q=24269
5275      Branch: perl
5276            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
5277            ! win32/win32.h win32/win32sck.c
5278 ____________________________________________________________________________
5279 [ 23199] By: steveh                                on 2004/08/06  11:57:59
5280         Log: Another small clean-up following changes #23190 and #23198
5281      Branch: perl
5282            ! gv.c
5283 ____________________________________________________________________________
5284 [ 23198] By: davem                                 on 2004/08/06  10:06:46
5285         Log: remove leaks associated with version object change #23190
5286      Branch: perl
5287            ! gv.c util.c
5288 ____________________________________________________________________________
5289 [ 23197] By: rgs                                   on 2004/08/06  06:53:08
5290         Log: Subject: [PATCH sv.c]  signedness nit in #23190
5291              From: "Craig A. Berry" <craigberry@mac.com>
5292              Date: Thu, 05 Aug 2004 13:10:55 -0500
5293              Message-ID: <4112782F.7040302@mac.com>
5294      Branch: perl
5295            ! sv.c
5296 ____________________________________________________________________________
5297 [ 23196] By: mhx                                   on 2004/08/04  18:29:23
5298         Log: Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg.
5299      Branch: perl
5300            ! pod/perlapi.pod sv.h
5301 ____________________________________________________________________________
5302 [ 23195] By: nick                                  on 2004/08/04  18:16:47
5303         Log: Comment describing purpose.
5304      Branch: perl
5305            ! globals.c
5306 ____________________________________________________________________________
5307 [ 23194] By: rgs                                   on 2004/08/04  07:18:49
5308         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
5309              From: Alan Burlison <Alan.Burlison@sun.com>
5310              Date: Mon, 19 Jul 2004 12:07:02 +0100
5311              Message-ID: <40FBAB56.1030208@sun.com>
5312
5313              (last chunk only)
5314      Branch: perl
5315            ! ext/POSIX/POSIX.xs
5316 ____________________________________________________________________________
5317 [ 23193] By: rgs                                   on 2004/08/04  07:00:21
5318         Log: Remove compilation warnings about uninitialized variables.
5319      Branch: perl
5320            ! sv.c
5321 ____________________________________________________________________________
5322 [ 23192] By: rgs                                   on 2004/08/04  06:55:46
5323         Log: Remove the "Newline in left-justified string" warning.
5324      Branch: perl
5325            ! pod/perldiag.pod sv.c t/lib/warnings/sv
5326 ____________________________________________________________________________
5327 [ 23191] By: rgs                                   on 2004/08/04  06:30:58
5328         Log: Subject: [PATCH] extension to diagnostics.pm
5329              From: Fergal Daly <fergal@esatclear.ie>
5330              Date: Wed, 4 Aug 2004 00:33:09 +0100
5331              Message-ID: <20040803233309.GA239@dyn.fergaldaly.com>
5332      Branch: perl
5333            ! lib/diagnostics.pm
5334 ____________________________________________________________________________
5335 [ 23190] By: rgs                                   on 2004/08/04  06:19:27
5336         Log: Subject: [PATCH] Final version object core patch?
5337              From: John Peacock <jpeacock@rowman.com>
5338              Date: Tue, 03 Aug 2004 22:23:57 -0400
5339              Message-ID: <411048BD.3080700@rowman.com>
5340      Branch: perl
5341            ! gv.c perl.c pp_ctl.c sv.c t/comp/require.t t/op/ver.t util.c
5342 ____________________________________________________________________________
5343 [ 23189] By: merijn                                on 2004/08/03  23:51:13
5344         Log: gcc on AIX 4 doesn't like -G on the commandline too
5345      Branch: perl
5346            ! hints/aix_4.sh
5347 ____________________________________________________________________________
5348 [ 23188] By: merijn                                on 2004/08/03  23:48:13
5349         Log: gcc on AIX doesn't like -G on the commandline
5350      Branch: perl
5351            ! hints/aix.sh
5352 ____________________________________________________________________________
5353 [ 23187] By: davem                                 on 2004/08/03  19:20:18
5354         Log: more typo fixes for change 3176 (comments at top of .c files)
5355      Branch: perl
5356            ! mg.c miniperlmain.c perl.c run.c scope.c
5357 ____________________________________________________________________________
5358 [ 23186] By: rgs                                   on 2004/08/03  10:22:54
5359         Log: Subject: [perl #30914] ExtUtils::Embed should use libperl name from Config
5360              From: Marek Rouchal (via RT) <perlbug-followup@perl.org>
5361              Date: 2 Aug 2004 07:00:33 -0000
5362              Message-ID: <rt-3.0.11-30914-93038.14.5123598132685@perl.org>
5363      Branch: perl
5364            ! lib/ExtUtils/Embed.pm
5365 ____________________________________________________________________________
5366 [ 23185] By: rgs                                   on 2004/08/03  09:39:35
5367         Log: Subject: [PATCH] additional -V:foo tests
5368              From: Jim Cromie <jcromie@divsol.com>
5369              Date: Mon, 02 Aug 2004 09:15:23 -0600
5370              Message-ID: <410E5A8B.9030307@divsol.com>
5371      Branch: perl
5372            ! configpm lib/Config.t pod/perlrun.pod
5373 ____________________________________________________________________________
5374 [ 23184] By: rgs                                   on 2004/08/02  16:40:36
5375         Log: Enhance the caveat in the description of tell()
5376
5377              Subject: Re: [perl #30788] Error in documentation
5378              From: Nick Ing-Simmons <nick@ing-simmons.net>
5379              Date: Wed, 28 Jul 2004 15:12:54 +0100
5380              Message-Id: <20040728141254.3861.5@llama.ing-simmons.net>
5381      Branch: perl
5382            ! pod/perlfunc.pod
5383 ____________________________________________________________________________
5384 [ 23183] By: rgs                                   on 2004/08/02  09:16:13
5385         Log: Remove empty rpath from .so files
5386      Branch: perl
5387            ! lib/ExtUtils/MM_Unix.pm
5388 ____________________________________________________________________________
5389 [ 23182] By: rgs                                   on 2004/08/02  09:11:12
5390         Log: Subject: [PATCH] mention refaddr() in overload::StrVal docs
5391              From: Fergal Daly <fergal@esatclear.ie>
5392              Date: Fri, 30 Jul 2004 16:09:19 +0100
5393              Message-ID: <20040730150919.GB19022@dyn.fergaldaly.com>
5394      Branch: perl
5395            ! lib/overload.pm
5396 ____________________________________________________________________________
5397 [ 23181] By: steveh                                on 2004/08/02  08:05:05
5398         Log: Fix breakage caused by Change 23179
5399      Branch: perl
5400            ! t/run/fresh_perl.t
5401 ____________________________________________________________________________
5402 [ 23180] By: davem                                 on 2004/08/01  16:49:20
5403         Log: Add comment to top of reentr.c and fix typos in other files
5404      Branch: perl
5405            ! deb.c dump.c miniperlmain.c pad.c perly.y reentr.c reentr.h
5406            ! reentr.pl regcomp.c regexec.c scope.c utf8.c
5407 ____________________________________________________________________________
5408 [ 23179] By: mhx                                   on 2004/08/01  16:10:19
5409         Log: Skip test when building without Encode.
5410      Branch: perl
5411            ! t/run/fresh_perl.t
5412 ____________________________________________________________________________
5413 [ 23178] By: mhx                                   on 2004/08/01  10:19:46
5414         Log: Remove redundant SvOOK_off (called implicitly by SvOK_off)
5415              and merge identical cases.
5416      Branch: perl
5417            ! scope.c
5418 ____________________________________________________________________________
5419 [ 23177] By: davem                                 on 2004/07/31  16:27:09
5420         Log: shut up a warning in mg.c
5421      Branch: perl
5422            ! mg.c
5423 ____________________________________________________________________________
5424 [ 23176] By: davem                                 on 2004/07/31  16:21:50
5425         Log: Add comment to the top of most .c files explaining their purpose
5426      Branch: perl
5427            ! deb.c doio.c doop.c dump.c gv.c hv.c locale.c malloc.c mg.c
5428            ! miniperlmain.c numeric.c op.c pad.c perl.c perlio.c perly.act
5429            ! perly.h perly.tab perly.y pp.c pp_ctl.c pp_hot.c pp_pack.c
5430            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c taint.c
5431            ! universal.c utf8.c util.c
5432 ____________________________________________________________________________
5433 [ 23175] By: mhx                                   on 2004/07/31  15:19:13
5434         Log: Fix copy & paste bugs in mX?PUSH macro tests.
5435      Branch: perl
5436            ! ext/XS/APItest/APItest.xs
5437 ____________________________________________________________________________
5438 [ 23174] By: merijn                                on 2004/07/31  08:32:31
5439         Log: First steps towards an explicit perl.exp-less AIX build
5440              Previous method can still be used by undeffing usenativedlopen
5441              If that is ever tested at all on AIX
5442      Branch: perl
5443            ! hints/aix.sh hints/aix_4.sh
5444 ____________________________________________________________________________
5445 [ 23173] By: mhx                                   on 2004/07/31  08:29:54
5446         Log: Fix and update Perl_grok_* docs.
5447      Branch: perl
5448            ! numeric.c pod/perlapi.pod
5449 ____________________________________________________________________________
5450 [ 23172] By: steveh                                on 2004/07/30  14:31:08
5451         Log: A few minor updates to README.win32 (aka perlwin32)
5452      Branch: perl
5453            ! README.win32
5454 ____________________________________________________________________________
5455 [ 23171] By: rgs                                   on 2004/07/30  14:24:08
5456         Log: Upgrade to Math::BigInt v1.71.
5457      Branch: perl
5458            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5459            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
5460            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
5461            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
5462 ____________________________________________________________________________
5463 [ 23170] By: steveh                                on 2004/07/30  13:27:41
5464         Log: Bug report #30132 was resolved before it was finished!
5465              Here's the last piece in the puzzle.
5466      Branch: perl
5467            ! ext/IO/lib/IO/File.pm
5468 ____________________________________________________________________________
5469 [ 23168] By: rgs                                   on 2004/07/28  12:13:36
5470         Log: Upgrade to File::Spec 0.88.
5471      Branch: perl
5472            ! lib/File/Spec.pm lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
5473 ____________________________________________________________________________
5474 [ 23167] By: rgs                                   on 2004/07/28  09:20:12
5475         Log: Subject: Re: [perl #30783] Test::Builder does not handle overloaded "name" values
5476              From: Autrijus Tang <autrijus@gmail.com>
5477              Date: Thu, 22 Jul 2004 20:17:58 -0700
5478              Message-ID: <1912f0e204072220171790193a@mail.gmail.com>
5479      Branch: perl
5480            ! lib/Test/Builder.pm
5481 ____________________________________________________________________________
5482 [ 23166] By: rgs                                   on 2004/07/28  06:31:06
5483         Log: Subject: Re: more 5.9 sort tests (second draft)
5484              From: david nicol <whatever@davidnicol.com>
5485              Date: 21 Jul 2004 17:10:05 -0500
5486              Message-Id: <1090447805.995.24.camel@plaza.davidnicol.com>
5487      Branch: perl
5488            ! t/op/sort.t
5489 ____________________________________________________________________________
5490 [ 23165] By: rgs                                   on 2004/07/28  06:25:15
5491         Log: Subject: Re: AW: [perl #7558] [PATCH] README.solaris
5492              From: Andy Dougherty <doughera@lafayette.edu>
5493              Date: Tue, 27 Jul 2004 14:12:06 -0400 (EDT)
5494              Message-ID: <Pine.SOL.4.58.0407271335550.22839@maxwell.phys.lafayette.edu>
5495      Branch: perl
5496            ! README.solaris
5497 ____________________________________________________________________________
5498 [ 23164] By: davem                                 on 2004/07/26  22:08:32
5499         Log: Subject:  [perl #7558] [PATCH] README.solaris
5500              From:  Andy Dougherty <doughera@lafayette.edu>
5501              Date:  Mon, 26 Jul 2004 15:32:35 -0400 (EDT)
5502              Message-Id:  <Pine.SOL.4.58.0407261530350.19559@maxwell.phys.lafayette.edu>
5503
5504              Add more info on /dev/random under solaris
5505      Branch: perl
5506            ! README.solaris
5507 ____________________________________________________________________________
5508 [ 23163] By: mhx                                   on 2004/07/26  17:14:37
5509         Log: The byte-order modifiers won't go into 5.8.
5510      Branch: perl
5511            ! pod/perlfunc.pod pod/perlport.pod
5512 ____________________________________________________________________________
5513 [ 23162] By: steveh                                on 2004/07/26  10:41:56
5514         Log: Windows-related updates to Porting/repository.pod
5515      Branch: perl
5516            ! Porting/repository.pod
5517 ____________________________________________________________________________
5518 [ 23161] By: davem                                 on 2004/07/25  19:05:28
5519         Log: make -Dl log runops loop entry and exit, and jump level popping
5520      Branch: perl
5521            ! dump.c scope.h
5522 ____________________________________________________________________________
5523 [ 23160] By: davem                                 on 2004/07/24  10:00:27
5524         Log: document that -i messes soft as well hard hard links.
5525      Branch: perl
5526            ! pod/perlrun.pod
5527 ____________________________________________________________________________
5528 [ 23159] By: davem                                 on 2004/07/23  21:15:32
5529         Log: make a note in perlrun that -i doesn't preserve UNIX hard links.
5530      Branch: perl
5531            ! pod/perlrun.pod
5532 ____________________________________________________________________________
5533 [ 23158] By: davem                                 on 2004/07/23  11:06:02
5534         Log: memory leak in array delete
5535              av_delete() wasn't mortalizing the returned value
5536      Branch: perl
5537            ! av.c t/op/delete.t
5538 ____________________________________________________________________________
5539 [ 23157] By: davem                                 on 2004/07/23  10:35:16
5540         Log: remove binary compat from #23156 (remove PL_retstack)
5541      Branch: perl
5542            ! cop.h embed.fnc embed.h embedvar.h perlapi.h proto.h scope.c
5543            ! thrdvar.h
5544 ____________________________________________________________________________
5545 [ 23156] By: davem                                 on 2004/07/23  09:52:59
5546         Log: remove the return stack PL_retstack, and store return ops in the CX
5547              structure directly instead
5548      Branch: perl
5549            ! cc_runtime.h cop.h deb.c mg.c perl.c pp_ctl.c pp_hot.c
5550            ! pp_sys.c scope.c sv.c thrdvar.h
5551 ____________________________________________________________________________
5552 [ 23155] By: nicholas                              on 2004/07/22  18:50:31
5553         Log: Build the perldelta copying command for the main Unix makefile with
5554              buildtoc, so that it doesn't get forgotten on version increments.
5555      Branch: perl
5556            ! Makefile.SH pod/buildtoc
5557 ____________________________________________________________________________
5558 [ 23154] By: nicholas                              on 2004/07/22  18:19:58
5559         Log: Grab perl585delta.pod from maint and
5560
5561              Integrate:
5562              [ 23069]
5563              This is RC2. Maybe this one will last longer.
5564
5565              [ 23141]
5566              Break a leg
5567
5568              [perlhist.pod]
5569      Branch: perl
5570           +> pod/perl585delta.pod
5571            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
5572            ! vms/descrip_mms.template win32/pod.mak
5573           !> pod/perlhist.pod
5574 ____________________________________________________________________________
5575 [ 23152] By: rgs                                   on 2004/07/22  16:16:41
5576         Log: Upgrade to Cwd 2.20
5577      Branch: perl
5578            + ext/Cwd/t/win32.t
5579            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
5580            ! lib/Cwd.pm
5581 ____________________________________________________________________________
5582 [ 23151] By: rgs                                   on 2004/07/22  15:50:34
5583         Log: Sort perldiag.
5584      Branch: perl
5585            ! pod/perldiag.pod
5586 ____________________________________________________________________________
5587 [ 23150] By: rgs                                   on 2004/07/22  13:15:12
5588         Log: Subject: Re: "Too late for -T" could be more descriptive
5589              From: Jim Cromie <jcromie@divsol.com>
5590              Date: Wed, 21 Jul 2004 11:21:50 -0600
5591              Message-ID: <40FEA62E.2010809@divsol.com>
5592              (with tweaks)
5593      Branch: perl
5594            ! perl.c perl.h pod/perldebug.pod pod/perldiag.pod
5595            ! pod/perlrun.pod
5596 ____________________________________________________________________________
5597 [ 23149] By: rgs                                   on 2004/07/22  12:09:40
5598         Log: Email change for Steffen Mueller.
5599      Branch: perl
5600            ! AUTHORS
5601 ____________________________________________________________________________
5602 [ 23148] By: rgs                                   on 2004/07/22  11:32:16
5603         Log: Grammar fix by Paul Johnson.
5604      Branch: perl
5605            ! pod/perldiag.pod
5606 ____________________________________________________________________________
5607 [ 23147] By: nicholas                              on 2004/07/22  10:51:48
5608         Log: Config::config_re and config_sh would report the byteorder as 'ffff'
5609      Branch: perl
5610            ! configpm lib/Config.t
5611 ____________________________________________________________________________
5612 [ 23146] By: rgs                                   on 2004/07/21  12:01:32
5613         Log: Subject: [PATCH] Mention common dynaloader errors in perldiag.pod
5614              From: "Jos I. Boumans" <kane@dwim.org>
5615              Date: Wed, 21 Jul 2004 13:47:35 +0200
5616              Message-Id: <C226C05A-DB0B-11D8-A551-000A95EF62E2@dwim.org>
5617              (with tweaks)
5618      Branch: perl
5619            ! pod/perldiag.pod
5620 ____________________________________________________________________________
5621 [ 23145] By: rgs                                   on 2004/07/21  08:47:14
5622         Log: Subject: [PATCH perl-current] Re: [perl #30688] Empty slice arg with ($;$) prototype
5623              From: Rick Delaney <rick@bort.ca>
5624              Date: Tue, 20 Jul 2004 16:53:54 -0400
5625              Message-ID: <20040720205353.GA970@biff.bort.ca>
5626      Branch: perl
5627            ! pp.c t/op/list.t
5628 ____________________________________________________________________________
5629 [ 23142] By: rgs                                   on 2004/07/19  15:49:12
5630         Log: Subject: [perl #30609] [PATCH] BigInt v1.71 - first try
5631              From: Tels <perl_dummy@bloodgate.com>
5632              Date: Sat, 17 Jul 2004 16:22:57 +0200
5633              Message-Id: <200407171622.58443@bloodgate.com>
5634      Branch: perl
5635            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5636            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
5637            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
5638            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
5639            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
5640            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
5641 ____________________________________________________________________________
5642 [ 23135] By: nicholas                              on 2004/07/19  08:33:13
5643         Log: Turn 2 strcpy()s into memcpy() because we know the length.
5644      Branch: perl
5645            ! toke.c
5646 ____________________________________________________________________________
5647 [ 23130] By: nicholas                              on 2004/07/16  13:41:22
5648         Log: Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses
5649              1970
5650      Branch: perl
5651            ! pod/perlfunc.pod
5652 ____________________________________________________________________________
5653 [ 23129] By: nicholas                              on 2004/07/16  13:21:33
5654         Log: Typo fix from Julian Gilbey, forwarded upstream from Debian by
5655              Brendan O'Dea
5656      Branch: perl
5657            ! pod/perluniintro.pod
5658 ____________________________________________________________________________
5659 [ 23128] By: nick                                  on 2004/07/16  12:16:05
5660         Log: Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk().
5661              From: Steve Hay <steve.hay@uk.radan.com>
5662              CC: perl-win32-porters@listserv.ActiveState.com
5663              Message-ID: <40F6B295.8010804@uk.radan.com>
5664
5665              Assumes perl's malloc can now handle non-contiguous memory (believed
5666              to be true).
5667              Does not address threading issues.
5668
5669              "The attached patch (against blead) makes sbrk() initially try to
5670              extend the existing block of memory exactly as it currently does, but
5671              to not  fail immediately if it can't -- it now frees up that part of
5672              whatever it  had previously reserved+committed which hadn't actually
5673              been used yet,  resets all its static variables and basically starts
5674              anew."
5675      Branch: perl
5676            ! win32/win32.c
5677 ____________________________________________________________________________
5678 [ 23127] By: nicholas                              on 2004/07/16  11:14:45
5679         Log: glob('*.c') to find documentation is dangerous when run in unclean
5680              trees, so isntead use MANIFEST to only scan the legitimate source
5681              files.
5682      Branch: perl
5683            ! autodoc.pl
5684 ____________________________________________________________________________
5685 [ 23126] By: nicholas                              on 2004/07/16  11:04:37
5686         Log: Encourage compilers to tail call optimise in sv_savepv, sv_savepvn
5687              and sv_savesharedpv. Need to create non-void returning versions of
5688              Copy and Zero, as the existing macros deliberately cast to (void)
5689      Branch: perl
5690            ! handy.h malloc.c perl.c pod/perlapi.pod sv.c util.c
5691 ____________________________________________________________________________
5692 [ 23125] By: nicholas                              on 2004/07/16  10:59:08
5693         Log: Rebuild perlapi.pod
5694      Branch: perl
5695            ! pod/perlapi.pod
5696 ____________________________________________________________________________
5697 [ 23124] By: merijn                                on 2004/07/16  10:30:53
5698         Log: Be sure HP-UX' ANSI C compiler's PATH is found *before*
5699              the path to the bundled braindead C compiler. This might
5700              influence ccache's behaviour in finding the correct path
5701      Branch: perl
5702            ! Configure
5703 ____________________________________________________________________________
5704 [ 23122] By: nicholas                              on 2004/07/16  10:14:24
5705         Log: oslevel can fail on AIX, but the output generated would confuse
5706              Configure
5707      Branch: perl
5708            ! Configure
5709 ____________________________________________________________________________
5710 [ 23121] By: nicholas                              on 2004/07/16  08:53:28
5711         Log: Some calls to PerlMemShared_alloc() aren't checking the return value.
5712              Bug spotted by Nigel Sandever
5713      Branch: perl
5714            ! ext/threads/threads.xs util.c
5715 ____________________________________________________________________________
5716 [ 23120] By: nicholas                              on 2004/07/15  19:09:15
5717         Log: threads.xs doesn't check the return value of the thread creation
5718              call. D'oh! This gives SEGVs if the OS fails to create another thread.
5719              Cause of problem located by Nigel Sandever
5720      Branch: perl
5721            ! ext/threads/threads.pm ext/threads/threads.xs
5722 ____________________________________________________________________________
5723 [ 23118] By: nicholas                              on 2004/07/15  16:28:03
5724         Log: Assimilate Cwd 2.19
5725      Branch: perl
5726            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
5727 ____________________________________________________________________________
5728 [ 23117] By: merijn                                on 2004/07/15  14:16:07
5729         Log: Trailing semi-colon are not allowed on #ifdef's in ANSI
5730      Branch: perl
5731            ! ext/Storable/Storable.xs
5732 ____________________________________________________________________________
5733 [ 23116] By: nicholas                              on 2004/07/15  12:50:31
5734         Log: Abigail notes that a re-entrant regexp engine is a todo
5735      Branch: perl
5736            ! pod/perltodo.pod
5737 ____________________________________________________________________________
5738 [ 23115] By: nicholas                              on 2004/07/15  12:47:50
5739         Log: for (reverse @foo) now iterates in reverse in place.
5740      Branch: perl
5741            ! op.c pod/perltodo.pod pp_ctl.c
5742 ____________________________________________________________________________
5743 [ 23114] By: nicholas                              on 2004/07/15  10:05:23
5744         Log: Optimise for (reverse ...)
5745      Branch: perl
5746            ! op.c
5747 ____________________________________________________________________________
5748 [ 23113] By: nicholas                              on 2004/07/15  09:44:16
5749         Log: Now optimising for $a (reverse ...)
5750      Branch: perl
5751            ! op.c
5752 ____________________________________________________________________________
5753 [ 23112] By: nicholas                              on 2004/07/15  09:16:43
5754         Log: The optrees for C<for $_ (...)> and C<for (...)> differ, so even more
5755              tests.
5756      Branch: perl
5757            ! t/cmd/for.t
5758 ____________________________________________________________________________
5759 [ 23111] By: nicholas                              on 2004/07/15  09:02:36
5760         Log: This seems to be needed to get COW working on Win32
5761      Branch: perl
5762            ! win32/win32.c
5763 ____________________________________________________________________________
5764 [ 23109] By: nicholas                              on 2004/07/14  23:35:24
5765         Log: "That's the way to do it"
5766              In taking out a bug spotted by my regression tests in t/cmd/for.t
5767              I actually managed to disable the entire optimisation. Which means
5768              that I didn't find the other bug. This optimisation is live, and
5769              passes all tests.
5770      Branch: perl
5771            ! op.c pp_hot.c
5772 ____________________________________________________________________________
5773 [ 23108] By: nicholas                              on 2004/07/14  20:55:30
5774         Log: Optimise foreach my $i (reverse ...)
5775              foreach without a lexical iterator not yet optimised
5776      Branch: perl
5777            ! ext/B/B/Concise.pm op.c op.h pp_ctl.c pp_hot.c
5778 ____________________________________________________________________________
5779 [ 23107] By: nicholas                              on 2004/07/14  17:44:08
5780         Log: Subject:  [PATCH] split doc clarification
5781              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
5782              Date:  Wed, 14 Jul 2004 10:19:36 -0700
5783              Message-Id:  <20040714171936.GA1092@efn.org>
5784      Branch: perl
5785            ! pod/perlfunc.pod
5786 ____________________________________________________________________________
5787 [ 23106] By: nicholas                              on 2004/07/14  15:36:57
5788         Log: Numeric comparison operators mustn't compare addresses of references
5789              that are overloaded.
5790      Branch: perl
5791            ! lib/overload.t pp.c pp_hot.c
5792 ____________________________________________________________________________
5793 [ 23105] By: nicholas                              on 2004/07/14  10:40:54
5794         Log: Lots of tests for for reverse ...
5795      Branch: perl
5796            ! t/cmd/for.t
5797 ____________________________________________________________________________
5798 [ 23104] By: nicholas                              on 2004/07/13  21:10:21
5799         Log: Some thoughts on foreach reverse
5800      Branch: perl
5801            ! pod/perltodo.pod
5802 ____________________________________________________________________________
5803 [ 23103] By: nicholas                              on 2004/07/13  19:10:20
5804         Log: s/sort/split/; - my mistake spotted by Dave.
5805      Branch: perl
5806            ! pod/perltodo.pod
5807 ____________________________________________________________________________
5808 [ 23102] By: nicholas                              on 2004/07/13  18:59:46
5809         Log: Optimise list context reverse sort to reverse as part of the sort op
5810      Branch: perl
5811            ! op.c pp_sort.c
5812 ____________________________________________________________________________
5813 [ 23101] By: nicholas                              on 2004/07/13  18:58:41
5814         Log: Work around evil compiler bug on OS X. (Sucks all memory)
5815      Branch: perl
5816            ! util.c
5817 ____________________________________________________________________________
5818 [ 23100] By: nicholas                              on 2004/07/13  15:05:09
5819         Log: check that reverse (sort (@a), @b) etc work.
5820              Join some lines that don't need wrapping
5821      Branch: perl
5822            ! t/op/sort.t
5823 ____________________________________________________________________________
5824 [ 23099] By: nicholas                              on 2004/07/13  14:46:06
5825         Log: Check that non-optimimisable sort comparisons work when reversed
5826              (Not optimised yet, but might be coming soon)
5827      Branch: perl
5828            ! t/op/sort.t
5829 ____________________________________________________________________________
5830 [ 23098] By: nicholas                              on 2004/07/13  14:34:03
5831         Log: Test reverse sort as the return from a function in list and scalar
5832              contexts.
5833      Branch: perl
5834            ! t/op/sort.t
5835 ____________________________________________________________________________
5836 [ 23097] By: nicholas                              on 2004/07/13  14:23:28
5837         Log: Also test reverse sort in scalar context
5838      Branch: perl
5839            ! t/op/sort.t
5840 ____________________________________________________________________________
5841 [ 23096] By: nicholas                              on 2004/07/13  14:06:36
5842         Log: A proper, working, stable optimisation for sort {$b cmp $a}
5843      Branch: perl
5844            ! ext/B/B/Concise.pm ext/B/t/f_sort.t op.c pp_sort.c
5845 ____________________________________________________________________________
5846 [ 23095] By: rgs                                   on 2004/07/13  13:29:54
5847         Log: Tweak to change #23089, as suggested by Tim Bunce
5848      Branch: perl
5849            ! lib/perl5db.pl
5850 ____________________________________________________________________________
5851 [ 23094] By: nicholas                              on 2004/07/13  11:28:49
5852         Log: Generalised "how many in list context" would be useful
5853      Branch: perl
5854            ! pod/perltodo.pod
5855 ____________________________________________________________________________
5856 [ 23093] By: nicholas                              on 2004/07/13  11:19:31
5857         Log: The current optimisation for sort {$b cmp $a} is bogus now that we
5858              guarantee a stable sort. Disable it, pending a correct optimisation.
5859      Branch: perl
5860            ! ext/B/t/f_sort.t op.c op.h t/op/sort.t
5861 ____________________________________________________________________________
5862 [ 23092] By: rgs                                   on 2004/07/13  09:30:11
5863         Log: Subject: Re: [perl #30568] splice generates undef? [PATCH]
5864              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
5865              Date: Mon, 12 Jul 2004 08:26:01 +0200
5866              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C7D2@attmsx1.aut.alcatel.at>
5867      Branch: perl
5868            ! pp.c t/op/splice.t
5869 ____________________________________________________________________________
5870 [ 23091] By: nicholas                              on 2004/07/13  09:14:22
5871         Log: Check each line of config_re output.
5872      Branch: perl
5873            ! lib/Config.t
5874 ____________________________________________________________________________
5875 [ 23090] By: nicholas                              on 2004/07/13  09:13:39
5876         Log: no_plan support in test.pl
5877      Branch: perl
5878            ! t/test.pl
5879 ____________________________________________________________________________
5880 [ 23089] By: rgs                                   on 2004/07/13  08:53:46
5881         Log: Subject: Re: debugger 'R'estart and open database connections
5882              From: Andrew Pimlott <andrew@pimlott.net>
5883              Date: Mon, 12 Jul 2004 21:06:01 -0400
5884              Message-ID: <20040713010601.GF8232@pimlott.net>
5885      Branch: perl
5886            ! lib/perl5db.pl
5887 ____________________________________________________________________________
5888 [ 23088] By: rgs                                   on 2004/07/13  08:27:11
5889         Log: Subject: [PATCH] was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warning
5890              From: John Peacock <jpeacock@rowman.com>
5891              Date: Mon, 12 Jul 2004 23:16:51 -0400
5892              Message-ID: <40F35423.5080304@rowman.com>
5893      Branch: perl
5894            ! lib/version.pm lib/version.t util.c
5895 ____________________________________________________________________________
5896 [ 23085] By: nicholas                              on 2004/07/12  17:27:28
5897         Log: Bodge to make Tk work - like the UTF8 flag, the READONLY flag has too
5898              many meanings. const const vs mutable in this case.
5899      Branch: perl
5900            ! sv.c
5901 ____________________________________________________________________________
5902 [ 23084] By: nick                                  on 2004/07/12  14:26:12
5903         Log: NI-S: IMHO utf8_upgrade is just changing representation not the value
5904              so it has no business calling SvSETMAGIC.
5905      Branch: perl
5906            ! sv.c
5907 ____________________________________________________________________________
5908 [ 23083] By: nick                                  on 2004/07/12  12:17:56
5909         Log: Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
5910              Can now handle the case
5911              is_utf8_string(NULL,0)
5912              again.
5913              Why do we have code dup for Perl_is_utf8_string_loc() ?
5914      Branch: perl
5915            ! utf8.c
5916 ____________________________________________________________________________
5917 [ 23082] By: nicholas                              on 2004/07/11  20:09:00
5918         Log: A decent benchmark would be useful. But it is vague.
5919      Branch: perl
5920            ! pod/perltodo.pod
5921 ____________________________________________________________________________
5922 [ 23081] By: nicholas                              on 2004/07/11  18:36:49
5923         Log: Finding a way to put "I'm MAINT" in perl -v is a TODO
5924      Branch: perl
5925            ! pod/perltodo.pod
5926 ____________________________________________________________________________
5927 [ 23079] By: nicholas                              on 2004/07/10  21:58:34
5928         Log: Store weak references.
5929      Branch: perl
5930            + ext/Storable/t/testlib.pl ext/Storable/t/weak.t
5931            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
5932            ! ext/Storable/README ext/Storable/Storable.pm
5933            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
5934 ____________________________________________________________________________
5935 [ 23078] By: nicholas                              on 2004/07/10  21:11:56
5936         Log: Dual lifing and dists is a TODO
5937      Branch: perl
5938            ! pod/perltodo.pod
5939 ____________________________________________________________________________
5940 [ 23077] By: nicholas                              on 2004/07/10  18:51:35
5941         Log: Resurrect the TODO items about Unicode filenames and Unicode %ENV
5942              Rant a bit more about POD -> HTML
5943      Branch: perl
5944            ! pod/perltodo.pod
5945 ____________________________________________________________________________
5946 [ 23076] By: nicholas                              on 2004/07/10  16:00:44
5947         Log: Perl_mode_from_discipline must update len. (else SEGV)
5948              Diagnosis and patch from clkao
5949      Branch: perl
5950            ! doio.c
5951 ____________________________________________________________________________
5952 [ 23075] By: rgs                                   on 2004/07/10  13:03:56
5953         Log: Subject: Bug with NEXT when called from an eval block
5954              From: Dave Rolsky <autarch@urth.org>
5955              Date: Fri, 9 Jul 2004 17:06:07 -0500 (CDT)
5956              Message-ID: <Pine.LNX.4.58.0407091703010.4578@urth.org>
5957      Branch: perl
5958            ! lib/NEXT.pm lib/NEXT/t/next.t
5959 ____________________________________________________________________________
5960 [ 23074] By: nicholas                              on 2004/07/09  21:03:11
5961         Log: Subject: Re: Segfault using HTML::Entities
5962              From: Jarkko Hietaniemi <jhi@iki.fi>
5963              Message-ID: <40EDBE1A.6080205@iki.fi>
5964              Date: Fri, 09 Jul 2004 00:35:22 +0300
5965      Branch: perl
5966            ! pp_ctl.c regexec.c t/run/fresh_perl.t
5967 ____________________________________________________________________________
5968 [ 23073] By: nicholas                              on 2004/07/09  14:49:16
5969         Log: A more honest TODO
5970      Branch: perl
5971            ! pod/perltodo.pod
5972 ____________________________________________________________________________
5973 [ 23072] By: nicholas                              on 2004/07/09  11:34:17
5974         Log: dor and // fulfil a TODO
5975              Correct a deviation from the Nicholas Clark style guide.
5976      Branch: perl
5977            ! pod/perltodo.pod
5978 ____________________________________________________________________________
5979 [ 23071] By: rgs                                   on 2004/07/09  08:08:05
5980         Log: Subject: [PATCH] prime_env_iter and zero-length values on VMS
5981              From: "Craig A. Berry" <craigberry@mac.com>
5982              Date: Thu, 08 Jul 2004 23:19:05 -0500
5983              Message-ID: <40EE1CB9.8030407@mac.com>
5984      Branch: perl
5985            ! vms/vms.c
5986 ____________________________________________________________________________
5987 [ 23065] By: nicholas                              on 2004/07/08  13:09:44
5988         Log: Randal notes:
5989
5990              "perldoc perldelta" still says 5.8.3 to 5.8.4, even though there
5991              *is* a "perldoc perl583delta" properly.
5992
5993              This is because perl584delta still thinks it's the perldelta
5994      Branch: perl
5995            ! pod/perl584delta.pod
5996 ____________________________________________________________________________
5997 [ 23063] By: rgs                                   on 2004/07/07  17:48:29
5998         Log: Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef
5999              as an argument.
6000      Branch: perl
6001            ! sv.c
6002 ____________________________________________________________________________
6003 [ 23062] By: nicholas                              on 2004/07/07  15:14:39
6004         Log: First stab at explaining that CLONE may get more parameters in future.
6005              More eloquent rewording desired. Patches welcome.
6006      Branch: perl
6007            ! pod/perlmod.pod
6008 ____________________________________________________________________________
6009 [ 23061] By: nicholas                              on 2004/07/07  13:30:27
6010         Log: hv_store was not passing hash onwards (spotted by Dave)
6011      Branch: perl
6012            ! hv.c
6013 ____________________________________________________________________________
6014 [ 23060] By: mhx                                   on 2004/07/06  21:43:05
6015         Log: Failing matches don't reset numbered variables.
6016              Change #22997 could cause Text::ParseWords to loop forever if the
6017              regex didn't not match. Explicitly return if the match fails.
6018      Branch: perl
6019            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
6020 ____________________________________________________________________________
6021 [ 23059] By: nicholas                              on 2004/07/06  21:39:27
6022         Log: Integrate:
6023              [ 23057]
6024              This is RC1
6025      Branch: perl
6026           !> pod/perlhist.pod
6027 ____________________________________________________________________________
6028 [ 23058] By: nicholas                              on 2004/07/06  20:45:53
6029         Log: Stop ENV_IS_CASELESS hv.c picking up the wrong hash value from a
6030              shared string scalar.
6031      Branch: perl
6032            ! hv.c
6033 ____________________________________________________________________________
6034 [ 23052] By: nicholas                              on 2004/07/06  09:26:24
6035         Log: A tool to check the AUTHORS file
6036      Branch: perl
6037            + Porting/checkAUTHORS.pl
6038            ! MANIFEST
6039 ____________________________________________________________________________
6040 [ 23051] By: nicholas                              on 2004/07/06  09:25:16
6041         Log: Add some missing authors and remove 1 duplicate
6042      Branch: perl
6043            ! AUTHORS
6044 ____________________________________________________________________________
6045 [ 23048] By: nicholas                              on 2004/07/05  17:26:09
6046         Log: There was no need to bump $Text::ParseWords::VERSION to 3.24
6047      Branch: perl
6048            ! lib/Text/ParseWords.pm
6049 ____________________________________________________________________________
6050 [ 23047] By: rgs                                   on 2004/07/05  17:05:55
6051         Log: Update tests and $VERSION for change 23046
6052      Branch: perl
6053            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
6054 ____________________________________________________________________________
6055 [ 23046] By: rgs                                   on 2004/07/05  16:53:54
6056         Log: Subject: Re: [perl #30504] B::Deparse scoping problem with for loop
6057              From: Stephen McCamant <smcc@MIT.EDU>
6058              Date: Mon, 28 Jun 2004 18:26:24 -0700
6059              Message-ID: <16608.50496.787002.560481@apocalypse.OCF.Berkeley.EDU>
6060      Branch: perl
6061            ! ext/B/B/Deparse.pm
6062 ____________________________________________________________________________
6063 [ 23042] By: nicholas                              on 2004/07/05  14:54:15
6064         Log: Bump $B::Deparse::VERSION
6065      Branch: perl
6066            ! ext/B/B/Deparse.pm
6067 ____________________________________________________________________________
6068 [ 23040] By: nicholas                              on 2004/07/05  10:24:17
6069         Log: t/op/tie.t test 23 is failing when run with utf8 everywhere.
6070              Problem appears to be due to theft of temporaries
6071      Branch: perl
6072            ! mg.c
6073 ____________________________________________________________________________
6074 [ 23029] By: nicholas                              on 2004/07/04  16:39:07
6075         Log: Subject: [PATCH Cwd 2.18] _vms_abs_path on non-directories
6076              From: "Craig A. Berry" <craigberry@mac.com>
6077              Message-ID: <40E704AA.4090801@mac.com>
6078              Date: Sat, 03 Jul 2004 14:10:34 -0500
6079      Branch: perl
6080            ! ext/Cwd/t/cwd.t lib/Cwd.pm
6081 ____________________________________________________________________________
6082 [ 23028] By: nicholas                              on 2004/07/04  15:14:33
6083         Log: /usr/bin/locale steadfastly delivers 8 bit output independent of
6084              LC_ALL. So when perl's expecting utf8, things don't quite work right.
6085              This has become visible since fix 22842
6086      Branch: perl
6087            ! lib/locale.t
6088 ____________________________________________________________________________
6089 [ 23027] By: mhx                                   on 2004/07/02  14:44:37
6090         Log: More microperl tweaks.
6091      Branch: perl
6092            ! Makefile.micro README.micro uconfig.h uconfig.sh
6093 ____________________________________________________________________________
6094 [ 23026] By: rgs                                   on 2004/07/02  13:05:23
6095         Log: Maintainer change for Safe
6096      Branch: perl
6097            ! Porting/Maintainers.pl
6098 ____________________________________________________________________________
6099 [ 23025] By: rgs                                   on 2004/07/02  10:06:29
6100         Log: Bump version number of Safe for CPAN release
6101      Branch: perl
6102            ! ext/Opcode/Safe.pm
6103 ____________________________________________________________________________
6104 [ 23024] By: rgs                                   on 2004/07/02  07:50:42
6105         Log: Upgrade to I18N::LangTags 0.33
6106      Branch: perl
6107            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
6108            ! lib/I18N/LangTags/t/80_all_env.t
6109 ____________________________________________________________________________
6110 [ 23023] By: davem                                 on 2004/07/02  01:49:11
6111         Log: utf8 POPSTACK crash on split execution
6112              split() does a SWITCHSTACK to directly split to an array, but
6113              if it subsequently dies (eg the regex triggers a 'use utf8' which
6114              is then denied by Safe), then the switch doesn't get undone. Add
6115              a new save type to allow for this.
6116      Branch: perl
6117            ! pp.c scope.c scope.h
6118 ____________________________________________________________________________
6119 [ 23022] By: mhx                                   on 2004/07/01  21:08:44
6120         Log: The microperl config didn't know about usemallocwrap yet.
6121      Branch: perl
6122            ! uconfig.h uconfig.sh
6123 ____________________________________________________________________________
6124 [ 23021] By: mhx                                   on 2004/07/01  14:30:05
6125         Log: Check for definedness of sv before calling sv_derived_from()
6126              to prevent "Use of uninitialized value..." warning.
6127      Branch: perl
6128            ! universal.c
6129 ____________________________________________________________________________
6130 [ 23019] By: nicholas                              on 2004/07/01  10:14:03
6131         Log: Bump version numbers
6132      Branch: perl
6133            ! ext/File/Glob/Glob.pm ext/XS/APItest/APItest.pm
6134            ! ext/threads/threads.pm lib/Carp.pm lib/File/Copy.pm
6135            ! lib/Text/ParseWords.pm lib/Text/Wrap.pm lib/autouse.pm
6136            ! lib/charnames.pm lib/diagnostics.pm lib/utf8.pm
6137 ____________________________________________________________________________
6138 [ 23018] By: nicholas                              on 2004/06/30  21:37:12
6139         Log: Assert that we aren't leaking memory.
6140      Branch: perl
6141            ! sv.c
6142 ____________________________________________________________________________
6143 [ 23016] By: gbarr                                 on 2004/06/30  13:47:36
6144         Log: Sync to libnet-1.19
6145      Branch: perl
6146            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
6147            ! lib/Net/POP3.pm lib/Net/SMTP.pm lib/Net/t/datasend.t
6148 ____________________________________________________________________________
6149 [ 23014] By: rgs                                   on 2004/06/30  12:12:24
6150         Log: Subject: [PATCH pod/perlop.pod] Documenting undefined behaviour of $i = $i ++.
6151              From: Abigail <abigail@abigail.nl>
6152              Date: Wed, 30 Jun 2004 12:00:21 +0200
6153              Message-ID: <20040630100021.GA23752@abigail.nl>
6154      Branch: perl
6155            ! pod/perlop.pod
6156 ____________________________________________________________________________
6157 [ 23011] By: nicholas                              on 2004/06/29  15:26:34
6158         Log: Note that sv_2mortal isn't just "increase reference count by 1, and
6159              mark that it needs a deferred recount"
6160      Branch: perl
6161            ! sv.c
6162 ____________________________________________________________________________
6163 [ 23010] By: rgs                                   on 2004/06/29  12:12:58
6164         Log: More caveats in B::Deparse's documentation
6165              (suggested by Yves Orton)
6166      Branch: perl
6167            ! ext/B/B/Deparse.pm
6168 ____________________________________________________________________________
6169 [ 23007] By: merijn                                on 2004/06/29  10:57:46
6170         Log: HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI
6171              11.00 and on are ANSI by default for /opt/ansic/bin
6172              Error was introduced by #22975 in re-enabling 10.01
6173      Branch: perl
6174            ! hints/hpux.sh
6175 ____________________________________________________________________________
6176 [ 23006] By: davem                                 on 2004/06/28  22:50:01
6177         Log: use encoding and "eq" cause memory leak
6178              Perl_sv_eq() was creating a temp and not always freeing it
6179      Branch: perl
6180            ! sv.c
6181 ____________________________________________________________________________
6182 [ 23002] By: nicholas                              on 2004/06/27  20:57:50
6183         Log: Assimilate Locale-Codes-2.07
6184      Branch: perl
6185            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
6186            ! lib/Locale/Codes/t/all.t lib/Locale/Codes/t/constants.t
6187            ! lib/Locale/Codes/t/country.t lib/Locale/Codes/t/currency.t
6188            ! lib/Locale/Codes/t/uk.t lib/Locale/Constants.pm
6189            ! lib/Locale/Constants.pod lib/Locale/Country.pm
6190            ! lib/Locale/Country.pod lib/Locale/Currency.pm
6191            ! lib/Locale/Currency.pod lib/Locale/Language.pm
6192            ! lib/Locale/Language.pod lib/Locale/Script.pm
6193            ! lib/Locale/Script.pod
6194 ____________________________________________________________________________
6195 [ 23001] By: nicholas                              on 2004/06/27  18:27:43
6196         Log: Stop 80_all_env.t failing when LC_ALL is set
6197      Branch: perl
6198            ! lib/I18N/LangTags/t/80_all_env.t
6199 ____________________________________________________________________________
6200 [ 22998] By: nicholas                              on 2004/06/25  22:19:51
6201         Log: Correct detection of absent modules. Based on
6202
6203              Subject: [PATCH] Config{extensions} uses filesystem names as extensions
6204              From: Andy Dougherty <doughera@lafayette.edu>
6205              Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu>
6206              Date: Thu, 24 Jun 2004 15:09:47 -0400 (EDT)
6207
6208              with improvements from Marcus Holland-Moritz
6209      Branch: perl
6210            ! ext/Devel/PPPort/t/test.t ext/PerlIO/t/scalar.t
6211            ! ext/PerlIO/t/via.t ext/threads/shared/t/disabled.t lib/DB.t
6212            ! lib/Dumpvalue.t lib/PerlIO/via/t/QuotedPrint.t
6213            ! lib/Tie/RefHash.t lib/autouse.t lib/dumpvar.t lib/h2xs.t
6214            ! lib/overload.t t/io/crlf.t
6215 ____________________________________________________________________________
6216 [ 22997] By: mhx                                   on 2004/06/25  20:27:05
6217         Log: Cleanup the main regex in Text::ParseWords and make the
6218              parse_line() routine faster. Add a Unicode test case.
6219      Branch: perl
6220            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
6221 ____________________________________________________________________________
6222 [ 22996] By: merijn                                on 2004/06/25  15:27:21
6223         Log: Subject: [perl #30450] perl 5.8.4: enhancement to hints/solaris_2.sh
6224              From: Nicholas Gianniotis (via RT) <perlbug-followup@perl.org>
6225              Date: 25 Jun 2004 09:39:51 -0000
6226              Message-ID: <rt-3.0.9-30450-91340.10.3279898804255@perl.org>
6227              and
6228              From: Andy Dougherty <doughera@lafayette.edu>
6229              Date: Fri, 25 Jun 2004 11:30:11 -0400 (EDT)
6230              Message-ID: <Pine.SOL.4.58.0406251113420.15961@maxwell.phys.lafayette.edu>
6231      Branch: perl
6232            ! hints/solaris_2.sh
6233 ____________________________________________________________________________
6234 [ 22995] By: rgs                                   on 2004/06/25  15:07:51
6235         Log: Subject: [PATCH] regcomp.c, t/op/regmesg.t -- False range with \p and \P
6236              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
6237              Date: Thu, 24 Jun 2004 16:42:54 -0400 (EDT)
6238              Message-ID: <Pine.LNX.4.44.0406241636340.8774-200000@perlmonk.org>
6239      Branch: perl
6240            ! regcomp.c t/op/regmesg.t
6241 ____________________________________________________________________________
6242 [ 22994] By: rgs                                   on 2004/06/25  08:36:33
6243         Log: More @INC test fixes
6244      Branch: perl
6245            ! t/op/threads.t t/run/switch_A.t t/uni/chomp.t t/uni/tr_7jis.t
6246            ! t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t
6247 ____________________________________________________________________________
6248 [ 22993] By: rgs                                   on 2004/06/25  08:28:34
6249         Log: Fix the Cwd tests for the core.
6250      Branch: perl
6251            ! ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
6252 ____________________________________________________________________________
6253 [ 22992] By: mhx                                   on 2004/06/24  19:51:06
6254         Log: Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline inside quoted text
6255              Use the suggested regex fix, plus some tests.
6256      Branch: perl
6257            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
6258 ____________________________________________________________________________
6259 [ 22991] By: rgs                                   on 2004/06/24  16:47:24
6260         Log: Upgrade to Cwd 2.18
6261              (with local changes to cwd.t, to adapt it to the core)
6262      Branch: perl
6263            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
6264 ____________________________________________________________________________
6265 [ 22990] By: mhx                                   on 2004/06/24  16:22:05
6266         Log: Fix for: [perl #2738] perl segfautls on input
6267              The parser was incorrectly accepting <> as a subroutine prototype and
6268              newATTRSUB didn't validate the proto argument before accessing op_sv.
6269      Branch: perl
6270            ! op.c pod/perldiag.pod t/comp/parser.t toke.c
6271 ____________________________________________________________________________
6272 [ 22988] By: rgs                                   on 2004/06/24  12:58:35
6273         Log: Upgrade to Cwd 2.17_03
6274      Branch: perl
6275            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm
6276 ____________________________________________________________________________
6277 [ 22977] By: nicholas                              on 2004/06/23  08:38:47
6278         Log: Test that [] // 0 is []
6279      Branch: perl
6280            ! t/op/dor.t
6281 ____________________________________________________________________________
6282 [ 22976] By: rgs                                   on 2004/06/23  08:28:15
6283         Log: Add a regression test for bug #23765 (by Jarkko)
6284      Branch: perl
6285            ! t/op/substr.t
6286 ____________________________________________________________________________
6287 [ 22975] By: merijn                                on 2004/06/23  06:56:15
6288         Log: Backward compatibility issues for HP-UX 10.01 and older
6289              Yes, it is still actively used in production environment
6290              One more patch expected for toke.c optimization level
6291      Branch: perl
6292            ! hints/hpux.sh
6293 ____________________________________________________________________________
6294 [ 22972] By: mhx                                   on 2004/06/22  21:23:59
6295         Log: Proposed patch + test case.
6296
6297              Subject: [perl #30409] charnames.pm clobbers default variable
6298              From: Marcel "Grünauer" (via RT) <perlbug-followup@perl.org>
6299              Date: 22 Jun 2004 16:43:50 -0000
6300              Message-ID: <rt-3.0.9-30409-91174.12.8617678524438@perl.org>
6301      Branch: perl
6302            ! lib/charnames.pm lib/charnames.t
6303 ____________________________________________________________________________
6304 [ 22971] By: mhx                                   on 2004/06/22  21:00:10
6305         Log: Adjust array index in FileCache.pm.
6306
6307              Subject: [perl #30291] Use of uninitialized value (array index reference) in FileCache.pm module at line 140
6308              From: bbucklan@jpl-devvax.jpl.nasa.gov (via RT) <perlbug-followup@perl.org>
6309              Date: 15 Jun 2004 16:55:22 -0000
6310              Message-ID: <rt-3.0.9-30291-90552.18.5392299690759@perl.org>
6311      Branch: perl
6312            ! lib/FileCache.pm
6313 ____________________________________________________________________________
6314 [ 22970] By: mhx                                   on 2004/06/22  20:26:11
6315         Log: Subject: [PATCH] DB_File 1.809  was RE: [perl #30237] DB_File methods and substr don't mix
6316              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
6317              Date: Tue, 22 Jun 2004 21:29:12 +0100
6318              Message-Id: <20040622202910.WBSU21846.mta08-svc.ntlworld.com@MARQUESSPT21>
6319      Branch: perl
6320            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6321            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
6322            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
6323            ! ext/DB_File/typemap
6324 ____________________________________________________________________________
6325 [ 22969] By: nicholas                              on 2004/06/22  13:25:11
6326         Log: Abolish the "Tied variable freed while still in use" error - I have
6327              a way to cleanly avoid the coredump.
6328      Branch: perl
6329            ! mg.c pod/perldiag.pod t/op/tie.t
6330 ____________________________________________________________________________
6331 [ 22968] By: nicholas                              on 2004/06/22  12:28:58
6332         Log: Subject: [PATCH] Storable signedness nit
6333              From: "Craig A. Berry" <craigberry@mac.com>
6334              Message-ID: <40D3AAC7.6030407@mac.com>
6335              Date: Fri, 18 Jun 2004 21:53:59 -0500
6336      Branch: perl
6337            ! ext/Storable/Storable.xs
6338 ____________________________________________________________________________
6339 [ 22967] By: nicholas                              on 2004/06/22  09:57:23
6340         Log: Skip tests if List::Util not built
6341      Branch: perl
6342            ! lib/DB.t lib/Dumpvalue.t lib/autouse.t lib/dumpvar.t
6343            ! lib/overload.t
6344 ____________________________________________________________________________
6345 [ 22966] By: nicholas                              on 2004/06/22  09:56:59
6346         Log: Skip test if Data::Dumper not built
6347      Branch: perl
6348            ! lib/Tie/RefHash.t
6349 ____________________________________________________________________________
6350 [ 22965] By: nicholas                              on 2004/06/22  09:56:34
6351         Log: Skip test if Devel::PPPort is not built.
6352              Probably should fix h2xs to work without it.
6353      Branch: perl
6354            ! lib/h2xs.t
6355 ____________________________________________________________________________
6356 [ 22964] By: rgs                                   on 2004/06/22  07:34:40
6357         Log: Upgrade to I18N::LangTags 0.32
6358      Branch: perl
6359            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
6360            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/80_all_env.t
6361 ____________________________________________________________________________
6362 [ 22963] By: davem                                 on 2004/06/20  12:00:56
6363         Log: make mktables always update modifed time to play better with make
6364      Branch: perl
6365            ! Makefile.SH lib/unicore/mktables
6366 ____________________________________________________________________________
6367 [ 22962] By: davem                                 on 2004/06/20  11:50:19
6368         Log: fix typo in gp_free
6369      Branch: perl
6370            ! gv.c
6371 ____________________________________________________________________________
6372 [ 22961] By: davem                                 on 2004/06/19  12:36:58
6373         Log: 'make test' without preceeding 'make' fails.
6374              Change #22872 added a target to run mktables, but this was
6375              skipped if 'make test' was run first, causing the build of
6376              Unicode::Normalize to fail.
6377      Branch: perl
6378            ! Makefile.SH
6379 ____________________________________________________________________________
6380 [ 22960] By: nicholas                              on 2004/06/18  20:18:02
6381         Log: When expecting an error, it's best to check the text you got, rather
6382              than blindly assuming that it's correct.
6383      Branch: perl
6384            ! t/op/write.t
6385 ____________________________________________________________________________
6386 [ 22959] By: nicholas                              on 2004/06/18  18:57:30
6387         Log: Case insensitive file systems are bad, m'kay
6388      Branch: perl
6389            ! ext/IO/t/IO.t
6390 ____________________________________________________________________________
6391 [ 22958] By: nicholas                              on 2004/06/18  13:45:51
6392         Log: This needs POSIX, so skip if no POSIX
6393      Branch: perl
6394            ! lib/Pod/t/basic.t
6395 ____________________________________________________________________________
6396 [ 22957] By: nicholas                              on 2004/06/18  13:44:27
6397         Log: Also needs skipping if PerlIO::via not built
6398      Branch: perl
6399            ! lib/PerlIO/via/t/QuotedPrint.t
6400 ____________________________________________________________________________
6401 [ 22956] By: nicholas                              on 2004/06/18  13:24:13
6402         Log: Skip tests when PerlIO::scalar and PerlIO::via aren't built
6403      Branch: perl
6404            ! ext/PerlIO/t/scalar.t ext/PerlIO/t/via.t
6405 ____________________________________________________________________________
6406 [ 22955] By: nicholas                              on 2004/06/18  13:19:16
6407         Log: Not ideal, but skip all of IO's tests if Socket is not built.
6408      Branch: perl
6409            ! ext/IO/t/IO.t
6410 ____________________________________________________________________________
6411 [ 22954] By: nicholas                              on 2004/06/18  13:11:31
6412         Log: Skip test if perl configured without threads::shared
6413      Branch: perl
6414            ! ext/threads/shared/t/disabled.t
6415 ____________________________________________________________________________
6416 [ 22953] By: nicholas                              on 2004/06/18  13:09:24
6417         Log: Skip test if Devel::PPPort not built
6418      Branch: perl
6419            ! ext/Devel/PPPort/t/test.t
6420 ____________________________________________________________________________
6421 [ 22952] By: nicholas                              on 2004/06/18  13:07:40
6422         Log: Skip re tests if re not built.
6423      Branch: perl
6424            ! ext/re/t/re.t
6425 ____________________________________________________________________________
6426 [ 22951] By: nicholas                              on 2004/06/18  11:38:24
6427         Log: If we don't build B, we should skip all its tests.
6428      Branch: perl
6429            ! ext/B/t/asmdata.t ext/B/t/b.t ext/B/t/bblock.t
6430            ! ext/B/t/bytecode.t ext/B/t/concise.t ext/B/t/debug.t
6431            ! ext/B/t/deparse.t ext/B/t/f_map.t ext/B/t/f_sort.t
6432            ! ext/B/t/lint.t ext/B/t/o.t ext/B/t/optree_check.t
6433            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
6434            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
6435            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t ext/B/t/stash.t
6436            ! ext/B/t/terse.t ext/B/t/xref.t
6437 ____________________________________________________________________________
6438 [ 22950] By: nicholas                              on 2004/06/18  11:27:51
6439         Log: D'oh. Don't turn on warnings on the #! line without actually testing
6440              the full code in case it warns.
6441      Branch: perl
6442            ! lib/Unicode/UCD.t
6443 ____________________________________________________________________________
6444 [ 22949] By: nicholas                              on 2004/06/18  09:43:12
6445         Log: Unicode::UCD uses Storable, so we can't test if Storable isn't built.
6446      Branch: perl
6447            ! lib/Unicode/UCD.t
6448 ____________________________________________________________________________
6449 [ 22948] By: nicholas                              on 2004/06/18  09:23:20
6450         Log: Can't test the B modules if we didn't build 'em
6451      Branch: perl
6452            ! t/lib/1_compile.t
6453 ____________________________________________________________________________
6454 [ 22947] By: nicholas                              on 2004/06/18  08:59:01
6455         Log: Need to skip test 7 if perl built without the PerlIO::scalar extension
6456      Branch: perl
6457            ! t/io/crlf.t
6458 ____________________________________________________________________________
6459 [ 22946] By: rgs                                   on 2004/06/18  07:44:34
6460         Log: Upgrade to I18N::LangTags 0.31.
6461      Branch: perl
6462            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
6463            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/10_http.t
6464            ! lib/I18N/LangTags/t/80_all_env.t
6465 ____________________________________________________________________________
6466 [ 22945] By: nicholas                              on 2004/06/17  19:27:05
6467         Log: As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't
6468              seem that memzero() of everything is the most efficient idea.
6469      Branch: perl
6470            ! sv.c
6471 ____________________________________________________________________________
6472 [ 22944] By: nicholas                              on 2004/06/17  14:57:14
6473         Log: Change 22516 forgot to add make_overload.pl to generate test data
6474              (submitted from the pub via wireless, bluetooth and then GPRS out
6475              to the Internet)
6476      Branch: perl
6477            + ext/Storable/t/make_overload.pl
6478            ! MANIFEST
6479 ____________________________________________________________________________
6480 [ 22943] By: nicholas                              on 2004/06/17  12:03:48
6481         Log: Storable should cope if the string to thaw happens to be utf8 encoded
6482              And anything with bytes >=256 is corrupt
6483      Branch: perl
6484            ! ext/Storable/ChangeLog ext/Storable/README
6485            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
6486            ! ext/Storable/t/utf8.t
6487 ____________________________________________________________________________
6488 [ 22942] By: rgs                                   on 2004/06/17  09:57:14
6489         Log: Upgrade to Locale::Maketext 1.09
6490      Branch: perl
6491            + lib/Locale/Maketext/t/01_about_verbose.t
6492            + lib/Locale/Maketext/t/10_make.t lib/Locale/Maketext/t/20_get.t
6493            + lib/Locale/Maketext/t/40_super.t
6494            + lib/Locale/Maketext/t/50_super.t
6495            + lib/Locale/Maketext/t/60_super.t
6496            + lib/Locale/Maketext/t/90_utf8.t
6497            - lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
6498            - lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
6499            - lib/Locale/Maketext/t/04super.t
6500            - lib/Locale/Maketext/t/05super.t
6501            - lib/Locale/Maketext/t/06super.t lib/Locale/Maketext/t/90utf8.t
6502            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
6503            ! lib/Locale/Maketext/README
6504 ____________________________________________________________________________
6505 [ 22941] By: rgs                                   on 2004/06/17  09:43:48
6506         Log: Upgrade to I18N::LangTags 0.30.
6507      Branch: perl
6508            + lib/I18N/LangTags/Detect.pm
6509            + lib/I18N/LangTags/t/01_about_verbose.t
6510            + lib/I18N/LangTags/t/05_main.t lib/I18N/LangTags/t/07_listy.t
6511            + lib/I18N/LangTags/t/10_http.t lib/I18N/LangTags/t/50_super.t
6512            + lib/I18N/LangTags/t/55_supers_strict.t
6513            + lib/I18N/LangTags/t/80_all_env.t
6514            - lib/I18N/LangTags/t/01test.t lib/I18N/LangTags/t/02decency.t
6515            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
6516            ! lib/I18N/LangTags/List.pm
6517 ____________________________________________________________________________
6518 [ 22940] By: rgs                                   on 2004/06/17  08:54:41
6519         Log: More forgiving version comparison in perlivp.
6520      Branch: perl
6521            ! utils/perlivp.PL
6522 ____________________________________________________________________________
6523 [ 22939] By: nicholas                              on 2004/06/16  09:05:57
6524         Log: Improve the substitution to cc_r for threading so that compilers
6525              specified with a full path or as a parameter to ccache are changed
6526      Branch: perl
6527            ! hints/aix.sh
6528 ____________________________________________________________________________
6529 [ 22938] By: rgs                                   on 2004/06/15  14:35:00
6530         Log: Subject: [PATCH] File::Basename docs
6531              From: Boris Zentner <bzm@2bz.de>
6532              Date: Sat, 12 Jun 2004 16:29:42 +0200
6533              Message-Id: <200406121629.42595.bzm@2bz.de>
6534      Branch: perl
6535            ! lib/File/Basename.pm
6536 ____________________________________________________________________________
6537 [ 22937] By: nicholas                              on 2004/06/15  09:21:22
6538         Log: It seems that our assert() macro wasn't good enough.
6539              Changed to one that that is an expression, rather than a statement.
6540              Fix new macros definitions in sv.h to be clean enough C to keep the
6541              AIX compiler happy.
6542      Branch: perl
6543            ! perl.h sv.h
6544 ____________________________________________________________________________
6545 [ 22936] By: rgs                                   on 2004/06/15  08:22:32
6546         Log: Subject: [PATCH] perlop.pod: add an example to the .. and ... operators
6547              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
6548              Date: Tue, 15 Jun 2004 10:15:15 +0300 (IDT)
6549              Message-ID: <Pine.LNX.4.56.0406151013140.14618@vipe.technion.ac.il>
6550      Branch: perl
6551            ! pod/perlop.pod
6552 ____________________________________________________________________________
6553 [ 22935] By: nicholas                              on 2004/06/15  07:17:17
6554         Log: Assert SvTYPE is at least PGMV whenever accessing SvSTASH
6555      Branch: perl
6556            ! ext/Storable/Storable.xs sv.h
6557 ____________________________________________________________________________
6558 [ 22934] By: nicholas                              on 2004/06/14  15:26:38
6559         Log: Assert that SV type has magic member when reading/writing.
6560              Will catch buggy code.
6561      Branch: perl
6562            ! sv.c sv.h
6563 ____________________________________________________________________________
6564 [ 22933] By: rgs                                   on 2004/06/13  17:54:47
6565         Log: More h2ph voodoo.
6566      Branch: perl
6567            ! utils/h2ph.PL
6568 ____________________________________________________________________________
6569 [ 22932] By: rgs                                   on 2004/06/13  15:35:00
6570         Log: Subject: [PATCH] t/TEST
6571              From: Abe Timmerman <abe@ztreet.demon.nl>
6572              Date: Sun, 13 Jun 2004 11:41:49 +0200
6573              Message-Id: <200406131141.50361.abe@ztreet.demon.nl>
6574      Branch: perl
6575            ! t/TEST
6576 ____________________________________________________________________________
6577 [ 22931] By: rgs                                   on 2004/06/11  16:54:00
6578         Log: Reapply change #20983, rolled back by change #22920,
6579              as noticed by Craig Berry.
6580      Branch: perl
6581            ! pod/pod2usage.PL pod/podselect.PL
6582 ____________________________________________________________________________
6583 [ 22930] By: rgs                                   on 2004/06/11  14:22:55
6584         Log: More h2ph tweaks: recognition of C types
6585      Branch: perl
6586            ! utils/h2ph.PL
6587 ____________________________________________________________________________
6588 [ 22929] By: rgs                                   on 2004/06/11  13:46:53
6589         Log: More h2ph tweaking for gcc __inline functions
6590      Branch: perl
6591            ! utils/h2ph.PL
6592 ____________________________________________________________________________
6593 [ 22928] By: mhx                                   on 2004/06/11  09:37:42
6594         Log: t/comp/utf.t failed when configuring with -Dnoextensions=Encode
6595      Branch: perl
6596            ! t/comp/utf.t
6597 ____________________________________________________________________________
6598 [ 22927] By: rgs                                   on 2004/06/11  08:28:19
6599         Log: Remove a warning against unsafe signals in perlipc.pod,
6600              now that we have "safe signals".
6601      Branch: perl
6602            ! pod/perlipc.pod
6603 ____________________________________________________________________________
6604 [ 22926] By: rgs                                   on 2004/06/10  19:03:51
6605         Log: Subject: Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparsed code properly
6606              From: Mathieu Arnold <m@absolight.fr>
6607              Date: Thu, 10 Jun 2004 16:43:58 +0200
6608              Message-ID: <34D483170C7F84E0DFBE442B@andromede.in.reaumur.net>
6609              (with a test adjustment)
6610      Branch: perl
6611            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
6612 ____________________________________________________________________________
6613 [ 22925] By: rgs                                   on 2004/06/10  17:26:15
6614         Log: Make h2ph able to understand a limited set of inline functions.
6615              The glibc apparently now ships headers that use inline functions
6616              instead of plain old macros.
6617      Branch: perl
6618            ! utils/h2ph.PL
6619 ____________________________________________________________________________
6620 [ 22924] By: rgs                                   on 2004/06/10  07:55:41
6621         Log: Subject: Change 22872 breaks shared miniperl invocation
6622              From: Alexey Tourbin <at@altlinux.ru>
6623              Date: Fri, 4 Jun 2004 13:24:17 +0400
6624              Message-ID: <20040604092417.GA13447@solemn.turbinal.org>
6625      Branch: perl
6626            ! Makefile.SH
6627 ____________________________________________________________________________
6628 [ 22923] By: rgs                                   on 2004/06/09  19:47:47
6629         Log: Subject: Re: [perl #30045] Transliteration replacement not terminated message obscure
6630              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
6631              Date: Mon, 7 Jun 2004 00:28:55 -0700
6632              Message-ID: <20040607072854.GB1028@efn.org>
6633      Branch: perl
6634            ! pod/perldiag.pod
6635 ____________________________________________________________________________
6636 [ 22922] By: rgs                                   on 2004/06/09  18:40:45
6637         Log: Remove the "malloc wrappage" tests, due to their unportability
6638              (as suggested by Jarkko.)
6639      Branch: perl
6640            ! t/op/array.t t/op/repeat.t
6641 ____________________________________________________________________________
6642 [ 22921] By: rgs                                   on 2004/06/09  15:57:58
6643         Log: Subject: [PATCH] Re: [perl #24081] invalid regexp in perl -V
6644              From: Robin Barker <Robin.Barker@npl.co.uk>
6645              Date: Wed, 9 Jun 2004 12:02:01 +0100
6646              Message-ID: <533D273D4014D411AB1D00062938C4D9040468F1@hotel.npl.co.uk>
6647              with further adjustements for bleadperl
6648      Branch: perl
6649            ! configpm lib/Config.t
6650 ____________________________________________________________________________
6651 [ 22920] By: rgs                                   on 2004/06/09  13:13:29
6652         Log: Upgrade to Pod::Parser 1.28
6653              (except Pod::Find, which has local patches not yet on CPAN)
6654      Branch: perl
6655            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Parser.pm
6656            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
6657            ! t/pod/find.t
6658 ____________________________________________________________________________
6659 [ 22919] By: mhx                                   on 2004/06/09  12:50:12
6660         Log: s/64bit/64-bit/g for consistency in the READMEs.
6661      Branch: perl
6662            ! README.aix README.hpux
6663 ____________________________________________________________________________
6664 [ 22918] By: rgs                                   on 2004/06/09  12:43:59
6665         Log: Subject: [patch] Windows/Win32 thread handle leak with threads join
6666              From: "Kevin Chase" <kevincha99@hotmail.com>
6667              Date: Sun, 06 Jun 2004 09:44:44 -0700
6668              Message-ID: <BAY2-F172Ih5h5xf4rJ0001a3a6@hotmail.com>
6669      Branch: perl
6670            ! ext/threads/threads.xs
6671 ____________________________________________________________________________
6672 [ 22917] By: merijn                                on 2004/06/09  11:46:23
6673         Log: Several updates, major, and minor corrections, model updates,
6674              explained the model numbering of HP-UX servers.
6675      Branch: perl
6676            ! README.hpux
6677 ____________________________________________________________________________
6678 [ 22916] By: rgs                                   on 2004/06/09  09:53:58
6679         Log: Upgrade to Pod::Perldoc 3.13
6680      Branch: perl
6681            + lib/Pod/Perldoc/t/01_about_verbose.t
6682            ! MANIFEST lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
6683 ____________________________________________________________________________
6684 [ 22915] By: rgs                                   on 2004/06/09  09:08:46
6685         Log: Upgrade to Digest 1.08.
6686      Branch: perl
6687            ! lib/Digest.pm
6688 ____________________________________________________________________________
6689 [ 22914] By: rgs                                   on 2004/06/09  08:08:55
6690         Log: Upgrade to CGI.pm 3.05
6691      Branch: perl
6692            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Util.pm lib/CGI/t/html.t
6693 ____________________________________________________________________________
6694 [ 22913] By: davem                                 on 2004/06/08  22:20:40
6695         Log: double DESTROY in for loop
6696              pp_iter decremented the ref count of the previous iterant before
6697              unaliasing it. This could lead to DESTROY being called with the
6698              loop variable still aliased to the freed value. If the DESTROY
6699              also contained a for loop with the same iterator variable, the
6700              freed value would get resurrected then freed for a second time.
6701      Branch: perl
6702            ! pp_hot.c t/cmd/for.t
6703 ____________________________________________________________________________
6704 [ 22912] By: rgs                                   on 2004/06/08  18:51:03
6705         Log: Upgrade to Pod::LaTeX 0.57
6706      Branch: perl
6707            + lib/Pod/t/user.t
6708            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
6709 ____________________________________________________________________________
6710 [ 22911] By: rgs                                   on 2004/06/08  18:42:29
6711         Log: Upgrade to Unicode::Normalize 0.30.
6712      Branch: perl
6713            ! ext/Unicode/Normalize/Changes
6714            ! ext/Unicode/Normalize/Normalize.pm
6715            ! ext/Unicode/Normalize/Normalize.xs
6716            ! ext/Unicode/Normalize/t/illegal.t
6717            ! ext/Unicode/Normalize/t/short.t
6718            ! ext/Unicode/Normalize/t/split.t
6719 ____________________________________________________________________________
6720 [ 22910] By: rgs                                   on 2004/06/08  18:40:38
6721         Log: Remove a spurious \n in a perltie example,
6722              noticed by Geoffrey Young.
6723      Branch: perl
6724            ! pod/perltie.pod
6725 ____________________________________________________________________________
6726 [ 22909] By: rgs                                   on 2004/06/08  18:34:23
6727         Log: Upgrade to Unicode::Collate 0.40
6728      Branch: perl
6729            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/hangul.t
6730 ____________________________________________________________________________
6731 [ 22908] By: rgs                                   on 2004/06/08  18:23:54
6732         Log: Upgrade to Time::Local 1.10.
6733      Branch: perl
6734            ! lib/Time/Local.pm lib/Time/Local.t
6735 ____________________________________________________________________________
6736 [ 22907] By: rgs                                   on 2004/06/08  18:02:59
6737         Log: Upgrade to Test::Harness 2.42
6738      Branch: perl
6739            ! lib/Test/Harness.pm lib/Test/Harness/Changes
6740            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/prove-switches.t
6741 ____________________________________________________________________________
6742 [ 22906] By: nicholas                              on 2004/06/08  14:59:20
6743         Log: Patch 22835 Failed to upgrade all the new files in Encode 2.01
6744              As spotted by Jerry D. Hedden
6745      Branch: perl
6746            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
6747 ____________________________________________________________________________
6748 [ 22905] By: rgs                                   on 2004/06/08  13:53:40
6749         Log: Subject: Re: newSVpvn(NULL, 0); doesn't work as advertised
6750              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
6751              Date: Fri, 4 Jun 2004 16:29:44 +0200
6752              Message-Id: <20040604162944.4011f1c6@r2d2>
6753      Branch: perl
6754            ! pod/perlapi.pod sv.c
6755 ____________________________________________________________________________
6756 [ 22904] By: rgs                                   on 2004/06/08  13:44:27
6757         Log: Subject: Re: [PATCH] Re: Lack of error for large string on Solaris
6758              From: Jarkko Hietaniemi <jhi@iki.fi>
6759              Date: Mon, 07 Jun 2004 20:09:42 +0300
6760              Message-ID: <40C4A156.5030205@iki.fi>
6761      Branch: perl
6762            ! av.c pod/perldiag.pod pp.c pp_hot.c t/op/array.t t/op/repeat.t
6763 ____________________________________________________________________________
6764 [ 22903] By: rgs                                   on 2004/06/08  10:19:27
6765         Log: Subject: [perl #30073] Misleading docs of Text::Wrap
6766              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
6767              Date: 6 Jun 2004 21:50:19 -0000
6768              Message-ID: <rt-3.0.9-30073-89834.19.0927626986204@perl.org>
6769      Branch: perl
6770            ! lib/Text/Wrap.pm
6771 ____________________________________________________________________________
6772 [ 22902] By: rgs                                   on 2004/06/06  07:49:27
6773         Log: Subject: Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T
6774              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6775              Date: Sun, 06 Jun 2004 00:37:21 +0900
6776              Message-Id: <20040606003344.57B2.BQW10602@nifty.com>
6777      Branch: perl
6778            ! lib/utf8.pm pod/perlapi.pod sv.c t/op/utftaint.t
6779 ____________________________________________________________________________
6780 [ 22901] By: rgs                                   on 2004/06/03  15:19:52
6781         Log: Subject: [PATCH] Have win32/makefile.mk default to gcc, and update docs
6782              From: Steve Hay <steve.hay@uk.radan.com>
6783              Date: Thu, 03 Jun 2004 15:46:17 +0100
6784              Message-ID: <40BF39B9.3060207@uk.radan.com>
6785      Branch: perl
6786            ! README.win32 win32/makefile.mk
6787 ____________________________________________________________________________
6788 [ 22900] By: rgs                                   on 2004/06/03  13:20:37
6789         Log: perlpodspec uses 'nonbreaking' and 'non-breaking'.
6790              Normalize on the hyphenated spelling.
6791      Branch: perl
6792            ! pod/perlpodspec.pod
6793 ____________________________________________________________________________
6794 [ 22899] By: rgs                                   on 2004/06/03  13:03:20
6795         Log: Workaround a dmake oddity.
6796              Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
6797              From: Steve Hay <steve.hay@uk.radan.com>
6798              Date: Thu, 03 Jun 2004 12:16:13 +0100
6799              Message-ID: <40BF087D.8030005@uk.radan.com>
6800      Branch: perl
6801            ! win32/makefile.mk
6802 ____________________________________________________________________________
6803 [ 22898] By: rgs                                   on 2004/06/03  09:02:31
6804         Log: Carp was mostly unusable with Safe because it may require
6805              Carp::Heavy at run-time (while require() is forbidden.)
6806              Have Safe load Carp::Heavy.
6807      Branch: perl
6808            ! ext/Opcode/Safe.pm lib/Carp.pm
6809 ____________________________________________________________________________
6810 [ 22897] By: mhx                                   on 2004/06/02  18:03:40
6811         Log: Make change #22889 work for threaded builds, Part 2.
6812      Branch: perl
6813            ! XSUB.h
6814 ____________________________________________________________________________
6815 [ 22896] By: mhx                                   on 2004/06/02  17:18:44
6816         Log: Make change #22889 work for threaded builds.
6817      Branch: perl
6818            ! pad.c pp.c
6819 ____________________________________________________________________________
6820 [ 22895] By: mhx                                   on 2004/06/02  16:48:41
6821         Log: Fix apidoc entries for PUSHMARK and newXSproto.
6822      Branch: perl
6823            ! XSUB.h pod/perlapi.pod pp.h
6824 ____________________________________________________________________________
6825 [ 22894] By: mhx                                   on 2004/06/02  16:42:24
6826         Log: Document embed.fnc 'U' and 's' flags.
6827      Branch: perl
6828            ! embed.fnc
6829 ____________________________________________________________________________
6830 [ 22893] By: rgs                                   on 2004/06/02  08:21:30
6831         Log: Subject: [PATCH] on VMS, always exit with failure in my_failure_exit
6832              From: "Craig A. Berry" <craigberry@mac.com>
6833              Date: Tue, 01 Jun 2004 23:16:58 -0500
6834              Message-ID: <40BD54BA.9040708@mac.com>
6835      Branch: perl
6836            ! perl.c
6837 ____________________________________________________________________________
6838 [ 22892] By: rgs                                   on 2004/06/02  08:19:30
6839         Log: Subject: Re: [PATCH] [perl #29612] ndbm failure in make test
6840              From: Alexey Tourbin <at@altlinux.ru>
6841              Date: Sat, 22 May 2004 02:22:22 +0400
6842              Message-ID: <20040521222222.GJ2030@solemn.turbinal.org>
6843      Branch: perl
6844            ! ext/NDBM_File/hints/linux.pl
6845 ____________________________________________________________________________
6846 [ 22891] By: rgs                                   on 2004/06/02  06:47:58
6847         Log: Detypo.
6848      Branch: perl
6849            ! pod/perlintern.pod pp_ctl.c
6850 ____________________________________________________________________________
6851 [ 22890] By: rgs                                   on 2004/06/02  06:43:30
6852         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
6853              From: Andrew Dougherty <doughera@lafayette.edu>
6854              Date: Tue, 1 Jun 2004 16:25:48 -0400 (EDT)
6855              Message-ID: <Pine.SOL.4.58.0406011619090.4066@maxwell.phys.lafayette.edu>
6856      Branch: perl
6857            ! INSTALL README
6858 ____________________________________________________________________________
6859 [ 22889] By: rgs                                   on 2004/06/02  06:07:53
6860         Log: Make the dUNDERBAR/UNDERBAR macros work as advertised.
6861              While we're at it, use the same trick to make reverse()
6862              work correctly with lexical $_.
6863      Branch: perl
6864            ! XSUB.h embed.fnc embed.h global.sym pad.c pp.c proto.h
6865            ! t/op/mydef.t
6866 ____________________________________________________________________________
6867 [ 22888] By: rgs                                   on 2004/06/01  15:26:59
6868         Log: Subject: [PATCH] Remove redundant %SIG assignments from FileCache
6869              From: Alan Burlison <Alan.Burlison@Sun.COM>
6870              Date: Fri, 28 May 2004 12:27:06 +0100
6871              Message-ID: <40B7220A.4040305@sun.com>
6872      Branch: perl
6873            ! lib/FileCache.pm
6874 ____________________________________________________________________________
6875 [ 22887] By: merijn                                on 2004/06/01  14:30:48
6876         Log: Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
6877              From: Steve Hay <steve.hay@uk.radan.com>
6878              Date: Tue, 01 Jun 2004 15:30:37 +0100
6879              Message-ID: <40BC930D.90701@uk.radan.com>
6880      Branch: perl
6881            ! win32/Makefile win32/makefile.mk
6882 ____________________________________________________________________________
6883 [ 22886] By: rgs                                   on 2004/06/01  12:24:30
6884         Log: Subject: [Fwd: [PATCH] Pod::Find should ignore SCM files and dirs]
6885              From: Alan Burlison <Alan.Burlison@sun.com>
6886              Date: Fri, 28 May 2004 23:28:44 +0100
6887              Message-ID: <40B7BD1C.40309@sun.com>
6888      Branch: perl
6889            ! lib/Pod/Find.pm
6890 ____________________________________________________________________________
6891 [ 22885] By: rgs                                   on 2004/06/01  12:17:18
6892         Log: Subject: Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (sysopen)
6893              From: Paul Fenwick <pjf@perltraining.com.au>
6894              Date: Tue, 1 Jun 2004 11:31:34 +1000
6895              Message-ID: <20040601013134.GA11005@perltraining.com.au>
6896      Branch: perl
6897            ! pod/perlfunc.pod
6898 ____________________________________________________________________________
6899 [ 22884] By: merijn                                on 2004/06/01  10:51:33
6900         Log: Subject: [PATCH] configure.com and PERL_API_REVISION
6901              From: "Craig A. Berry" <craigberry@mac.com>
6902              Date: Mon, 31 May 2004 21:04:07 -0500
6903              Message-ID: <40BBE417.2090001@mac.com>
6904      Branch: perl
6905            ! configure.com
6906 ____________________________________________________________________________
6907 [ 22883] By: rgs                                   on 2004/06/01  09:25:32
6908         Log: Subject: [PATCH] Shell.pm: pod rewrite and new mini-feature $Shell::raw
6909              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
6910              Date: Tue, 1 Jun 2004 07:52:58 +0200
6911              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C744@attmsx1.aut.alcatel.at>
6912      Branch: perl
6913            ! lib/Shell.pm
6914 ____________________________________________________________________________
6915 [ 22882] By: rgs                                   on 2004/06/01  08:44:01
6916         Log: Subject: [PATCH] perlhack.pod - working with the Perl source
6917              From: Dave Rolsky <autarch@urth.org>
6918              Date: Mon, 31 May 2004 12:52:43 -0500 (CDT)
6919              Message-ID: <Pine.LNX.4.58.0405311250520.7714@urth.org>
6920      Branch: perl
6921            ! pod/perlhack.pod
6922 ____________________________________________________________________________
6923 [ 22881] By: nicholas                              on 2004/05/31  19:06:21
6924         Log: replace the run time code in lib/utf8_pva.pl with data generated
6925              at build by mktables, stored in lib/unicore/PVA.pl
6926      Branch: perl
6927            - lib/utf8_pva.pl
6928            ! MANIFEST Makefile.SH lib/unicore/mktables lib/utf8_heavy.pl
6929            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
6930 ____________________________________________________________________________
6931 [ 22880] By: nicholas                              on 2004/05/31  17:26:56
6932         Log: Don't need to require utf8_pva.pl at top of file
6933      Branch: perl
6934            ! lib/utf8_heavy.pl
6935 ____________________________________________________________________________
6936 [ 22879] By: nicholas                              on 2004/05/31  14:24:56
6937         Log: Run mktables as part of the build process.
6938              Don't ship any of the files that it generates in lib/unicore
6939      Branch: perl
6940            - (delete 419 files)
6941            ! MANIFEST Makefile.SH lib/unicore/mktables
6942            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
6943 ____________________________________________________________________________
6944 [ 22878] By: rgs                                   on 2004/05/31  14:20:53
6945         Log: Subject: [perl #29937] Entries missing from .packlist
6946              From: jdhedden@1979.usna.com (via RT) <perlbug-followup@perl.org>
6947              Date: 28 May 2004 19:23:48 -0000
6948              Message-ID: <rt-3.0.9-29937-88315.2.18472609678159@perl.org>
6949      Branch: perl
6950            ! installman installperl
6951 ____________________________________________________________________________
6952 [ 22877] By: rgs                                   on 2004/05/31  12:50:57
6953         Log: Subject: [PATCH] Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph
6954              From: <wolfgang.laun@chello.at>
6955              Date: Sun, 30 May 2004 17:27:07 +0200
6956              Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost>
6957      Branch: perl
6958            ! utils/h2ph.PL
6959 ____________________________________________________________________________
6960 [ 22876] By: rgs                                   on 2004/05/31  09:52:05
6961         Log: Subject: [PATCH] Fix anomalies in Carp functions
6962              From: Steve Hay <steve.hay@uk.radan.com>
6963              Date: Tue, 25 May 2004 16:05:02 +0100
6964              Message-ID: <40B3609E.5060502@uk.radan.com>
6965      Branch: perl
6966            ! lib/Carp.t lib/Carp/Heavy.pm lib/autouse.t
6967 ____________________________________________________________________________
6968 [ 22875] By: rgs                                   on 2004/05/31  09:25:37
6969         Log: Subject: [PATCH] Fix generation of perlapi.pod
6970              From: Steve Hay <steve.hay@uk.radan.com>
6971              Date: Fri, 28 May 2004 11:46:41 +0100
6972              Message-ID: <40B71891.6090806@uk.radan.com>
6973      Branch: perl
6974            ! autodoc.pl pod/perlapi.pod
6975 ____________________________________________________________________________
6976 [ 22874] By: davem                                 on 2004/05/30  22:31:03
6977         Log: Subject:  Re: my $x->{foo} doesn't work
6978              From:  Shinya Hayakawa <hayakawa@livedoor.jp>
6979              Date:  Tue, 25 May 2004 00:06:06 +0900
6980              Message-Id:  <200405250006.06387.hayakawa@livedoor.jp>
6981
6982              Allow autovivification of (my $x)->{foo}
6983      Branch: perl
6984            ! pp_hot.c t/op/my.t
6985 ____________________________________________________________________________
6986 [ 22873] By: nicholas                              on 2004/05/30  21:58:36
6987         Log: Convert to using File::Spec, so that we can build Unicode files
6988              on all platforms
6989      Branch: perl
6990            ! lib/unicore/mktables
6991 ____________________________________________________________________________
6992 [ 22872] By: nicholas                              on 2004/05/30  20:34:07
6993         Log: First step to generating Unicode files for the regexp engine at build
6994              time - targets in the Makefile
6995      Branch: perl
6996            ! Makefile.SH
6997 ____________________________________________________________________________
6998 [ 22870] By: davem                                 on 2004/05/30  14:30:45
6999         Log: Problem with autouse (causing Perl to crash)
7000              @_ sometimes wasn't getting created right
7001      Branch: perl
7002            ! pad.c pp_ctl.c t/op/goto.t
7003 ____________________________________________________________________________
7004 [ 22868] By: nicholas                              on 2004/05/30  13:57:05
7005         Log: Upgrade to Encode 2.01.
7006      Branch: perl
7007            ! ext/Encode/lib/Encode/CN/HZ.pm
7008            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
7009 ____________________________________________________________________________
7010 [ 22866] By: nicholas                              on 2004/05/30  13:11:41
7011         Log: Skip in minitest
7012      Branch: perl
7013            ! t/comp/utf.t
7014 ____________________________________________________________________________
7015 [ 22853] By: rgs                                   on 2004/05/28  06:29:28
7016         Log: Subject: [PATCH doc] Re: undef loses it magicness when assigned to a variable?
7017              From: Stas Bekman <stas@stason.org>
7018              Date: Thu, 27 May 2004 11:25:08 -0700
7019              Message-ID: <40B63284.5040203@stason.org>
7020      Branch: perl
7021            ! pod/perlapi.pod pod/perlguts.pod sv.h
7022 ____________________________________________________________________________
7023 [ 22852] By: merijn                                on 2004/05/28  05:31:25
7024         Log: Subject: TEST needs to ignore SCM files
7025              From: Alan Burlison <Alan.Burlison@sun.com>
7026              Date: Thu, 27 May 2004 23:32:28 +0100
7027              Message-ID: <40B66C7C.8030303@sun.com>
7028      Branch: perl
7029            ! t/TEST
7030 ____________________________________________________________________________
7031 [ 22850] By: rgs                                   on 2004/05/26  16:17:24
7032         Log: Subject: [PATCH] 'perl -v' fails if local_patches contains code snippets
7033              From: Alan Burlison <Alan.Burlison@sun.com>
7034              Date: Wed, 26 May 2004 16:24:03 +0100
7035              Message-ID: <40B4B693.9090905@sun.com>
7036              (using \0 as a separator for q//)
7037      Branch: perl
7038            ! perl.c
7039 ____________________________________________________________________________
7040 [ 22848] By: rgs                                   on 2004/05/26  08:15:29
7041         Log: Subject: [PATCH] correctly handle C<< >> and C<<< >>> in diagnostics
7042              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
7043              Date: Tue, 25 May 2004 02:29:37 -0700
7044              Message-ID: <20040525092937.GA2332@efn.org>
7045      Branch: perl
7046            ! lib/diagnostics.pm
7047 ____________________________________________________________________________
7048 [ 22843] By: rgs                                   on 2004/05/24  16:12:41
7049         Log: Tests for change #22842, by SADAHIRO Tomoyuki
7050              (adapted to the core)
7051      Branch: perl
7052            + t/op/utftaint.t
7053            ! MANIFEST
7054 ____________________________________________________________________________
7055 [ 22842] By: rgs                                   on 2004/05/24  15:55:23
7056         Log: Subject: Re: utf-8 and taint don't work together
7057              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7058              Date: Sat, 22 May 2004 21:38:33 +0900
7059              Message-Id: <20040522212704.C068.BQW10602@nifty.com>
7060
7061              Date: Sun, 23 May 2004 09:56:15 +0900
7062              Message-Id: <20040523095609.E404.BQW10602@nifty.com>
7063      Branch: perl
7064            ! ext/Encode/lib/Encode/CN/HZ.pm
7065            ! ext/Encode/lib/Encode/Unicode/UTF7.pm sv.c
7066 ____________________________________________________________________________
7067 [ 22841] By: rgs                                   on 2004/05/24  11:43:32
7068         Log: Subject: [PATCH] win32_chsize is not exported on Win32
7069              From: Steve Hay <steve.hay@uk.radan.com>
7070              Date: Mon, 24 May 2004 12:52:48 +0100
7071              Message-ID: <40B1E210.4050202@uk.radan.com>
7072      Branch: perl
7073            ! makedef.pl
7074 ____________________________________________________________________________
7075 [ 22840] By: rgs                                   on 2004/05/24  11:23:31
7076         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
7077              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
7078              Date: Fri, 21 May 2004 11:35:34 -0700
7079              Message-ID: <20040521183533.GA5108@efn.org>
7080              (plus whitespace removal)
7081      Branch: perl
7082            ! INSTALL
7083 ____________________________________________________________________________
7084 [ 22839] By: davem                                 on 2004/05/22  11:15:34
7085         Log: Optimization busted: '@a = "b", sort @a' drops "b"
7086              Fix the sort-in-place optimization of change #22349.
7087      Branch: perl
7088            ! op.c t/op/sort.t
7089 ____________________________________________________________________________
7090 [ 22838] By: gbarr                                 on 2004/05/22  07:41:21
7091         Log: Update to Scalar-List-Utils-1.14
7092      Branch: perl
7093            + ext/List/Util/Changes
7094            - ext/List/Util/ChangeLog
7095            ! MANIFEST ext/List/Util/README ext/List/Util/Util.xs
7096            ! ext/List/Util/lib/List/Util.pm
7097            ! ext/List/Util/lib/Scalar/Util.pm
7098 ____________________________________________________________________________
7099 [ 22837] By: rgs                                   on 2004/05/21  15:40:49
7100         Log: Subject: Proposed doc patch for getsockopt
7101              From: perl5-porters@ton.iguana.be (Ton Hospel)
7102              Date: Sun, 16 May 2004 13:35:20 +0000 (UTC)
7103              Message-Id: <c87qmo$u9b$1@post.home.lunix>
7104      Branch: perl
7105            ! pod/perlfunc.pod
7106 ____________________________________________________________________________
7107 [ 22836] By: rgs                                   on 2004/05/21  08:45:28
7108         Log: Subject: [PATCH] h2xs doesn't recognize indented enums
7109              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
7110              Date: Fri, 21 May 2004 10:51:58 +0200
7111              Message-id: <20040521085158.GA10660@ethan>
7112              (modified regexp)
7113      Branch: perl
7114            ! utils/h2xs.PL
7115 ____________________________________________________________________________
7116 [ 22835] By: rgs                                   on 2004/05/20  13:30:25
7117         Log: Upgrade to Encode 2.00.
7118      Branch: perl
7119            ! (edit 147 files)
7120 ____________________________________________________________________________
7121 [ 22833] By: rgs                                   on 2004/05/20  11:48:29
7122         Log: Test portability nit.
7123              Subject: [PATCH] Re: Smoke [5.9.2] 22821 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
7124              From: Steve Hay <steve.hay@uk.radan.com>
7125              Date: Tue, 18 May 2004 11:31:04 +0100
7126              Message-ID: <40A9E5E8.7030800@uk.radan.com>
7127      Branch: perl
7128            ! ext/B/t/optree_specials.t
7129 ____________________________________________________________________________
7130 [ 22831] By: davem                                 on 2004/05/19  21:02:04
7131         Log: improve hashing algorithm for ptr tables in perl_clone:
7132              the bottom few bits of a pointer are usually zero
7133      Branch: perl
7134            ! sv.c
7135 ____________________________________________________________________________
7136 [ 22830] By: davem                                 on 2004/05/19  20:17:55
7137         Log: Thread creation time is hypersensitive
7138
7139              Due to a logic error, the dup ptr table sometimes wans't being
7140              grown, leading to extremely slow cloning.
7141      Branch: perl
7142            ! sv.c
7143 ____________________________________________________________________________
7144 [ 22829] By: rgs                                   on 2004/05/18  13:05:48
7145         Log: perlrun.pod minor fixes :
7146              - the parameter to -x is optional
7147              - pod nit
7148      Branch: perl
7149            ! pod/perlrun.pod
7150 ____________________________________________________________________________
7151 [ 22828] By: rgs                                   on 2004/05/18  12:54:47
7152         Log: Subject: [perl #29623] Patch for h2xs.t in Perl 5.8.4
7153              From: mats@sm5sxl.net (via RT) <perlbug-followup@perl.org>
7154              Date: 16 May 2004 13:33:32 -0000
7155              Message-ID: <rt-3.0.9-29623-87522.10.1965589695082@perl.org>
7156      Branch: perl
7157            ! lib/h2xs.t
7158 ____________________________________________________________________________
7159 [ 22827] By: rgs                                   on 2004/05/18  12:16:42
7160         Log: Subject: [PATCH] Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
7161              From: Steve Hay <steve.hay@uk.radan.com>
7162              Date: Fri, 14 May 2004 17:33:17 +0100
7163              Message-ID: <40A4F4CD.2000003@uk.radan.com>
7164      Branch: perl
7165            ! t/comp/utf.t
7166 ____________________________________________________________________________
7167 [ 22826] By: rgs                                   on 2004/05/18  08:15:27
7168         Log: Error message too wide.
7169      Branch: perl
7170            ! perl.c
7171 ____________________________________________________________________________
7172 [ 22825] By: rgs                                   on 2004/05/17  15:12:03
7173         Log: Remove a TODO test that is no longer to do.
7174      Branch: perl
7175            ! ext/B/t/f_sort.t
7176 ____________________________________________________________________________
7177 [ 22824] By: rgs                                   on 2004/05/17  15:08:40
7178         Log: Fix new B::Concise test output
7179              Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu)
7180              From: Jim Cromie <jcromie@divsol.com>
7181              Date: Mon, 17 May 2004 09:19:00 -0600
7182              Message-ID: <40A8D7E4.1020007@divsol.com>
7183      Branch: perl
7184            ! ext/B/t/f_sort.t t/TEST
7185 ____________________________________________________________________________
7186 [ 22823] By: rgs                                   on 2004/05/17  08:54:15
7187         Log: Subject: [PATCH] Re: [perl #29581] glob() misses a lot of matches
7188              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
7189              Date: Mon, 17 May 2004 07:38:19 +0200
7190              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C71E@attmsx1.aut.alcatel.at>
7191      Branch: perl
7192            ! ext/File/Glob/Glob.xs
7193 ____________________________________________________________________________
7194 [ 22822] By: rgs                                   on 2004/05/17  08:49:53
7195         Log: David Manura is the new maintainer of Text::Balanced.
7196      Branch: perl
7197            ! Porting/Maintainers.pl
7198 ____________________________________________________________________________
7199 [ 22821] By: davem                                 on 2004/05/16  15:31:42
7200         Log: make Text::Balanced skip "case /..../" correctly for Switch.pm
7201      Branch: perl
7202            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extcbk.t
7203 ____________________________________________________________________________
7204 [ 22820] By: rgs                                   on 2004/05/14  16:30:07
7205         Log: Subject: Re: more B::Concise stuff (PATCH - updated)
7206              From: Jim Cromie <jcromie@divsol.com>
7207              Date: Mon, 10 May 2004 05:28:11 -0600
7208              Message-ID: <409F674B.2000506@divsol.com>
7209      Branch: perl
7210            + ext/B/t/f_map ext/B/t/f_map.t ext/B/t/f_sort ext/B/t/f_sort.t
7211            + ext/B/t/optree_specials.t
7212            ! MANIFEST ext/B/B/Concise.pm ext/B/B/Showlex.pm
7213            ! ext/B/B/Terse.pm ext/B/t/OptreeCheck.pm ext/B/t/concise.t
7214            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
7215            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
7216            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t
7217 ____________________________________________________________________________
7218 [ 22819] By: rgs                                   on 2004/05/14  09:38:43
7219         Log: Add new dUNDERBAR and UNDERBAR macros, to help XS writers to
7220              access the $_ variable, even when there is a lexical one in scope.
7221      Branch: perl
7222            ! XSUB.h pod/perlapi.pod
7223 ____________________________________________________________________________
7224 [ 22818] By: nicholas                              on 2004/05/13  12:15:17
7225         Log: Subject: BOM-marked and (BOMless) UTF-16 scripts not working
7226              From: Jarkko Hietaniemi <jhi@iki.fi>
7227              Message-ID: <40A26D75.8080406@iki.fi>
7228              Date: Wed, 12 May 2004 21:31:17 +0300
7229      Branch: perl
7230            + t/comp/utf.t
7231            ! MANIFEST pod/perldiag.pod pod/perlunicode.pod toke.c
7232 ____________________________________________________________________________
7233 [ 22817] By: rgs                                   on 2004/05/12  16:29:07
7234         Log: Subject: [perl #29527] Perl 5.8.4 build problems on LynxOS
7235              From: Olli Savia (via RT) <perlbug-followup@perl.org>
7236              Date: 12 May 2004 13:02:41 -0000
7237              Message-ID: <rt-3.0.9-29527-87290.17.3367022021997@perl.org>
7238      Branch: perl
7239            ! sv.c
7240 ____________________________________________________________________________
7241 [ 22816] By: rgs                                   on 2004/05/12  16:16:50
7242         Log: Make XSLoader update @DynaLoader::dl_shared_objects.
7243      Branch: perl
7244            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
7245 ____________________________________________________________________________
7246 [ 22815] By: merijn                                on 2004/05/12  10:43:42
7247         Log: Subject: [PATCH] Configure shouldn't unconditionally add in -pipe
7248              From: Andy Dougherty <doughera@lafayette.edu>
7249              Date: Tue, 11 May 2004 13:14:42 -0400 (EDT)
7250              Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu>
7251      Branch: perl
7252            ! Configure hints/darwin.sh hints/rhapsody.sh
7253 ____________________________________________________________________________
7254 [ 22812] By: mhx                                   on 2004/05/11  17:42:13
7255         Log: Add the byte-order modifiers '<' and '>' to the pack tutorial.
7256              This completes the series: #22734, #22745, #22754, #22780
7257      Branch: perl
7258            ! pod/perlpacktut.pod
7259 ____________________________________________________________________________
7260 [ 22811] By: mhx                                   on 2004/05/11  17:21:35
7261         Log: 'v' unpacks unsigned shorts.
7262      Branch: perl
7263            ! pod/perlpacktut.pod
7264 ____________________________________________________________________________
7265 [ 22810] By: rgs                                   on 2004/05/11  16:35:49
7266         Log: Subject: various -V: searches [PATCH]
7267              From: Jim Cromie <jcromie@divsol.com>
7268              Date: Tue, 11 May 2004 00:15:46 -0600
7269              Message-ID: <40A06F92.1070607@divsol.com>
7270      Branch: perl
7271            ! configpm lib/Config.t pod/perlrun.pod
7272 ____________________________________________________________________________
7273 [ 22809] By: rgs                                   on 2004/05/11  11:00:31
7274         Log: More pod names in the debugger for the runman command
7275      Branch: perl
7276            ! lib/perl5db.pl
7277 ____________________________________________________________________________
7278 [ 22808] By: rgs                                   on 2004/05/11  10:52:27
7279         Log: Subject: [PATCH] debugger (step backwards)
7280              From: Richard.Foley@t-online.de (Richard Foley)
7281              Date: Tue, 11 May 2004 11:04:11 +0200
7282              Message-Id: <200405111104.11484.richard.foley@rfi.net>
7283      Branch: perl
7284            ! lib/perl5db.pl
7285 ____________________________________________________________________________
7286 [ 22807] By: rgs                                   on 2004/05/11  09:16:56
7287         Log: Subject: void context !~ generates "Useless use of not at line..." warning
7288              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
7289              Date: Sun, 9 May 2004 00:59:19 -0700
7290              Message-ID: <20040509075919.GA3752@efn.org>
7291      Branch: perl
7292            ! op.c
7293 ____________________________________________________________________________
7294 [ 22806] By: ams                                   on 2004/05/10  22:12:31
7295         Log: Subject: Re: a little extra cmdline help. [PATCH]
7296              From: Jim Cromie <jcromie@divsol.com>
7297              Date: Mon, 10 May 2004 15:25:07 -0600
7298              Message-Id: <409FF333.4020104@divsol.com>
7299      Branch: perl
7300            ! perl.c
7301 ____________________________________________________________________________
7302 [ 22804] By: ams                                   on 2004/05/10  11:10:34
7303         Log: Remove stray '.
7304      Branch: perl
7305            ! lib/File/Copy.pm
7306 ____________________________________________________________________________
7307 [ 22803] By: ams                                   on 2004/05/10  10:14:40
7308         Log: Subject: [PATCH] File::Copy Pod
7309              From: slaven@rezic.de
7310              Date: Mon, 10 May 2004 09:57:37 +0000
7311              Message-Id: <1084183057.10822@devpc01.iconmobile.de>
7312      Branch: perl
7313            ! lib/File/Copy.pm
7314 ____________________________________________________________________________
7315 [ 22802] By: davem                                 on 2004/05/07  19:12:29
7316         Log: symbolic references like ${"foo$index"}*3 would incorrectly warn
7317              that $index was the uninitialized value, when in fact it was $foo1
7318      Branch: perl
7319            ! sv.c t/lib/warnings/9uninit
7320 ____________________________________________________________________________
7321 [ 22801] By: davem                                 on 2004/05/07  18:21:22
7322         Log: Subject:  Re: stdio still supported?
7323              From:  Jim Cromie <jcromie@divsol.com>
7324              Date:  Thu, 06 May 2004 16:37:56 -0600
7325              Message-Id:  <409ABE44.8060307@divsol.com>
7326
7327              Update B::Concise tests to skip stuff requiring the
7328              "open to a scalar" feature of Perlio is it isn't available.
7329              Also note this caveat in perlfunc.pod
7330      Branch: perl
7331            ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_check.t
7332            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
7333            ! ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
7334            ! pod/perlfunc.pod
7335 ____________________________________________________________________________
7336 [ 22800] By: mhx                                   on 2004/05/07  16:58:57
7337         Log: Windows issues with select() are already documented in perlport.
7338      Branch: perl
7339            ! pod/perlfunc.pod
7340 ____________________________________________________________________________
7341 [ 22799] By: ams                                   on 2004/05/07  13:38:16
7342         Log: Subject: [perl #29397] Change in pod2man arguments
7343              From: Thorsten Glaser (via RT) <perlbug-followup@perl.org>
7344              Date: 6 May 2004 22:08:10 -0000
7345              Message-Id: <rt-3.0.9-29397-86929.5.37563386041974@perl.org>
7346      Branch: perl
7347            ! pod/pod2man.PL
7348 ____________________________________________________________________________
7349 [ 22798] By: mhx                                   on 2004/05/07  11:42:37
7350         Log: Scalar::Util::refaddr falsely returns false
7351              Add mg_get() to refaddr() when SV is magical.
7352              Fix the non-xs version of looks_like_number().
7353      Branch: perl
7354            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
7355            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/refaddr.t
7356 ____________________________________________________________________________
7357 [ 22797] By: mhx                                   on 2004/05/07  10:57:23
7358         Log: Document that select() on Windows doesn't work on non-socket filehandles.
7359      Branch: perl
7360            ! pod/perlfunc.pod
7361 ____________________________________________________________________________
7362 [ 22796] By: mhx                                   on 2004/05/06  17:19:17
7363         Log: Double warning for int(undef) and abs(undef)
7364              Remove the duplicate warnings and update tests.
7365      Branch: perl
7366            ! pp.c t/lib/warnings/9uninit
7367 ____________________________________________________________________________
7368 [ 22793] By: rgs                                   on 2004/05/06  14:43:08
7369         Log: Add a small script to check whether a perl source tree
7370              (with or without generated files) is friendly with
7371              case-insensitive filesystems.
7372              Adapted from :
7373              Subject: Re: STerm.pl vs Sterm.pl
7374              From: James Mastros <james@mastros.biz>
7375              Date: Thu, 06 May 2004 14:45:53 +0200
7376              Message-ID: <20040506124556.2402.qmail@onion.perl.org>
7377      Branch: perl
7378            + Porting/checkcase.pl
7379            ! MANIFEST
7380 ____________________________________________________________________________
7381 [ 22789] By: rgs                                   on 2004/05/06  12:33:14
7382         Log: Subject: Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x)
7383              From: bilbo@ua.fm
7384              Date: Wed, 28 Apr 2004 00:19:55 +0300
7385              Message-ID: <611491036.20040428001955@ua.fm>
7386      Branch: perl
7387            ! win32/win32.c
7388 ____________________________________________________________________________
7389 [ 22788] By: merijn                                on 2004/05/06  11:35:21
7390         Log: add -pipe to gcc's default flags
7391              it has shown a compile time speed increase of about 40% on
7392              Linux and HP-UX, and also works on cygwin-1.5.9. On failing
7393              OS/gcc combo's remove it in the hints
7394      Branch: perl
7395            ! Configure
7396 ____________________________________________________________________________
7397 [ 22783] By: mhx                                   on 2004/05/05  19:02:28
7398         Log: Add tests for mX?PUSH[inup] macros.
7399
7400              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
7401              From: Steve Hay <steve.hay@uk.radan.com>
7402              Date: Wed, 05 May 2004 15:34:45 +0100
7403              Message-ID: <4098FB85.1060602@uk.radan.com>
7404      Branch: perl
7405            + ext/XS/APItest/t/push.t
7406            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
7407            ! ext/XS/APItest/MANIFEST
7408 ____________________________________________________________________________
7409 [ 22782] By: rgs                                   on 2004/05/05  16:14:25
7410         Log: Subject: Problem with h2xs
7411              From: David Cannings <lists@edeca.net>
7412              Date: Mon, 3 May 2004 13:44:33 +0100
7413              Message-Id: <200405031344.33723.lists@edeca.net>
7414              (Second patch only)
7415      Branch: perl
7416            ! utils/h2xs.PL
7417 ____________________________________________________________________________
7418 [ 22781] By: davem                                 on 2004/05/04  19:20:36
7419         Log: Bizarre copy of ARRAY
7420              make sure a pad op's flags are updated after optimising away
7421              the assignment in my @a = () (see change 22520).
7422      Branch: perl
7423            ! op.c t/op/my.t
7424 ____________________________________________________________________________
7425 [ 22780] By: mhx                                   on 2004/05/04  14:46:05
7426         Log: Add byte-order group modifiers to (un)pack templates.
7427              Follow-up on: #22734, #22745, #22753, #22754.
7428
7429              Subject: Group modifiers in (un)pack templates
7430              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
7431              Date: Mon, 3 May 2004 20:14:41 +0200
7432              Message-Id: <20040503201441.1b058e0d@r2d2>
7433      Branch: perl
7434            ! perl.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
7435 ____________________________________________________________________________
7436 [ 22779] By: mhx                                   on 2004/05/04  14:30:39
7437         Log: Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757)
7438
7439              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
7440              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
7441              Date: Mon, 3 May 2004 20:03:28 +0200
7442              Message-Id: <20040503200328.24efcda5@r2d2>
7443      Branch: perl
7444            ! pp.h
7445 ____________________________________________________________________________
7446 [ 22778] By: davem                                 on 2004/05/03  21:07:44
7447         Log: add test for change #22746 ([perl #29102] Crash on assign to lex fh)
7448      Branch: perl
7449            ! t/io/open.t
7450 ____________________________________________________________________________
7451 [ 22777] By: davem                                 on 2004/05/03  20:48:53
7452         Log: add test for change #22776 ("open m" crashes Perl)
7453      Branch: perl
7454            ! t/io/open.t
7455 ____________________________________________________________________________
7456 [ 22776] By: davem                                 on 2004/05/03  20:26:22
7457         Log: perl -e "open m" crashes Perl
7458      Branch: perl
7459            ! toke.c
7460 ____________________________________________________________________________
7461 [ 22775] By: davem                                 on 2004/05/03  18:52:39
7462         Log: scalar delete of empty slice returned garbage
7463      Branch: perl
7464            ! pp.c t/op/delete.t
7465 ____________________________________________________________________________
7466 [ 22774] By: davem                                 on 2004/05/03  17:44:44
7467         Log: split could leave an array without &PL_sv_undef
7468              in the unused elements
7469      Branch: perl
7470            ! pp.c t/op/split.t
7471 ____________________________________________________________________________
7472 [ 22773] By: nicholas                              on 2004/05/03  13:59:08
7473         Log: Subject: Re: "fuzzy" in mktables
7474              From: Jarkko Hietaniemi <jhi@iki.fi>
7475              Message-ID: <4093A82B.6040609@iki.fi>
7476              Date: Sat, 01 May 2004 16:37:47 +0300
7477      Branch: perl
7478            ! lib/unicore/mktables
7479 ____________________________________________________________________________
7480 [ 22772] By: davem                                 on 2004/05/03  13:33:21
7481         Log: remove spurious intentation in utf8_pva.pl
7482      Branch: perl
7483            ! lib/utf8_pva.pl
7484 ____________________________________________________________________________
7485 [ 22771] By: davem                                 on 2004/05/03  13:28:24
7486         Log: ensure that utf8 Perl code magically called from a regex localizes $.
7487      Branch: perl
7488            ! lib/utf8_pva.pl
7489 ____________________________________________________________________________
7490 [ 22770] By: nicholas                              on 2004/05/03  11:19:10
7491         Log: Integrate:
7492              [ 22694]
7493              For maint, I don't think that we can have sperl go sulky if invoked
7494              from a #! line. So keep .../sperl functional, and have the /dev/fd/...
7495              only set ID exectuable reside under a different name (suidperl)
7496
7497              [ 22700]
7498              The set uid perl is now called setuidperl. Not suidperl.
7499              Which I discover is hardlinked from sperl by ./installperl
7500              elsewhere. Helpfully confusing installperl script.
7501
7502              [ 22718]
7503              Revert 22700 (as part of changes suggested by Brendan O'Dea)
7504
7505              [ 22719]
7506              Revert 22694
7507
7508              [ 22720]
7509              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
7510              binary must have fd script conundrum, as suggested by Brendan O'Dea
7511              Plus restore the more helpful error message from 22694 and the gist
7512              of the perl584delta changes from 22700
7513      Branch: perl
7514           !> INSTALL installperl perl.c pod/perldiag.pod pod/perlsec.pod
7515 ____________________________________________________________________________
7516 [ 22769] By: nicholas                              on 2004/05/03  10:37:45
7517         Log: Subject: [perl #29073] Reference to incorrect method in documentation of
7518              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
7519              Message-ID: <rt-3.0.8-29073-85903.18.1381766820328@perl.org>
7520              Date: 22 Apr 2004 10:49:22 -0000
7521      Branch: perl
7522            ! lib/Text/ParseWords.pm
7523 ____________________________________________________________________________
7524 [ 22768] By: nicholas                              on 2004/05/02  22:40:18
7525         Log: It seems daft to me that we have a synopis example that will fail if
7526              gcc happened to be invoked via the name cc, and completely ignores
7527              the far more reliable 'gccversion' variable
7528              So here's one using 'usethreads' that ought to work everywhere.
7529      Branch: perl
7530            ! configpm
7531 ____________________________________________________________________________
7532 [ 22765] By: nicholas                              on 2004/05/02  18:18:25
7533         Log: Make t/uni/class.t pass on case insensitive file systems
7534      Branch: perl
7535            ! t/uni/class.t
7536 ____________________________________________________________________________
7537 [ 22764] By: nicholas                              on 2004/05/02  17:57:12
7538         Log: Save some repeated strlen()s in Perl_swash_init
7539      Branch: perl
7540            ! utf8.c
7541 ____________________________________________________________________________
7542 [ 22763] By: nicholas                              on 2004/05/01  14:07:45
7543         Log: And that same fool forgot to add the not-really-needed "fuzzy" versions
7544              of some binary property files
7545      Branch: perl
7546            + lib/unicore/lib/gc_sc/Dash2.pl
7547            + lib/unicore/lib/gc_sc/Hyphen2.pl
7548            + lib/unicore/lib/gc_sc/Radical2.pl
7549 ____________________________________________________________________________
7550 [ 22762] By: nicholas                              on 2004/05/01  14:06:05
7551         Log: Some fool removed lib/unicore/ArabicShaping.txt    in change 22760
7552      Branch: perl
7553            ! MANIFEST
7554 ____________________________________________________________________________
7555 [ 22761] By: nicholas                              on 2004/05/01  14:02:59
7556         Log: Avoid mktables generating Sterm.pl and Sterm.pl in the same directory
7557              by making the %BaseName check global
7558      Branch: perl
7559            + lib/unicore/lib/gc_sc/Sterm2.pl
7560            - lib/unicore/lib/gc_sc/Sterm.pl
7561            ! MANIFEST lib/unicore/Canonical.pl
7562            ! lib/unicore/lib/gc_sc/Dash.pl lib/unicore/lib/gc_sc/Hyphen.pl
7563            ! lib/unicore/lib/gc_sc/Radical.pl lib/unicore/mktables
7564 ____________________________________________________________________________
7565 [ 22760] By: nicholas                              on 2004/05/01  13:17:09
7566         Log: Remove the no-longer autogenerated Unicode files
7567      Branch: perl
7568            - (delete 322 files)
7569            ! MANIFEST
7570 ____________________________________________________________________________
7571 [ 22759] By: nicholas                              on 2004/05/01  11:16:35
7572         Log: mktables requires post 5.005
7573      Branch: perl
7574            ! lib/unicore/mktables
7575 ____________________________________________________________________________
7576 [ 22758] By: davem                                 on 2004/04/30  11:48:55
7577         Log: disable problematical 'uninitialized value' warning tests
7578      Branch: perl
7579            ! t/lib/warnings/9uninit
7580 ____________________________________________________________________________
7581 [ 22757] By: rgs                                   on 2004/04/30  11:32:03
7582         Log: Follow-up to previous patch: the mX?PUSH[inup] macros
7583              should handle 'set' magic, just like the X?PUSH[inup]
7584              counterparts.
7585      Branch: perl
7586            ! pod/perlapi.pod pp.h
7587 ____________________________________________________________________________
7588 [ 22756] By: rgs                                   on 2004/04/30  10:15:00
7589         Log: Subject: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
7590              From: Steve Hay <steve.hay@uk.radan.com>
7591              Date: Fri, 30 Apr 2004 10:07:21 +0100
7592              Message-ID: <40921749.3050600@uk.radan.com>
7593      Branch: perl
7594            ! pod/perlapi.pod pod/perlguts.pod pp.h
7595 ____________________________________________________________________________
7596 [ 22755] By: nicholas                              on 2004/04/29  18:30:18
7597         Log: Fix 29149 - another UTF8 cache bug hit by substr.
7598              Regression test from:
7599
7600              Subject: Re: [perl #29149] substr/UTF8 related problem with perl 5.8.3 on linux
7601              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7602              Message-Id: <20040429103926.5BA6.BQW10602@nifty.com>
7603              Date: Thu, 29 Apr 2004 10:53:17 +0900
7604      Branch: perl
7605            ! sv.c t/op/substr.t
7606 ____________________________________________________________________________
7607 [ 22754] By: mhx                                   on 2004/04/29  18:29:28
7608         Log: More unpack cleanups.
7609      Branch: perl
7610            ! pp_pack.c
7611 ____________________________________________________________________________
7612 [ 22753] By: mhx                                   on 2004/04/29  17:50:40
7613         Log: CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
7614              Remove all associated code.
7615      Branch: perl
7616            ! hints/cxux.sh pp_pack.c
7617 ____________________________________________________________________________
7618 [ 22752] By: mhx                                   on 2004/04/29  17:38:32
7619         Log: The openbsd 64-bit test should use $uquadtype rather
7620              than hardcoding unsigned long long.
7621      Branch: perl
7622            ! hints/openbsd.sh
7623 ____________________________________________________________________________
7624 [ 22751] By: ams                                   on 2004/04/29  08:24:31
7625         Log: Update to Test.pm 1.25 (from SBURKE).
7626      Branch: perl
7627            + lib/Test/t/05_about_verbose.t lib/Test/t/multiline.t
7628            ! MANIFEST lib/Test.pm
7629 ____________________________________________________________________________
7630 [ 22750] By: mhx                                   on 2004/04/28  20:53:29
7631         Log: When configuring for 64-bit support, check that the
7632              C library functions for casting floating point values
7633              to 64-bit integer values are not broken.
7634      Branch: perl
7635            ! hints/openbsd.sh
7636 ____________________________________________________________________________
7637 [ 22749] By: rgs                                   on 2004/04/28  18:28:07
7638         Log: Fix for [perl #28963]: find2perl was sometimes generating
7639              invalid code.
7640      Branch: perl
7641            ! x2p/find2perl.PL
7642 ____________________________________________________________________________
7643 [ 22748] By: rgs                                   on 2004/04/28  13:01:13
7644         Log: Subject: [PATCH] Add diagnostics section to base.pm
7645              From: "Jos I. Boumans" <kane@dwim.org>
7646              Date: Wed, 28 Apr 2004 13:04:47 +0200
7647              Message-Id: <DC9B4A9C-9903-11D8-BA95-000A956B0E06@dwim.org>
7648      Branch: perl
7649            ! lib/base.pm
7650 ____________________________________________________________________________
7651 [ 22747] By: merijn                                on 2004/04/28  12:42:50
7652         Log: Subject: [perl #29033] typo in description of sleep in documentation of POSIX module
7653              Date: 21 Apr 2004 11:07:22 -0000
7654              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
7655              Message-ID: <rt-3.0.8-29033-85811.17.0452776199501@perl.org>
7656      Branch: perl
7657            ! ext/POSIX/POSIX.pod
7658 ____________________________________________________________________________
7659 [ 22746] By: davem                                 on 2004/04/27  22:21:35
7660         Log: fix a coredump caused by rv2gv not fully converting a PV to an RV
7661      Branch: perl
7662            ! pp.c
7663 ____________________________________________________________________________
7664 [ 22745] By: mhx                                   on 2004/04/27  20:38:00
7665         Log: Cleanup variables in S_(un)pack_rec().
7666              This also works around a gcc optimizer bug on dec_osf/alpha.
7667      Branch: perl
7668            ! pp_pack.c
7669 ____________________________________________________________________________
7670 [ 22744] By: rgs                                   on 2004/04/27  08:43:38
7671         Log: Subject: [PATCH utf8_heavy.pl, mktables, et. al.] candidate for TR18 compliance
7672              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
7673              Date: Thu, 22 Apr 2004 14:31:30 -0400 (EDT)
7674              Message-ID: <Pine.LNX.4.44.0404221429040.10466-101000@perlmonk.org>
7675
7676              Date: Mon, 26 Apr 2004 12:37:21 -0400 (EDT)
7677              Message-ID: <Pine.LNX.4.44.0404261222320.7154-400000@perlmonk.org>
7678      Branch: perl
7679            + (add 406 files)
7680            ! MANIFEST lib/unicore/Canonical.pl
7681            ! lib/unicore/CombiningClass.pl lib/unicore/Decomposition.pl
7682            ! lib/unicore/Exact.pl lib/unicore/Name.pl
7683            ! lib/unicore/Properties lib/unicore/To/Digit.pl
7684            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
7685            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
7686            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perlunicode.pod
7687            ! t/op/pat.t t/uni/class.t
7688 ____________________________________________________________________________
7689 [ 22743] By: merijn                                on 2004/04/26  22:20:30
7690         Log: usemallocwrap works on AIX, but not with vac-5
7691              Date: Mon, 26 Apr 2004 15:35:23 +0200
7692              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7693              Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1
7694              Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl>
7695      Branch: perl
7696            ! hints/aix.sh hints/aix_4.sh
7697 ____________________________________________________________________________
7698 [ 22742] By: davem                                 on 2004/04/24  12:53:07
7699         Log: fix 64-bit casting error in change 22741 (uninit var warnings)
7700      Branch: perl
7701            ! sv.c
7702 ____________________________________________________________________________
7703 [ 22741] By: davem                                 on 2004/04/23  20:43:02
7704         Log: Include variable names in "Use of uninitialized value" warnings
7705      Branch: perl
7706            + t/lib/warnings/9uninit
7707            ! MANIFEST doio.c embed.fnc embed.h ext/DB_File/DB_File.pm
7708            ! ext/DB_File/t/db-recno.t lib/Math/BigInt.pm
7709            ! lib/Math/BigInt/t/mbimbf.inc lib/Tie/RefHash.t lib/charnames.t
7710            ! mg.c perl.h pod/perldiag.pod pod/perlintern.pod pp.c pp_hot.c
7711            ! proto.h sv.c t/lib/warnings/1global t/lib/warnings/2use
7712            ! t/lib/warnings/3both t/lib/warnings/4lint
7713            ! t/lib/warnings/7fatal t/lib/warnings/doio t/lib/warnings/mg
7714            ! t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
7715            ! t/lib/warnings/pp_pack t/lib/warnings/sv t/lib/warnings/util
7716            ! t/run/fresh_perl.t t/run/runenv.t
7717 ____________________________________________________________________________
7718 [ 22739] By: rgs                                   on 2004/04/23  13:32:31
7719         Log: Subject: [PATCH] unfork the debugger (patch for 5.9.x)
7720              From: Richard.Foley@t-online.de (Richard Foley)
7721              Date: Fri, 23 Apr 2004 06:33:34 +0200
7722              Message-Id: <200404230633.34402.richard.foley@rfi.net>
7723      Branch: perl
7724            ! lib/perl5db.pl
7725 ____________________________________________________________________________
7726 [ 22737] By: nicholas                              on 2004/04/23  10:31:20
7727         Log: Ooops. Forgot to update pod.lst, and all that ensues with that
7728      Branch: perl
7729            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
7730            ! vms/descrip_mms.template win32/pod.mak
7731 ____________________________________________________________________________
7732 [ 22736] By: nicholas                              on 2004/04/23  10:11:26
7733         Log: Integrate:
7734              [ 22165]
7735              Create perl584delta.pod
7736              (Not that I'm really proposing to start work on 5.8.4 today)
7737
7738              [ 22650]
7739              Updates from Stas Bekman, Brendan O'Dea and Hugo
7740
7741              [ 22655]
7742              Tweaks from Hugo and Liz
7743
7744              [ 22677]
7745              Improvements from Jarkko
7746
7747              [ 22684]
7748              Integrate:
7749              [ 22665]
7750              AIX-4 with xlc does not like malloc wrap
7751
7752              [ 22666]
7753              Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
7754
7755              [ 22698]
7756              Clarify AIX and win32's malloc wrapping
7757
7758              [ 22700]
7759              The set uid perl is now called setuidperl. Not suidperl.
7760              Which I discover is hardlinked from sperl by ./installperl
7761              elsewhere. Helpfully confusing installperl script.
7762
7763              [ 22703]
7764              More perldelta updates
7765
7766              [ 22710]
7767              Subject:  spelling
7768              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
7769              Date:  Fri, 16 Apr 2004 21:18:18 +0300 (EEST)
7770              Message-Id:  <200404161818.i3GIIILh391648@kosh.hut.fi>
7771
7772              [ 22718]
7773              Revert 22700 (as part of changes suggested by Brendan O'Dea)
7774
7775              [ 22720]
7776              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
7777              binary must have fd script conundrum, as suggested by Brendan O'Dea
7778              Plus restore the more helpful error message from 22694 and the gist
7779              of the perl584delta changes from 22700
7780
7781              [ 22731]
7782              Oink, oink, flap, flap!
7783      Branch: perl
7784           +> pod/perl584delta.pod
7785            ! MANIFEST
7786           !> pod/perlhist.pod
7787 ____________________________________________________________________________
7788 [ 22735] By: merijn                                on 2004/04/23  10:11:23
7789         Log: Subject: [PATCH] Where to find nmake for windows
7790              From: Abe Timmerman <abe@ztreet.demon.nl>
7791              Date: Thu, 22 Apr 2004 23:57:40 +0200
7792              Message-Id: <200404222357.40508.abe@ztreet.demon.nl>
7793              Changed download URL references for nmake
7794      Branch: perl
7795            ! README.win32 pod/perlmodinstall.pod
7796 ____________________________________________________________________________
7797 [ 22734] By: mhx                                   on 2004/04/23  04:07:25
7798         Log: Subject: [PATCH for testing/review] byte-order modifiers for (un)pack templates
7799              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
7800              Date: Wed, 21 Apr 2004 21:09:20 +0200
7801              Message-Id: <20040421210920.3c467772@r2d2>
7802      Branch: perl
7803            ! embed.fnc embed.h perl.h pod/perldiag.pod pod/perlfunc.pod
7804            ! pod/perlport.pod pp_pack.c proto.h t/op/pack.t util.c
7805 ____________________________________________________________________________
7806 [ 22733] By: rgs                                   on 2004/04/22  12:08:35
7807         Log: Missing copyright in the README.
7808      Branch: perl
7809            ! README
7810 ____________________________________________________________________________
7811 [ 22727] By: nicholas                              on 2004/04/21  15:22:29
7812         Log: Subject: [perl #28456] Typo in perlipc man page, and suggestions for same
7813              From: Axel Boldt (via RT) <perlbug-followup@perl.org>
7814              Message-ID: <rt-3.0.8-28456-84424.10.5222745276547@perl.org>
7815              Date: 11 Apr 2004 13:08:17 -0000
7816      Branch: perl
7817            ! pod/perlipc.pod
7818 ____________________________________________________________________________
7819 [ 22725] By: nicholas                              on 2004/04/21  14:21:57
7820         Log: Punt the "reporting bugs" section to the top.
7821              Reorder the description of what to do, to start with the most common
7822              case.
7823              Clarify "how to report bugs effectively" (and why it benefits you)
7824      Branch: perl
7825            ! INSTALL
7826 ____________________________________________________________________________
7827 [ 22724] By: nicholas                              on 2004/04/21  12:51:43
7828         Log: This should be L<>
7829      Branch: perl
7830            ! INSTALL
7831 ____________________________________________________________________________
7832 [ 22723] By: nicholas                              on 2004/04/21  09:42:35
7833         Log: INSTALL didn't mention the 5.8.2 hash changes. Fixed
7834      Branch: perl
7835            ! INSTALL
7836 ____________________________________________________________________________
7837 [ 22722] By: nicholas                              on 2004/04/21  09:25:34
7838         Log: We should be telling people about ..exp, else they use the unexpanded
7839              forms and shaft anyone who installs a private perl within ~
7840      Branch: perl
7841            ! INSTALL
7842 ____________________________________________________________________________
7843 [ 22721] By: rgs                                   on 2004/04/21  08:36:38
7844         Log: Subject: [patch] log the interpreter id in warnings
7845              From: Stas Bekman <stas@stason.org>
7846              Date: Mon, 19 Apr 2004 18:10:01 -0700
7847              Message-ID: <40847869.1000906@stason.org>
7848      Branch: perl
7849            ! gv.c handy.h hv.c perl.c sv.c
7850 ____________________________________________________________________________
7851 [ 22717] By: rgs                                   on 2004/04/20  12:27:18
7852         Log: Subject: [PATCH] Sync Term::Cap with CPAN version
7853              From: Jonathan Stowe <jns@gellyfish.com>
7854              Date: Tue, 20 Apr 2004 12:37:28 +0100
7855              Message-Id: <1082461047.2736.96.camel@localhost>
7856      Branch: perl
7857            ! lib/Term/Cap.pm
7858 ____________________________________________________________________________
7859 [ 22716] By: rgs                                   on 2004/04/19  12:26:35
7860         Log: Fix for [perl #28919] : sometimes the function ck_ftst was trying
7861              to read an op that was just freed, which was obviously illegal.
7862      Branch: perl
7863            ! op.c
7864 ____________________________________________________________________________
7865 [ 22715] By: rgs                                   on 2004/04/19  09:34:01
7866         Log: Upgrade to FileCache 1.04.
7867      Branch: perl
7868            ! lib/FileCache.pm
7869 ____________________________________________________________________________
7870 [ 22714] By: rgs                                   on 2004/04/19  08:57:17
7871         Log: New file left out of the last commit.
7872      Branch: perl
7873            + t/uni/class.t
7874 ____________________________________________________________________________
7875 [ 22713] By: rgs                                   on 2004/04/19  08:56:28
7876         Log: Subject: Re: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
7877              From: "Jeff 'japhy' Pinyan" <japhy@perlmonk.org>
7878              Date: Wed, 14 Apr 2004 17:01:38 -0400 (EDT)
7879              Message-ID: <Pine.LNX.4.44.0404141659480.11423-301000@perlmonk.org>
7880      Branch: perl
7881            ! MANIFEST pod/perlunicode.pod
7882 ____________________________________________________________________________
7883 [ 22712] By: rgs                                   on 2004/04/19  08:30:20
7884         Log: Subject: Re: [perl #28532] optional match of an anchor gets ignored
7885              From: hv@crypt.org
7886              Date: Wed, 14 Apr 2004 19:30:46 +0100
7887              Message-Id: <200404141830.i3EIUko03728@zen.crypt.org>
7888      Branch: perl
7889            ! regcomp.c regexec.c t/op/pat.t
7890 ____________________________________________________________________________
7891 [ 22708] By: nicholas                              on 2004/04/17  13:25:41
7892         Log: Integrate:
7893              [ 22661]
7894              This is RC1
7895
7896              [ 22705]
7897              This is RC2
7898      Branch: perl
7899           !> pod/perlhist.pod
7900 ____________________________________________________________________________
7901 [ 22706] By: rgs                                   on 2004/04/16  15:53:37
7902         Log: On Linux-PPC, using gcc, downgrade to the -O1 optimisation
7903              level (with -O2 miniperl behaves really badly.)
7904      Branch: perl
7905            ! hints/linux.sh
7906 ____________________________________________________________________________
7907 [ 22697] By: merijn                                on 2004/04/15  11:56:32
7908         Log: d_getservbyname_r undef up to at least OpenBSD 3.5
7909              Thanks to Campo Weijerman and Gerard Gerritsen off-list
7910      Branch: perl
7911            ! hints/openbsd.sh
7912 ____________________________________________________________________________
7913 [ 22696] By: merijn                                on 2004/04/14  16:04:40
7914         Log: #24121: Configure under turkish locale fails
7915              toupper (i) != I  in turkish, but U+0130
7916              \N{LATIN CAPITAL LETTER I WITH DOT ABOVE}
7917              Patch supplied by Rafael
7918      Branch: perl
7919            ! Configure
7920 ____________________________________________________________________________
7921 [ 22693] By: rgs                                   on 2004/04/14  08:28:15
7922         Log: Subject: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
7923              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
7924              Date: Mon, 12 Apr 2004 20:24:48 -0400 (EDT)
7925              Message-ID: <Pine.LNX.4.44.0404122011160.3038-200000@perlmonk.org>
7926      Branch: perl
7927            ! lib/utf8_heavy.pl
7928 ____________________________________________________________________________
7929 [ 22692] By: rgs                                   on 2004/04/14  07:26:04
7930         Log: Subject: [PATCH]'s to bring bleadperl up to version-0.39
7931              From: John Peacock <jpeacock@rowman.com>
7932              Date: Tue, 13 Apr 2004 20:51:31 -0400
7933              Message-ID: <407C8B13.9020104@rowman.com>
7934      Branch: perl
7935            ! lib/version.pm lib/version.t t/comp/use.t universal.c util.c
7936 ____________________________________________________________________________
7937 [ 22691] By: rgs                                   on 2004/04/14  07:08:52
7938         Log: Subject: re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3
7939              From: Jan Dubois <jand@ActiveState.com>
7940              Date: Tue, 13 Apr 2004 19:49:32 -0700
7941              Message-ID: <vm7p70h7au8unrnq4jp85oich7n71ar5ab@4ax.com
7942      Branch: perl
7943            ! win32/win32.c
7944 ____________________________________________________________________________
7945 [ 22689] By: mhx                                   on 2004/04/12  06:53:24
7946         Log: Borland C doesn't like PERL_MALLOC_WRAP.
7947              Until I know why, the fix is to disable it.
7948      Branch: perl
7949            ! win32/config_H.bc
7950 ____________________________________________________________________________
7951 [ 22688] By: davem                                 on 2004/04/11  14:27:26
7952         Log: Stop PL_comppad pointing to a freed pad during global destruction
7953      Branch: perl
7954            ! sv.c
7955 ____________________________________________________________________________
7956 [ 22687] By: davem                                 on 2004/04/11  13:13:35
7957         Log: Make global cleanup fractionally faster by giving S_visit()
7958              flags/mask to compare SVs against.
7959      Branch: perl
7960            ! embed.fnc embed.h proto.h sv.c
7961 ____________________________________________________________________________
7962 [ 22686] By: gbarr                                 on 2004/04/10  08:08:42
7963         Log: Sync with libnet 1.18
7964      Branch: perl
7965            + lib/Net/Changes.libnet lib/Net/t/datasend.t
7966            - lib/Net/ChangeLog.libnet
7967            ! MANIFEST lib/Net/Cmd.pm lib/Net/FTP.pm lib/Net/NNTP.pm
7968            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
7969            ! lib/Net/Time.pm lib/Net/t/hostname.t
7970 ____________________________________________________________________________
7971 [ 22685] By: mhx                                   on 2004/04/10  06:37:30
7972         Log: Remove two unused variables that gcc used to warn about.
7973      Branch: perl
7974            ! util.c
7975 ____________________________________________________________________________
7976 [ 22682] By: rgs                                   on 2004/04/09  11:44:34
7977         Log: Subject: Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to fix universal.c)
7978              From: David Dyck <david.dyck@fluke.com>
7979              Date: Thu, 8 Apr 2004 19:02:26 -0700 (PDT)
7980              Message-ID: <Pine.LNX.4.51.0404081843290.29618@dd.tc.fluke.com>
7981      Branch: perl
7982            ! universal.c
7983 ____________________________________________________________________________
7984 [ 22681] By: rgs                                   on 2004/04/09  07:04:48
7985         Log: find2perl should not default to -print when -eval is specified.
7986              Noticed by David Dyck.
7987      Branch: perl
7988            ! x2p/find2perl.PL
7989 ____________________________________________________________________________
7990 [ 22680] By: rgs                                   on 2004/04/09  06:58:51
7991         Log: Upgrade to Time::HiRes 1.59.
7992      Branch: perl
7993            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
7994            ! ext/Time/HiRes/HiRes.xs
7995 ____________________________________________________________________________
7996 [ 22675] By: rgs                                   on 2004/04/08  13:00:59
7997         Log: Upgrade to Digest 1.06.
7998      Branch: perl
7999            ! lib/Digest.pm
8000 ____________________________________________________________________________
8001 [ 22674] By: rgs                                   on 2004/04/08  12:57:48
8002         Log: Upgrade to Digest 1.06.
8003      Branch: perl
8004            ! lib/Digest.pm
8005 ____________________________________________________________________________
8006 [ 22673] By: rgs                                   on 2004/04/08  09:59:22
8007         Log: Upgrade to Time::HiRes 1.57.
8008      Branch: perl
8009            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
8010            ! ext/Time/HiRes/HiRes.xs
8011 ____________________________________________________________________________
8012 [ 22672] By: nicholas                              on 2004/04/07  20:48:04
8013         Log: Make gmtime and localtime cross reference each other.
8014              Suggested by Dan Jacobson
8015      Branch: perl
8016            ! pod/perlfunc.pod
8017 ____________________________________________________________________________
8018 [ 22671] By: merijn                                on 2004/04/07  17:54:10
8019         Log: Integrated Time-Local-1.09 from Dave Rolsky
8020              Corrected a wrap error from the CPAN version to match #22670
8021              Tested on AIX to make sure the skip is still needed
8022      Branch: perl
8023            ! lib/Time/Local.pm lib/Time/Local.t
8024 ____________________________________________________________________________
8025 [ 22670] By: merijn                                on 2004/04/07  12:03:11
8026         Log: Disable the edge case tests for timegm and timelocal on
8027              AIX-4.3 since the OS is obsoleted, and fixes are not to
8028              be expected
8029      Branch: perl
8030            ! lib/Time/Local.t
8031 ____________________________________________________________________________
8032 [ 22669] By: rgs                                   on 2004/04/07  08:26:48
8033         Log: Fix command-line quoting under Windows for the new optree tests
8034              Subject: Re: Smoke [5.9.2] 22666 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
8035              From: Steve Hay <steve.hay@uk.radan.com>
8036              Date: Wed, 07 Apr 2004 09:46:01 +0100
8037              Message-ID: <4073BFC9.10707@uk.radan.com>
8038      Branch: perl
8039            ! ext/B/t/optree_samples.t
8040 ____________________________________________________________________________
8041 [ 22668] By: rgs                                   on 2004/04/07  08:00:07
8042         Log: Subject: [PATCH] Bleadperl to version 0.37
8043              From: John Peacock <jpeacock@rowman.com>
8044              Date: Tue, 06 Apr 2004 21:56:19 -0400
8045              Message-ID: <40735FC3.5010305@rowman.com>
8046      Branch: perl
8047            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
8048            ! pod/perlapi.pod proto.h t/comp/use.t t/op/universal.t
8049            ! universal.c util.c
8050 ____________________________________________________________________________
8051 [ 22667] By: rgs                                   on 2004/04/07  07:37:59
8052         Log: The optree builder was looping when constructing the ops
8053              for a map/grep block containing a while(1).
8054              (Bug reported by Pixel.)
8055      Branch: perl
8056            ! op.c t/op/grep.t
8057 ____________________________________________________________________________
8058 [ 22666] By: merijn                                on 2004/04/06  14:44:29
8059         Log: Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
8060      Branch: perl
8061            ! hints/hpux.sh
8062 ____________________________________________________________________________
8063 [ 22665] By: merijn                                on 2004/04/06  13:34:14
8064         Log: AIX-4 with xlc does not like malloc wrap
8065      Branch: perl
8066            ! hints/aix_4.sh
8067 ____________________________________________________________________________
8068 [ 22664] By: rgs                                   on 2004/04/06  07:29:30
8069         Log: Subject: Re: tests for change #22539
8070              From: Jim Cromie <jcromie@divsol.com>
8071              Date: Tue, 30 Mar 2004 14:39:31 -0700
8072              Message-ID: <4069E913.5040906@divsol.com>
8073              (with some spelling tweaks)
8074      Branch: perl
8075            + ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
8076            + ext/B/t/optree_concise.t ext/B/t/optree_samples.t
8077            + ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
8078            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t t/test.pl
8079 ____________________________________________________________________________
8080 [ 22663] By: mhx                                   on 2004/04/06  03:40:10
8081         Log: Make the ! suffix handle n/N/v/V as signed integers
8082              within pack templates.
8083      Branch: perl
8084            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
8085 ____________________________________________________________________________
8086 [ 22662] By: mhx                                   on 2004/04/05  20:03:03
8087         Log: C<undef> doesn't look like a number. See also:
8088
8089              Subject: Re: [perl #27606] undef "looks like" a number
8090              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
8091              Date: Mon, 15 Mar 2004 22:16:26 +0100
8092              Message-Id: <20040315221626.48061c67@r2d2>
8093      Branch: perl
8094            ! ext/List/Util/lib/List/Util.pm
8095            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
8096            ! pp_ctl.c sv.c
8097 ____________________________________________________________________________
8098 [ 22656] By: nicholas                              on 2004/04/05  15:55:18
8099         Log: Subject: Re: perldelta584
8100              From: Craig Berry <craigberry@mac.com>
8101              Message-ID: <12587569.1081180932766.JavaMail.craigberry@mac.com>
8102              Date: Mon, 05 Apr 2004 11:02:12 -0500
8103
8104              (makes malloc wrap the default on VMS)
8105      Branch: perl
8106            ! configure.com
8107 ____________________________________________________________________________
8108 [ 22654] By: rgs                                   on 2004/04/05  15:24:49
8109         Log: Subject: ref ($proto) || $proto patch
8110              From: Ovid <publiustemp-p5p@yahoo.com>
8111              Date: Sat, 03 Apr 2004 18:59:22 -0800
8112              Message-ID: <406F7A0A.50702@yahoo.com>
8113              (with minor reformatting)
8114      Branch: perl
8115            ! pod/perlobj.pod pod/perltoot.pod
8116 ____________________________________________________________________________
8117 [ 22652] By: rgs                                   on 2004/04/05  12:51:10
8118         Log: Subject: sv_pvutf8n_force and sv_pvbyten_force
8119              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8120              Date: Wed, 24 Mar 2004 00:16:52 +0900
8121              Message-Id: <20040324001126.098F.BQW10602@nifty.com>
8122      Branch: perl
8123            ! sv.c
8124 ____________________________________________________________________________
8125 [ 22651] By: rgs                                   on 2004/04/05  11:50:10
8126         Log: wantarray docs should mention effect of eval { wantarray }
8127              as reported by Tim Bunce. Add a note to this effect in perlfunc,
8128              and regression tests for it.
8129      Branch: perl
8130            ! pod/perlfunc.pod t/op/wantarray.t
8131 ____________________________________________________________________________
8132 [ 22649] By: nicholas                              on 2004/04/05  08:57:18
8133         Log: More AUTHORS who deserve credit for patches
8134      Branch: perl
8135            ! AUTHORS
8136 ____________________________________________________________________________
8137 [ 22646] By: nicholas                              on 2004/04/04  16:32:54
8138         Log: Hand merge patch from maint back to blead.
8139      Branch: perl
8140            ! ext/threads/threads.pm
8141 ____________________________________________________________________________
8142 [ 22642] By: nicholas                              on 2004/04/04  13:07:50
8143         Log: Bump version numbers for modules that have changed since 5.8.3
8144      Branch: perl
8145            ! ext/B/B/Assembler.pm ext/B/B/Deparse.pm
8146            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/Handle.pm
8147            ! ext/IO/lib/IO/Pipe.pm ext/ODBM_File/ODBM_File.pm
8148            ! ext/threads/threads.pm lib/ExtUtils/Liblist/Kid.pm
8149            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
8150            ! lib/IPC/Open3.pm lib/Unicode/UCD.pm lib/base.pm lib/utf8.pm
8151 ____________________________________________________________________________
8152 [ 22641] By: rgs                                   on 2004/04/02  15:40:15
8153         Log: Fix bug #27940 : \cX escapes weren't working correctly in regular
8154              expression ranges.
8155      Branch: perl
8156            ! t/op/pat.t toke.c
8157 ____________________________________________________________________________
8158 [ 22637] By: davem                                 on 2004/04/02  10:02:06
8159         Log: Subject:  [PATCH] fix utils install problems on VMS
8160              From:  "Craig A. Berry" <craigberry@mac.com>
8161              Date:  Thu, 01 Apr 2004 20:19:53 -0600
8162              Message-Id:  <406CCDC9.7000500@mac.com>
8163
8164              We were not running utils/instmodsh.PL or utils/xsubpp.PL during
8165              the build, so installperl would not find the generated programs at
8166              install time.
8167              Also fixed several problems with the command definitions for the
8168              utilities
8169      Branch: perl
8170            ! configure.com vms/descrip_mms.template
8171 ____________________________________________________________________________
8172 [ 22636] By: davem                                 on 2004/04/01  22:00:40
8173         Log: Subject:  [PATCH] archname salad on VMS
8174              From:  "Craig A. Berry" <craigberry@mac.com>
8175              Date:  Thu, 01 Apr 2004 14:16:32 -0600
8176              Message-Id:  <406C78A0.2070009@mac.com>
8177
8178              sort out architecture-specific directory names for OpenVMS
8179              Itanium port
8180      Branch: perl
8181            ! configure.com vms/descrip_mms.template
8182 ____________________________________________________________________________
8183 [ 22635] By: davem                                 on 2004/04/01  20:27:14
8184         Log: Fix change #22376. Only mark a const as short-circuited
8185              if it's actually a const!
8186      Branch: perl
8187            ! op.c
8188 ____________________________________________________________________________
8189 [ 22630] By: nicholas                              on 2004/04/01  15:15:10
8190         Log: debug the instructions on upgrading Unicode
8191      Branch: perl
8192            ! lib/unicore/README.perl
8193 ____________________________________________________________________________
8194 [ 22625] By: mhx                                   on 2004/04/01  06:01:25
8195         Log: Fix and tests for [perl #28123] Perl optimizes // away incorrectly
8196      Branch: perl
8197            ! op.c t/op/dor.t
8198 ____________________________________________________________________________
8199 [ 22624] By: davem                                 on 2004/03/31  20:33:52
8200         Log: + (\$) prototype = bad free
8201              av_delete() didn't reify. I also updated its description
8202      Branch: perl
8203            ! av.c t/op/args.t
8204 ____________________________________________________________________________
8205 [ 22621] By: nicholas                              on 2004/03/31  15:05:40
8206         Log: Upgrade to Unicode 4.0.1
8207      Branch: perl
8208            + lib/unicore/lib/Katakan2.pl lib/unicore/lib/Sterm.pl
8209            + lib/unicore/lib/Variatio.pl
8210            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabLink.pl
8211            ! lib/unicore/ArabLnkGrp.pl lib/unicore/ArabicShaping.txt
8212            ! lib/unicore/Bidirectional.pl lib/unicore/Blocks.pl
8213            ! lib/unicore/Blocks.txt lib/unicore/Canonical.pl
8214            ! lib/unicore/CaseFolding.txt lib/unicore/Category.pl
8215            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
8216            ! lib/unicore/Jamo.txt lib/unicore/Lbrk.pl
8217            ! lib/unicore/LineBreak.txt lib/unicore/PropList.txt
8218            ! lib/unicore/PropValueAliases.txt lib/unicore/Properties
8219            ! lib/unicore/PropertyAliases.txt lib/unicore/ReadMe.txt
8220            ! lib/unicore/Scripts.pl lib/unicore/Scripts.txt
8221            ! lib/unicore/SpecialCasing.txt lib/unicore/To/Digit.pl
8222            ! lib/unicore/UnicodeData.txt lib/unicore/lib/Arabic.pl
8223            ! lib/unicore/lib/Armenian.pl lib/unicore/lib/Bengali.pl
8224            ! lib/unicore/lib/BidiBN.pl lib/unicore/lib/BidiCS.pl
8225            ! lib/unicore/lib/BidiEN.pl lib/unicore/lib/BidiES.pl
8226            ! lib/unicore/lib/BidiET.pl lib/unicore/lib/BidiL.pl
8227            ! lib/unicore/lib/BidiON.pl lib/unicore/lib/Bopomofo.pl
8228            ! lib/unicore/lib/Braille.pl lib/unicore/lib/Buhid.pl
8229            ! lib/unicore/lib/C.pl lib/unicore/lib/Canadian.pl
8230            ! lib/unicore/lib/Cf.pl lib/unicore/lib/Cherokee.pl
8231            ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Common.pl
8232            ! lib/unicore/lib/Cypriot.pl lib/unicore/lib/Cyrillic.pl
8233            ! lib/unicore/lib/Deseret.pl lib/unicore/lib/Devanaga.pl
8234            ! lib/unicore/lib/Ethiopic.pl lib/unicore/lib/Georgian.pl
8235            ! lib/unicore/lib/Gothic.pl lib/unicore/lib/Greek.pl
8236            ! lib/unicore/lib/Gujarati.pl lib/unicore/lib/Gurmukhi.pl
8237            ! lib/unicore/lib/Han.pl lib/unicore/lib/Hangul.pl
8238            ! lib/unicore/lib/Hanunoo.pl lib/unicore/lib/Hebrew.pl
8239            ! lib/unicore/lib/Hiragana.pl lib/unicore/lib/InCyril2.pl
8240            ! lib/unicore/lib/Inherite.pl lib/unicore/lib/Kannada.pl
8241            ! lib/unicore/lib/Katakana.pl lib/unicore/lib/Khmer.pl
8242            ! lib/unicore/lib/Lao.pl lib/unicore/lib/Latin.pl
8243            ! lib/unicore/lib/Limbu.pl lib/unicore/lib/LinearB.pl
8244            ! lib/unicore/lib/Malayala.pl lib/unicore/lib/Math.pl
8245            ! lib/unicore/lib/Mongolia.pl lib/unicore/lib/Myanmar.pl
8246            ! lib/unicore/lib/Ogham.pl lib/unicore/lib/OldItali.pl
8247            ! lib/unicore/lib/Oriya.pl lib/unicore/lib/Osmanya.pl
8248            ! lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
8249            ! lib/unicore/lib/OtherMat.pl lib/unicore/lib/Runic.pl
8250            ! lib/unicore/lib/Shavian.pl lib/unicore/lib/Sinhala.pl
8251            ! lib/unicore/lib/SoftDott.pl lib/unicore/lib/Syriac.pl
8252            ! lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
8253            ! lib/unicore/lib/TaiLe.pl lib/unicore/lib/Tamil.pl
8254            ! lib/unicore/lib/Telugu.pl lib/unicore/lib/Terminal.pl
8255            ! lib/unicore/lib/Thaana.pl lib/unicore/lib/Thai.pl
8256            ! lib/unicore/lib/Tibetan.pl lib/unicore/lib/Ugaritic.pl
8257            ! lib/unicore/lib/Yi.pl lib/unicore/lib/Z.pl
8258            ! lib/unicore/lib/Zs.pl lib/unicore/version t/op/pat.t
8259 ____________________________________________________________________________
8260 [ 22619] By: merijn                                on 2004/03/31  13:02:32
8261         Log: Regenerated Configure after backported #22571
8262              Some indent leftovers from earlier patches
8263              We don't like double negatives, not even in comment
8264      Branch: perl
8265            ! Configure
8266 ____________________________________________________________________________
8267 [ 22617] By: merijn                                on 2004/03/31  11:33:09
8268         Log: Subject: Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXT
8269              From: Gisle Aas <gisle@ActiveState.com>
8270              Date: 30 Mar 2004 04:29:18 -0800
8271              Message-ID: <lrk712bjs1.fsf@caliper.activestate.com>
8272      Branch: perl
8273            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
8274            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
8275 ____________________________________________________________________________
8276 [ 22615] By: nicholas                              on 2004/03/31  08:24:29
8277         Log: Unknowingly for years we've had a test that has assumed the order
8278              of results from readdir. Fixed.
8279      Branch: perl
8280            ! lib/File/Find/t/find.t
8281 ____________________________________________________________________________
8282 [ 22614] By: nicholas                              on 2004/03/30  21:50:15
8283         Log: Subject: Zaurus SL-[78]60 native compile patch
8284              Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp>
8285              From: Dan Kogai <dankogai@dan.co.jp>
8286              Date: Tue, 30 Mar 2004 00:53:52 +0900
8287      Branch: perl
8288            ! ext/Errno/Errno_pm.PL
8289 ____________________________________________________________________________
8290 [ 22610] By: davem                                 on 2004/03/29  21:20:35
8291         Log: various win32 build fixes
8292
8293              Subject: Re: [PATCH] Re: MinGW/GCC vs MSVC++ on Win32
8294              From: Steve Hay <steve.hay@uk.radan.com>
8295              Date: Tue, 23 Mar 2004 10:42:12 +0000
8296              Message-ID: <40601484.7040905@uk.radan.com>
8297
8298              Subject: [PATCH] distclean on Win32 should delete perl.base
8299              From: Steve Hay <steve.hay@uk.radan.com>
8300              Date: Tue, 23 Mar 2004 11:35:56 +0000
8301              Message-ID: <4060211C.8020704@uk.radan.com>
8302
8303              Subject: Re: [PATCH] Create debug symbols files on Windows even for release
8304              From: Steve Hay <steve.hay@uk.radan.com>
8305              Date: Fri, 26 Mar 2004 10:46:07 +0000
8306              Message-ID: <406409EF.9020404@uk.radan.com>
8307      Branch: perl
8308            ! win32/Makefile win32/makefile.mk
8309 ____________________________________________________________________________
8310 [ 22609] By: davem                                 on 2004/03/29  20:46:36
8311         Log: Subject: [perl #27986] IPC::Open3 fails in mod_perl (tie bug)
8312              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
8313              Date: 26 Mar 2004 21:02:19 -0000
8314              Message-ID: <rt-3.0.8-27986-82842.3.55447645581215@perl.org>
8315
8316              The forked child should make sure STDIN and STDOUT aren't tied
8317              before messing with them
8318      Branch: perl
8319            ! lib/IPC/Open3.pm
8320 ____________________________________________________________________________
8321 [ 22608] By: davem                                 on 2004/03/29  20:10:05
8322         Log: backout change 22606 (make gv_fullname() include a literal '^')
8323              it breaks select.
8324      Branch: perl
8325            ! gv.c t/op/gv.t
8326 ____________________________________________________________________________
8327 [ 22607] By: davem                                 on 2004/03/28  15:10:48
8328         Log: update -Dx to cope with lexical version of OP_AELEMFAST
8329      Branch: perl
8330            ! dump.c
8331 ____________________________________________________________________________
8332 [ 22606] By: davem                                 on 2004/03/28  15:08:23
8333         Log: make gv_fullname() etc include a literal '^' for *^FOO style names
8334      Branch: perl
8335            ! gv.c t/op/gv.t
8336 ____________________________________________________________________________
8337 [ 22605] By: davem                                 on 2004/03/28  13:11:30
8338         Log: pv_display() had code to display \n etc as escapes but it didn't
8339              actually work.
8340      Branch: perl
8341            ! dump.c
8342 ____________________________________________________________________________
8343 [ 22604] By: davem                                 on 2004/03/28  10:55:30
8344         Log: fix typo in change 22597
8345      Branch: perl
8346            ! op.h
8347 ____________________________________________________________________________
8348 [ 22601] By: davem                                 on 2004/03/27  10:22:52
8349         Log: Subject:  [PATCH] -Dusemallocwrap for VMS)
8350              From:  "Craig A. Berry" <craigberry@mac.com>
8351              Date:  Fri, 26 Mar 2004 22:46:50 -0600
8352              Message-Id:  <4065073A.30007@mac.com>
8353
8354              Mimic in configure.com what Configure does to enable or disable
8355              the new feature -Dusemallocwrap
8356      Branch: perl
8357            ! configure.com
8358 ____________________________________________________________________________
8359 [ 22600] By: davem                                 on 2004/03/27  02:04:03
8360         Log: Subject:  [PATCH] don't clean-up perly.* on VMS
8361              From:  "Craig A. Berry" <craigberry@mac.com>
8362              Date:  Fri, 26 Mar 2004 16:54:44 -0600
8363              Message-Id:  <4064B4B4.2030203@mac.com>
8364
8365              refrain from getting rid of perly.c and perly.h now that there are
8366              no longer VMS-specific overrides for these files
8367      Branch: perl
8368            ! vms/descrip_mms.template
8369 ____________________________________________________________________________
8370 [ 22599] By: davem                                 on 2004/03/27  01:54:09
8371         Log: string corruption with lvalue sub
8372              Depending on the context, the same substr OP may want to return
8373              a PVLV or an LV on subsequent invcations. If TARG is the wrong
8374              type, use a mortal instead.
8375      Branch: perl
8376            ! pp.c t/op/substr.t
8377 ____________________________________________________________________________
8378 [ 22597] By: davem                                 on 2004/03/26  18:56:50
8379         Log: Clarify op.h comments for which ops the OPpDEREF* private flags
8380              are actually used; update Concise.pm to match
8381      Branch: perl
8382            ! ext/B/B/Concise.pm op.h
8383 ____________________________________________________________________________
8384 [ 22596] By: davem                                 on 2004/03/26  18:53:09
8385         Log: fix for change #22594; if using test.pl, must tell perl where to
8386              find it!
8387      Branch: perl
8388            ! t/comp/hints.t
8389 ____________________________________________________________________________
8390 [ 22595] By: davem                                 on 2004/03/26  17:28:48
8391         Log: document the return value of an empty sub
8392      Branch: perl
8393            ! pod/perlsub.pod
8394 ____________________________________________________________________________
8395 [ 22594] By: davem                                 on 2004/03/26  13:05:50
8396         Log: - hints hash was being double freed on scope exit
8397      Branch: perl
8398            ! op.c scope.c scope.h t/comp/hints.t
8399 ____________________________________________________________________________
8400 [ 22593] By: ams                                   on 2004/03/26  08:59:15
8401         Log: Subject: Re: [perl #27906] stat documentation correction
8402              From: Andy Lester <andy@petdance.com>
8403              Date: Wed, 24 Mar 2004 21:48:30 -0600
8404              Message-Id: <20040325034830.GA5865@petdance.com>
8405              (Applied with a correction from Spider Boardman.)
8406      Branch: perl
8407            ! pod/perlfunc.pod t/op/stat.t
8408 ____________________________________________________________________________
8409 [ 22592] By: davem                                 on 2004/03/26  01:24:24
8410         Log: fix some comments in perly.y
8411      Branch: perl
8412            ! perly.y
8413 ____________________________________________________________________________
8414 [ 22591] By: davem                                 on 2004/03/26  01:16:55
8415         Log: Blessed reference to anonymous glob
8416              Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning
8417      Branch: perl
8418            ! sv.c t/op/ref.t
8419 ____________________________________________________________________________
8420 [ 22586] By: davem                                 on 2004/03/24  22:16:30
8421         Log: Subject: [perl #27748] 'find2perl' bug: -exec causes chdir error
8422              From: "jdhedden@1979.usna.com (via RT)" <perlbug-followup@perl.org>
8423              Date: 18 Mar 2004 20:25:50 -0000
8424              Message-ID: <rt-3.0.8-27748-82270.2.99482909739062@perl.org>
8425
8426              Cwd code was planted in the output executable after the exit, so
8427              was never run.
8428      Branch: perl
8429            ! x2p/find2perl.PL
8430 ____________________________________________________________________________
8431 [ 22585] By: nicholas                              on 2004/03/24  21:42:25
8432         Log: Remaining smoked platforms where malloc wrap is known to work.
8433              Data for Irix and NetBSD would be useful - they probably will work too.
8434              Will Unicos work? Place bets now...
8435      Branch: perl
8436            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/freebsd.sh
8437            ! hints/hpux.sh hints/linux.sh hints/openbsd.sh
8438            ! hints/solaris_2.sh
8439 ____________________________________________________________________________
8440 [ 22584] By: davem                                 on 2004/03/24  21:14:08
8441         Log: Subject: [perl #27790] split docs: say the string is EXPR
8442              From: Dan Jacobson (via RT) <perlbug-followup@perl.org>
8443              Date: 20 Mar 2004 05:21:07 -0000
8444              Message-ID: <rt-3.0.8-27790-82358.14.5476352902536@perl.org>
8445
8446              Minor documentation nit in split
8447      Branch: perl
8448            ! pod/perlfunc.pod
8449 ____________________________________________________________________________
8450 [ 22582] By: nicholas                              on 2004/03/24  19:15:29
8451         Log: mintest will pass if I skip the correct number of tests. D'oh!
8452      Branch: perl
8453            ! t/op/magic.t
8454 ____________________________________________________________________________
8455 [ 22579] By: nicholas                              on 2004/03/24  14:59:16
8456         Log: Subject: Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
8457              From: Steve Hay <steve.hay@uk.radan.com>
8458              Message-ID: <40618D1C.7000601@uk.radan.com>
8459              Date: Wed, 24 Mar 2004 13:29:00 +0000
8460      Branch: perl
8461            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8462            ! win32/config_H.vc64
8463 ____________________________________________________________________________
8464 [ 22578] By: rgs                                   on 2004/03/24  13:54:31
8465         Log: Good catch from Dave Mitchell; plus a null pointer protection.
8466      Branch: perl
8467            ! scope.c
8468 ____________________________________________________________________________
8469 [ 22577] By: nicholas                              on 2004/03/24  11:51:46
8470         Log: Unlike perl, 0 in void context isn't special cased in C :-)
8471              (So it warns). Tweak the no-action malloc wrap checkers to avoid
8472              warnings.
8473      Branch: perl
8474            ! handy.h
8475 ____________________________________________________________________________
8476 [ 22576] By: nicholas                              on 2004/03/24  10:29:16
8477         Log: Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
8478              NO_MALLOC_WRAP following Configure changes. Identical patch to
8479              mine supplied by Steve Hay while I was working on this.
8480              IP shootout at dawn :-)
8481      Branch: perl
8482            ! makedef.pl
8483 ____________________________________________________________________________
8484 [ 22572] By: nicholas                              on 2004/03/24  09:14:21
8485         Log: Tidy up function prototypes in the light of suidpatch
8486      Branch: perl
8487            ! embed.fnc embed.h perl.c proto.h
8488 ____________________________________________________________________________
8489 [ 22571] By: nicholas                              on 2004/03/23  22:35:09
8490         Log: Make usemallocwrap a Configure-time question. Default is yes for
8491              usedevel, no otherwise, but I'm expecting hints files on known
8492              good platforms to override this. (and known bad)
8493              Demonstration hints file for darwin.
8494      Branch: perl
8495            ! Configure config_h.SH hints/darwin.sh perl.h
8496 ____________________________________________________________________________
8497 [ 22569] By: nicholas                              on 2004/03/23  17:47:44
8498         Log: hv_delete_common was freeing the key, then passing the freed pointer
8499              to S_hv_notallowed. D'oh!
8500      Branch: perl
8501            ! hv.c
8502 ____________________________________________________________________________
8503 [ 22566] By: nicholas                              on 2004/03/23  16:23:58
8504         Log: Unify 5.008 and 5.009's B::Concise 0.58
8505      Branch: perl
8506            ! ext/B/B/Concise.pm
8507 ____________________________________________________________________________
8508 [ 22565] By: nicholas                              on 2004/03/23  16:05:28
8509         Log: Unify 5.008 and 5.009's B::Concise 0.56
8510      Branch: perl
8511            ! ext/B/B/Concise.pm
8512 ____________________________________________________________________________
8513 [ 22564] By: rgs                                   on 2004/03/23  13:43:49
8514         Log: Fix bug [perl #27839] returning @+ out of scope loses its value :
8515
8516              Subject: Re: Wondering about returned regex special arrays on going out of scope
8517              From: hv@crypt.org
8518              Date: Fri, 05 Mar 2004 17:42:25 +0000
8519              Message-Id: <200403051742.i25HgPd11240@zen.crypt.org>
8520
8521              plus a test case.
8522      Branch: perl
8523            ! pp_hot.c t/op/magic.t
8524 ____________________________________________________________________________
8525 [ 22563] By: nicholas                              on 2004/03/23  13:38:11
8526         Log: Subject: [PATCH] 5.9.1 suidperl
8527              From: psz@maths.usyd.edu.au (Paul Szabo)
8528              Message-Id: <200403182117.i2ILHug513080@milan.maths.usyd.edu.au>
8529              Date: Fri, 19 Mar 2004 08:17:56 +1100 (EST)
8530
8531              (which variables renamed as requested, plus tweaks to work on platforms
8532              with no ST_NOEXEC)
8533      Branch: perl
8534            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h
8535 ____________________________________________________________________________
8536 [ 22560] By: rgs                                   on 2004/03/22  21:29:51
8537         Log: Update the -v copyright notice.
8538      Branch: perl
8539            ! perl.c
8540 ____________________________________________________________________________
8541 [ 22559] By: nicholas                              on 2004/03/22  21:05:09
8542         Log: Don't assume that the chmod will always work.
8543              (It won't for files on *BSD where chflags has set uchg, which is
8544              what the OS X perforce client does)
8545      Branch: perl
8546            ! t/op/filetest.t
8547 ____________________________________________________________________________
8548 [ 22557] By: rgs                                   on 2004/03/22  20:46:52
8549         Log: Clarifications on constants subroutines, based on:
8550
8551              Subject: [perl #27768] [patch] wrong examples in perlsub/"Constant Functions"
8552              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
8553              Date: 19 Mar 2004 14:56:09 -0000
8554              Message-ID: <rt-3.0.8-27768-82310.5.12766475665209@perl.org>
8555      Branch: perl
8556            ! pod/perlsub.pod
8557 ____________________________________________________________________________
8558 [ 22556] By: rgs                                   on 2004/03/22  20:30:41
8559         Log: Subject: [PATCH] Re: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC
8560              From: Steve Hay <steve.hay@uk.radan.com>
8561              Date: Mon, 22 Mar 2004 14:44:46 +0000
8562              Message-ID: <405EFBDE.4090209@uk.radan.com>
8563      Branch: perl
8564            ! README.win32
8565 ____________________________________________________________________________
8566 [ 22553] By: rgs                                   on 2004/03/22  19:25:59
8567         Log: Subject: Re: [PATCH] warn on !=~
8568              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8569              Date: Mon, 22 Mar 2004 10:32:05 -0800
8570              Message-ID: <20040322183106.GA1284@efn.org>
8571
8572              More warnings for this case.
8573      Branch: perl
8574            ! t/lib/warnings/toke toke.c
8575 ____________________________________________________________________________
8576 [ 22549] By: rgs                                   on 2004/03/21  17:22:42
8577         Log: Finally, this "Negative repeat count" warning wasn't such a great
8578              idea. Disable it. But add tests for this :
8579
8580              Subject: Re: [perl #27811] (@x) x -1 is a panic
8581              From: Andy Lester <andy@petdance.com>
8582              Date: Sun, 21 Mar 2004 09:27:04 -0600
8583              Message-ID: <20040321152704.GA9041@petdance.com>
8584      Branch: perl
8585            ! pp.c t/lib/warnings/pp t/op/repeat.t
8586 ____________________________________________________________________________
8587 [ 22548] By: rgs                                   on 2004/03/21  16:40:27
8588         Log: Subject: [PATCH sv.h] Nobody has used SvPVbyte_force?
8589              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8590              Date: Sun, 21 Mar 2004 21:49:53 +0900
8591              Message-Id: <20040321213628.2461.BQW10602@nifty.com>
8592      Branch: perl
8593            ! sv.h
8594 ____________________________________________________________________________
8595 [ 22547] By: rgs                                   on 2004/03/21  13:36:27
8596         Log: I must be tired today.
8597      Branch: perl
8598            ! lib/utf8.t
8599 ____________________________________________________________________________
8600 [ 22546] By: rgs                                   on 2004/03/21  13:26:33
8601         Log: Silence a gcc warning.
8602      Branch: perl
8603            ! sv.c
8604 ____________________________________________________________________________
8605 [ 22545] By: rgs                                   on 2004/03/21  13:18:01
8606         Log: Subject: Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar)
8607              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8608              Date: Sun, 21 Mar 2004 15:19:22 +0900
8609              Message-Id: <20040321151828.DAC6.BQW10602@nifty.com>
8610      Branch: perl
8611            ! lib/utf8.t sv.c
8612 ____________________________________________________________________________
8613 [ 22544] By: rgs                                   on 2004/03/21  13:12:53
8614         Log: Subject: [PATCH] fix memory bug in vms.c:mp_do_tounixspec
8615              From: "Craig A. Berry" <craigberry@mac.com>
8616              Date: Sat, 20 Mar 2004 21:51:45 -0600
8617              Message-ID: <405D1151.3040308@mac.com>
8618      Branch: perl
8619            ! vms/vms.c
8620 ____________________________________________________________________________
8621 [ 22543] By: rgs                                   on 2004/03/21  13:06:20
8622         Log: Add a new warning "Negative repeat count"
8623              for the cases $x x -1.
8624      Branch: perl
8625            ! pod/perlop.pod pp.c t/lib/warnings/pp
8626 ____________________________________________________________________________
8627 [ 22542] By: rgs                                   on 2004/03/20  11:49:21
8628         Log: Subject: [PATCH] warn on !=~
8629              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8630              Date: Thu, 18 Mar 2004 22:24:09 -0800
8631              Message-ID: <20040319062035.GA3768@efn.org>
8632
8633              with an improvement suggested by Ton Hospel.
8634      Branch: perl
8635            ! pod/perldiag.pod t/lib/warnings/toke toke.c
8636 ____________________________________________________________________________
8637 [ 22541] By: rgs                                   on 2004/03/20  10:19:59
8638         Log: Subject: makefile.95 tweak
8639              From: Greg Matheson <lang@ms.chinmin.edu.tw>
8640              Date: Fri, 19 Mar 2004 18:15:25 +0800
8641              Message-ID: <20040319181525.A6347@ms.chinmin.edu.tw>
8642      Branch: perl
8643            ! win32/makefile.mk
8644 ____________________________________________________________________________
8645 [ 22540] By: rgs                                   on 2004/03/20  10:15:36
8646         Log: \x80\xFF is not valid UTF-8.
8647      Branch: perl
8648            ! pod/perluniintro.pod
8649 ____________________________________________________________________________
8650 [ 22539] By: rgs                                   on 2004/03/19  23:09:13
8651         Log: Subject: [perl #24821] enhancement patch for B::Concise
8652              From: jim cromie <jcromie@divsol.com>
8653              Date: Wed, 17 Mar 2004 14:12:43 -0700
8654              Message-ID: <4058BF4B.1000004@divsol.com>
8655              (Only the Concise.pm part, with documentation nits)
8656      Branch: perl
8657            ! ext/B/B/Concise.pm
8658 ____________________________________________________________________________
8659 [ 22538] By: nicholas                              on 2004/03/19  12:15:23
8660         Log: Subject:  [PATCH] open.pm: allow upper-cased EUC
8661              From:  Autrijus Tang <autrijus@autrijus.org>
8662              Date:  Fri, 19 Mar 2004 18:27:10 +0800
8663              Message-Id:  <20040319102710.GA91216@aut.dyndns.org>
8664      Branch: perl
8665            ! lib/open.pm
8666 ____________________________________________________________________________
8667 [ 22537] By: nicholas                              on 2004/03/19  11:59:01
8668         Log: Subject: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
8669              From: Jan Dubois <jand@activestate.com>
8670              Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com>
8671              Date: Thu, 18 Mar 2004 13:13:49 -0800
8672
8673              Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
8674              From: Steve Hay <steve.hay@uk.radan.com>
8675              Message-ID: <405ACC6D.1040804@uk.radan.com>
8676              Date: Fri, 19 Mar 2004 10:33:17 +0000
8677      Branch: perl
8678            + win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
8679            + win32/ext/Win32/Win32.xs
8680            - lib/Win32.pod
8681            ! MANIFEST win32/Makefile win32/makefile.mk
8682 ____________________________________________________________________________
8683 [ 22536] By: nicholas                              on 2004/03/19  11:43:35
8684         Log: Change Storable.xs to conditionally include ppport.h for pre 5.8.0
8685              This allows the ppport.h to be deleted from ext/Storable, which will
8686              reduce the potential for confusion.
8687              Bump Storable's version to 2.12; update the ChangeLog
8688      Branch: perl
8689            - ext/Storable/ppport.h
8690            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
8691            ! ext/Storable/README ext/Storable/Storable.pm
8692            ! ext/Storable/Storable.xs
8693 ____________________________________________________________________________
8694 [ 22535] By: nicholas                              on 2004/03/19  11:03:18
8695         Log: Move Beau Cox's ppport.h fixes into PPPort.pm
8696      Branch: perl
8697            ! ext/Devel/PPPort/PPPort.pm
8698 ____________________________________________________________________________
8699 [ 22534] By: rgs                                   on 2004/03/19  10:13:14
8700         Log: Nit in perluniintro about the U0 and C0 templates,
8701              noticed by Steve Hay.
8702      Branch: perl
8703            ! pod/perluniintro.pod
8704 ____________________________________________________________________________
8705 [ 22533] By: ams                                   on 2004/03/19  02:57:40
8706         Log: Subject: [PATCH] Storable PERL_NO_GET_CONTEXT
8707              From: beau@beaucox.com
8708              Date: Thu, 18 Mar 2004 12:45:45 -1000
8709              Message-Id: <20040318_224545_009145.beau@beaucox.com>
8710      Branch: perl
8711            + ext/Storable/ppport.h
8712            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.xs
8713 ____________________________________________________________________________
8714 [ 22532] By: rgs                                   on 2004/03/18  20:33:02
8715         Log: Subject: [PATCH] range operator warnings / 64-bit fix
8716              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
8717              Date: Wed, 10 Mar 2004 21:45:48 +0100
8718              Message-Id: <20040310214548.4f5e3ab1@r2d2>
8719      Branch: perl
8720            ! pp_ctl.c pp_hot.c t/op/range.t
8721 ____________________________________________________________________________
8722 [ 22531] By: davem                                 on 2004/03/18  19:02:32
8723         Log: add code comment for change 22525
8724      Branch: perl
8725            ! pp.c
8726 ____________________________________________________________________________
8727 [ 22530] By: rgs                                   on 2004/03/18  18:21:32
8728         Log: Add a perl592delta.pod man page.
8729      Branch: perl
8730            + pod/perl592delta.pod
8731            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
8732            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
8733            ! win32/pod.mak
8734 ____________________________________________________________________________
8735 [ 22528] By: nicholas                              on 2004/03/18  16:58:06
8736         Log: Corrections and explanations in comments
8737      Branch: perl
8738            ! ext/Storable/Storable.xs
8739 ____________________________________________________________________________
8740 [ 22527] By: nicholas                              on 2004/03/18  16:50:25
8741         Log: Subject:  pumpkin fodder
8742              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
8743              Date:  Fri, 12 Mar 2004 15:16:57 +0200 (EET)
8744              Message-Id:  <200403121316.i2CDGv1Y254951@kosh.hut.fi>
8745      Branch: perl
8746            ! lib/unicore/README.perl
8747 ____________________________________________________________________________
8748 [ 22526] By: rgs                                   on 2004/03/18  14:33:14
8749         Log: Detypo.
8750      Branch: perl
8751            ! makedef.pl
8752 ____________________________________________________________________________
8753 [ 22525] By: davem                                 on 2004/03/18  14:13:16
8754         Log: make ~$x give warning is $x isn't initialised.
8755              Also add test for uninitialised warning in & op.
8756      Branch: perl
8757            ! pp.c t/lib/warnings/sv
8758 ____________________________________________________________________________
8759 [ 22524] By: rgs                                   on 2004/03/18  13:20:07
8760         Log: Try to fix the AIX and Windows builds regarding the
8761              definedness of the PL_memory_wrap symbol.
8762      Branch: perl
8763            ! makedef.pl
8764 ____________________________________________________________________________
8765 [ 22523] By: rgs                                   on 2004/03/18  08:27:34
8766         Log: Bump bleadperl's version number to 5.9.2.
8767      Branch: perl
8768            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
8769            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
8770            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
8771            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
8772            ! win32/makefile.mk wince/Makefile.ce
8773 ____________________________________________________________________________
8774 [ 22521] By: rgs                                   on 2004/03/17  19:13:03
8775         Log: Subject: [PATCH] format/casting/warning RE: perl 5.9.1
8776              From: Robin Barker <Robin.Barker@npl.co.uk>
8777              Date: Wed, 17 Mar 2004 18:37:10 -0000
8778              Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk>
8779      Branch: perl
8780            ! dump.c ext/Socket/Socket.xs pad.c util.c
8781 ____________________________________________________________________________
8782 [ 22520] By: rgs                                   on 2004/03/17  18:20:54
8783         Log: Optimize away the assignment in the constructs C<my $s = undef>,
8784              C<my @a = ()>, C<my %h = ()>.
8785      Branch: perl
8786            ! op.c
8787 ____________________________________________________________________________
8788 [ 22517] By: nicholas                              on 2004/03/17  17:58:44
8789         Log: Subject: malloc wrappage
8790              From: Jarkko Hietaniemi <jhi@iki.fi>
8791              Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi>
8792              Date: Tue, 10 Feb 2004 23:15:14 +0200
8793
8794              plus change croak to Perl_croak_nocontext to make ithread safe
8795              plus make it conditional on PERL_MALLOC_WRAP (default for blead is on)
8796      Branch: perl
8797            ! av.c handy.h perl.h pod/perldiag.pod pp.c
8798 ____________________________________________________________________________
8799 [ 22516] By: nicholas                              on 2004/03/17  16:10:57
8800         Log: Add auto-require of modules to restore overloading (and tests)
8801      Branch: perl
8802            + ext/Storable/t/HAS_OVERLOAD.pm
8803            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
8804            ! ext/Storable/Storable.xs ext/Storable/t/overload.t
8805 ____________________________________________________________________________
8806 [ 22515] By: nicholas                              on 2004/03/17  15:48:03
8807         Log: Add regression tests for the auto-require of STORABLE_thaw
8808      Branch: perl
8809            + ext/Storable/t/HAS_HOOK.pm
8810            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
8811            ! ext/Storable/t/blessed.t
8812 ____________________________________________________________________________
8813 [ 22514] By: nicholas                              on 2004/03/16  22:36:49
8814         Log: Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
8815              block. This allows the re-entrant API to be used with ithreads,
8816              which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads
8817              (Which may seem inane, but makes perl threaded at the C level
8818              without enabling ithreads)
8819      Branch: perl
8820            ! intrpvar.h
8821 ____________________________________________________________________________
8822 [ 22513] By: rgs                                   on 2004/03/16  21:55:10
8823         Log: Add a lchown() call to the POSIX module. [perl #27547]
8824      Branch: perl
8825            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
8826 ____________________________________________________________________________
8827 [ 22512] By: rgs                                   on 2004/03/16  21:29:41
8828         Log: Subject: [PATCH] Re: Perl and Parrot disagree about sched_yield on Solaris
8829              From: Andrew Dougherty <doughera@lafayette.edu>
8830              Date: Tue, 16 Mar 2004 16:38:58 -0500 (EST)
8831              Message-ID: <Pine.SOL.4.58.0403161635590.27628@maxwell.phys.lafayette.edu>
8832      Branch: perl
8833            ! hints/solaris_2.sh
8834 ____________________________________________________________________________
8835 [ 22511] By: rgs                                   on 2004/03/16  21:27:02
8836         Log: Restore the "DEVEL" locally-applied-patches version tag in blead.
8837      Branch: perl
8838            ! patchlevel.h
8839 ____________________________________________________________________________
8840 [ 22510] By: rgs                                   on 2004/03/16  18:29:39
8841         Log: Update Changes. (again)
8842      Branch: perl
8843            ! Changes
8844 ____________________________________________________________________________
8845 [ 22509] By: rgs                                   on 2004/03/16  18:19:52
8846         Log: Update copyright notices
8847      Branch: perl
8848            ! cop.h cv.h doio.c doop.c dump.c embed.h embed.pl embedvar.h
8849            ! form.h global.sym gv.c handy.h hv.c mg.c op.c op.h opcode.h
8850            ! opcode.pl opnames.h pad.c patchlevel.h perl.c perl.h perlapi.h
8851            ! perlio.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
8852            ! proto.h regexec.c scope.c scope.h sv.c sv.h thread.h
8853            ! universal.c utf8.c util.c
8854 ____________________________________________________________________________
8855 [ 22508] By: rgs                                   on 2004/03/16  16:31:03
8856         Log: Regenerate META.yml
8857      Branch: perl
8858            ! META.yml
8859 ____________________________________________________________________________
8860 [ 22507] By: rgs                                   on 2004/03/16  15:36:32
8861         Log: Update Changes.
8862      Branch: perl
8863            ! Changes
8864 ____________________________________________________________________________
8865 [ 22506] By: rgs                                   on 2004/03/16  15:32:42
8866         Log: This is 5.9.1.
8867      Branch: perl
8868            ! patchlevel.h
8869 ____________________________________________________________________________
8870 [ 22505] By: rgs                                   on 2004/03/16  15:28:55
8871         Log: We'll ship 5.9.1 today.
8872      Branch: perl
8873            ! pod/perlhist.pod
8874 ____________________________________________________________________________
8875 [ 22504] By: rgs                                   on 2004/03/16  15:25:22
8876         Log: More perldelta updates.
8877      Branch: perl
8878            ! pod/perl591delta.pod
8879 ____________________________________________________________________________
8880 [ 22503] By: rgs                                   on 2004/03/16  13:23:34
8881         Log: Since the signature.t test of CPAN relies on a non-core module,
8882              it's not relevant to the perl core distribution.
8883      Branch: perl
8884            - lib/CPAN/t/signature.t
8885            ! MANIFEST
8886 ____________________________________________________________________________
8887 [ 22502] By: rgs                                   on 2004/03/15  21:54:56
8888         Log: Fix the order of arguments in the usage message of
8889              POSIX::chown(). It's different from the POSIX order but
8890              it's the same than CORE::chown(). Damn.
8891      Branch: perl
8892            ! ext/POSIX/POSIX.pm
8893 ____________________________________________________________________________
8894 [ 22501] By: rgs                                   on 2004/03/15  17:09:26
8895         Log: Subject: Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
8896              From: Steve Hay <steve.hay@uk.radan.com>
8897              Date: Mon, 15 Mar 2004 10:28:02 +0000
8898              Message-ID: <40558532.30002@uk.radan.com>
8899
8900              Plus, restore patch #22489
8901      Branch: perl
8902            ! win32/Makefile win32/makefile.mk
8903 ____________________________________________________________________________
8904 [ 22500] By: davem                                 on 2004/03/14  20:13:47
8905         Log: scope exit could expose freed local() value
8906      Branch: perl
8907            ! scope.c t/op/localref.t
8908 ____________________________________________________________________________
8909 [ 22499] By: davem                                 on 2004/03/14  17:01:34
8910         Log: strict 'subs' didn't warn on bareword array index
8911      Branch: perl
8912            ! op.c t/lib/strict/subs
8913 ____________________________________________________________________________
8914 [ 22498] By: rgs                                   on 2004/03/14  12:52:17
8915         Log: Four Storable patches towards Storable 2.11 :
8916
8917              Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order
8918              From: Nicholas Clark <nick@ccl4.org>
8919              Date: Sat, 13 Mar 2004 15:13:28 +0000
8920              Message-ID: <20040313151327.GS701@plum.flirble.org>
8921
8922              Date: Sat, 13 Mar 2004 20:23:45 +0000
8923              Message-ID: <20040313202345.GX701@plum.flirble.org>
8924
8925              Date: Sat, 13 Mar 2004 22:20:07 +0000
8926              Message-ID: <20040313222007.GZ701@plum.flirble.org>
8927
8928              Date: Sat, 13 Mar 2004 23:03:46 +0000
8929              Message-ID: <20040313230345.GB701@plum.flirble.org>
8930      Branch: perl
8931            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
8932            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
8933            ! ext/Storable/t/restrict.t
8934 ____________________________________________________________________________
8935 [ 22497] By: rgs                                   on 2004/03/13  21:27:57
8936         Log: Subject: [perl #27567] [patch] a typo and a mistake in perltoot.pod
8937              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
8938              Date: 10 Mar 2004 17:05:09 -0000
8939              Message-ID: <rt-3.0.8-27567-81174.13.282806825515@perl.org>
8940      Branch: perl
8941            ! pod/perltoot.pod
8942 ____________________________________________________________________________
8943 [ 22496] By: rgs                                   on 2004/03/13  21:16:59
8944         Log: More small perldelta updates.
8945      Branch: perl
8946            ! pod/perl591delta.pod
8947 ____________________________________________________________________________
8948 [ 22495] By: rgs                                   on 2004/03/13  20:05:20
8949         Log: Revert change #22489, that seems to cause build failures on Windows.
8950      Branch: perl
8951            ! win32/Makefile win32/makefile.mk
8952 ____________________________________________________________________________
8953 [ 22494] By: rgs                                   on 2004/03/13  19:55:43
8954         Log: Subject: Re: [PATCH] Stop splitpod truncating sprintf manpage
8955              From: Steve Hay <steve.hay@uk.radan.com>
8956              Date: Fri, 12 Mar 2004 08:38:41 +0000
8957              Message-ID: <40517711.9030204@uk.radan.com>
8958      Branch: perl
8959            ! pod/splitpod
8960 ____________________________________________________________________________
8961 [ 22493] By: rgs                                   on 2004/03/12  23:39:16
8962         Log: perl591delta nits. Regenerate the tables of contents.
8963      Branch: perl
8964            ! pod/perl591delta.pod pod/perlmodlib.pod pod/perltoc.pod
8965 ____________________________________________________________________________
8966 [ 22492] By: rgs                                   on 2004/03/12  21:35:49
8967         Log: Update perl591delta. Include a small to-do list in it.
8968      Branch: perl
8969            ! pod/perl591delta.pod
8970 ____________________________________________________________________________
8971 [ 22491] By: rgs                                   on 2004/03/12  20:08:31
8972         Log: Subject: [PATCH] Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12
8973              From: Tels <perl_dummy@bloodgate.com>
8974              Date: Fri, 12 Mar 2004 18:02:30 +0100
8975              Message-Id: <200403121802.31679@bloodgate.com>
8976      Branch: perl
8977            + lib/Math/BigInt/t/_e_math.t
8978            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt/t/bare_mbf.t
8979            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
8980            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
8981            ! lib/bigint.pm lib/bignum.pm
8982 ____________________________________________________________________________
8983 [ 22490] By: rgs                                   on 2004/03/12  18:31:12
8984         Log: Fix a bug in the cloning of regexps
8985
8986              Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
8987              From: hv@crypt.org
8988              Date: Thu, 11 Mar 2004 16:21:50 +0000
8989              Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org>
8990              (plus another similar fix)
8991      Branch: perl
8992            ! sv.c
8993 ____________________________________________________________________________
8994 [ 22489] By: rgs                                   on 2004/03/12  18:26:34
8995         Log: Subject: [PATCH] Fix minitest target in Win32 makefiles
8996              From: Steve Hay <steve.hay@uk.radan.com>
8997              Date: Fri, 12 Mar 2004 15:52:23 +0000
8998              Message-ID: <4051DCB7.107@uk.radan.com>
8999      Branch: perl
9000            ! win32/Makefile win32/makefile.mk
9001 ____________________________________________________________________________
9002 [ 22488] By: rgs                                   on 2004/03/11  22:57:29
9003         Log: Document the new behaviour of the substr lvalue :
9004              Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue window
9005              From: Dave Mitchell <davem@fdisolutions.com>
9006              Date: Mon, 1 Mar 2004 23:59:21 +0000
9007              Message-ID: <20040301235921.GC6469@fdisolutions.com>
9008      Branch: perl
9009            ! pod/perlfunc.pod
9010 ____________________________________________________________________________
9011 [ 22485] By: davem                                 on 2004/03/11  14:52:58
9012         Log: make op/write.t work better under stdio by running the subtests
9013              in the child process rather than the parent.
9014      Branch: perl
9015            ! t/op/write.t
9016 ____________________________________________________________________________
9017 [ 22484] By: merijn                                on 2004/03/11  10:08:17
9018         Log: Subject: Re: [PATCH] Re: Proposal to remove support for MachTen
9019              From: Dominic Dunlop <shouldbedomo@mac.com>
9020              Date: Thu, 11 Mar 2004 10:34:01 +0100
9021              Message-Id: <3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com>
9022      Branch: perl
9023            ! README.machten hints/machten.sh
9024 ____________________________________________________________________________
9025 [ 22483] By: nicholas                              on 2004/03/10  20:38:49
9026         Log: croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake
9027              back this out until we have a tangible policy
9028      Branch: perl
9029            ! sv.c
9030 ____________________________________________________________________________
9031 [ 22482] By: rgs                                   on 2004/03/10  16:16:00
9032         Log: Upgrade to Cwd 2.17.
9033      Branch: perl
9034            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
9035 ____________________________________________________________________________
9036 [ 22481] By: rgs                                   on 2004/03/10  10:55:12
9037         Log: Subject: Re: [PATCH] More "distclean" tidy ups on Win32
9038              From: Steve Hay <steve.hay@uk.radan.com>
9039              Date: Wed, 10 Mar 2004 10:58:15 +0000
9040              Message-ID: <404EF4C7.9090107@uk.radan.com>
9041      Branch: perl
9042            ! win32/Makefile win32/makefile.mk
9043 ____________________________________________________________________________
9044 [ 22480] By: rgs                                   on 2004/03/10  09:25:36
9045         Log: Change 22476 left out a similar fix for ExtUtils::MM_Win32
9046              (noticed by Steve Hay.)
9047              Also, update MANIFEST.SKIP to be in line with the renaming
9048              "blibdirs" to "blibdirs.exists".
9049      Branch: perl
9050            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Win32.pm
9051 ____________________________________________________________________________
9052 [ 22479] By: rgs                                   on 2004/03/10  09:07:03
9053         Log: A patch by Richard Foley to reduce the amount of
9054              forkage between the 5.8 and 5.9 debuggers.
9055      Branch: perl
9056            ! lib/perl5db.pl
9057 ____________________________________________________________________________
9058 [ 22478] By: chip                                  on 2004/03/09  23:51:41
9059         Log: In line-buffered mode, flush on the *last* newline,
9060              not on every newline.
9061      Branch: perl
9062            ! perlio.c
9063 ____________________________________________________________________________
9064 [ 22477] By: rgs                                   on 2004/03/09  22:27:22
9065         Log: Subject: [PATCH] More "distclean" tidy ups on Win32
9066              From: Steve Hay <steve.hay@uk.radan.com>
9067              Date: Fri, 05 Mar 2004 09:56:36 +0000
9068              Message-ID: <40484ED4.1050001@uk.radan.com>
9069              (only the win32 makefiles part)
9070      Branch: perl
9071            ! win32/Makefile win32/makefile.mk
9072 ____________________________________________________________________________
9073 [ 22476] By: rgs                                   on 2004/03/09  21:45:49
9074         Log: Subject: [PATCH] bleadperl/MM/VMS (was Re: perl@22413)
9075              From: "Craig A. Berry" <craigberry@mac.com>
9076              Date: Mon, 08 Mar 2004 08:18:43 -0600
9077              Message-ID: <404C80C3.6090009@mac.com>
9078
9079              Avoid to build everything twice on VMS.
9080              This is done by renaming the blibdirs target to blibdirs.exists.
9081              No, I don't understand why.
9082      Branch: perl
9083            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
9084            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
9085            ! lib/ExtUtils/t/INST_PREFIX.t
9086 ____________________________________________________________________________
9087 [ 22474] By: rgs                                   on 2004/03/09  20:29:02
9088         Log: Improve the "Prototype mismatch" error message when
9089              the redefined subroutine didn't have any prototype.
9090      Branch: perl
9091            ! op.c t/comp/redef.t
9092 ____________________________________________________________________________
9093 [ 22473] By: mhx                                   on 2004/03/09  19:09:20
9094         Log: Revert change #22472, but keep the new tests.
9095      Branch: perl
9096            ! pp_ctl.c t/op/range.t
9097 ____________________________________________________________________________
9098 [ 22472] By: mhx                                   on 2004/03/09  18:41:15
9099         Log: Subject: Re: undef and the range operator
9100              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
9101              Date: Mon, 8 Mar 2004 21:49:55 +0100
9102              Message-Id: <20040308214955.3d8be3a6@r2d2>
9103      Branch: perl
9104            ! pp_ctl.c t/op/range.t
9105 ____________________________________________________________________________
9106 [ 22471] By: nicholas                              on 2004/03/09  16:11:37
9107         Log: Make a temporary copy of the input buffer in pp_send, so that send
9108              and syswrite don't gratuitously upgrade their input to UTF8
9109      Branch: perl
9110            ! pp_sys.c t/op/sysio.t
9111 ____________________________________________________________________________
9112 [ 22470] By: rgs                                   on 2004/03/09  15:27:38
9113         Log: Upgrade to Cwd 2.16
9114      Branch: perl
9115            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
9116 ____________________________________________________________________________
9117 [ 22469] By: rgs                                   on 2004/03/09  14:56:10
9118         Log: Upgrade to CGI.pm 3.04.
9119      Branch: perl
9120            ! lib/CGI.pm lib/CGI/Cookie.pm
9121 ____________________________________________________________________________
9122 [ 22468] By: rgs                                   on 2004/03/08  15:35:59
9123         Log: perl591delta.pod update.
9124      Branch: perl
9125            ! pod/perl591delta.pod
9126 ____________________________________________________________________________
9127 [ 22467] By: rgs                                   on 2004/03/08  10:43:23
9128         Log: Another makefile portability fix for Win32 by Steve Hay.
9129      Branch: perl
9130            ! win32/Makefile win32/makefile.mk
9131 ____________________________________________________________________________
9132 [ 22466] By: rgs                                   on 2004/03/08  08:06:33
9133         Log: Subject: [PATCH] win32_fstat has a potential buffer overrun problem
9134              From: Jan Dubois <jand@ActiveState.com>
9135              Date: Sun, 07 Mar 2004 17:04:35 -0800
9136              Message-ID: <8lgn409p4k2kpde8d428d7a4r7fsgjc8b4@4ax.com>
9137      Branch: perl
9138            ! win32/win32.c
9139 ____________________________________________________________________________
9140 [ 22465] By: nicholas                              on 2004/03/07  23:31:49
9141         Log: Fix Dave's original shared hash key corruption bug
9142      Branch: perl
9143            ! sv.c
9144 ____________________________________________________________________________
9145 [ 22463] By: nicholas                              on 2004/03/07  21:34:01
9146         Log: Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test
9147              in utf8.t, and fix 3 bugs it exposed in utfhash.t
9148      Branch: perl
9149            ! lib/utf8.t sv.c t/op/utfhash.t
9150 ____________________________________________________________________________
9151 [ 22462] By: rgs                                   on 2004/03/07  20:34:05
9152         Log: Subject: undef and the range operator
9153              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
9154              Date: Sun, 7 Mar 2004 21:11:20 +0100
9155              Message-Id: <20040307211120.10e46933@r2d2>
9156      Branch: perl
9157            ! pp_ctl.c t/op/range.t
9158 ____________________________________________________________________________
9159 [ 22459] By: rgs                                   on 2004/03/07  18:41:36
9160         Log: Subject: Re: [PATCH Cwd 2.15] test tweak for VMS
9161              From: "Ken Williams" <ken@mathforum.org>
9162              Date: Sun, 7 Mar 2004 09:37:19 -0600
9163              Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org>
9164      Branch: perl
9165            ! ext/Cwd/t/cwd.t
9166 ____________________________________________________________________________
9167 [ 22456] By: rgs                                   on 2004/03/07  14:08:43
9168         Log: Subject: [PATCH t/op/closure.t] line-end tweak for VMS
9169              From: "Craig A. Berry" <craigberry@mac.com>
9170              Date: Sat, 06 Mar 2004 22:50:25 -0600
9171              Message-ID: <404AAA11.8050001@mac.com>
9172      Branch: perl
9173            ! t/op/closure.t
9174 ____________________________________________________________________________
9175 [ 22452] By: rgs                                   on 2004/03/06  21:24:45
9176         Log: Subject: [PATCH Cwd 2.15] test tweak for VMS
9177              From: "Craig A. Berry" <craigberry@mac.com>
9178              Date: Sat, 06 Mar 2004 13:51:55 -0600
9179              Message-ID: <404A2BDB.8030401@mac.com>
9180      Branch: perl
9181            ! ext/Cwd/t/cwd.t
9182 ____________________________________________________________________________
9183 [ 22451] By: rgs                                   on 2004/03/06  21:09:10
9184         Log: Allow syslog() to use numeric constants in addition to strings for
9185              facility names and priorities.
9186
9187              Subject: Patch for Sys::Syslog
9188              From: Jim Schneider <jschneid@netilla.com>
9189              Date: Fri, 5 Mar 2004 14:03:10 -0500
9190              Message-Id: <200403051403.10674.jschneid@netilla.com>
9191      Branch: perl
9192            ! ext/Sys/Syslog/Syslog.pm
9193 ____________________________________________________________________________
9194 [ 22446] By: nicholas                              on 2004/03/06  16:13:48
9195         Log: Make threads tests pass make minitest (by skipping)
9196      Branch: perl
9197            ! t/op/getpid.t t/op/threads.t
9198 ____________________________________________________________________________
9199 [ 22445] By: davem                                 on 2004/03/06  15:25:32
9200         Log: fix coredump in /(?{sub{}})/
9201      Branch: perl
9202            ! pad.c
9203 ____________________________________________________________________________
9204 [ 22444] By: rgs                                   on 2004/03/05  21:19:06
9205         Log: A small perluniintro clarification by Jarkko.
9206      Branch: perl
9207            ! pod/perluniintro.pod
9208 ____________________________________________________________________________
9209 [ 22443] By: rgs                                   on 2004/03/05  14:13:50
9210         Log: Subject: [PATCH] Re: Strange segfault
9211              From: mhx-perl@gmx.net (Marcus Holland-Moritz)
9212              Date: Fri, 5 Mar 2004 15:13:53 +0100
9213              Message-ID: <20040305151353.5f3e913c@r2d2>
9214      Branch: perl
9215            ! pp_ctl.c t/op/range.t
9216 ____________________________________________________________________________
9217 [ 22442] By: rgs                                   on 2004/03/05  09:31:22
9218         Log: Subject: [PATCH] Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32
9219              From: steve.hay@uk.radan.com (Steve Hay)
9220              Date: Fri, 05 Mar 2004 09:42:32 +0000
9221              Message-ID: <40484B88.7070608@uk.radan.com>
9222      Branch: perl
9223            ! win32/makefile.mk
9224 ____________________________________________________________________________
9225 [ 22441] By: rgs                                   on 2004/03/05  08:53:08
9226         Log: Change 22436 broke the Windows build.
9227              Fix by Steve Hay.
9228      Branch: perl
9229            ! ext/POSIX/POSIX.xs
9230 ____________________________________________________________________________
9231 [ 22440] By: davem                                 on 2004/03/05  00:09:23
9232         Log: silence some compiler warnings
9233      Branch: perl
9234            ! pp_ctl.c sv.c
9235 ____________________________________________________________________________
9236 [ 22439] By: davem                                 on 2004/03/04  23:56:42
9237         Log: ensure utf8::encode() normalises its arg
9238      Branch: perl
9239            ! sv.c
9240 ____________________________________________________________________________
9241 [ 22438] By: davem                                 on 2004/03/04  23:32:38
9242         Log: Memory leak in continue loop
9243              make sure redo always frees temps
9244      Branch: perl
9245            ! pp_ctl.c t/op/loopctl.t
9246 ____________________________________________________________________________
9247 [ 22437] By: davem                                 on 2004/03/04  22:03:17
9248         Log: Add perldiag entry for change #22435 (deprecate my $x if 0)
9249      Branch: perl
9250            ! pod/perldiag.pod
9251 ____________________________________________________________________________
9252 [ 22436] By: rgs                                   on 2004/03/04  21:52:18
9253         Log: Subject: [PATCH] Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
9254              From: Andrew Dougherty <doughera@lafayette.edu>
9255              Date: Thu, 4 Mar 2004 14:41:07 -0500 (EST)
9256              Message-ID: <Pine.SOL.4.58.0403041438350.5863@maxwell.phys.lafayette.edu>
9257      Branch: perl
9258            ! ext/POSIX/POSIX.xs
9259 ____________________________________________________________________________
9260 [ 22435] By: davem                                 on 2004/03/04  21:39:47
9261         Log: add deprecation warning for my $x if 0
9262      Branch: perl
9263            ! op.c t/lib/warnings/op
9264 ____________________________________________________________________________
9265 [ 22434] By: davem                                 on 2004/03/04  21:38:57
9266         Log: remove an 'if $a if 0' from AutoSplit.t
9267      Branch: perl
9268            ! lib/AutoSplit.t
9269 ____________________________________________________________________________
9270 [ 22433] By: davem                                 on 2004/03/04  20:33:44
9271         Log: retract 22328 and 22332: deprecation warning for my $x if foo
9272      Branch: perl
9273            ! embed.h op.c opcode.h opcode.pl pod/perldiag.pod pp.sym
9274            ! pp_proto.h t/lib/warnings/op
9275 ____________________________________________________________________________
9276 [ 22432] By: rgs                                   on 2004/03/04  12:18:11
9277         Log: Maintainers.pl update by MJD.
9278      Branch: perl
9279            ! Porting/Maintainers.pl
9280 ____________________________________________________________________________
9281 [ 22431] By: rgs                                   on 2004/03/04  10:35:59
9282         Log: Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3
9283              (by Steve Hay)
9284      Branch: perl
9285            + t/win32/getosversion.t
9286            ! MANIFEST win32/win32.c
9287 ____________________________________________________________________________
9288 [ 22430] By: rgs                                   on 2004/03/04  08:03:54
9289         Log: Clarify the difference between utf8::downgrade/upgrade
9290              and utf8::encode/decode (patch by Jarkko).
9291      Branch: perl
9292            ! lib/utf8.pm pod/perluniintro.pod
9293 ____________________________________________________________________________
9294 [ 22429] By: rgs                                   on 2004/03/03  23:01:56
9295         Log: A couple of notes in perl591delta
9296              (about Benchmark and the debugger.)
9297      Branch: perl
9298            ! pod/perl591delta.pod
9299 ____________________________________________________________________________
9300 [ 22428] By: rgs                                   on 2004/03/03  22:15:42
9301         Log: Subject: [PATCH] simplify sv.h
9302              From: Arthur Bergman <sky@nanisky.com>
9303              Date: Sun, 29 Feb 2004 22:04:53 +0000
9304              Message-Id: <4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com>
9305      Branch: perl
9306            ! sv.h
9307 ____________________________________________________________________________
9308 [ 22427] By: rgs                                   on 2004/03/03  21:55:03
9309         Log: Speed up the unicode case mappings (for /i, lc, uc, etc).
9310              Subject: [PATCH] [perl #24826]
9311              From: Jarkko Hietaniemi <jhi@iki.fi>
9312              Date: Wed, 3 Mar 2004 09:37:21 +0200
9313              Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi>
9314      Branch: perl
9315            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
9316            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
9317            ! lib/unicore/mktables t/uni/case.pl utf8.c
9318 ____________________________________________________________________________
9319 [ 22426] By: rgs                                   on 2004/03/03  21:04:48
9320         Log: Subject: [PATCH] debugger (5.8.x and 5.9.x)
9321              From: Richard.Foley@t-online.de (Richard Foley)
9322              Date: Wed, 3 Mar 2004 16:10:25 +0100
9323              Message-Id: <200403031610.25080.richard.foley@rfi.net>
9324      Branch: perl
9325            ! lib/perl5db.pl
9326 ____________________________________________________________________________
9327 [ 22425] By: davem                                 on 2004/03/03  00:02:51
9328         Log: stop t/op/write.t failures under stdio by always closing files
9329              before reading them back; also replace `cat file` with a function
9330              to read in the file
9331      Branch: perl
9332            ! t/op/write.t
9333 ____________________________________________________________________________
9334 [ 22424] By: nicholas                              on 2004/03/02  22:22:49
9335         Log: Change the skip logic on the unicode tests so that they don't rely on
9336              miniperl's "dynamic loading unavailable" message
9337      Branch: perl
9338            ! t/uni/chomp.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
9339            ! t/uni/tr_utf8.t
9340 ____________________________________________________________________________
9341 [ 22423] By: nicholas                              on 2004/03/02  22:02:36
9342         Log: Work on eliminating systematic failures on make minitest:
9343              make minitest passes a -minitest flag to t/TEST
9344              t/TEST sees this and sets $ENV{PERL_CORE_MINITEST}
9345              Tests can choose to skip based on this.
9346              (Other tactic is to make loading of Errno by %! happen at run time.)
9347      Branch: perl
9348            ! Makefile.SH t/TEST t/io/binmode.t t/io/crlf.t t/io/layers.t
9349            ! t/io/open.t t/io/print.t t/io/read.t t/op/magic.t
9350 ____________________________________________________________________________
9351 [ 22422] By: davem                                 on 2004/03/02  21:33:22
9352         Log: Remove machine-dependent rounding dependency from write overflow
9353              tests
9354      Branch: perl
9355            ! t/op/write.t
9356 ____________________________________________________________________________
9357 [ 22421] By: rgs                                   on 2004/03/02  21:25:12
9358         Log: Subject: [PATCH] nmake distclean cleans too much from lib/Digest on Win32
9359              From: Steve Hay <steve.hay@uk.radan.com>
9360              Date: Fri, 27 Feb 2004 17:42:26 +0000
9361              Message-ID: <403F8182.5090607@uk.radan.com>
9362      Branch: perl
9363            ! win32/Makefile win32/makefile.mk
9364 ____________________________________________________________________________
9365 [ 22419] By: davem                                 on 2004/03/01  22:17:52
9366         Log:
9367              add tests for change 22414 (lvalue substr jollity)
9368              courtesy of Graham Barr.
9369      Branch: perl
9370            ! t/op/substr.t
9371 ____________________________________________________________________________
9372 [ 22418] By: davem                                 on 2004/03/01  22:00:11
9373         Log: integrate Time::HiRes 1.56 from CPAN
9374              (which is itself mostly derived from the bleedperl version)
9375      Branch: perl
9376            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
9377            ! ext/Time/HiRes/Makefile.PL
9378 ____________________________________________________________________________
9379 [ 22417] By: mhx                                   on 2004/02/29  21:46:19
9380         Log: Make panics a bit more verbose to ease debugging.
9381      Branch: perl
9382            ! thread.h
9383 ____________________________________________________________________________
9384 [ 22415] By: davem                                 on 2004/02/29  18:06:45
9385         Log: make test breaks permissions on /dev/tty
9386              perl -i could fchmod(stdin) by mistake
9387      Branch: perl
9388            ! doio.c
9389 ____________________________________________________________________________
9390 [ 22414] By: davem                                 on 2004/02/29  16:21:34
9391         Log: Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue
9392              From: Graham Barr <gbarr@pobox.com>
9393              Date: Wed, 29 Oct 2003 09:56:53 +0000
9394              Message-Id: <3993BF6C-09F6-11D8-B6DD-0003938857CC@pobox.com>
9395
9396              make a variable aliased to an lvalue substr value work as expected
9397      Branch: perl
9398            ! mg.c
9399 ____________________________________________________________________________
9400 [ 22411] By: nicholas                              on 2004/02/29  13:08:28
9401         Log: Bump Socket's version to a real floating point value
9402      Branch: perl
9403            ! ext/Socket/Socket.pm
9404 ____________________________________________________________________________
9405 [ 22410] By: ams                                   on 2004/02/29  04:29:24
9406         Log: Back out _01 version suffix.
9407      Branch: perl
9408            ! ext/Storable/Storable.pm
9409 ____________________________________________________________________________
9410 [ 22409] By: davem                                 on 2004/02/28  23:29:10
9411         Log: Bump version numbers of moules affected by change #22258
9412              (removing /tmp and other insecurities)
9413      Branch: perl
9414            ! ext/DB_File/DB_File.pm ext/Devel/PPPort/PPPort.pm
9415            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
9416            ! ext/Time/HiRes/HiRes.pm lib/CGI/Cookie.pm
9417            ! lib/ExtUtils/MakeMaker.pm lib/Memoize.pm lib/Shell.pm
9418            ! lib/perl5db.pl
9419 ____________________________________________________________________________
9420 [ 22408] By: davem                                 on 2004/02/28  22:37:08
9421         Log: make the bison-based parser threadsafe and capable of deep
9422              recursion by eradicating Perl_yylex_r()
9423      Branch: perl
9424            ! embed.fnc embed.h embedvar.h intrpvar.h mg.c perl.h perlapi.h
9425            ! perly.c proto.h toke.c
9426 ____________________________________________________________________________
9427 [ 22407] By: nicholas                              on 2004/02/28  16:10:20
9428         Log: Use File::Temp for tempfiles if it is available.
9429              (Based on a patch from Solar Designer <solar@openwall.com> in
9430              Message-ID: <20040125222218.GA13499@openwall.com>, the bulk of which
9431              was applied as change 22258)
9432      Branch: perl
9433            ! utils/perlbug.PL
9434 ____________________________________________________________________________
9435 [ 22406] By: mhx                                   on 2004/02/28  15:04:41
9436         Log: Fix segfaults when running under -Dx.
9437      Branch: perl
9438            ! dump.c
9439 ____________________________________________________________________________
9440 [ 22403] By: nicholas                              on 2004/02/27  17:56:30
9441         Log: Assimilate Cwd 2.15 from CPAN
9442      Branch: perl
9443            ! ext/Cwd/Changes lib/Cwd.pm
9444 ____________________________________________________________________________
9445 [ 22401] By: nicholas                              on 2004/02/27  16:27:19
9446         Log: Create a new local $_ without triggering tie by using local *_ = \my $a
9447              (an idea from Ton Hospel, Message-Id: <c1igq3$n84$1@post.home.lunix>)
9448      Branch: perl
9449            ! lib/File/Find.pm lib/File/Find/t/find.t
9450 ____________________________________________________________________________
9451 [ 22400] By: merijn                                on 2004/02/27  15:25:27
9452         Log: When threads are active we need -lpthread, but previous `fix' of
9453              now linked libraries invalidated the regex for sed (AIX 5 has no
9454              seperate libc.a and libc_r.a the latter links to the first)
9455      Branch: perl
9456            ! hints/aix.sh
9457 ____________________________________________________________________________
9458 [ 22397] By: nicholas                              on 2004/02/27  13:13:43
9459         Log: Correct thinko in comment.
9460      Branch: perl
9461            ! op.c
9462 ____________________________________________________________________________
9463 [ 22393] By: nicholas                              on 2004/02/27  10:41:39
9464         Log: In hsplit, if a normal hash has placeholders then clear them before
9465              splitting. We can do this safely because Storable ensures hsplit is
9466              not called while it builds restricted hashes (actually any hashes)
9467              This change may not make things faster, but now we have the choice.
9468      Branch: perl
9469            ! ext/Storable/t/restrict.t hv.c
9470 ____________________________________________________________________________
9471 [ 22391] By: nicholas                              on 2004/02/27  10:27:38
9472         Log: My re-implementation of hv_clear_placeholders was buggy - not sure why
9473              the tests still passed. Fixed.
9474      Branch: perl
9475            ! hv.c
9476 ____________________________________________________________________________
9477 [ 22383] By: nicholas                              on 2004/02/26  14:59:40
9478         Log: Moving all the e-mail addresses over by 1 column makes them start on
9479              an 8 column tabstop, which makes editing this file easier.
9480              So then I replaced spaces with tabs and made it smaller too.
9481      Branch: perl
9482            ! AUTHORS
9483 ____________________________________________________________________________
9484 [ 22382] By: nicholas                              on 2004/02/26  14:49:13
9485         Log: Add Mark Fowler
9486      Branch: perl
9487            ! AUTHORS
9488 ____________________________________________________________________________
9489 [ 22381] By: nicholas                              on 2004/02/26  13:11:07
9490         Log: Integrate:
9491              [ 22339]
9492              Mention 5.005_04 RC2
9493
9494              [ 22360]
9495              Update for 5.005_04 release
9496      Branch: perl
9497           !> pod/perlhist.pod
9498 ____________________________________________________________________________
9499 [ 22380] By: rgs                                   on 2004/02/26  13:03:43
9500         Log: Subject: [PATCH] Improved perlapi documentation for croak
9501              From: Mark Fowler <mark@twoshortplanks.com>
9502              Date: Wed, 25 Feb 2004 22:47:21 +0000 (GMT)
9503              Message-ID: <Pine.LNX.4.55.0402252242510.32152@gan.twoshortplanks.com>
9504
9505              (and regenerate perlapi.pod.)
9506      Branch: perl
9507            ! pod/perlapi.pod util.c
9508 ____________________________________________________________________________
9509 [ 22379] By: merijn                                on 2004/02/26  08:44:53
9510         Log: From: Art Haas <ahaas@airmail.net>
9511              Subject: Replacing '-rdynamic' in Configure script
9512              Date: Fri, 20 Feb 2004 13:53:56 -0600
9513              Message-ID: <20040220195400.31177.qmail@onion.perl.org>
9514      Branch: perl
9515            ! Configure
9516 ____________________________________________________________________________
9517 [ 22377] By: davem                                 on 2004/02/25  21:07:44
9518         Log: remove my work address
9519      Branch: perl
9520            ! AUTHORS
9521 ____________________________________________________________________________
9522 [ 22376] By: davem                                 on 2004/02/25  17:10:56
9523         Log: stop "const in void context" warning for a const in an
9524              optimised-away boolean expresssion, eg 5 || print;
9525      Branch: perl
9526            ! op.c op.h t/lib/warnings/op
9527 ____________________________________________________________________________
9528 [ 22375] By: merijn                                on 2004/02/25  11:13:12
9529         Log: Skip the Net/Ping/450_service failures on HP-UX for the time being
9530      Branch: perl
9531            ! lib/Net/Ping/t/450_service.t
9532 ____________________________________________________________________________
9533 [ 22374] By: merijn                                on 2004/02/25  09:32:12
9534         Log: AIX hints stage 3: remove AIX 3 and AIX 4 after split off
9535              One open issue left: promoting to cc_r for threaded builds
9536              need a review to permit users using -Dcc=xlc_r for non
9537              threaded builds
9538      Branch: perl
9539            ! hints/aix.sh
9540 ____________________________________________________________________________
9541 [ 22373] By: davem                                 on 2004/02/24  23:25:52
9542         Log: fix memory leak in @_ = ...; goto &sub
9543      Branch: perl
9544            ! pp_ctl.c
9545 ____________________________________________________________________________
9546 [ 22372] By: rgs                                   on 2004/02/24  22:44:34
9547         Log: Enhance test cleanliness by a very small factor.
9548      Branch: perl
9549            ! t/comp/parser.t
9550 ____________________________________________________________________________
9551 [ 22371] By: rgs                                   on 2004/02/24  22:34:06
9552         Log: Fix a segfault during optree construction. (bug #27024)
9553      Branch: perl
9554            ! op.c t/comp/parser.t
9555 ____________________________________________________________________________
9556 [ 22370] By: rgs                                   on 2004/02/24  20:39:26
9557         Log: Update Changes and AUTHORS.
9558      Branch: perl
9559            ! AUTHORS Changes
9560 ____________________________________________________________________________
9561 [ 22369] By: rgs                                   on 2004/02/24  19:53:51
9562         Log: Subject: [PATCH] optimization for map in scalar context
9563              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
9564              Date: Tue, 24 Feb 2004 12:02:57 +0100
9565              Message-id: <20040224110257.GA5510@ethan>
9566      Branch: perl
9567            ! pp_ctl.c
9568 ____________________________________________________________________________
9569 [ 22368] By: rgs                                   on 2004/02/24  19:30:12
9570         Log: Subject: Bugfix for perlrequick and perlretut
9571              From: Mark Kvale <kvale@phy.ucsf.edu>
9572              Date: Tue, 24 Feb 2004 11:32:34 -0800
9573              Message-Id: <200402241132.34656.kvale@phy.ucsf.edu>
9574      Branch: perl
9575            ! pod/perlrequick.pod pod/perlretut.pod
9576 ____________________________________________________________________________
9577 [ 22367] By: rgs                                   on 2004/02/23  22:08:33
9578         Log: Instead of localising *_, use a dummy foreach loop to get
9579              a local value of $_
9580      Branch: perl
9581            ! lib/File/Find.pm
9582 ____________________________________________________________________________
9583 [ 22366] By: rgs                                   on 2004/02/23  21:40:02
9584         Log: Subject: Re: [perl #24338] Attribute::Handlers will trash UNIVERSAL
9585              From: alan <alan@pair.com>
9586              Date: Tue, 17 Feb 2004 14:23:08 -0500 (EST)
9587              Message-ID: <Pine.BSF.4.58.0402171418090.80983@smx.pair.com>
9588      Branch: perl
9589            ! lib/Attribute/Handlers.pm
9590 ____________________________________________________________________________
9591 [ 22365] By: rgs                                   on 2004/02/23  21:30:42
9592         Log: Update perl591delta.
9593      Branch: perl
9594            ! pod/perl591delta.pod
9595 ____________________________________________________________________________
9596 [ 22364] By: rgs                                   on 2004/02/23  20:56:38
9597         Log: Fix bug #26910: hints were not propagated into (?{...})
9598              blocks, except the utf8 pragma.
9599      Branch: perl
9600            ! pp_ctl.c t/lib/strict/refs t/lib/strict/subs t/lib/strict/vars
9601 ____________________________________________________________________________
9602 [ 22363] By: rgs                                   on 2004/02/23  19:15:53
9603         Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation
9604              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9605              Date: Sun, 22 Feb 2004 16:09:33 +0900
9606              Message-Id: <20040222160505.98E5.BQW10602@nifty.com>
9607
9608              Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation)
9609              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9610              Date: Sun, 22 Feb 2004 18:41:43 +0900
9611              Message-Id: <20040222182357.6B39.BQW10602@nifty.com>
9612
9613              Plus, add a "_01" to the theoretical version number of Encode::CN::HZ.
9614      Branch: perl
9615            ! ext/Encode/lib/Encode/CN/HZ.pm pp_hot.c t/op/concat.t
9616 ____________________________________________________________________________
9617 [ 22362] By: rgs                                   on 2004/02/23  18:31:31
9618         Log: Subject: [PATCH] Benchmark for child processes
9619              From: Chia-liang Kao <clkao@clkao.org>
9620              Date: Mon, 23 Feb 2004 22:53:51 +0800
9621              Message-ID: <20040223145351.GH94376@portege.clkao.org>
9622      Branch: perl
9623            ! lib/Benchmark.pm
9624 ____________________________________________________________________________
9625 [ 22359] By: merijn                                on 2004/02/23  11:55:08
9626         Log: Subject: Re: Perl 5.8.1 on IRIX 5.3
9627              Date: Thu, 22 Jan 2004 18:35:26 +0100 (CET)
9628              From: Georg Schwarz <geos@epost.de>
9629              Message-Id: <E1Ajijm-0006ya-LE@mikro.physik.TU-Berlin.DE>
9630      Branch: perl
9631            ! hints/irix_5.sh
9632 ____________________________________________________________________________
9633 [ 22358] By: rgs                                   on 2004/02/22  21:49:47
9634         Log: Subject: initial patch for cygwin IPC via cygserver
9635              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
9636              Date: Thu, 19 Feb 2004 09:01:13 -0800
9637              Message-ID: <20040219170113.GA2792@efn.org>
9638      Branch: perl
9639            ! ext/IPC/SysV/hints/cygwin.pl hints/cygwin.sh
9640 ____________________________________________________________________________
9641 [ 22357] By: davem                                 on 2004/02/22  15:43:53
9642         Log: Extend OP_AELEMFAST optimisation to lexical arrays
9643      Branch: perl
9644            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm op.c op.h pp_hot.c
9645 ____________________________________________________________________________
9646 [ 22356] By: rgs                                   on 2004/02/21  16:51:52
9647         Log: We're not binary compatible with 5.8.
9648              Change PERL_API_VERSION to 5.9.1.
9649      Branch: perl
9650            ! patchlevel.h
9651 ____________________________________________________________________________
9652 [ 22355] By: rgs                                   on 2004/02/21  16:30:02
9653         Log: Document change #22353 in perldelta.
9654      Branch: perl
9655            ! pod/perl591delta.pod
9656 ____________________________________________________________________________
9657 [ 22354] By: rgs                                   on 2004/02/21  16:23:54
9658         Log: Increment the version number of B, due to the incompatible
9659              API change introduced by #22353 (no more op_seq method.)
9660      Branch: perl
9661            ! ext/B/B.pm
9662 ____________________________________________________________________________
9663 [ 22353] By: rgs                                   on 2004/02/21  16:18:32
9664         Log: Subject: Re: op_seq (was: Freeing code)
9665              From: Paul Johnson <paul@pjcj.net>
9666              Date: Sat, 21 Feb 2004 02:31:47 +0100
9667              Message-ID: <20040221013147.GB6953@pjcj.net>
9668
9669              Rework the OP structure to use less space.
9670              Remove op_seq (and simulate it in dump.c),
9671              replace it by op_opt and op_static,
9672              shrink op_type, remove PL_op_seqmax.
9673      Branch: perl
9674            ! bytecode.pl dump.c embed.h embedvar.h ext/B/B.xs
9675            ! ext/B/B/Asmdata.pm ext/B/B/C.pm ext/B/B/Concise.pm
9676            ! ext/B/B/Debug.pm ext/ByteLoader/byterun.c
9677            ! ext/ByteLoader/byterun.h intrpvar.h op.c op.h perlapi.h
9678            ! pod/perlintern.pod sv.c
9679 ____________________________________________________________________________
9680 [ 22352] By: rgs                                   on 2004/02/20  17:29:32
9681         Log: When you write C<my $_ ; for (...) {...}>, the lexical $_
9682              is not actually introduced by the for statement.
9683      Branch: perl
9684            ! op.c
9685 ____________________________________________________________________________
9686 [ 22351] By: davem                                 on 2004/02/20  15:38:10
9687         Log: remove a split test's dependence on -Dx output
9688              (needed after change #22343)
9689      Branch: perl
9690            ! t/op/split.t
9691 ____________________________________________________________________________
9692 [ 22350] By: davem                                 on 2004/02/20  15:34:27
9693         Log: add Deparse/Concise support for inplace sort (change 22349)
9694      Branch: perl
9695            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
9696 ____________________________________________________________________________
9697 [ 22349] By: davem                                 on 2004/02/20  14:54:35
9698         Log: optimise the sorting inplace of plain arrays: @a = sort @a
9699      Branch: perl
9700            ! op.c op.h pp_sort.c t/op/sort.t
9701 ____________________________________________________________________________
9702 [ 22348] By: davem                                 on 2004/02/20  14:18:13
9703         Log: Document the SVf_PADSTALE flag
9704      Branch: perl
9705            ! pad.c
9706 ____________________________________________________________________________
9707 [ 22347] By: rgs                                   on 2004/02/20  10:46:51
9708         Log: Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)
9709      Branch: perl
9710            - lib/IPC/SysV.t
9711            ! MANIFEST
9712 ____________________________________________________________________________
9713 [ 22346] By: rgs                                   on 2004/02/20  10:23:51
9714         Log: Subject: [PATCH] genmk95.pl touchup for distclean on Win98
9715              From: Greg Matheson <lang@ms.chinmin.edu.tw>
9716              Date: Fri, 20 Feb 2004 15:34:59 +0800
9717              Message-ID: <20040220153459.A30249@ms.chinmin.edu.tw>
9718      Branch: perl
9719            ! win32/genmk95.pl
9720 ____________________________________________________________________________
9721 [ 22345] By: rgs                                   on 2004/02/20  08:21:47
9722         Log: Upgrade to Term::ANSIColor 1.08.
9723      Branch: perl
9724            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
9725            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
9726 ____________________________________________________________________________
9727 [ 22344] By: rgs                                   on 2004/02/19  21:17:10
9728         Log: Upgrade to prereleases of Math::BigInt 1.70 and
9729              Math::BigRat 0.12, by Tels.
9730      Branch: perl
9731            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
9732            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
9733            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
9734            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/bigfltpm.inc
9735            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
9736            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
9737            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
9738            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
9739            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
9740            ! lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/sub_mbf.t
9741            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
9742            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
9743            ! lib/Math/BigInt/t/use_mbfw.t lib/Math/BigInt/t/with_sub.t
9744            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
9745            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
9746            ! lib/bigint.pm t/lib/Math/BigInt/BareCalc.pm
9747            ! t/lib/Math/BigInt/Scalar.pm t/lib/Math/BigRat/Test.pm
9748 ____________________________________________________________________________
9749 [ 22343] By: davem                                 on 2004/02/19  13:43:18
9750         Log: -Dx could coredump on threaded builds because consts are now
9751              stored in the pad
9752      Branch: perl
9753            ! dump.c
9754 ____________________________________________________________________________
9755 [ 22342] By: rgs                                   on 2004/02/18  21:38:13
9756         Log: Add a tool to report dual-lived core modules that don't
9757              have the same version than the corresponding module on CPAN.
9758      Branch: perl
9759            + Porting/corecpan.pl
9760            ! MANIFEST
9761 ____________________________________________________________________________
9762 [ 22341] By: rgs                                   on 2004/02/18  14:04:11
9763         Log: Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.
9764      Branch: perl
9765            ! pod/perl591delta.pod
9766 ____________________________________________________________________________
9767 [ 22338] By: rgs                                   on 2004/02/18  13:32:17
9768         Log: Add base.pm and fields.pm to the maintainer list.
9769              Remove a duplicate file from this list.
9770      Branch: perl
9771            ! Porting/Maintainers.pl
9772 ____________________________________________________________________________
9773 [ 22337] By: davem                                 on 2004/02/18  13:22:13
9774         Log: fix write test: -small_number may be displayed as 00.00 or -0.00
9775      Branch: perl
9776            ! t/op/write.t
9777 ____________________________________________________________________________
9778 [ 22334] By: merijn                                on 2004/02/18  12:18:52
9779         Log: Removed pm_apiversion and xs_apiversion as requested by
9780              the pumpkin. Chainsaw was still in perfect working order.
9781      Branch: perl
9782            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
9783            ! NetWare/config_H.wc Porting/Glossary Porting/config.sh
9784            ! Porting/config_H config_h.SH configure.com epoc/config.sh
9785            ! plan9/config.plan9 plan9/config_h.sample
9786            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
9787            ! win32/config.gc win32/config.vc win32/config.vc64
9788            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9789            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
9790 ____________________________________________________________________________
9791 [ 22332] By: davem                                 on 2004/02/18  11:14:43
9792         Log: Add tests for the C<my $x if foo> deprecation, and change the
9793              warning text
9794      Branch: perl
9795            ! op.c pod/perldiag.pod t/lib/warnings/op
9796 ____________________________________________________________________________
9797 [ 22330] By: mhx                                   on 2004/02/18  08:53:03
9798         Log: 1. Add section to perlxs.pod describing that the refcount of AVs/HVs
9799              returned from XSUBs through RETVAL isn't decremented as it is for
9800              SVs. This causes those XSUBs to leak memory and cannot be fixed
9801              without breaking existing CPAN modules that work around this bug.
9802
9803              2. Fix a memory leak of that kind in POSIX::localconv.
9804      Branch: perl
9805            ! ext/POSIX/POSIX.xs pod/perlxs.pod
9806 ____________________________________________________________________________
9807 [ 22329] By: rgs                                   on 2004/02/18  08:25:58
9808         Log: Encode has local changes. Up-version it.
9809      Branch: perl
9810            ! ext/Encode/Encode.pm
9811 ____________________________________________________________________________
9812 [ 22328] By: davem                                 on 2004/02/17  23:30:50
9813         Log: add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
9814      Branch: perl
9815            ! op.c opcode.h opcode.pl pod/perldiag.pod pp.sym pp_proto.h
9816 ____________________________________________________________________________
9817 [ 22327] By: rgs                                   on 2004/02/17  23:22:45
9818         Log: It's better to localize *_ than $_, to avoid magic leakage
9819      Branch: perl
9820            ! lib/File/Find.pm
9821 ____________________________________________________________________________
9822 [ 22326] By: rgs                                   on 2004/02/17  23:18:25
9823         Log: One of the new tests of MIME::Base64 relies on a non-core module.
9824      Branch: perl
9825            - ext/MIME/Base64/t/bad-sv.t
9826            ! MANIFEST
9827 ____________________________________________________________________________
9828 [ 22325] By: rgs                                   on 2004/02/17  23:10:22
9829         Log: Upgrade to MIME::Base64 3.00.
9830              Fix t/warn.t so it works in the core.
9831              Reintegrate change #22309 in it. Bump $VERSION to 3.00_01.
9832      Branch: perl
9833            + ext/MIME/Base64/t/bad-sv.t ext/MIME/Base64/t/warn.t
9834            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
9835            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
9836            ! ext/MIME/Base64/t/base64.t
9837 ____________________________________________________________________________
9838 [ 22323] By: rgs                                   on 2004/02/17  22:20:25
9839         Log: Be more clear. Use simple words.
9840      Branch: perl
9841            ! pod/perl591delta.pod
9842 ____________________________________________________________________________
9843 [ 22322] By: davem                                 on 2004/02/17  21:52:08
9844         Log: remove C<my $x if foo> construct from core modules
9845      Branch: perl
9846            ! ext/B/B/Deparse.pm ext/IO/lib/IO/Handle.pm
9847            ! ext/IO/lib/IO/Pipe.pm lib/ExtUtils/Liblist/Kid.pm
9848            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
9849            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/SMTP.pm
9850            ! lib/Pod/Parser.pm lib/Test/Harness.pm utils/h2xs.PL
9851 ____________________________________________________________________________
9852 [ 22321] By: rgs                                   on 2004/02/17  21:22:17
9853         Log: Dave Mitchell suggested this perldelta entry for the SVp_* reordering.
9854      Branch: perl
9855            ! pod/perl591delta.pod
9856 ____________________________________________________________________________
9857 [ 22320] By: rgs                                   on 2004/02/17  21:07:11
9858         Log: Bump $B::VERSION (because of change #22315).
9859      Branch: perl
9860            ! ext/B/B.pm
9861 ____________________________________________________________________________
9862 [ 22319] By: rgs                                   on 2004/02/17  21:03:09
9863         Log: Regenerate table of contents and other related files.
9864      Branch: perl
9865            ! MANIFEST pod/perl.pod pod/perltoc.pod
9866 ____________________________________________________________________________
9867 [ 22318] By: rgs                                   on 2004/02/17  20:06:04
9868         Log: Bump up perl's version number to 5.9.1.
9869              Add perl591delta in perl.pod.
9870              Update the sample config files in Porting/.
9871      Branch: perl
9872            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
9873            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
9874            ! plan9/config.plan9 pod/perl.pod win32/Makefile
9875            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9876            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
9877 ____________________________________________________________________________
9878 [ 22317] By: davem                                 on 2004/02/17  19:28:58
9879         Log: 22316 had stupid precedence thinkos
9880      Branch: perl
9881            ! pp.c pp_hot.c
9882 ____________________________________________________________________________
9883 [ 22316] By: davem                                 on 2004/02/17  18:23:27
9884         Log: Slight update to #22315 ($lval=*FOO); optimise the hot tests,
9885              and fix some incorrect indentation
9886      Branch: perl
9887            ! pp.c pp_hot.c sv.c
9888 ____________________________________________________________________________
9889 [ 22315] By: davem                                 on 2004/02/17  18:01:52
9890         Log: Subject:  Re: [PATCH] GLOB to LVALUE assignment fix
9891              From:  Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
9892              Date:  Tue, 17 Feb 2004 17:32:16 +0100
9893              Message-Id:  <20040217163216.GA6805@ethan>
9894
9895              Make PVLV a superset of PVGV, so that $lvalue = *FOO works
9896      Branch: perl
9897            ! dump.c ext/B/B.pm ext/B/B.xs pp.c pp_hot.c sv.c sv.h t/op/gv.t
9898 ____________________________________________________________________________
9899 [ 22314] By: merijn                                on 2004/02/17  11:22:24
9900         Log: 1. Creating backward compatibility for Configure after patches
9901              #22227 and #22302 to still support 5.8.x and below
9902
9903              2. Small change for building on GNU hurd
9904              Date: Sun, 15 Feb 2004 23:27:17 +1100
9905              From: "Brendan O'Dea" <bod@debian.org>
9906              Message-ID: <20040215122717.GA26812@londo.c47.org>
9907      Branch: perl
9908            ! Configure Makefile.SH hints/gnu.sh
9909 ____________________________________________________________________________
9910 [ 22313] By: mhx                                   on 2004/02/16  20:27:40
9911         Log: Fix for Win32 build failure caused by the byacc to bison switch.
9912      Branch: perl
9913            ! perl.h
9914 ____________________________________________________________________________
9915 [ 22312] By: rgs                                   on 2004/02/16  13:16:43
9916         Log: Revert change 22308 (the patch was against maint, not blead)
9917      Branch: perl
9918            ! lib/ExtUtils/instmodsh
9919 ____________________________________________________________________________
9920 [ 22310] By: merijn                                on 2004/02/16  11:30:29
9921         Log: Fix typo in doc for Encode
9922              From: "Brendan O'Dea" <bod@debian.org>
9923              Date: Sun, 15 Feb 2004 23:27:17 +1100
9924              Message-ID: <20040215122717.GA26812@londo.c47.org>
9925      Branch: perl
9926            ! ext/Encode/Encode.pm
9927 ____________________________________________________________________________
9928 [ 22309] By: merijn                                on 2004/02/16  11:27:34
9929         Log: Missing semi-colon
9930              From: "Brendan O'Dea" <bod@debian.org>
9931              Date: Sun, 15 Feb 2004 23:27:17 +1100
9932              Message-ID: <20040215122717.GA26812@londo.c47.org>
9933      Branch: perl
9934            ! ext/MIME/Base64/Base64.xs
9935 ____________________________________________________________________________
9936 [ 22308] By: merijn                                on 2004/02/16  11:24:59
9937         Log: Add some basic POD to lib/ExtUtils/instmodsh so that
9938              it has a manpage.
9939              From: "Brendan O'Dea" <bod@debian.org>
9940              Date: Sun, 15 Feb 2004 23:27:17 +1100
9941              Message-ID: <20040215122717.GA26812@londo.c47.org>
9942      Branch: perl
9943            ! lib/ExtUtils/instmodsh
9944 ____________________________________________________________________________
9945 [ 22307] By: rgs                                   on 2004/02/15  11:02:49
9946         Log: Subject: [patch perlguts.pod] save_item doesn't handle magic
9947              From: Stas Bekman <stas@stason.org>
9948              Date: Fri, 13 Feb 2004 20:18:59 -0800
9949              Message-ID: <402DA1B3.2010608@stason.org>
9950      Branch: perl
9951            ! pod/perlguts.pod
9952 ____________________________________________________________________________
9953 [ 22306] By: davem                                 on 2004/02/15  00:24:26
9954         Log: Segmentation fault with
9955              sub x { shift; @a = @b; eval +{ use } }
9956      Branch: perl
9957            ! op.c perly.act perly.h perly.tab perly.y t/comp/parser.t
9958 ____________________________________________________________________________
9959 [ 22305] By: davem                                 on 2004/02/14  23:52:09
9960         Log: Enable v (verbose) switch on -Dp to display the top 8 elements
9961              on the parser stack at each reduce.  Also,
9962
9963              Subject: Re: switch from byacc to bison
9964              From: "Craig A. Berry" <craigberry@mac.com>
9965              Date: Sat, 14 Feb 2004 13:26:45 -0600
9966              Message-ID: <craigberry-8058A3.13264414022004@onion.develooper.com>
9967
9968              change #if DEBUGGING to #ifdef ... in perly.c
9969      Branch: perl
9970            ! perly.c pod/perlrun.pod
9971 ____________________________________________________________________________
9972 [ 22304] By: davem                                 on 2004/02/14  13:33:26
9973         Log: Subject:  Re: switch from byacc to bison
9974              From:  Abe Timmerman <abeltje@cpan.org>
9975              Date:  Sat, 14 Feb 2004 11:56:24 +0100
9976              Message-Id:  <200402141156.58185.abeltje@cpan.org>
9977
9978              Fix typos in pumpkin.pod
9979      Branch: perl
9980            ! Porting/pumpkin.pod
9981 ____________________________________________________________________________
9982 [ 22303] By: davem                                 on 2004/02/14  12:28:37
9983         Log: remove binary compatibility stuff from the yacc -> bison switch
9984              of change #22302
9985      Branch: perl
9986            ! embedvar.h intrpvar.h
9987 ____________________________________________________________________________
9988 [ 22302] By: davem                                 on 2004/02/14  02:06:53
9989         Log: Switch from byacc to bison and simplify the perly.* regeneration
9990              process
9991      Branch: perl
9992            + perly.act perly.tab regen_perly.pl
9993            - perly.fixer perly_c.diff perlyline.pl vms/perly_c.vms
9994            - vms/perly_h.vms vms/vms_yfix.pl
9995            ! MANIFEST Makefile.SH Porting/pumpkin.pod embedvar.h intrpvar.h
9996            ! op.c perl.h perlapi.h perly.c perly.h perly.y sv.c toke.c
9997            ! vms/descrip_mms.template
9998 ____________________________________________________________________________
9999 [ 22301] By: rgs                                   on 2004/02/13  21:11:25
10000         Log: Fix an fcntl example in perlopentut, spotted by MJD.
10001      Branch: perl
10002            ! pod/perlopentut.pod
10003 ____________________________________________________________________________
10004 [ 22300] By: davem                                 on 2004/02/12  23:18:20
10005         Log: The new -Dq option didn't actually work!
10006      Branch: perl
10007            ! perl.h
10008 ____________________________________________________________________________
10009 [ 22299] By: merijn                                on 2004/02/12  14:32:15
10010         Log: Subject: [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
10011              From: Stas Bekman <stas@stason.org>
10012              Date: Wed, 11 Feb 2004 16:53:54 -0800
10013              Message-ID: <402ACEA2.4020907@stason.org>
10014      Branch: perl
10015            ! perl.c
10016 ____________________________________________________________________________
10017 [ 22298] By: rgs                                   on 2004/02/10  08:49:12
10018         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
10019              From: Greg Matheson <lang@ms.chinmin.edu.tw>
10020              Date: Tue, 10 Feb 2004 12:36:33 +0800
10021              Message-ID: <20040210043633.GA33671687@momotaro>
10022      Branch: perl
10023            ! win32/makefile.mk
10024 ____________________________________________________________________________
10025 [ 22297] By: rgs                                   on 2004/02/10  08:05:16
10026         Log: Add 5.005_04-RC1 and Leon in perlhist.
10027      Branch: perl
10028            ! pod/perlhist.pod
10029 ____________________________________________________________________________
10030 [ 22295] By: rgs                                   on 2004/02/09  22:48:54
10031         Log: Add a note in Unicode::UCD about the _getcode() function
10032              being copy-n-pasted in charnames.pm. (spotted by Merijn)
10033      Branch: perl
10034            ! lib/Unicode/UCD.pm
10035 ____________________________________________________________________________
10036 [ 22294] By: rgs                                   on 2004/02/09  21:48:15
10037         Log: Implement stacked filetest operators (-f -w -x $file).
10038      Branch: perl
10039            ! doio.c dump.c ext/B/B/Concise.pm op.c op.h
10040            ! pod/perl591delta.pod pod/perlfunc.pod pp_sys.c t/op/filetest.t
10041 ____________________________________________________________________________
10042 [ 22292] By: rgs                                   on 2004/02/09  21:17:40
10043         Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8
10044              From: hv@crypt.org
10045              Date: Mon, 09 Feb 2004 03:21:21 +0000
10046              Message-Id: <200402090321.i193LL907950@zen.crypt.org>
10047      Branch: perl
10048            ! sv.c t/op/sprintf2.t
10049 ____________________________________________________________________________
10050 [ 22291] By: rgs                                   on 2004/02/09  21:09:14
10051         Log: Subject: reduce overhead of charnames.pm, make op/pat.t work under miniperl
10052              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
10053              Date: Mon, 9 Feb 2004 00:51:45 -0800
10054              Message-ID: <20040209085145.GA3204@efn.org>
10055              (plus an etymological notice)
10056      Branch: perl
10057            ! lib/charnames.pm
10058 ____________________________________________________________________________
10059 [ 22290] By: rgs                                   on 2004/02/08  21:34:27
10060         Log: Add the new private flag OPpGREP_LEX in B::Concise.
10061      Branch: perl
10062            ! ext/B/B/Concise.pm
10063 ____________________________________________________________________________
10064 [ 22289] By: rgs                                   on 2004/02/08  21:21:28
10065         Log: map and grep weren't working correctly with lexical $_ in
10066              scalar context, because pp_mapwhile and pp_grepwhile were using
10067              their target as a temporary slot to store the return value.
10068      Branch: perl
10069            ! pp_ctl.c pp_hot.c t/op/mydef.t
10070 ____________________________________________________________________________
10071 [ 22287] By: rgs                                   on 2004/02/08  12:01:35
10072         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
10073              From: Greg Matheson <lang@ms.chinmin.edu.tw>
10074              Date: Mon, 2 Feb 2004 16:52:44 +0800
10075              Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw>
10076      Branch: perl
10077            ! win32/makefile.mk
10078 ____________________________________________________________________________
10079 [ 22286] By: rgs                                   on 2004/02/08  11:48:09
10080         Log: Subject: [PATCH] Correct some prototypes in perlapi.pod
10081              From: Steve Hay <steve.hay@uk.radan.com>
10082              Date: Fri, 06 Feb 2004 12:44:05 +0000
10083              Message-ID: <40238C15.2090200@uk.radan.com>
10084      Branch: perl
10085            ! pod/perlapi.pod sv.h
10086 ____________________________________________________________________________
10087 [ 22285] By: rgs                                   on 2004/02/08  11:44:22
10088         Log: Subject: [PATCH] Fix absolute path handling in installhtml
10089              From: Steve Hay <steve.hay@uk.radan.com>
10090              Date: Fri, 06 Feb 2004 16:14:14 +0000
10091              Message-ID: <4023BD56.6090903@uk.radan.com>
10092      Branch: perl
10093            ! installhtml
10094 ____________________________________________________________________________
10095 [ 22284] By: rgs                                   on 2004/02/08  11:42:08
10096         Log: Subject: [PATCH perlunicode.pod] chomp() cares about Unicode
10097              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10098              Date: Sat, 07 Feb 2004 00:08:36 +0900
10099              Message-Id: <20040206235116.0E36.BQW10602@nifty.com>
10100      Branch: perl
10101            ! pod/perlunicode.pod
10102 ____________________________________________________________________________
10103 [ 22282] By: nicholas                              on 2004/02/07  22:32:44
10104         Log: Comment to record why we can't clear placeholders in hsplit
10105      Branch: perl
10106            ! hv.c
10107 ____________________________________________________________________________
10108 [ 22281] By: nicholas                              on 2004/02/07  21:46:59
10109         Log: deleting keys in restricted hashes was leaking the entry. Yow!
10110      Branch: perl
10111            ! hv.c lib/Hash/Util.t
10112 ____________________________________________________________________________
10113 [ 22280] By: nicholas                              on 2004/02/07  21:20:16
10114         Log: Now hv_delete is able to ingore placeholders.
10115              (This is an XS visible change in the hash API. But not of documented
10116              behaviour)
10117      Branch: perl
10118            ! hv.c
10119 ____________________________________________________________________________
10120 [ 22279] By: nicholas                              on 2004/02/07  20:56:50
10121         Log: All whitespace is equal, but some whitespace is more equal than others
10122              (lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better)
10123      Branch: perl
10124            ! MANIFEST
10125 ____________________________________________________________________________
10126 [ 22278] By: nicholas                              on 2004/02/07  19:50:10
10127         Log: hv_clear_placeholders now manipulates the linked lists directly, rather
10128              than using the iterator interface and calling hv_delete
10129              This will allow hv_delete to be simplified to remove most of the
10130              special casing related to placeholders.
10131      Branch: perl
10132            ! hv.c
10133 ____________________________________________________________________________
10134 [ 22273] By: merijn                                on 2004/02/06  11:47:14
10135         Log: Added hints_4.sh for specific AIX 4 support
10136              this is the next stage in the general cleanup process
10137              for the AIX hints. More to come
10138      Branch: perl
10139            + hints/aix_4.sh
10140            ! MANIFEST
10141 ____________________________________________________________________________
10142 [ 22272] By: rgs                                   on 2004/02/06  07:32:15
10143         Log: Fix a non-standard NAME pod section
10144              (by Smylers and Casey West)
10145      Branch: perl
10146            ! lib/Carp/Heavy.pm
10147 ____________________________________________________________________________
10148 [ 22268] By: rgs                                   on 2004/02/04  19:50:05
10149         Log: The "my $_" wasn't nice with foreach loops.
10150      Branch: perl
10151            ! op.c t/op/mydef.t
10152 ____________________________________________________________________________
10153 [ 22267] By: merijn                                on 2004/02/04  10:24:33
10154         Log: AIX 3 support removed from default hints after its separation
10155      Branch: perl
10156            ! hints/aix.sh
10157 ____________________________________________________________________________
10158 [ 22266] By: merijn                                on 2004/02/04  10:16:20
10159         Log: AIX 3 hints split off from default hints in preparation
10160              of a hint file cleanup. aix_4.sh will follow soon
10161      Branch: perl
10162            + hints/aix_3.sh
10163            ! MANIFEST
10164 ____________________________________________________________________________
10165 [ 22265] By: rgs                                   on 2004/02/03  21:54:23
10166         Log: More docs and tests for "my $_".
10167      Branch: perl
10168            ! pod/perlfunc.pod pod/perlsub.pod t/op/mydef.t
10169 ____________________________________________________________________________
10170 [ 22264] By: rgs                                   on 2004/02/03  20:33:02
10171         Log: Subject: [PATCH] was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]
10172              From: John Peacock <jpeacock@rowman.com>
10173              Date: Sun, 01 Feb 2004 21:10:07 -0500
10174              Message-ID: <401DB17F.5060808@rowman.com>
10175      Branch: perl
10176            ! embed.fnc embed.h lib/version.pm lib/version.t pod/perlapi.pod
10177            ! proto.h t/comp/use.t t/op/universal.t universal.c util.c
10178 ____________________________________________________________________________
10179 [ 22263] By: rgs                                   on 2004/02/03  19:41:11
10180         Log: Implement "my $_".
10181      Branch: perl
10182            + t/op/mydef.t
10183            ! MANIFEST gv.c op.c op.h opcode.h opcode.pl
10184            ! pod/perl591delta.pod pod/perlapi.pod pod/perlvar.pod pp.c
10185            ! pp_ctl.c pp_hot.c regexec.c toke.c
10186 ____________________________________________________________________________
10187 [ 22262] By: rgs                                   on 2004/02/03  16:38:25
10188         Log: Regenerate perlapi.pod.
10189      Branch: perl
10190            ! pod/perlapi.pod
10191 ____________________________________________________________________________
10192 [ 22261] By: merijn                                on 2004/02/03  12:57:37
10193         Log: If someone chooses xlc as default C compiler, threaded builds
10194              will fail, unless converted to cc_r
10195      Branch: perl
10196            ! hints/aix.sh
10197 ____________________________________________________________________________
10198 [ 22260] By: rgs                                   on 2004/02/01  20:47:35
10199         Log: Subject: patch for IRIX/gcc link issues
10200              From: Martin Pool <mbp@samba.org>
10201              Date: Wed, 28 Jan 2004 10:56:25 +1100
10202              Message-ID: <20040127235624.GA32612@hp.com>
10203      Branch: perl
10204            ! hints/irix_6.sh
10205 ____________________________________________________________________________
10206 [ 22259] By: davem                                 on 2004/02/01  17:42:44
10207         Log: update fix to Shell.pm in change #22254: make /dev/null portable
10208      Branch: perl
10209            ! lib/Shell.pm
10210 ____________________________________________________________________________
10211 [ 22258] By: davem                                 on 2004/02/01  17:40:02
10212         Log: Subject: Re: [perl #15063] /tmp issues
10213              From: Solar Designer <solar@openwall.com>
10214              Date: Mon, 26 Jan 2004 01:22:18 +0300
10215              Message-ID: <20040125222218.GA13499@openwall.com>
10216
10217              Remove insecure usage of /tmp from code and documentation
10218      Branch: perl
10219            ! ext/DB_File/DB_File.pm ext/DB_File/t/db-recno.t
10220            ! ext/Devel/PPPort/PPPort.pm ext/IO/t/io_unix.t
10221            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.pod
10222            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
10223            ! ext/Time/HiRes/Makefile.PL lib/CGI/Cookie.pm
10224            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/instmodsh
10225            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
10226            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
10227            ! lib/Memoize/t/tie_storable.t lib/Shell.pm lib/dotsh.pl
10228            ! lib/perl5db.pl mpeix/nm mpeix/relink perly.fixer
10229            ! pod/perl571delta.pod pod/perl58delta.pod pod/perldbmfilter.pod
10230            ! pod/perldebug.pod pod/perlfaq5.pod pod/perlfaq8.pod
10231            ! pod/perlfunc.pod pod/perlipc.pod pod/perllexwarn.pod
10232            ! pod/perlobj.pod pod/perlop.pod pod/perlopentut.pod
10233            ! utils/c2ph.PL
10234 ____________________________________________________________________________
10235 [ 22257] By: davem                                 on 2004/02/01  15:46:24
10236         Log: threads documentation: fork on UNIX might not copy all threads.
10237      Branch: perl
10238            ! pod/perlthrtut.pod
10239 ____________________________________________________________________________
10240 [ 22256] By: davem                                 on 2004/02/01  15:34:59
10241         Log: add test for Change 22194:
10242              [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks
10243      Branch: perl
10244            ! t/lib/strict/subs
10245 ____________________________________________________________________________
10246 [ 22254] By: davem                                 on 2004/02/01  13:11:00
10247         Log: Subject:  Patch for Shell.pm
10248              From:  Manuel Valente <mvalente@idealx.com>
10249              Date:  Tue, 27 Jan 2004 19:18:26 +0100
10250              Message-Id:  <4016AB72.1080503@idealx.com>
10251
10252              New option for Shell.pm to discard stderr instead of capturing it
10253      Branch: perl
10254            ! lib/Shell.pm
10255 ____________________________________________________________________________
10256 [ 22253] By: davem                                 on 2004/02/01  11:26:47
10257         Log: Make Time/HiRes/t/HiRes.t die more gracefully if its watchdog
10258              timeout triggers
10259      Branch: perl
10260            ! ext/Time/HiRes/t/HiRes.t
10261 ____________________________________________________________________________
10262 [ 22252] By: chip                                  on 2004/01/31  17:29:05
10263         Log: Don't show code closing STD{IN,OUT} before reopening, because
10264              doing so is unnecessary and occasionally harmful.
10265      Branch: perl
10266            ! pod/perlfork.pod pod/perlfunc.pod
10267 ____________________________________________________________________________
10268 [ 22248] By: rgs                                   on 2004/01/30  08:29:55
10269         Log: Another undocumented use of $_ : with reverse().
10270      Branch: perl
10271            ! pod/perlfunc.pod
10272 ____________________________________________________________________________
10273 [ 22247] By: merijn                                on 2004/01/30  08:18:28
10274         Log: Drop optimization for -O3 *and higher*
10275      Branch: perl
10276            ! ext/Storable/hints/linux.pl
10277 ____________________________________________________________________________
10278 [ 22246] By: rgs                                   on 2004/01/29  23:20:01
10279         Log: Regenerate perlapi.pod.
10280      Branch: perl
10281            ! pod/perlapi.pod
10282 ____________________________________________________________________________
10283 [ 22245] By: rgs                                   on 2004/01/29  21:08:28
10284         Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/
10285              From: hv@crypt.org
10286              Date: Thu, 29 Jan 2004 15:12:12 +0000
10287              Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org>
10288      Branch: perl
10289            ! pp_hot.c t/op/pat.t
10290 ____________________________________________________________________________
10291 [ 22244] By: rgs                                   on 2004/01/28  22:00:09
10292         Log: I'm the new maintainer of Switch.
10293              Sync with the CPAN version of Switch 2.10.
10294      Branch: perl
10295            ! Porting/Maintainers.pl lib/Switch.pm lib/Switch/README
10296 ____________________________________________________________________________
10297 [ 22243] By: merijn                                on 2004/01/28  20:30:40
10298         Log: Message-ID: <40113F7B.6050701@davidfavor.com>
10299              Date: Fri, 23 Jan 2004 09:36:27 -0600
10300              From: David Favor <david@davidfavor.com>
10301              Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1
10302              so no compilation stack limits are imposed.
10303      Branch: perl
10304            ! hints/aix.sh
10305 ____________________________________________________________________________
10306 [ 22242] By: rgs                                   on 2004/01/27  22:44:30
10307         Log: Update perl591delta.pod with what we've done so far.
10308      Branch: perl
10309            ! pod/perl591delta.pod
10310 ____________________________________________________________________________
10311 [ 22239] By: rgs                                   on 2004/01/27  21:54:31
10312         Log: Regenerate Changes.
10313              Only include changes from the perl branch.
10314      Branch: perl
10315            ! Changes
10316 ____________________________________________________________________________
10317 [ 22238] By: nicholas                              on 2004/01/27  21:51:27
10318         Log: Storable's hints file shouldn't blanket set optimize to -O2 on Linux
10319              Only *drop* optimize to -O2 if it's -O3 on gcc on Linux
10320      Branch: perl
10321            ! ext/Storable/hints/linux.pl
10322 ____________________________________________________________________________
10323 [ 22235] By: rgs                                   on 2004/01/27  21:19:03
10324         Log: More punctuation, good.
10325      Branch: perl
10326            ! pod/perlfunc.pod
10327 ____________________________________________________________________________
10328 [ 22228] By: rgs                                   on 2004/01/27  10:31:09
10329         Log: Subject: [PATCH] 5.8.3 -- fix signal comments in L<perlfunc/system>
10330              From: Brendan O'Dea <bod@debian.org>
10331              Date: Sun, 25 Jan 2004 11:23:48 +1100
10332              Message-ID: <20040125002348.GA31407@londo.c47.org>
10333      Branch: perl
10334            ! pod/perlfunc.pod
10335 ____________________________________________________________________________
10336 [ 22227] By: davem                                 on 2004/01/26  23:53:06
10337         Log: Subject:  [PATCH] myconfig.SH
10338              From:  "Daniel S. Lewart" <lewart@uiuc.edu>
10339              Date:  Sun, 25 Jan 2004 22:11:25 -0600
10340              Message-Id:  <20040125221125.A5390@staff1.cso.uiuc.edu>
10341
10342              make perl -V show the major release as 5 rather than 5.0
10343      Branch: perl
10344            ! myconfig.SH
10345 ____________________________________________________________________________
10346 [ 22224] By: merijn                                on 2004/01/26  22:10:13
10347         Log: Document change 22192
10348              We still need tests!
10349      Branch: perl
10350            ! lib/Exporter.pm
10351 ____________________________________________________________________________
10352 [ 22223] By: rgs                                   on 2004/01/26  21:58:14
10353         Log: Subject: [PATCH] fix vmsish.t #25
10354              From: "Craig A. Berry" <craigberry@mac.com>
10355              Date: Sat, 24 Jan 2004 18:45:35 -0600
10356              Message-ID: <401311AF.1060706@mac.com>
10357      Branch: perl
10358            ! lib/vmsish.t
10359 ____________________________________________________________________________
10360 [ 22221] By: nicholas                              on 2004/01/26  21:18:31
10361         Log: Merge dynamic perldelta from maint (22081)
10362              So now perldelta.pod is copied at build time from perl591delta.pod
10363              perl590delta.pod is as released to CPAN by Hugo
10364              Regen lots of makefiles, pods and the MANIFEST
10365      Branch: perl
10366            + pod/perl591delta.pod
10367           +> pod/perl590delta.pod
10368            - pod/perldelta.pod
10369            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
10370            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
10371            ! win32/pod.mak
10372 ____________________________________________________________________________
10373 [ 22218] By: rgs                                   on 2004/01/25  23:35:45
10374         Log: Remove the caveat about detached threads crashing on Windows
10375              (fixed by #22201). Bump up the version of threads.pm.
10376      Branch: perl
10377            ! ext/threads/threads.pm
10378 ____________________________________________________________________________
10379 [ 22217] By: nicholas                              on 2004/01/25  22:17:47
10380         Log: Need to skip Storable's threads test on 5.8.2 with ithreads and
10381              -DDEBUGGING, because it tickles a bug. (The same bug that got DBI)
10382      Branch: perl
10383            ! ext/Storable/t/threads.t
10384 ____________________________________________________________________________
10385 [ 22216] By: davem                                 on 2004/01/25  12:06:04
10386         Log: update MANIFEST for 2 new Storable test files introduced by 22205
10387      Branch: perl
10388            ! MANIFEST
10389 ____________________________________________________________________________
10390 [ 22215] By: davem                                 on 2004/01/25  12:00:04
10391         Log: add test for change 22209 (Remove small memory leak in newATTRSUB)
10392      Branch: perl
10393            ! t/op/closure.t
10394 ____________________________________________________________________________
10395 [ 22209] By: davem                                 on 2004/01/25  02:04:23
10396         Log: Remove small memory leak in newATTRSUB that manifested as a
10397              leaking scalar after the interpeter was cloned
10398      Branch: perl
10399            ! op.c
10400 ____________________________________________________________________________
10401 [ 22208] By: davem                                 on 2004/01/24  16:13:17
10402         Log: Subject:  [perl #24942] fields::inherit doesn't bless derived
10403              package's \%FIELDS, results in phash deprecation errors.
10404              From:  "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org>
10405              Date:  18 Jan 2004 15:15:46 -0000
10406              Message-Id:  <rt-3.0.8-24942-70144.16.7177902690315@perl.org>
10407      Branch: perl
10408            ! lib/base.pm lib/base/t/fields-base.t
10409 ____________________________________________________________________________
10410 [ 22207] By: davem                                 on 2004/01/24  15:36:28
10411         Log: Subject:  Re: Doc patches for File::Find
10412              From:  Mark Jason Dominus <mjd@plover.com>
10413              Date:  Thu, 22 Jan 2004 09:30:58 -0500
10414              Message-Id:  <20040122143058.29226.qmail@plover.com>
10415
10416              Better document the fact that neither find() nor finddepth() do a
10417              breath-first search.
10418      Branch: perl
10419            ! lib/File/Find.pm
10420 ____________________________________________________________________________
10421 [ 22206] By: ams                                   on 2004/01/24  11:06:51
10422         Log: Subject: [PATCH] Storable-2.08/t/code.t
10423              From: Slaven Rezic <slaven@rezic.de>
10424              Date: Sat, 8 Nov 2003 16:26:19 +0100 (CET)
10425              Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de>
10426      Branch: perl
10427            ! ext/Storable/t/code.t
10428 ____________________________________________________________________________
10429 [ 22205] By: ams                                   on 2004/01/24  11:03:36
10430         Log: Subject: [patch] make Storable thread-safe
10431              From: Stas Bekman <stas@stason.org>
10432              Date: Mon, 19 Jan 2004 00:20:02 -0800
10433              Message-Id: <400B9332.4070106@stason.org>
10434
10435              Subject: Re: Subroutine reference bug in Storable
10436              From: Slaven Rezic <slaven@rezic.de>
10437              Date: 14 Nov 2003 23:22:55 +0100
10438              Message-Id: <874qx6zj28.fsf@vran.herceg.de>
10439
10440              Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse +
10441              overload + cyclic structures
10442              From: Sam Vilain <sam@vilain.net>
10443              Date: Tue, 20 Jan 2004 22:30:15 +1300
10444              Message-Id: <200401202230.15865.sam@vilain.net>
10445      Branch: perl
10446            + ext/Storable/t/just_plain_nasty.t ext/Storable/t/threads.t
10447            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
10448            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
10449            ! ext/Storable/t/code.t
10450 ____________________________________________________________________________
10451 [ 22204] By: ams                                   on 2004/01/24  08:59:11
10452         Log: Upgrade to Locale::Maketext 1.08.
10453      Branch: perl
10454            + lib/Locale/Maketext/t/06super.t
10455            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
10456            ! lib/Locale/Maketext/TPJ13.pod
10457 ____________________________________________________________________________
10458 [ 22203] By: davem                                 on 2004/01/23  23:06:49
10459         Log: make some t/op/write.t failures more verbose
10460      Branch: perl
10461            ! t/op/write.t
10462 ____________________________________________________________________________
10463 [ 22201] By: davem                                 on 2004/01/23  22:26:47
10464         Log: Subject:  Re: threads::shared::queue;
10465              From:  Jan Dubois <jand@ActiveState.com>
10466              Date:  Thu, 22 Jan 2004 19:18:46 -0800
10467              Message-Id:  <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com>
10468
10469              Avoid threads+win32 crash by freeing Perl interpreter slightly later
10470      Branch: perl
10471            ! ext/threads/threads.xs
10472 ____________________________________________________________________________
10473 [ 22200] By: nicholas                              on 2004/01/23  18:28:43
10474         Log: test that use encoding; doesn't cause references to be stringified
10475      Branch: perl
10476            ! t/uni/chomp.t
10477 ____________________________________________________________________________
10478 [ 22199] By: nicholas                              on 2004/01/23  18:03:41
10479         Log: Document chomp's travels in the wonderful world of use encoding;
10480      Branch: perl
10481            ! pod/perlfunc.pod
10482 ____________________________________________________________________________
10483 [ 22198] By: nicholas                              on 2004/01/23  17:41:01
10484         Log: Check the return values of chomp
10485              (more tricky than it may seem, as the return value is unicode)
10486      Branch: perl
10487            ! t/uni/chomp.t
10488 ____________________________________________________________________________
10489 [ 22197] By: nicholas                              on 2004/01/23  13:57:46
10490         Log: Test return values of all chomps
10491      Branch: perl
10492            ! t/op/chop.t
10493 ____________________________________________________________________________
10494 [ 22196] By: nicholas                              on 2004/01/23  13:24:41
10495         Log: Subject: Re: [perl #24888] chomp ignores utf8
10496              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10497              Message-Id: <20040116040355.A849.BQW10602@nifty.com>
10498              Date: Fri, 16 Jan 2004 04:13:00 +0900
10499      Branch: perl
10500            + t/uni/chomp.t
10501            ! MANIFEST doop.c t/op/chop.t
10502 ____________________________________________________________________________
10503 [ 22195] By: davem                                 on 2004/01/22  20:48:03
10504         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
10505              From: Steve Hay <steve.hay@uk.radan.com>
10506              Date: Thu, 22 Jan 2004 17:08:29 +0000
10507              Message-ID: <4010038D.4070104@uk.radan.com>
10508      Branch: perl
10509            + win32/makeico.pl win32/perlexe.rc
10510            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
10511 ____________________________________________________________________________
10512 [ 22194] By: davem                                 on 2004/01/22  00:24:51
10513         Log: C<use strict; print if foo> didn't give the
10514              "Bareword not allowed" error unless warnings were enabled
10515      Branch: perl
10516            ! op.c
10517 ____________________________________________________________________________
10518 [ 22193] By: nicholas                              on 2004/01/21  21:58:10
10519         Log: Convert the older parts of op/bop.t over to test.pl
10520      Branch: perl
10521            ! t/op/bop.t
10522 ____________________________________________________________________________
10523 [ 22192] By: merijn                                on 2004/01/21  21:10:10
10524         Log: ':flock' not recognized unless it's first
10525              Exporter::Heavy now will treat :, /, and ! special in
10526              all arguments, not only if the _first_ arg starts with it
10527              Date: Wed, 21 Jan 2004 08:32:47 -0500
10528              Message-ID: <20040121133248.3359.qmail@plover.com>
10529      Branch: perl
10530            ! lib/Exporter/Heavy.pm
10531 ____________________________________________________________________________
10532 [ 22191] By: davem                                 on 2004/01/21  20:45:48
10533         Log: Subject:  PATCH for perl-5.8.4
10534              From:  "Edward S. Peschko" <esp5@pge.com>
10535              Date:  Mon, 19 Jan 2004 17:21:18 -0800
10536              Message-Id:  <20040120012118.GA29151@mdssdev05.comp.pge.com>
10537
10538              Add @DynaLoader::dl_shared_objects feature
10539      Branch: perl
10540            ! ext/DynaLoader/DynaLoader_pm.PL
10541 ____________________________________________________________________________
10542 [ 22190] By: davem                                 on 2004/01/21  20:14:51
10543         Log: remove the platform dependencies of the write.t tests introduced
10544              by change #22161, by hard-coding the expected outputs rather
10545              than using sprintf('%f').
10546      Branch: perl
10547            ! t/op/write.t
10548 ____________________________________________________________________________
10549 [ 22189] By: davem                                 on 2004/01/20  22:41:14
10550         Log: Fix typo in patch #22188
10551      Branch: perl
10552            ! pod/perlfunc.pod
10553 ____________________________________________________________________________
10554 [ 22188] By: davem                                 on 2004/01/20  22:36:10
10555         Log: warn that C<$x : unique> operates on the typeglob, so affects @x
10556              and %x too.
10557      Branch: perl
10558            ! pod/perlfunc.pod
10559 ____________________________________________________________________________
10560 [ 22187] By: davem                                 on 2004/01/20  22:27:50
10561         Log: "sub foo :unique" segfaults
10562
10563              Turn these two into compile-time errors until such time as
10564              someone thinks of a useful meaning for them:
10565              my $x : unique
10566              sub foo : unique
10567      Branch: perl
10568            ! ext/threads/t/problems.t pod/perldiag.pod toke.c xsutils.c
10569 ____________________________________________________________________________
10570 [ 22186] By: rgs                                   on 2004/01/20  21:16:01
10571         Log: Add a new test file for situations where threads may interfere.
10572              Subject: Re: "restricted hashes" hit again !
10573              From: Stas Bekman <stas@stason.org>
10574              Date: Tue, 23 Dec 2003 15:32:26 -0800
10575              Message-ID: <3FE8D08A.4090806@stason.org>
10576      Branch: perl
10577            + t/op/threads.t
10578            ! MANIFEST
10579 ____________________________________________________________________________
10580 [ 22185] By: davem                                 on 2004/01/20  21:01:08
10581         Log: Document CVf_UNIQUE flag better
10582      Branch: perl
10583            ! cv.h
10584 ____________________________________________________________________________
10585 [ 22183] By: rgs                                   on 2004/01/20  20:26:18
10586         Log: Fix precedence errors and add some cleanup in the new
10587              DBM_Filter tests
10588      Branch: perl
10589            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
10590 ____________________________________________________________________________
10591 [ 22182] By: davem                                 on 2004/01/20  00:16:42
10592         Log: second attempt to fix [perl #24914] freeing a CV reference that was
10593              currently being executed caused coredumps. The dounwind called by
10594              die unwinds all the contexts on the context stack before unwinding
10595              the save stack.  To stop premature freeing of the CV, hold
10596              references to it on both stacks.
10597      Branch: perl
10598            ! cop.h pp_ctl.c pp_hot.c pp_sort.c t/op/closure.t
10599 ____________________________________________________________________________
10600 [ 22181] By: davem                                 on 2004/01/19  23:41:37
10601         Log: change #22071 (taint bug in $^0) introduced a potential double
10602              free(), because PL_osname may get freed but not nulled if a taint
10603              test fails in between. Mea cupla and all that...
10604      Branch: perl
10605            ! mg.c
10606 ____________________________________________________________________________
10607 [ 22180] By: rgs                                   on 2004/01/19  22:32:27
10608         Log: Subject: Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
10609              From: Gisle Aas <gisle@ActiveState.com>
10610              Date: 17 Jan 2004 01:29:02 -0800
10611              Message-ID: <lrn08m7wkh.fsf@caliper.activestate.com>
10612              (test rewritten to fit in blead)
10613      Branch: perl
10614            ! pp.c t/op/bop.t
10615 ____________________________________________________________________________
10616 [ 22179] By: merijn                                on 2004/01/19  21:36:48
10617         Log: Subject: [PATCH] dl_unload_file for HP-UX
10618              Date: Mon, 12 Jan 2004 07:49:44 -0800
10619              From: Neil Watkiss <neil.watkiss@sophos.com>
10620              Message-ID: <20040112154944.GA15412@ActiveState.com>
10621      Branch: perl
10622            ! ext/DynaLoader/dl_hpux.xs
10623 ____________________________________________________________________________
10624 [ 22177] By: merijn                                on 2004/01/19  16:11:22
10625         Log: Allow -Uinc_version_list to mean -Dinc_version_list=none
10626              See INSTALL for more details
10627      Branch: perl
10628            ! Configure
10629 ____________________________________________________________________________
10630 [ 22175] By: merijn                                on 2004/01/19  16:05:50
10631         Log: Describe how to limit the perl's default @INC during Configure
10632              to _not_ include older versions
10633      Branch: perl
10634            ! INSTALL
10635 ____________________________________________________________________________
10636 [ 22174] By: merijn                                on 2004/01/19  10:41:24
10637         Log: Subject: [PATCH bleadperl] rescue PerlIO_getname for VMS
10638              Date: Sun, 18 Jan 2004 12:51:23 -0600
10639              From: "Craig A. Berry" <craigberry@mac.com>
10640              Message-ID: <400AD5AB.3080708@mac.com>
10641      Branch: perl
10642            ! perlio.c
10643 ____________________________________________________________________________
10644 [ 22173] By: merijn                                on 2004/01/19  10:27:53
10645         Log: Subject: [PATCH bleadperl] detect nanosleep on VMS
10646              Date: Sun, 18 Jan 2004 17:03:30 -0600
10647              From: "Craig A. Berry" <craigberry@mac.com>
10648              Message-ID: <400B10C2.9060504@mac.com>
10649      Branch: perl
10650            ! configure.com
10651 ____________________________________________________________________________
10652 [ 22172] By: davem                                 on 2004/01/17  23:58:04
10653         Log: back out change #24914 "freeing a CV reference that was currently
10654              being executed caused coredumps".
10655              The new test case sometimes locks up linux's malloc, and with
10656              Perl's malloc the test code still coredumps :-(
10657      Branch: perl
10658            ! perl.c scope.c scope.h sv.c t/op/closure.t
10659 ____________________________________________________________________________
10660 [ 22171] By: rgs                                   on 2004/01/17  22:00:48
10661         Log: Subject: Refactor VOS patches for bleadperl and perl-5.8.x
10662              From: "Green, Paul" <Paul.Green@stratus.com>
10663              Date: Thu, 15 Jan 2004 16:00:15 -0500
10664              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FBB15@exna4.stratus.com>
10665      Branch: perl
10666            ! README.vos hv.c pp_pack.c vos/Changes
10667 ____________________________________________________________________________
10668 [ 22170] By: rgs                                   on 2004/01/17  21:25:08
10669         Log: Subject: Re: open/or inconsistency
10670              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10671              Date: Sat, 17 Jan 2004 19:59:55 +0900
10672              Message-Id: <20040117195729.623A.BQW10602@nifty.com>
10673              (plus a test.)
10674              Don't produce the warning for constructs like
10675              open my $fh, $file or die;
10676      Branch: perl
10677            ! op.c t/lib/warnings/op
10678 ____________________________________________________________________________
10679 [ 22169] By: davem                                 on 2004/01/17  18:02:31
10680         Log: Subject:  Perl core dumps when running out of memory [PATCH]
10681              From:  Gisle Aas <gisle@ActiveState.com>
10682              Date:  17 Jan 2004 06:18:13 -0800
10683              Message-Id:  <lrsmiebqvu.fsf@caliper.activestate.com>
10684
10685              Display 'out of memeory' errors using low-level I/O to avoid
10686              recursive failure and so coredumps.
10687      Branch: perl
10688            ! util.c
10689 ____________________________________________________________________________
10690 [ 22168] By: davem                                 on 2004/01/17  17:38:21
10691         Log: From: "Paul Marquess" <Paul.Marquess@btinternet.com>
10692              Subject: [PATCH ] Enhanced DBM Filters
10693              Date: Sat, 17 Jan 2004 16:44:53 -0000
10694              Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com>
10695
10696              add DBM_Filter
10697      Branch: perl
10698            + lib/DBM_Filter.pm lib/DBM_Filter/Changes
10699            + lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
10700            + lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
10701            + lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
10702            + lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
10703            + lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
10704            + lib/DBM_Filter/t/utf8.t lib/DBM_Filter/utf8.pm
10705            + lib/dbm_filter_util.pl
10706            ! MANIFEST
10707 ____________________________________________________________________________
10708 [ 22167] By: davem                                 on 2004/01/17  16:12:32
10709         Log: freeing a CV reference that was currently being
10710              executed caused coredumps
10711      Branch: perl
10712            ! perl.c scope.c scope.h sv.c t/op/closure.t
10713 ____________________________________________________________________________
10714 [ 22166] By: nicholas                              on 2004/01/17  15:07:31
10715         Log: Integrate final perl583delta
10716      Branch: perl
10717           !> pod/perl583delta.pod
10718 ____________________________________________________________________________
10719 [ 22163] By: davem                                 on 2004/01/16  19:24:14
10720         Log: Subject:  Re: [perl #24816] Magic vars seem unsure if they are purely numeric
10721              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
10722              Date:  Thu, 15 Jan 2004 14:10:37 -0800
10723              Message-Id:  <20040115221037.GA2392@efn.org>
10724
10725              Add sv_2iv_flags() to allow magic to be optionally processed.
10726      Branch: perl
10727            ! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c
10728            ! proto.h sv.c sv.h t/op/bop.t
10729 ____________________________________________________________________________
10730 [ 22162] By: davem                                 on 2004/01/16  16:39:17
10731         Log: format bug with undefined _TOP
10732              name of format_TOP now derived from the name of the current
10733              filehandle rather then the name of the  format associetd with that
10734              handle
10735      Branch: perl
10736            ! pp_sys.c t/op/write.t
10737 ____________________________________________________________________________
10738 [ 22161] By: davem                                 on 2004/01/16  13:29:26
10739         Log: Subject: [PATCH] format/write (version 2)
10740              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
10741              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1>
10742
10743              Fixes and additions to formats:
10744
10745              Improvement: NULL chars in picture line
10746              Bugfix: C<@*> shown in output if not alone on a line
10747              New feature: C<^*> for variable-width, one-line-at-a-time text
10748              Improvement: Diagnostic on C<@#> and C<~~>
10749              Bugfix: Segmentation fault on big numbers
10750              Improvement (maybe): Truncation of numbers produces misleading output
10751              Bugfix: "}" terminates format
10752              Bugfix: Error when copying non-UTF to UTF (EBCDIC only)
10753      Branch: perl
10754            ! embed.fnc embed.h form.h pod/perldiag.pod pod/perlform.pod
10755            ! pp_ctl.c proto.h t/op/write.t toke.c
10756 ____________________________________________________________________________
10757 [ 22160] By: davem                                 on 2004/01/15  23:49:02
10758         Log: buigid #24905 - the code planted to call glob() retained an
10759              extraneous targ index in a pushmark op, leasing to strangeness
10760              when the op was freed
10761      Branch: perl
10762            ! op.c
10763 ____________________________________________________________________________
10764 [ 22159] By: rgs                                   on 2004/01/15  22:19:25
10765         Log: Upgrade to Time::HiRes 1.55
10766      Branch: perl
10767            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
10768            ! ext/Time/HiRes/HiRes.xs
10769 ____________________________________________________________________________
10770 [ 22155] By: nicholas                              on 2004/01/15  00:03:04
10771         Log: Make chomp heed the utf8 flags on the target string and $/
10772              [Fixes #24888]
10773              More work still needed to make chomp heed the encoding pragma.
10774      Branch: perl
10775            ! doop.c t/op/chop.t
10776 ____________________________________________________________________________
10777 [ 22154] By: nicholas                              on 2004/01/14  21:14:14
10778         Log: Update pod.lst with perl583delta,pod, and rerun pod/buildtoc
10779              [Forgot to do this as part of the integration]
10780      Branch: perl
10781            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
10782            ! vms/descrip_mms.template win32/pod.mak
10783 ____________________________________________________________________________
10784 [ 22153] By: nicholas                              on 2004/01/14  19:28:54
10785         Log: Integrate:
10786              [ 22143]
10787              We're planning on making history today. Mind you, not that much -
10788              only 1 line.
10789
10790              perl583delta.pod
10791      Branch: perl
10792           +> pod/perl583delta.pod
10793            ! MANIFEST
10794           !> pod/perlhist.pod
10795 ____________________________________________________________________________
10796 [ 22150] By: nicholas                              on 2004/01/14  17:48:52
10797         Log: Bump version number as file has changed since 5.8.2
10798      Branch: perl
10799            ! lib/File/Find.pm
10800 ____________________________________________________________________________
10801 [ 22149] By: nicholas                              on 2004/01/14  17:45:54
10802         Log: Subject:  Doc patches for File::Find
10803              From:  Andy Lester <andy@petdance.com>
10804              Date:  Mon, 12 Jan 2004 00:10:50 -0600
10805              Message-Id:  <20040112061050.GB7308@petdance.com>
10806      Branch: perl
10807            ! lib/File/Find.pm
10808 ____________________________________________________________________________
10809 [ 22136] By: nicholas                              on 2004/01/14  13:01:27
10810         Log: Assimilate CGI 3.03
10811      Branch: perl
10812            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm
10813 ____________________________________________________________________________
10814 [ 22133] By: nicholas                              on 2004/01/13  22:53:42
10815         Log: Add VMS to the list of "don't fork" OSes
10816              [In the most simple way possible. Fix this properly post 5.8.3
10817              to use $Config{d_fork} or something more robust]
10818      Branch: perl
10819            ! ext/threads/shared/t/wait.t
10820 ____________________________________________________________________________
10821 [ 22129] By: rgs                                   on 2004/01/13  19:26:24
10822         Log: Subject: [PATCH] [ANNOUNCE] Math::BigInt v1.69
10823              From: Tels <perl_dummy@bloodgate.com>
10824              Date: Tue, 13 Jan 2004 19:28:48 +0100
10825              Message-Id: <200401131928.50247@bloodgate.com>
10826      Branch: perl
10827            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
10828            ! lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/bare_mbi.t
10829            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
10830            ! lib/Math/BigInt/t/sub_mbi.t
10831 ____________________________________________________________________________
10832 [ 22128] By: rgs                                   on 2004/01/13  09:06:11
10833         Log: MANIFEST adjustment.
10834      Branch: perl
10835            ! MANIFEST
10836 ____________________________________________________________________________
10837 [ 22126] By: ams                                   on 2004/01/13  07:16:33
10838         Log: Upgrade to Locale::Maketext 1.07.
10839      Branch: perl
10840            + lib/Locale/Maketext/t/04super.t
10841            + lib/Locale/Maketext/t/05super.t
10842            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
10843            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
10844 ____________________________________________________________________________
10845 [ 22125] By: rgs                                   on 2004/01/12  22:44:53
10846         Log: Document usage of $_ and pos() inside /(?{...})/.
10847              (see change #2367.)
10848      Branch: perl
10849            ! pod/perlre.pod
10850 ____________________________________________________________________________
10851 [ 22124] By: rgs                                   on 2004/01/12  22:10:51
10852         Log: Upgrade to MIME::Base64 2.23.
10853      Branch: perl
10854            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
10855            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
10856 ____________________________________________________________________________
10857 [ 22123] By: rgs                                   on 2004/01/12  21:24:28
10858         Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH]
10859              From: Robin Barker <Robin.Barker@npl.co.uk>
10860              Date: Thu, 8 Jan 2004 16:21:25 -0000
10861              Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk>
10862      Branch: perl
10863            ! handy.h
10864 ____________________________________________________________________________
10865 [ 22122] By: nicholas                              on 2004/01/12  19:52:16
10866         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
10867              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
10868              Message-ID: <Pine.LNX.4.58.0401121127210.15844@benevelle.wi.securepipe.com>
10869              Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST)
10870      Branch: perl
10871            ! ext/threads/shared/t/wait.t
10872 ____________________________________________________________________________
10873 [ 22121] By: nicholas                              on 2004/01/12  17:27:25
10874         Log: use sv_setpvn rather than sv_setpv and save a strlen()
10875      Branch: perl
10876            ! doop.c
10877 ____________________________________________________________________________
10878 [ 22120] By: merijn                                on 2004/01/12  13:04:42
10879         Log: Subject: [PATCH] Make 'Configure -Dcf_by=...' work
10880              From: Gisle Aas <gisle@ActiveState.com>
10881              Date: 12 Jan 2004 02:35:27 -0800
10882              Message-ID: <lrvfnh315c.fsf@caliper.activestate.com>
10883      Branch: perl
10884            ! Configure
10885 ____________________________________________________________________________
10886 [ 22117] By: rgs                                   on 2004/01/12  10:10:43
10887         Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012]
10888              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10889              Date: Mon, 12 Jan 2004 11:19:37 +0900
10890              Message-Id: <20040112111007.EB69.BQW10602@nifty.com>
10891      Branch: perl
10892            ! doop.c t/op/join.t
10893 ____________________________________________________________________________
10894 [ 22115] By: nicholas                              on 2004/01/11  23:37:09
10895         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
10896              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
10897              Message-ID: <Pine.LNX.4.58.0401111548010.6679@localhost.localdomain>
10898              Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST)
10899      Branch: perl
10900            ! ext/threads/shared/t/wait.t
10901 ____________________________________________________________________________
10902 [ 22113] By: nicholas                              on 2004/01/11  23:14:48
10903         Log: Regenerate win32/Makefile and win32/makefile.mk after
10904
10905              Integrate:
10906              [ 22081]
10907              Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for
10908              a copy to be made at build time.
10909
10910              [ 22111]
10911              Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
10912              From: Abe Timmerman <abe@ztreet.demon.nl>
10913              Message-Id: <200401111813.40829.abe@ztreet.demon.nl>
10914              Date: Sun, 11 Jan 2004 18:13:40 +0100
10915
10916              plus revert 22092 and 22080
10917      Branch: perl
10918            ! pod.lst win32/Makefile win32/makefile.mk
10919           !> pod/buildtoc
10920 ____________________________________________________________________________
10921 [ 22112] By: rgs                                   on 2004/01/11  22:38:08
10922         Log: Upgrade to Cwd 2.14.
10923      Branch: perl
10924            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
10925 ____________________________________________________________________________
10926 [ 22110] By: rgs                                   on 2004/01/11  16:34:43
10927         Log: Upgrade to Math::BigRat 0.11
10928
10929              Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11
10930              From: Tels <perl_dummy@bloodgate.com>
10931              Date: Wed, 7 Jan 2004 18:30:06 +0100
10932              Message-Id: <200401071830.07445@bloodgate.com>
10933      Branch: perl
10934            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
10935            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
10936 ____________________________________________________________________________
10937 [ 22109] By: rgs                                   on 2004/01/10  23:39:38
10938         Log: Subject: [PATCH] Nicer formatting for function arguments in Carp messages
10939              From: Steve Hay <steve.hay@uk.radan.com>
10940              Date: Wed, 07 Jan 2004 13:22:30 +0000
10941              Message-ID: <3FFC0816.9090406@uk.radan.com>
10942
10943              (and increment version number in Carp)
10944      Branch: perl
10945            ! lib/Carp.pm lib/Carp/Heavy.pm
10946 ____________________________________________________________________________
10947 [ 22108] By: adi                                   on 2004/01/10  21:33:59
10948         Log: documentation nit
10949      Branch: perl
10950            ! pod/perlop.pod
10951 ____________________________________________________________________________
10952 [ 22107] By: adi                                   on 2004/01/10  20:19:09
10953         Log: nit to Bytecode - the av_extend opcode wasn't saved when
10954              the array had AvFILL == 0
10955      Branch: perl
10956            ! ext/B/B/Assembler.pm
10957 ____________________________________________________________________________
10958 [ 22106] By: adi                                   on 2004/01/10  20:16:03
10959         Log: still problems with backreferences + reverse cloning
10960              after #21936 - the weak reference may live on the pad.
10961      Branch: perl
10962            ! sv.c
10963 ____________________________________________________________________________
10964 [ 22104] By: nicholas                              on 2004/01/09  19:50:43
10965         Log: Bah. Makefile.PL still tests the sub-MANIFEST
10966      Branch: perl
10967            ! ext/Storable/MANIFEST
10968 ____________________________________________________________________________
10969 [ 22103] By: davem                                 on 2004/01/09  12:20:38
10970         Log: temporarily backout test of thread returning a closure. It crashes
10971              win32.
10972      Branch: perl
10973            ! ext/threads/t/problems.t
10974 ____________________________________________________________________________
10975 [ 22102] By: davem                                 on 2004/01/08  22:32:28
10976         Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)
10977              Message-ID: <20040107121357.GD82921@dansat.data-plan.com>
10978
10979              Returning a closure from a thread (via join) could mess up because
10980              pointers to PL_sv_undef weren't rejigged to point at the joiner's
10981              version of PL_sv_undef. Also, the closure's CvGV got cloned too
10982              but never freed, since CvGV isn't refcounted.
10983      Branch: perl
10984            ! ext/threads/t/problems.t ext/threads/threads.xs sv.c
10985 ____________________________________________________________________________
10986 [ 22101] By: rgs                                   on 2004/01/08  21:00:56
10987         Log: perl582delta.pod was not in the MANIFEST.
10988      Branch: perl
10989            ! MANIFEST
10990 ____________________________________________________________________________
10991 [ 22100] By: nicholas                              on 2004/01/08  17:35:27
10992         Log: Integrate:
10993              [ 22093]
10994              Graham says that the search.cpan.org pod finder hashes on name
10995              The 4 files all thinking they are perldelta.pod confuses it.
10996      Branch: perl
10997           +> pod/perl582delta.pod
10998           !> pod/perl581delta.pod pod/perl58delta.pod
10999 ____________________________________________________________________________
11000 [ 22096] By: nicholas                              on 2004/01/08  13:15:38
11001         Log: Subject: [PATCH pod/perlhist.pod] Mention 5.8.3-RC1
11002              From: Abigail <abigail@abigail.nl>
11003              Message-ID: <20040107230027.GC393@abigail.nl>
11004              Date: Thu, 8 Jan 2004 00:00:27 +0100
11005      Branch: perl
11006            ! pod/perlhist.pod
11007 ____________________________________________________________________________
11008 [ 22091] By: nicholas                              on 2004/01/07  19:09:50
11009         Log:
11010              22088 22089 22090 (datestamp corrections - let's see if this really
11011              works)
11012      Branch: perl
11013           !> (integrate 35 files)
11014 ____________________________________________________________________________
11015 [ 22084] By: rgs                                   on 2004/01/07  09:25:16
11016         Log: Hardcoded numerical flag masks. Bad.
11017      Branch: perl
11018            ! doop.c
11019 ____________________________________________________________________________
11020 [ 22083] By: nicholas                              on 2004/01/06  18:57:29
11021         Log: Seems that sv_setsv_cow needs to be visible to core extensions,
11022              so that re will build properly on Win32. Thanks to Steve Hay for
11023              trying COW and finding the problems.
11024      Branch: perl
11025            ! embed.fnc embed.h
11026 ____________________________________________________________________________
11027 [ 22082] By: rgs                                   on 2004/01/06  18:11:22
11028         Log: Fix bug #24813 : the -0 wasn't recognized on the #! line
11029      Branch: perl
11030            + t/run/switch0.t
11031            ! MANIFEST perl.c
11032 ____________________________________________________________________________
11033 [ 22079] By: nicholas                              on 2004/01/06  12:38:52
11034         Log: Jarkko didn't move the cd ..\pod correctly. Given that it's been
11035              like this pre 5.8.1, I suspect that no-one has used it recently.
11036      Branch: perl
11037            ! win32/makefile.mk
11038 ____________________________________________________________________________
11039 [ 22076] By: rgs                                   on 2004/01/06  08:18:44
11040         Log: The TODO tag should be included also when a TODO test succeeds,
11041              so it's reported by the test harness
11042      Branch: perl
11043            ! t/op/write.t
11044 ____________________________________________________________________________
11045 [ 22075] By: rgs                                   on 2004/01/06  07:56:25
11046         Log: This TODO test seems to pass now.
11047      Branch: perl
11048            ! t/op/write.t
11049 ____________________________________________________________________________
11050 [ 22074] By: rgs                                   on 2004/01/05  23:29:55
11051         Log: Some of the bitwise manipulation PP functions weren't checking
11052              whether their arguments were magical before using them.
11053              (bug [#24816]).
11054      Branch: perl
11055            ! pp.c
11056 ____________________________________________________________________________
11057 [ 22071] By: davem                                 on 2004/01/05  22:17:04
11058         Log:
11059              stop $^O getting tainted on read access, and disallow tainted
11060              assignment to it
11061      Branch: perl
11062            ! mg.c t/op/taint.t
11063 ____________________________________________________________________________
11064 [ 22068] By: rgs                                   on 2004/01/05  21:48:30
11065         Log: Some mandatory syntax warnings emitted by the lexer weren't
11066              disableable (bug [perl #24815]).
11067      Branch: perl
11068            ! pod/perldiag.pod t/lib/warnings/toke toke.c
11069 ____________________________________________________________________________
11070 [ 22067] By: nicholas                              on 2004/01/05  21:36:07
11071         Log: Change the flag logic in buildtoc
11072      Branch: perl
11073            ! pod.lst pod/buildtoc
11074 ____________________________________________________________________________
11075 [ 22064] By: nicholas                              on 2004/01/05  21:16:09
11076         Log: Fix bug with MANIFEST generation when we also regenerate perltoc.pod
11077      Branch: perl
11078            ! pod/buildtoc
11079 ____________________________________________________________________________
11080 [ 22058] By: rgs                                   on 2004/01/05  06:17:47
11081         Log: Subject: [PATCH] skip num.t #47 on VMS
11082              From: "Craig A. Berry" <craigberry@mac.com>
11083              Date: Sun, 04 Jan 2004 23:16:26 -0600
11084              Message-ID: <3FF8F32A.5000108@mac.com>
11085      Branch: perl
11086            ! t/base/num.t
11087 ____________________________________________________________________________
11088 [ 22057] By: rgs                                   on 2004/01/05  06:17:07
11089         Log: Subject: [PATCH configure.com] future-proof signal check
11090              From: "Craig A. Berry" <craigberry@mac.com>
11091              Date: Sun, 04 Jan 2004 22:53:40 -0600
11092              Message-ID: <3FF8EDD4.3080308@mac.com>
11093      Branch: perl
11094            ! configure.com
11095 ____________________________________________________________________________
11096 [ 22056] By: rgs                                   on 2004/01/04  20:45:31
11097         Log: Upgrade to Cwd 2.13
11098      Branch: perl
11099            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
11100 ____________________________________________________________________________
11101 [ 22055] By: davem                                 on 2004/01/04  19:34:36
11102         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
11103              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
11104              Date: Fri, 2 Jan 2004 11:31:46 +0100
11105              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1>
11106
11107              eval of of a truncated format should fail
11108      Branch: perl
11109            ! t/op/write.t toke.c
11110 ____________________________________________________________________________
11111 [ 22052] By: rgs                                   on 2004/01/03  19:53:53
11112         Log: Upgrade to PerlIO::via::QuotedPrint 0.06
11113      Branch: perl
11114            ! lib/PerlIO/via/QuotedPrint.pm
11115 ____________________________________________________________________________
11116 [ 22051] By: rgs                                   on 2004/01/03  19:51:02
11117         Log: Upgrade to Time::HiRes 1.54
11118      Branch: perl
11119            + ext/Time/HiRes/hints/solaris.pl
11120            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
11121            ! ext/Time/HiRes/HiRes.xs
11122 ____________________________________________________________________________
11123 [ 22050] By: nicholas                              on 2004/01/03  19:24:00
11124         Log: No matter how hard you proof read it, something always slips through.
11125      Branch: perl
11126            ! ext/Storable/ChangeLog
11127 ____________________________________________________________________________
11128 [ 22049] By: nicholas                              on 2004/01/03  19:22:08
11129         Log: Fix minor problems with the CPAN release
11130              1: Make Storable.xs to work on 5.8.2 and later (already in the core)
11131              2: Ship the linux hints file
11132              3: Ship Test::More for the benefit of Perls pre 5.6.2
11133              4: Correct Makefile.PL to install in core for 5.8.0 and later
11134      Branch: perl
11135            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
11136            ! ext/Storable/Makefile.PL ext/Storable/README
11137            ! ext/Storable/Storable.pm
11138 ____________________________________________________________________________
11139 [ 22047] By: rgs                                   on 2004/01/03  00:07:13
11140         Log: Tidy up change #18751, so that the second parameter to unpack()
11141              defaults to $_ at compile-time, instead of run-time (like all
11142              other primitives that default to $_).
11143      Branch: perl
11144            ! embed.h op.c opcode.h opcode.pl pp.sym pp_pack.c pp_proto.h
11145 ____________________________________________________________________________
11146 [ 22044] By: nicholas                              on 2004/01/02  16:17:24
11147         Log: Bump $threads::VERSION as the documentation has changed. Tweak the
11148              documentaiton, update Arthur's e-mail address
11149      Branch: perl
11150            ! ext/threads/threads.pm
11151 ____________________________________________________________________________
11152 [ 22043] By: rgs                                   on 2004/01/02  08:35:22
11153         Log: Use the optimization level -O2 by default on Linux/gcc.
11154              See :
11155              Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?)
11156              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
11157              Date: Thu, 1 Jan 2004 05:32:15 +0100
11158              Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2>
11159      Branch: perl
11160            ! hints/linux.sh
11161 ____________________________________________________________________________
11162 [ 22041] By: nicholas                              on 2004/01/02  00:38:00
11163         Log: Update debugger version number and Changes file
11164      Branch: perl
11165            ! lib/perl5db.pl
11166 ____________________________________________________________________________
11167 [ 22037] By: davem                                 on 2004/01/01  23:22:10
11168         Log: addition to 22036 (document SUPER better): superclass may be plural
11169      Branch: perl
11170            ! pod/perlbot.pod pod/perlobj.pod
11171 ____________________________________________________________________________
11172 [ 22036] By: davem                                 on 2004/01/01  22:23:11
11173         Log: Document the quirks of SUPER, especially the fact that it it
11174              relative to the current package and not to the invoking object.
11175      Branch: perl
11176            ! pod/perlboot.pod pod/perlbot.pod pod/perlobj.pod
11177            ! pod/perltoot.pod
11178 ____________________________________________________________________________
11179 [ 22034] By: davem                                 on 2004/01/01  19:58:08
11180         Log: Fix bug #24383, where hashes with the :unique attribute weren't
11181              getting made readonly on interpreter clone. Also, remove the
11182              :unique attribute from the hashes in warnings.pm, since they may
11183              later be modified by warnings::register.  Finally, adds tests for
11184              the :unique attribute.
11185      Branch: perl
11186            ! ext/threads/t/problems.t lib/warnings.pm sv.c warnings.pl
11187 ____________________________________________________________________________
11188 [ 22033] By: nicholas                              on 2004/01/01  19:22:24
11189         Log: Subject: Perl 5.8.3 patches from the BS2000 port - part 2
11190              From: Dorner Thomas <tdorner@amadeus.net>
11191              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de>
11192              Date: Fri, 19 Dec 2003 07:16:47 +0100
11193      Branch: perl
11194            ! t/io/utf8.t t/op/pat.t
11195 ____________________________________________________________________________
11196 [ 22032] By: rgs                                   on 2004/01/01  17:29:21
11197         Log: Subject: [PATCH 5.8.2 @21574] OS/2 update
11198              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
11199              Date: Thu, 18 Dec 2003 14:10:29 -0800
11200              Message-ID: <20031218221029.GA7898@math.berkeley.edu>
11201      Branch: perl
11202            ! README.os2 hints/os2.sh installperl lib/ExtUtils/MM_Unix.pm
11203            ! makedef.pl os2/Changes os2/OS2/REXX/DLL/Changes
11204            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h os2/perl2cmd.pl
11205 ____________________________________________________________________________
11206 [ 22031] By: rgs                                   on 2004/01/01  16:30:13
11207         Log: Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)
11208      Branch: perl
11209            ! pod/perlunicode.pod
11210 ____________________________________________________________________________
11211 [ 22030] By: rgs                                   on 2004/01/01  13:55:31
11212         Log: Document that detached threads aren't supported on Windows yet.
11213      Branch: perl
11214            ! ext/threads/threads.pm
11215 ____________________________________________________________________________
11216 [ 22029] By: rgs                                   on 2004/01/01  13:30:33
11217         Log: Upgrade to Getopt::Long 2.34_01
11218      Branch: perl
11219            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
11220 ____________________________________________________________________________
11221 [ 22026] By: nicholas                              on 2003/12/31  15:22:31
11222         Log: Tweak 00compile.t to avoid splatting a DIAG over core perl's
11223              beautiful clean run of OKs. You are all getting a clean run of OKs,
11224              aren't you?
11225      Branch: perl
11226            ! lib/Test/Harness/t/00compile.t
11227 ____________________________________________________________________________
11228 [ 22025] By: nicholas                              on 2003/12/31  15:11:51
11229         Log: Subject: [PATCH] "piconv -C 512" badly broken
11230              From: Autrijus Tang <autrijus@autrijus.org>
11231              Message-Id: <1072870210.769.5.camel@localhost>
11232              Date: Wed, 31 Dec 2003 19:30:10 +0800
11233      Branch: perl
11234            ! ext/Encode/bin/piconv
11235 ____________________________________________________________________________
11236 [ 22021] By: rgs                                   on 2003/12/31  08:28:43
11237         Log: Upgrade to Test::Harness 2.40.
11238      Branch: perl
11239            ! lib/Test/Harness.pm lib/Test/Harness/Changes
11240            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
11241            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
11242            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
11243            ! lib/Test/Harness/t/prove-switches.t
11244            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
11245            ! lib/Test/Harness/t/test-harness.t
11246 ____________________________________________________________________________
11247 [ 22020] By: rgs                                   on 2003/12/31  07:59:19
11248         Log: C++ comments, bad.
11249      Branch: perl
11250            ! ext/Cwd/Cwd.xs
11251 ____________________________________________________________________________
11252 [ 22018] By: nicholas                              on 2003/12/30  23:29:59
11253         Log: Bump VERSION numbers
11254      Branch: perl
11255            ! ext/POSIX/POSIX.pm lib/Benchmark.pm lib/File/CheckTree.pm
11256            ! lib/Getopt/Std.pm lib/PerlIO.pm lib/Tie/Hash.pm
11257            ! lib/diagnostics.pm
11258 ____________________________________________________________________________
11259 [ 22016] By: rgs                                   on 2003/12/30  21:10:22
11260         Log: A patch for Test::Harness on VMS by Craig Berry
11261              (see RT CPAN bug #4745)
11262      Branch: perl
11263            ! lib/Test/Harness/Straps.pm
11264 ____________________________________________________________________________
11265 [ 22013] By: nicholas                              on 2003/12/30  18:18:28
11266         Log: Subject: more uni doc tweakage
11267              From: Jarkko Hietaniemi <jhi@iki.fi>
11268              Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
11269              Date: Tue, 30 Dec 2003 15:37:55 +0200
11270
11271              Subject: one more pod fix
11272              From: Jarkko Hietaniemi <jhi@iki.fi>
11273              Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
11274              Date: Tue, 30 Dec 2003 15:56:41 +0200
11275      Branch: perl
11276            ! lib/PerlIO.pm pod/perlunicode.pod
11277 ____________________________________________________________________________
11278 [ 22009] By: davem                                 on 2003/12/30  17:14:44
11279         Log: bug #24757 perlrun.pod's description of find -mtime was ambiguous
11280      Branch: perl
11281            ! pod/perlrun.pod
11282 ____________________________________________________________________________
11283 [ 22007] By: rgs                                   on 2003/12/30  16:04:47
11284         Log: Upgrade to Math::BigInt 1.68.
11285      Branch: perl
11286            + lib/Math/BigInt/t/bigroot.t
11287            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
11288            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
11289            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbi.t
11290            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
11291            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
11292 ____________________________________________________________________________
11293 [ 22005] By: davem                                 on 2003/12/30  15:07:50
11294         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
11295              heuristics for calculating buffer size needed to compile a format
11296              didn't allow for \0
11297      Branch: perl
11298            ! pp_ctl.c t/op/write.t
11299 ____________________________________________________________________________
11300 [ 22003] By: rgs                                   on 2003/12/30  12:54:02
11301         Log: Add a regression test for bug #24762
11302      Branch: perl
11303            ! t/comp/parser.t
11304 ____________________________________________________________________________
11305 [ 22002] By: rgs                                   on 2003/12/30  12:49:09
11306         Log: Updates the notes about byacc in pumpkin.pod.
11307      Branch: perl
11308            ! Porting/pumpkin.pod
11309 ____________________________________________________________________________
11310 [ 22001] By: rgs                                   on 2003/12/30  09:58:08
11311         Log: Bump up UNIVERSAL's version to 1.02
11312              (due to fix #21418)
11313      Branch: perl
11314            ! lib/UNIVERSAL.pm
11315 ____________________________________________________________________________
11316 [ 21999] By: nicholas                              on 2003/12/29  23:53:31
11317         Log: Add Mike Pomraning
11318      Branch: perl
11319            ! AUTHORS
11320 ____________________________________________________________________________
11321 [ 21997] By: rgs                                   on 2003/12/29  20:11:12
11322         Log: Update the README and Changes files for Switch 2.10
11323      Branch: perl
11324            ! lib/Switch/Changes lib/Switch/README
11325 ____________________________________________________________________________
11326 [ 21996] By: rgs                                   on 2003/12/29  20:07:00
11327         Log: Upgrade to Switch 2.10, by integrating some changes by Damian
11328      Branch: perl
11329            ! lib/Switch.pm
11330 ____________________________________________________________________________
11331 [ 21993] By: rgs                                   on 2003/12/29  10:49:29
11332         Log: Windows hasn't getuid/setuid and friends.
11333              Therefore disable the code related to them in POSIX.xs.
11334
11335              Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
11336              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
11337              Date: Mon, 29 Dec 2003 04:51:19 +0100
11338              Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2>
11339      Branch: perl
11340            ! ext/POSIX/POSIX.xs
11341 ____________________________________________________________________________
11342 [ 21992] By: rgs                                   on 2003/12/29  10:31:07
11343         Log: Subject: [PATCH] win32_chsize buglet
11344              From: "Kevin Chase" <kevincha99@hotmail.com>
11345              Date: Sun, 28 Dec 2003 15:48:56 -0800
11346              Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com>
11347      Branch: perl
11348            ! win32/win32.c
11349 ____________________________________________________________________________
11350 [ 21991] By: rgs                                   on 2003/12/29  08:10:51
11351         Log: Upgrade to Encode 1.99.
11352      Branch: perl
11353            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
11354            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
11355            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
11356            ! ext/Encode/t/mime-header.t ext/Encode/ucm/gsm0338.ucm
11357            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
11358            ! ext/Encode/ucm/macHebrew.ucm
11359 ____________________________________________________________________________
11360 [ 21990] By: rgs                                   on 2003/12/28  18:41:35
11361         Log: Fix a little syntax error, reported by Marcus Holland-Moritz
11362      Branch: perl
11363            ! win32/win32.c
11364 ____________________________________________________________________________
11365 [ 21989] By: nicholas                              on 2003/12/28  11:49:20
11366         Log: From: "Nigel Sandever" <njsandever@hotmail.com>
11367              Subject: [PATCH] 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES
11368              Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com>
11369              Date: Thu, 25 Sep 2003 21:49:07 +0000
11370      Branch: perl
11371            ! dosish.h win32/win32.c win32/win32sck.c
11372 ____________________________________________________________________________
11373 [ 21988] By: rgs                                   on 2003/12/27  23:46:40
11374         Log: Regenerate the perly.c patch for byacc output painless fixing
11375      Branch: perl
11376            ! perly_c.diff
11377 ____________________________________________________________________________
11378 [ 21986] By: rgs                                   on 2003/12/27  23:11:59
11379         Log: Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error
11380      Branch: perl
11381            ! perly.c perly.y vms/perly_c.vms
11382 ____________________________________________________________________________
11383 [ 21985] By: nicholas                              on 2003/12/27  22:55:35
11384         Log: Subject: Cross compilation patches for arm.
11385              From: Redvers Davies <red@criticalintegration.com>
11386              Message-Id: <1072098653.4789.6.camel@ragefire>
11387              Date: Mon, 22 Dec 2003 08:11:34 -0500
11388      Branch: perl
11389            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
11390            ! Cross/config.sh-arm-linux Cross/installperl.patch
11391 ____________________________________________________________________________
11392 [ 21983] By: rgs                                   on 2003/12/27  21:29:04
11393         Log: Fix bug [perl #24735] : make sure that the range (..) operator
11394              treats an undefined argument as 0 for numerical ranges and as ""
11395              for magical string ranges.
11396      Branch: perl
11397            ! pp_ctl.c t/op/range.t
11398 ____________________________________________________________________________
11399 [ 21981] By: rgs                                   on 2003/12/27  20:14:09
11400         Log: Subject: PATCH:  *DB*_File
11401              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
11402              Date: Sat, 27 Dec 2003 20:02:30 -0000
11403              Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com>
11404      Branch: perl
11405            ! XSUB.h ext/DB_File/Changes ext/DB_File/DB_File.pm
11406            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
11407            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
11408            ! ext/DB_File/typemap ext/GDBM_File/typemap
11409            ! ext/NDBM_File/typemap ext/ODBM_File/typemap
11410            ! ext/SDBM_File/typemap
11411 ____________________________________________________________________________
11412 [ 21978] By: nicholas                              on 2003/12/27  18:31:27
11413         Log: Straggler from Cwd
11414      Branch: perl
11415            + ext/Cwd/Changes
11416 ____________________________________________________________________________
11417 [ 21977] By: nicholas                              on 2003/12/27  18:29:44
11418         Log: Straggler from Unicode::Collate.
11419              We need to automate this.
11420              For some value of we. (tr/w/m/ I suspect)
11421      Branch: perl
11422            + lib/Unicode/Collate/t/rearrang.t
11423 ____________________________________________________________________________
11424 [ 21976] By: nicholas                              on 2003/12/27  18:28:37
11425         Log: Assimilate Unicode::Collate 0.33
11426      Branch: perl
11427            + lib/Unicode/Collate/t/altern.t lib/Unicode/Collate/t/view.t
11428            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
11429            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
11430            ! lib/Unicode/Collate/t/contract.t
11431            ! lib/Unicode/Collate/t/illegal.t lib/Unicode/Collate/t/test.t
11432            ! lib/Unicode/Collate/t/version.t
11433 ____________________________________________________________________________
11434 [ 21975] By: nicholas                              on 2003/12/27  18:12:33
11435         Log: Assimilate PodParser-1.26
11436      Branch: perl
11437            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
11438            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/PlainText.pm
11439            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/pod2usage.PL
11440            ! pod/podselect.PL t/pod/pod2usage.xr t/pod/podselect.xr
11441 ____________________________________________________________________________
11442 [ 21974] By: nicholas                              on 2003/12/27  17:50:34
11443         Log: Assimilate File::Spec 0.87
11444      Branch: perl
11445            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
11446 ____________________________________________________________________________
11447 [ 21973] By: nicholas                              on 2003/12/27  17:24:27
11448         Log: Assimilate Digest 1.05
11449      Branch: perl
11450            ! lib/Digest.pm lib/Digest/t/digest.t
11451 ____________________________________________________________________________
11452 [ 21972] By: nicholas                              on 2003/12/27  17:20:23
11453         Log: Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change
11454              21646 was only applied to core (must punt this back and thereby unfork)
11455              Need to fix test boilerplate properly for PERL_CORE
11456      Branch: perl
11457            ! MANIFEST Porting/Maintainers.pl ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
11458            ! ext/Cwd/t/taint.t lib/Cwd.pm
11459 ____________________________________________________________________________
11460 [ 21971] By: nicholas                              on 2003/12/27  16:55:54
11461         Log: Subject: [PATCH] Remove Win32 compiler warnings
11462              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
11463              Date: Sat, 27 Dec 2003 17:39:20 +0100
11464              Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2>
11465      Branch: perl
11466            ! ext/XS/APItest/APItest.xs ext/threads/shared/shared.xs sv.c
11467 ____________________________________________________________________________
11468 [ 21970] By: nicholas                              on 2003/12/27  16:39:01
11469         Log: Allow overriding of the p4 settings via environment variables
11470              Make regexp more robust to parse FreeBSD's patch output
11471      Branch: perl
11472            ! Porting/apply
11473 ____________________________________________________________________________
11474 [ 21968] By: rgs                                   on 2003/12/27  14:27:57
11475         Log: Subject: [PATCH] perl 5.8.0, FindBin::again
11476              From: Slaven Rezic <slaven@rezic.de>
11477              Date: 01 May 2003 21:28:10 +0200
11478              Message-ID: <873cjy31rp.fsf@vran.herceg.de>
11479      Branch: perl
11480            ! lib/FindBin.pm lib/FindBin.t
11481 ____________________________________________________________________________
11482 [ 21967] By: nicholas                              on 2003/12/27  13:26:29
11483         Log: Subject: [PATCH: sv.c] Turn Quad_t to Uquad_t in unsigned branch
11484              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
11485              Date: Sat, 27 Dec 2003 02:48:19 +0100
11486              Message-ID: <010001c3cc1b$813763a0$d500a8c0@R2D2>
11487      Branch: perl
11488            ! sv.c
11489 ____________________________________________________________________________
11490 [ 21964] By: nicholas                              on 2003/12/26  20:31:38
11491         Log: Change minimum perl version where the test is run from 5.9.0 to 5.8.3
11492              as I'm going to integrate the core patch
11493      Branch: perl
11494            ! ext/List/Util/t/weak.t
11495 ____________________________________________________________________________
11496 [ 21962] By: nicholas                              on 2003/12/26  19:22:16
11497         Log: Subject: [PATCH: sv.c] Re: GCC bug breaking Perl_sv_catpvfn()?
11498              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
11499              Date: Fri, 26 Dec 2003 02:47:09 +0100
11500              Message-ID: <03ca01c3cb52$2d509b40$5700a8c0@R2D2>
11501      Branch: perl
11502            ! sv.c
11503 ____________________________________________________________________________
11504 [ 21960] By: rgs                                   on 2003/12/26  10:18:24
11505         Log: Refactor the code that checks whether a range is numeric
11506              or string-magical.
11507      Branch: perl
11508            ! pp_ctl.c
11509 ____________________________________________________________________________
11510 [ 21959] By: rgs                                   on 2003/12/26  08:51:06
11511         Log: Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.
11512              This fixes building SDBM_File on AIX.
11513      Branch: perl
11514            ! ext/SDBM_File/sdbm/Makefile.PL
11515 ____________________________________________________________________________
11516 [ 21958] By: rgs                                   on 2003/12/25  21:22:25
11517         Log: Fix bug [perl #24641] : when POSIX::set[ug]id() are called,
11518              update the perl variables PL_uid and PL_euid (resp. PL_gid
11519              and PL_egid) with the new values.
11520      Branch: perl
11521            ! ext/POSIX/POSIX.xs
11522 ____________________________________________________________________________
11523 [ 21957] By: rgs                                   on 2003/12/25  20:14:00
11524         Log: Subject: [PATCH 5.8.2 @21574] INSTALL_PREFIX from C
11525              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
11526              Date: Thu, 18 Dec 2003 12:30:06 -0800
11527              Message-ID: <20031218203006.GA7772@math.berkeley.edu>
11528      Branch: perl
11529            ! config_h.SH
11530 ____________________________________________________________________________
11531 [ 21956] By: rgs                                   on 2003/12/25  19:40:55
11532         Log: Subject: BigInt v1.68 - pre-release
11533              From: Tels <perl_dummy@bloodgate.com>
11534              Date: Tue, 23 Dec 2003 01:09:23 +0100
11535              Message-Id: <200312230106.27661@bloodgate.com>
11536      Branch: perl
11537            + lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/alias.inc
11538            + lib/Math/BigInt/t/mbf_ali.t lib/Math/BigInt/t/mbi_ali.t
11539            + lib/Math/BigInt/t/sub_ali.t
11540            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
11541            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
11542            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
11543            ! lib/Math/BigInt/t/upgrade.inc
11544 ____________________________________________________________________________
11545 [ 21955] By: rgs                                   on 2003/12/25  18:59:54
11546         Log: Subject: [perl #24506] [PATCH] cannot weaken refs to read only values
11547              From: Fergal Daly <fergal@esatclear.ie>
11548              Date: Tue, 2 Dec 2003 23:18:18 +0000
11549              Message-Id: <200312022318.18353.fergal@esatclear.ie>
11550
11551              (tweaked so the test is skipped on perls < 5.9.0)
11552      Branch: perl
11553            ! ext/List/Util/t/weak.t sv.c
11554 ____________________________________________________________________________
11555 [ 21953] By: nicholas                              on 2003/12/23  23:34:48
11556         Log: Subject:  [PATCH: perl@21949] document patch for VMS port on new file systems
11557              From:  PPrymmer@factset.com
11558              Date:  Tue, 23 Dec 2003 17:27:44 -0500
11559              Message-Id:  <OF32243F10.A592C9A9-ON85256E05.007B1741-85256E05.007B63CB@factset.com>
11560      Branch: perl
11561            ! README.vms
11562 ____________________________________________________________________________
11563 [ 21952] By: nicholas                              on 2003/12/23  23:19:19
11564         Log: Subject: [patch t/test.pl] comment fix
11565              From: Stas Bekman <stas@stason.org>
11566              Message-ID: <3FE8C65A.4060708@stason.org>
11567              Date: Tue, 23 Dec 2003 14:48:58 -0800
11568      Branch: perl
11569            ! t/test.pl
11570 ____________________________________________________________________________
11571 [ 21951] By: adi                                   on 2003/12/22  23:22:12
11572         Log: re-fix [perl #24508] without speed regression.
11573              keep an eye on this.
11574      Branch: perl
11575            ! op.c opcode.h opcode.pl
11576 ____________________________________________________________________________
11577 [ 21950] By: adi                                   on 2003/12/22  23:19:25
11578         Log: sanitize some macros - based on Chip Salzenberg suggestions and
11579              on the way GNU people use the gcc-ish 'blocks in parens'
11580      Branch: perl
11581            ! XSUB.h sv.h
11582 ____________________________________________________________________________
11583 [ 21948] By: nicholas                              on 2003/12/22  21:00:30
11584         Log: Subject: Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
11585              Message-ID: <Pine.LNX.4.58.0312220116520.17374@localhost.localdomain>
11586              Date: Mon, 22 Dec 2003 01:52:08 -0600 (CST)
11587              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
11588      Branch: perl
11589            ! ext/threads/shared/shared.xs
11590 ____________________________________________________________________________
11591 [ 21946] By: nicholas                              on 2003/12/22  20:34:06
11592         Log: Subject:  doc nits
11593              From:  Jarkko Hietaniemi <jhi@iki.fi>
11594              Date:  Mon, 22 Dec 2003 21:57:34 +0200
11595              Message-Id:  <20031222195734.GA29441@vipunen.hut.fi>
11596      Branch: perl
11597            ! pod/perltodo.pod pod/perlunicode.pod
11598 ____________________________________________________________________________
11599 [ 21944] By: merijn                                on 2003/12/22  10:13:43
11600         Log: Subject: [PATCH] configure.com archname tweak
11601              From: "Craig A. Berry" <craigberry@mac.com>
11602              Date: Sun, 21 Dec 2003 23:07:13 -0600
11603              Message-ID: <3FE67C01.1000704@mac.com>
11604      Branch: perl
11605            ! configure.com
11606 ____________________________________________________________________________
11607 [ 21942] By: rgs                                   on 2003/12/21  21:29:47
11608         Log: Subject: [perl #24651] Taint bug with multiple backticks in ref consturctors
11609              From: Mike Guy <mjtg@cam.ac.uk>
11610              Date: Fri, 19 Dec 2003 17:17:11 +0000
11611              Message-Id: <E1AXOFT-0007DE-7q@draco.cus.cam.ac.uk>
11612      Branch: perl
11613            ! pod/perlsec.pod
11614 ____________________________________________________________________________
11615 [ 21940] By: rgs                                   on 2003/12/21  15:33:19
11616         Log: Fix a side-effect of bug #24674 in the perl debugger.
11617
11618              Subject: [perl #24674] 5.x odd taint bug
11619              From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org>
11620              Date: 16 Dec 2003 15:03:24 -0000
11621              Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org>
11622      Branch: perl
11623            ! lib/perl5db.pl
11624 ____________________________________________________________________________
11625 [ 21938] By: rgs                                   on 2003/12/20  22:56:24
11626         Log: Subject: Perl 5.8.3 patches from the BS2000 port
11627              From: Dorner Thomas <tdorner@amadeus.net>
11628              Date: Wed, 17 Dec 2003 15:41:17 +0100
11629              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de>
11630      Branch: perl
11631            ! hints/posix-bc.sh t/base/num.t t/comp/parser.t
11632 ____________________________________________________________________________
11633 [ 21937] By: adi                                   on 2003/12/20  21:37:03
11634         Log: after back-references, restricted hashes.
11635              see http://nntp.perl.org/group/perl.perl5.porters/86497
11636              this is hopefully only a temporary solution.
11637      Branch: perl
11638            ! perl.c
11639 ____________________________________________________________________________
11640 [ 21936] By: adi                                   on 2003/12/20  21:32:37
11641         Log: fix [perl #24660], [perl #24663].
11642      Branch: perl
11643            ! mg.c sv.c
11644 ____________________________________________________________________________
11645 [ 21935] By: rgs                                   on 2003/12/20  21:21:50
11646         Log: Upgrade to Time::Local 1.07_94
11647      Branch: perl
11648            ! lib/Time/Local.pm lib/Time/Local.t
11649 ____________________________________________________________________________
11650 [ 21933] By: nicholas                              on 2003/12/20  20:07:44
11651         Log: Subject: [PATCH] OpenVMS I64 support
11652              From: "Craig A. Berry" <craigberry@mac.com>
11653              Message-ID: <3FE2441F.2070603@mac.com>
11654              Date: Thu, 18 Dec 2003 18:19:43 -0600
11655      Branch: perl
11656            ! configure.com vms/gen_shrfls.pl
11657 ____________________________________________________________________________
11658 [ 21932] By: nicholas                              on 2003/12/20  19:57:51
11659         Log: remove duplicate PERL_HASH (as spotted by Enache Adrian in
11660              <20031220124854.GA1265@ratsnest.hole> )
11661      Branch: perl
11662            ! hv.c
11663 ____________________________________________________________________________
11664 [ 21931] By: nicholas                              on 2003/12/20  18:58:06
11665         Log: Solaris gconvert() doesn't like ndigits == 0. Currently we have no
11666              Configure test for troublesome gconvert(), so for now simply avoid
11667              the optimisation that calls gconvert() in this case.
11668      Branch: perl
11669            ! sv.c
11670 ____________________________________________________________________________
11671 [ 21928] By: rgs                                   on 2003/12/19  08:36:11
11672         Log: Upgrade to CGI.pm 3.01
11673      Branch: perl
11674            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
11675            ! lib/CGI/Pretty.pm lib/CGI/Util.pm lib/CGI/t/carp.t
11676            ! lib/CGI/t/request.t
11677 ____________________________________________________________________________
11678 [ 21927] By: rgs                                   on 2003/12/19  08:10:41
11679         Log: Subject: [DOCPATCH] base.pm
11680              From: Elizabeth Mattijsen <liz@dijkmat.nl>
11681              Date: Thu, 18 Dec 2003 22:30:52 +0100
11682              Message-Id: <p05111b12bc07cc596977@[192.168.56.3]>
11683
11684              Plus, remove leftover mentions of pseudo-hashes
11685      Branch: perl
11686            ! lib/base.pm
11687 ____________________________________________________________________________
11688 [ 21924] By: nicholas                              on 2003/12/18  20:24:29
11689         Log: "Richard" - who he? (Add "Richard Clamp" to the list of pumpkings)
11690      Branch: perl
11691            ! pod/perlhist.pod
11692 ____________________________________________________________________________
11693 [ 21923] By: rgs                                   on 2003/12/18  14:58:42
11694         Log: Perl 1.0.16 has been released.
11695      Branch: perl
11696            ! pod/perlhist.pod
11697 ____________________________________________________________________________
11698 [ 21922] By: rgs                                   on 2003/12/17  21:36:36
11699         Log: Subject: [PATCH: embed.fnc] arguments for perl_clone()
11700              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
11701              Date: Wed, 17 Dec 2003 13:26:52 +0100
11702              Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2>
11703      Branch: perl
11704            ! embed.fnc embed.h global.sym
11705 ____________________________________________________________________________
11706 [ 21921] By: rgs                                   on 2003/12/17  17:34:05
11707         Log: Subject: [PATCH] 2-arg cond_wait, cond_timedwait, tests
11708              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
11709              Date: Wed, 17 Dec 2003 00:05:58 -0600 (CST)
11710              Message-ID: <Pine.LNX.4.58.0312092202040.13494@benevelle.wi.securepipe.com>
11711      Branch: perl
11712            + ext/threads/shared/t/wait.t
11713            ! MANIFEST ext/threads/shared/shared.pm
11714            ! ext/threads/shared/shared.xs
11715 ____________________________________________________________________________
11716 [ 21918] By: rgs                                   on 2003/12/16  22:00:39
11717         Log: Sync with the latest MakeMaker snapshot.
11718              But set the $VERSION to 6.21_01.
11719      Branch: perl
11720            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
11721            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
11722            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win95.pm
11723            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
11724            ! lib/ExtUtils/instmodsh
11725 ____________________________________________________________________________
11726 [ 21917] By: alanbur                               on 2003/12/15  09:13:49
11727         Log: Remove incorrect guards around inclusion of <signal.h>
11728              Causes problems with UNIX03/SUSv3
11729              Part 2 of change 21916 - oops!
11730
11731              See:
11732              Message-Id: <3FDD06A5.8010004@sun.com>
11733              Subject: Re: UNIX03 & C99 issue with 5.8.2
11734              From: Alan Burlison <Alan.Burlison@sun.com>
11735              Date: Mon, 15 Dec 2003 00:56:05 +0000
11736      Branch: perl
11737            ! doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h util.c
11738 ____________________________________________________________________________
11739 [ 21916] By: alanbur                               on 2003/12/15  09:02:58
11740         Log: Remove incorrect guards around inclusion of <signal.h>
11741              Causes problems with UNIX03/SUSv3
11742      Branch: perl
11743            ! doio.c
11744 ____________________________________________________________________________
11745 [ 21915] By: rgs                                   on 2003/12/15  07:43:50
11746         Log: Add the macros dAX and dITEMS to PPPort.
11747      Branch: perl
11748            ! ext/Devel/PPPort/PPPort.pm
11749 ____________________________________________________________________________
11750 [ 21914] By: rgs                                   on 2003/12/14  22:53:43
11751         Log: Subject: [patch Porting/pumpkin.pod] trying to ensure that PPPort is up-to-date on each new release
11752              From: Stas Bekman <stas@stason.org>
11753              Date: Sun, 14 Dec 2003 15:12:40 -0800
11754              Message-ID: <3FDCEE68.3080509@stason.org>
11755      Branch: perl
11756            ! Porting/pumpkin.pod
11757 ____________________________________________________________________________
11758 [ 21912] By: rgs                                   on 2003/12/14  22:48:17
11759         Log: Subject: [DOCPATCH] perlfunc delete
11760              From: Elizabeth Mattijsen <liz@dijkmat.nl>
11761              Date: Sun, 14 Dec 2003 20:25:07 +0100
11762              Message-Id: <p05111b07bc0269065a99@[192.168.56.3]>
11763      Branch: perl
11764            ! pod/perlfunc.pod
11765 ____________________________________________________________________________
11766 [ 21910] By: nicholas                              on 2003/12/14  20:06:41
11767         Log: Forgot to remove a comment
11768      Branch: perl
11769            ! pp.c
11770 ____________________________________________________________________________
11771 [ 21907] By: nicholas                              on 2003/12/14  18:35:15
11772         Log: S_save_hek_flags should honour the "free" flag.
11773              Ought to mask the flag bits that shouldn't be stored.
11774      Branch: perl
11775            ! hv.c
11776 ____________________________________________________________________________
11777 [ 21906] By: nicholas                              on 2003/12/14  17:06:13
11778         Log: Some fool missed a letter n.
11779              (and then "optimised" code based on its absense. D'oh)
11780              Restore the correct behaviour - fetch with uppercase key, then if
11781              still not found store with mixed/lowercase key.
11782      Branch: perl
11783            ! hv.c
11784 ____________________________________________________________________________
11785 [ 21905] By: nicholas                              on 2003/12/14  16:34:01
11786         Log: Subject: Re: Change 21862
11787              From: Enache Adrian <enache@rdslink.ro>
11788              Date: Wed, 10 Dec 2003 06:05:58 +0200
11789              Message-ID: <20031210040558.GC1584@ratsnest.hole>
11790
11791              (1st hunk), plus the equivalent for hv_delete_common
11792      Branch: perl
11793            ! hv.c
11794 ____________________________________________________________________________
11795 [ 21904] By: nicholas                              on 2003/12/14  15:32:32
11796         Log: Clean up a bug I introduced into caseless ENV hv_delete
11797              (should be the proper fix for 21870 and 21872's band aid)
11798      Branch: perl
11799            ! hv.c
11800 ____________________________________________________________________________
11801 [ 21902] By: rgs                                   on 2003/12/13  21:56:45
11802         Log: Subject: Re: 5.6.2-RC1 on Cygwin
11803              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11804              Date: Sat, 6 Dec 2003 22:32:59 -0800
11805              Message-ID: <20031207063259.GA3004@efn.org>
11806              (with tweaks to cleanup code)
11807      Branch: perl
11808            ! t/op/taint.t
11809 ____________________________________________________________________________
11810 [ 21898] By: nicholas                              on 2003/12/13  19:20:41
11811         Log: Add Perl_ceil
11812      Branch: perl
11813            ! perl.h pp.c
11814 ____________________________________________________________________________
11815 [ 21897] By: rgs                                   on 2003/12/13  18:41:51
11816         Log: Reformat a long line in perlembed.pod (bug #24623).
11817      Branch: perl
11818            ! pod/perlembed.pod
11819 ____________________________________________________________________________
11820 [ 21896] By: nicholas                              on 2003/12/13  18:40:59
11821         Log: The binary compatibility notes say that new global functions should
11822              go at the end. Not that I'm anything more than "trainee" when it
11823              comes to this bincompat stuff.
11824      Branch: perl
11825            ! embed.fnc proto.h
11826 ____________________________________________________________________________
11827 [ 21895] By: rgs                                   on 2003/12/13  18:33:38
11828         Log: alarm() is now implemented on Win32.
11829      Branch: perl
11830            ! pod/perlport.pod
11831 ____________________________________________________________________________
11832 [ 21893] By: nicholas                              on 2003/12/13  17:40:32
11833         Log: foreach qw() { # not valid syntax for 5.005. So fix it.
11834      Branch: perl
11835            ! pod/buildtoc
11836 ____________________________________________________________________________
11837 [ 21892] By: rgs                                   on 2003/12/13  17:02:12
11838         Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown
11839              From: David Dyck <david.dyck@fluke.com>
11840              Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST)
11841              Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com>
11842      Branch: perl
11843            ! lib/File/CheckTree.pm
11844 ____________________________________________________________________________
11845 [ 21891] By: rgs                                   on 2003/12/13  16:33:46
11846         Log: Make the XSRETURN macro evaluate its argument only once.
11847      Branch: perl
11848            ! XSUB.h
11849 ____________________________________________________________________________
11850 [ 21886] By: rgs                                   on 2003/12/13  12:30:08
11851         Log: More POD fixes ; regenerate perltoc and perlmodlib.
11852      Branch: perl
11853            ! ext/DynaLoader/DynaLoader_pm.PL pod/perlmodlib.pod
11854            ! pod/perltoc.pod
11855 ____________________________________________________________________________
11856 [ 21885] By: rgs                                   on 2003/12/13  12:21:26
11857         Log: Fix some of the pods to produce more standard manpages,
11858              as reported by Eric S. Raymond.
11859      Branch: perl
11860            ! README.ce README.netware lib/Getopt/Std.pm lib/diagnostics.pm
11861 ____________________________________________________________________________
11862 [ 21884] By: rgs                                   on 2003/12/13  00:09:01
11863         Log: Subject: RE: [perl #24610] Pod::Html infinite recursion
11864              From: Anders Johnson <ajohnson@nvidia.com>
11865              Date: Fri, 12 Dec 2003 14:07:40 -0800
11866              Message-ID: <33171CC36240D94EAF1FE584B1D14E0A06EC6F51@mail-sc-11.nvidia.com>
11867              (with tweaks)
11868      Branch: perl
11869            ! lib/Pod/Html.pm
11870 ____________________________________________________________________________
11871 [ 21883] By: rgs                                   on 2003/12/12  23:54:25
11872         Log: Modify the common guard for the signal.h header, because
11873              C99 compilers don't like it.o
11874
11875              see :
11876              Subject: UNIX03 & C99 issue with 5.8.2
11877              From: Alan Burlison <Alan.Burlison@sun.com>
11878              Date: Fri, 12 Dec 2003 23:04:52 +0000
11879              Message-ID: <3FDA4994.6050209@sun.com>
11880      Branch: perl
11881            ! doio.c doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h
11882            ! util.c
11883 ____________________________________________________________________________
11884 [ 21882] By: rgs                                   on 2003/12/12  22:43:11
11885         Log: Subject: [PATCH] Math::BigInt v1.67 released
11886              From: Tels <perl_dummy@bloodgate.com>
11887              Date: Fri, 12 Dec 2003 18:47:43 +0100
11888              Message-Id: <200312121847.49039@bloodgate.com>
11889      Branch: perl
11890            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
11891            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
11892            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
11893            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/fallback.t
11894            ! lib/Math/BigInt/t/sub_mbi.t
11895 ____________________________________________________________________________
11896 [ 21881] By: merijn                                on 2003/12/12  16:09:14
11897         Log: Subject: [PATCH] d_u32align for win32
11898              From: Gisle Aas <gisle@ActiveState.com>
11899              Date: 11 Dec 2003 01:33:39 -0800
11900              Message-ID: <lrzndzr958.fsf@caliper.activestate.com>
11901      Branch: perl
11902            ! win32/config.bc win32/config.gc win32/config.vc
11903 ____________________________________________________________________________
11904 [ 21879] By: rgs                                   on 2003/12/11  23:53:34
11905         Log: Subject: [PATCH] environ array fix for VMS
11906              From: "Craig A. Berry" <craigberry@mac.com>
11907              Date: Thu, 11 Dec 2003 14:35:29 -0600
11908              Message-ID: <3FD8D511.2030805@mac.com>
11909      Branch: perl
11910            ! vms/vms.c
11911 ____________________________________________________________________________
11912 [ 21878] By: nicholas                              on 2003/12/11  23:49:20
11913         Log: Subject: [PATCH] Perl 5.9.0 AUTHORS
11914              From: Mark Leighton Fisher <mark-fisher@mindspring.com>
11915              Message-ID: <3FD8E74F.7000202@mindspring.com>
11916              Date: Thu, 11 Dec 2003 16:53:19 -0500
11917      Branch: perl
11918            ! AUTHORS
11919 ____________________________________________________________________________
11920 [ 21877] By: rgs                                   on 2003/12/11  23:40:54
11921         Log: Add a mention of the error "DESTROY created new reference
11922              to dead object" in perldiag.
11923      Branch: perl
11924            ! pod/perldiag.pod
11925 ____________________________________________________________________________
11926 [ 21876] By: adi                                   on 2003/12/11  23:04:03
11927         Log: #21866 was wrong. another try to plumb that damn leak.
11928      Branch: perl
11929            ! mg.c sv.c
11930 ____________________________________________________________________________
11931 [ 21875] By: adi                                   on 2003/12/11  20:11:07
11932         Log: fix bug #24605.
11933              substr() wasn't working when used repeatedly on the same utf-8
11934              string.
11935      Branch: perl
11936            ! sv.c t/op/substr.t
11937 ____________________________________________________________________________
11938 [ 21874] By: rgs                                   on 2003/12/09  21:36:58
11939         Log: Suppress a C< $DB::single = 1 > from Switch.pm, as noticed
11940              by Jan Dubois.
11941      Branch: perl
11942            ! lib/Switch.pm
11943 ____________________________________________________________________________
11944 [ 21873] By: rgs                                   on 2003/12/09  21:33:22
11945         Log: Subject: [PATCH perlunicode.pod, encoding.pm] Implicit upgrading docs
11946              From: Autrijus Tang <autrijus@autrijus.org>
11947              Date: Tue, 9 Dec 2003 20:39:16 +0800
11948              Message-ID: <20031209123915.GA1454@not.autrijus.org>
11949      Branch: perl
11950            ! ext/Encode/encoding.pm pod/perlunicode.pod
11951 ____________________________________________________________________________
11952 [ 21872] By: adi                                   on 2003/12/09  03:26:16
11953         Log: temporary fix to avoid t/op/tie.t failures on Win32
11954      Branch: perl
11955            ! hv.c
11956 ____________________________________________________________________________
11957 [ 21871] By: rgs                                   on 2003/12/08  15:22:26
11958         Log: Upgrade to Digest-MD5 2.33.
11959      Branch: perl
11960            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
11961            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
11962            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/typemap
11963 ____________________________________________________________________________
11964 [ 21870] By: rgs                                   on 2003/12/08  08:22:17
11965         Log: Integrate change #21862 from maint-5.8 :
11966
11967              Win32/MinGW tweaks
11968              A. ENV_IS_CASELESS has trys to free(keysave) when
11969              keysave isn't in scope yet.
11970              B. For default makefile.mk which build with perlhost.h
11971              stuff "live" need to link with g++ to find new/delete etc.
11972      Branch: perl
11973           !> hv.c win32/makefile.mk
11974 ____________________________________________________________________________
11975 [ 21869] By: rgs                                   on 2003/12/08  07:37:27
11976         Log: Subject: [PATCH] iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context)
11977              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
11978              Date: Mon, 08 Dec 2003 08:17:46 +0100
11979              Message-id: <20031208071746.GA594@ethan>
11980      Branch: perl
11981            ! hv.c mg.c
11982 ____________________________________________________________________________
11983 [ 21868] By: adi                                   on 2003/12/08  03:38:39
11984         Log: yet another leak. bigger fish still swimming around.
11985              #!perl
11986              eval q{ $_ = "x"; s/x/"in subst"/e } while 1;
11987              __END__
11988      Branch: perl
11989            ! pp_ctl.c
11990 ____________________________________________________________________________
11991 [ 21867] By: adi                                   on 2003/12/08  03:34:37
11992         Log: yet another 2 leaks. example for the second:
11993              #! perl
11994              eval q{ open $p{q}, "foo" } while 1
11995              __END__
11996      Branch: perl
11997            ! op.c
11998 ____________________________________________________________________________
11999 [ 21866] By: adi                                   on 2003/12/08  03:30:16
12000         Log: plumb a leak with pos().
12001
12002              #! perl
12003              while (1) {
12004              my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a);
12005              }
12006              __END__
12007      Branch: perl
12008            ! sv.c
12009 ____________________________________________________________________________
12010 [ 21865] By: rgs                                   on 2003/12/07  21:28:13
12011         Log: Subject: [PATCH] documenting SCALAR gotcha
12012              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
12013              Date: Sun, 07 Dec 2003 16:41:16 +0100
12014              Message-id: <20031207154116.GA825@ethan>
12015      Branch: perl
12016            ! pod/perltie.pod
12017 ____________________________________________________________________________
12018 [ 21864] By: rgs                                   on 2003/12/07  20:13:47
12019         Log: Subject: [PATCH] setenv tweak for VMS
12020              From: "Craig A. Berry" <craigberry@mac.com>
12021              Date: Sat, 06 Dec 2003 18:13:32 -0600
12022              Message-ID: <3FD270AC.3000106@mac.com>
12023      Branch: perl
12024            ! vms/vms.c
12025 ____________________________________________________________________________
12026 [ 21863] By: rgs                                   on 2003/12/06  21:33:22
12027         Log: Missing thingies.
12028      Branch: perl
12029            ! pp.c pp_hot.c
12030 ____________________________________________________________________________
12031 [ 21861] By: rgs                                   on 2003/12/06  20:58:12
12032         Log: Subject: [PATCH] Math::BigInt v1.67 (pre-release)
12033              From: Tels <perl_dummy@bloodgate.com>
12034              Date: Sat, 6 Dec 2003 20:19:44 +0100
12035              Message-Id: <200312062016.50484@bloodgate.com>
12036      Branch: perl
12037            + lib/Math/BigInt/t/const_mbf.t lib/Math/BigInt/t/fallback.t
12038            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
12039            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
12040            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
12041            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
12042            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
12043            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
12044            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
12045            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
12046 ____________________________________________________________________________
12047 [ 21860] By: rgs                                   on 2003/12/06  20:33:09
12048         Log: Forgot to update the MANIFEST.
12049      Branch: perl
12050            ! MANIFEST
12051 ____________________________________________________________________________
12052 [ 21859] By: rgs                                   on 2003/12/06  20:19:16
12053         Log: Math::BigInt::Scalar is only for tests.
12054              Move it under t/lib.
12055      Branch: perl
12056           +> t/lib/Math/BigInt/Scalar.pm
12057            - lib/Math/BigInt/Scalar.pm
12058 ____________________________________________________________________________
12059 [ 21858] By: rgs                                   on 2003/12/06  20:01:24
12060         Log: Subject: [PATCH] casting bug in VMS part of Perl_start_glob
12061              From: "Craig A. Berry" <craigberry@mac.com>
12062              Date: Sat, 06 Dec 2003 12:44:40 -0600
12063              Message-ID: <3FD22398.1060506@mac.com>
12064      Branch: perl
12065            ! doio.c
12066 ____________________________________________________________________________
12067 [ 21857] By: rgs                                   on 2003/12/06  19:58:51
12068         Log: Remove the "Can't provide tied hash usage" error from perldiag.
12069              Mention the new tied hash SCALAR method in perldelta.
12070      Branch: perl
12071            ! pod/perldelta.pod pod/perldiag.pod
12072 ____________________________________________________________________________
12073 [ 21856] By: rgs                                   on 2003/12/06  19:51:49
12074         Log: Clarify the description of SCALAR in perltie
12075      Branch: perl
12076            ! pod/perltie.pod
12077 ____________________________________________________________________________
12078 [ 21855] By: rgs                                   on 2003/12/06  19:50:07
12079         Log: Subject: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context
12080              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
12081              Date: Sat, 06 Dec 2003 11:50:59 +0100
12082              Message-id: <20031206105059.GA13989@ethan>
12083      Branch: perl
12084            ! embed.fnc embed.h global.sym hv.c lib/Tie/Hash.pm mg.c
12085            ! pod/perlapi.pod pod/perlfunc.pod pod/perltie.pod pp.c pp_hot.c
12086            ! proto.h t/op/tie.t
12087 ____________________________________________________________________________
12088 [ 21854] By: nicholas                              on 2003/12/06  16:30:35
12089         Log: Make sv_force_normal_flags cope with shared hash key scalars
12090              (remember the pointer from SvPVX, reset the flags before SvGROW,
12091              avoid crazy loops or read-from-free)
12092      Branch: perl
12093            ! sv.c
12094 ____________________________________________________________________________
12095 [ 21851] By: nicholas                              on 2003/12/05  20:49:10
12096         Log: Back out the Makefile.PL part of 21808 as requested by Gisle Aas
12097      Branch: perl
12098            ! ext/Digest/MD5/Makefile.PL
12099 ____________________________________________________________________________
12100 [ 21846] By: merijn                                on 2003/12/05  10:41:32
12101         Log: Subject: [PATCH] Configure gets d_u32align wrong
12102              From: Gisle Aas <gisle@ActiveState.com>
12103              Date: 05 Dec 2003 03:47:01 -0800
12104              Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>
12105      Branch: perl
12106            ! Configure
12107 ____________________________________________________________________________
12108 [ 21844] By: rgs                                   on 2003/12/05  07:31:18
12109         Log: Subject: [REPATCH lib/AutoLoader.t] Test can() with AutoLoader
12110              From: chromatic <chromatic@wgz.org>
12111              Date: Mon, 01 Dec 2003 09:20:21 -0800
12112              Message-Id: <1070299221.1275.19.camel@localhost>
12113      Branch: perl
12114            ! lib/AutoLoader.t
12115 ____________________________________________________________________________
12116 [ 21843] By: rgs                                   on 2003/12/05  07:13:08
12117         Log: Subject: [PATCH] another ext/SDBM_File/sdbm build fix
12118              From: "Craig A. Berry" <craigberry@mac.com>
12119              Date: Thu, 04 Dec 2003 16:00:03 -0600
12120              Message-ID: <3FCFAE63.1080106@mac.com>
12121      Branch: perl
12122            ! ext/SDBM_File/sdbm/Makefile.PL
12123 ____________________________________________________________________________
12124 [ 21842] By: rgs                                   on 2003/12/05  07:07:30
12125         Log: Subject: [PATCH] $^P, eval and caller
12126              From: Paul Johnson <paul@pjcj.net>
12127              Date: Fri, 5 Dec 2003 00:57:21 +0100
12128              Message-ID: <20031204235721.GJ26355@pjcj.net>
12129      Branch: perl
12130            ! mg.c
12131 ____________________________________________________________________________
12132 [ 21841] By: rgs                                   on 2003/12/04  12:00:28
12133         Log: Fix File::Copy with hard links on Windows.
12134
12135              Subject: [PATCH] Re: perl @ 21830
12136              From: Steve Hay <steve.hay@uk.radan.com>
12137              Date: Wed, 03 Dec 2003 10:53:02 +0000
12138              Message-ID: <3FCDC08E.7080800@uk.radan.com>
12139
12140              and
12141              Date: Thu, 04 Dec 2003 11:02:22 +0000
12142              Message-ID: <3FCF143E.1040905@uk.radan.com>
12143      Branch: perl
12144            ! lib/File/Copy.pm lib/File/Copy.t
12145 ____________________________________________________________________________
12146 [ 21840] By: rgs                                   on 2003/12/04  11:54:28
12147         Log: Subject: Re: a2p.pod not being installed in 5.8.2?
12148              From: Alan Burlison <Alan.Burlison@sun.com>
12149              Date: Thu, 04 Dec 2003 12:14:30 +0000
12150              Message-ID: <3FCF2526.3030905@sun.com>
12151      Branch: perl
12152            ! installperl
12153 ____________________________________________________________________________
12154 [ 21837] By: rgs                                   on 2003/12/03  08:27:33
12155         Log: Subject: Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CONTEXT is defined
12156              From: Stas Bekman <stas@stason.org>
12157              Date: Wed, 03 Dec 2003 01:41:42 -0800
12158              Message-ID: <3FCDAFD6.9050106@stason.org>
12159      Branch: perl
12160            ! sv.c
12161 ____________________________________________________________________________
12162 [ 21836] By: rgs                                   on 2003/12/02  23:31:06
12163         Log: The prove utility should also be installed on VMS and on Windows.
12164              Haven't we regression tests for installations yet ?
12165      Branch: perl
12166            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
12167 ____________________________________________________________________________
12168 [ 21835] By: rgs                                   on 2003/12/02  22:18:05
12169         Log: FAQ sync.
12170      Branch: perl
12171            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
12172            ! pod/perlfaq4.pod pod/perlfaq5.pod
12173 ____________________________________________________________________________
12174 [ 21834] By: rgs                                   on 2003/12/02  21:45:12
12175         Log: Subject: Re: [perl #24574] find2perl provides different results to find
12176              From: Slaven Rezic <slaven@rezic.de>
12177              Date: 30 Nov 2003 22:16:59 +0100
12178              Message-ID: <8765h1pnec.fsf@vran.herceg.de>
12179
12180              (plus a note about find2perl now defaulting to -print in perldelta)
12181      Branch: perl
12182            ! pod/perldelta.pod x2p/find2perl.PL
12183 ____________________________________________________________________________
12184 [ 21833] By: rgs                                   on 2003/12/02  21:34:57
12185         Log: Subject: [PATCH] setting $0 still broken
12186              From: Jan Dubois <jand@ActiveState.com>
12187              Date: Thu, 27 Nov 2003 21:09:51 -0800
12188              Message-ID: <f3mdsv8dcv4asle0kbhiijk0adu1l25sr3@4ax.com>
12189      Branch: perl
12190            ! mg.c
12191 ____________________________________________________________________________
12192 [ 21832] By: rgs                                   on 2003/12/02  21:05:58
12193         Log: Better docs for the special code blocks, based on :
12194              Subject: [DOCPATCH] BEGIN, CHECK, INIT, END explained more
12195              From: Elizabeth Mattijsen <liz@dijkmat.nl>
12196              Date: Sat, 29 Nov 2003 23:15:56 +0100
12197              Message-Id: <p05111b01bbeec2e8bf30@[192.168.56.3]>
12198      Branch: perl
12199            ! pod/perlmod.pod pod/perlsub.pod
12200 ____________________________________________________________________________
12201 [ 21828] By: rgs                                   on 2003/11/30  20:56:00
12202         Log: Fix the test boilerplate in lib/if.t, so it can be run
12203              from the t/ directory.
12204      Branch: perl
12205            ! lib/if.t
12206 ____________________________________________________________________________
12207 [ 21827] By: rgs                                   on 2003/11/30  20:34:39
12208         Log: Keep installing xsubpp in lib/ExtUtils,
12209              so MakeMaker can find it.
12210      Branch: perl
12211            ! installperl
12212 ____________________________________________________________________________
12213 [ 21826] By: rgs                                   on 2003/11/30  20:31:59
12214         Log: Upgrade to Test::Harness 2.38.
12215              Introduce the prove(1) utility.
12216              (The prove-switches test is disabled for now.)
12217      Branch: perl
12218            + lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
12219            + lib/Test/Harness/t/prove-switches.t t/lib/Dev/Null.pm
12220            + t/lib/sample-tests/inc_taint t/lib/sample-tests/taint_warn
12221            + utils/prove.PL
12222            ! MANIFEST installperl lib/Test/Harness.pm
12223            ! lib/Test/Harness/Assert.pm lib/Test/Harness/Changes
12224            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
12225            ! lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
12226            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/pod.t
12227            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
12228            ! lib/Test/Harness/t/test-harness.t utils.lst utils/Makefile
12229 ____________________________________________________________________________
12230 [ 21823] By: rgs                                   on 2003/11/30  18:22:54
12231         Log: Subject: Re: [perl #24554] Segfault in POSIX module
12232              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12233              Date: Sat, 29 Nov 2003 23:32:38 +0900
12234              Message-Id: <20031129233010.8E2F.BQW10602@nifty.com>
12235
12236              (plus a test for the stringification of references
12237              passed to POSIX::isXXX())
12238      Branch: perl
12239            ! ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t
12240 ____________________________________________________________________________
12241 [ 21814] By: nicholas                              on 2003/11/29  20:53:23
12242         Log: Integrate if.pm 0.0401
12243              Needed to edit the test file as t/TEST can't cope with extra output
12244              lines as produced by 0.0401's if.t
12245      Branch: perl
12246            ! lib/if.pm lib/if.t
12247 ____________________________________________________________________________
12248 [ 21813] By: nicholas                              on 2003/11/29  19:54:52
12249         Log: Remove whitespace from ends of lines (simply because it irritates me)
12250      Branch: perl
12251            ! utils/h2xs.PL
12252 ____________________________________________________________________________
12253 [ 21812] By: nicholas                              on 2003/11/29  17:55:32
12254         Log: Update Unicode::Normalize to 0.28
12255      Branch: perl
12256            + ext/Unicode/Normalize/t/illegal.t
12257            + ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t
12258            ! MANIFEST ext/Unicode/Normalize/Changes
12259            ! ext/Unicode/Normalize/Normalize.pm
12260            ! ext/Unicode/Normalize/Normalize.xs
12261            ! ext/Unicode/Normalize/README
12262 ____________________________________________________________________________
12263 [ 21811] By: nicholas                              on 2003/11/29  17:30:18
12264         Log: D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.
12265      Branch: perl
12266            - lib/Digest.t
12267 ____________________________________________________________________________
12268 [ 21810] By: nicholas                              on 2003/11/29  17:29:15
12269         Log: Update Unicode::Collate to 0.31 (Only the .pm version for now)
12270      Branch: perl
12271            + lib/Unicode/Collate/t/illegal.t
12272            + lib/Unicode/Collate/t/illegalp.t
12273            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
12274            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/version.t
12275 ____________________________________________________________________________
12276 [ 21809] By: nicholas                              on 2003/11/29  17:09:25
12277         Log: D'oh! Forgot to lib/Digest/base.pm
12278      Branch: perl
12279            + lib/Digest/base.pm
12280            ! MANIFEST
12281 ____________________________________________________________________________
12282 [ 21808] By: nicholas                              on 2003/11/29  17:04:39
12283         Log: Update to Digest::MD5 2.31
12284      Branch: perl
12285            + ext/Digest/MD5/t/bits.t
12286            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
12287            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/badfile.t
12288            ! ext/Digest/MD5/t/files.t
12289 ____________________________________________________________________________
12290 [ 21807] By: nicholas                              on 2003/11/29  16:45:19
12291         Log: Update Digest to 1.03
12292      Branch: perl
12293            + lib/Digest/t/base.t
12294           +> lib/Digest/t/digest.t
12295            ! MANIFEST Porting/Maintainers.pl lib/Digest.pm
12296 ____________________________________________________________________________
12297 [ 21806] By: nicholas                              on 2003/11/29  15:41:19
12298         Log: When Gconvert is a macro around sprintf with a .* format we need
12299              to cast to int (in case STRLEN isn't the same size as int)
12300              gcc issues a warning even when it is the same size
12301      Branch: perl
12302            ! sv.c
12303 ____________________________________________________________________________
12304 [ 21805] By: nicholas                              on 2003/11/29  14:44:56
12305         Log: Silence gcc 2.95 warning
12306              (Its trace flow isn't good enough to realise that there is no problem)
12307      Branch: perl
12308            ! pp_hot.c
12309 ____________________________________________________________________________
12310 [ 21804] By: nicholas                              on 2003/11/29  14:44:22
12311         Log: Gconvert actually takes type NV, while nv may be either double
12312              or long double (depending on some conditional code)
12313              Rafael and I think that this cast should work.
12314      Branch: perl
12315            ! sv.c
12316 ____________________________________________________________________________
12317 [ 21802] By: rgs                                   on 2003/11/29  11:38:58
12318         Log: POSIX::isXXX(undef) segfaulted. (bug #24554.)
12319      Branch: perl
12320            ! ext/POSIX/POSIX.xs ext/POSIX/t/posix.t
12321 ____________________________________________________________________________
12322 [ 21800] By: rgs                                   on 2003/11/28  22:38:40
12323         Log: Fix a regression introduced by change #21694 on sprintf()
12324              with long doubles, by disabling the specific optimisation
12325              path in this case ; remove a unnecessary cast ; add a new
12326              test file for miscellaneous sprintf() test that don't fit
12327              in the t/op/sprintf.t framework.
12328      Branch: perl
12329            + t/op/sprintf2.t
12330            ! MANIFEST sv.c
12331 ____________________________________________________________________________
12332 [ 21799] By: rgs                                   on 2003/11/28  21:41:29
12333         Log: Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)
12334              From: Stas Bekman <stas@stason.org>
12335              Date: Fri, 28 Nov 2003 14:42:25 -0800
12336              Message-ID: <3FC7CF51.7060804@stason.org>
12337      Branch: perl
12338            ! pod/perlsec.pod
12339 ____________________________________________________________________________
12340 [ 21798] By: rgs                                   on 2003/11/28  20:42:45
12341         Log: Implement C<use Exporter 'import'> :
12342
12343              Subject: Re: [PATCH] Exporter-related PODs
12344              From: Fergal Daly <fergal@esatclear.ie>
12345              Date: Mon, 10 Nov 2003 00:08:52 +0000
12346              Message-Id: <200311100008.52639.fergal@esatclear.ie>
12347
12348              (tweaked, so the imported import() doesn't spit out warnings)
12349      Branch: perl
12350            ! lib/Exporter.pm lib/Exporter.t
12351 ____________________________________________________________________________
12352 [ 21797] By: rgs                                   on 2003/11/28  20:11:47
12353         Log: Subject: Re: [perl #24245] File::Copy::copy damages hard linked files
12354              From: Slaven Rezic <slaven@rezic.de>
12355              Date: 19 Oct 2003 19:11:31 +0200
12356              Message-ID: <87smlprw3g.fsf@vran.herceg.de>
12357              (with further tweaks)
12358      Branch: perl
12359            ! lib/File/Copy.pm lib/File/Copy.t
12360 ____________________________________________________________________________
12361 [ 21795] By: rgs                                   on 2003/11/28  19:16:33
12362         Log: Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS
12363              From: "Green, Paul" <Paul.Green@stratus.com>
12364              Date: Thu, 27 Nov 2003 21:51:26 -0500
12365              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com>
12366      Branch: perl
12367            ! hints/vos.sh
12368 ____________________________________________________________________________
12369 [ 21794] By: nicholas                              on 2003/11/28  19:14:58
12370         Log: Arguments to skip were the wrong way round, hence why all the *BSDs
12371              were failing
12372      Branch: perl
12373            ! t/op/readline.t
12374 ____________________________________________________________________________
12375 [ 21789] By: rgs                                   on 2003/11/27  22:18:29
12376         Log: Marcus Holland-Moritz is now the maintainer of Devel::PPPort.
12377              PerlIO and threads are not on CPAN.
12378      Branch: perl
12379            ! Porting/Maintainers.pl
12380 ____________________________________________________________________________
12381 [ 21788] By: nicholas                              on 2003/11/25  21:27:11
12382         Log: Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)
12383      Branch: perl
12384            ! AUTHORS
12385 ____________________________________________________________________________
12386 [ 21787] By: rgs                                   on 2003/11/25  21:12:19
12387         Log: Subject: [PATCH] Re: bug or a feature?
12388              From: Torsten Foertsch <torsten.foertsch@gmx.net>
12389              Date: Sat, 22 Nov 2003 13:15:53 +0100
12390              Message-Id: <200311221315.58539.torsten.foertsch@gmx.net>
12391
12392              and
12393              Date: Sat, 22 Nov 2003 14:21:45 +0100
12394              Message-Id: <200311221421.48940.torsten.foertsch@gmx.net>
12395              (test moved to t/op/readline.t)
12396      Branch: perl
12397            ! pp_hot.c t/op/readline.t
12398 ____________________________________________________________________________
12399 [ 21783] By: merijn                                on 2003/11/24  21:24:46
12400         Log: Subject: remove hardcoded version number from cygwin/perlld.in
12401              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
12402              Date: Mon, 24 Nov 2003 08:11:36 -0800
12403              Message-ID: <20031124161136.GC2656@efn.org>
12404      Branch: perl
12405            ! cygwin/Makefile.SHs cygwin/perlld.in
12406 ____________________________________________________________________________
12407 [ 21782] By: nicholas                              on 2003/11/24  20:07:29
12408         Log: Should fix the infinite loop on a dynamic %ENV fetch
12409      Branch: perl
12410            ! hv.c
12411 ____________________________________________________________________________
12412 [ 21781] By: nicholas                              on 2003/11/24  19:47:57
12413         Log: Tweak the order of initialisation of oentry in hv_fetch_common -
12414              C source now cleaner, but optimised object file still the same size.
12415      Branch: perl
12416            ! hv.c
12417 ____________________________________________________________________________
12418 [ 21780] By: rgs                                   on 2003/11/23  21:59:06
12419         Log: Subject: Re: [perl #24439] 64 bit build failure on Solaris 9
12420              From: Andy Dougherty <doughera@lafayette.edu>
12421              Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST)
12422              Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu>
12423
12424              and :
12425              Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST)
12426              Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu>
12427      Branch: perl
12428            ! hints/solaris_2.sh
12429 ____________________________________________________________________________
12430 [ 21779] By: nicholas                              on 2003/11/22  23:37:24
12431         Log: D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional code
12432              reported by Craig Berry
12433      Branch: perl
12434            ! hv.c
12435 ____________________________________________________________________________
12436 [ 21774] By: nicholas                              on 2003/11/22  21:21:22
12437         Log: restore_magic needs to undo COW
12438              (while magic was off, sv_setsv is likely to have seen this SV as a
12439              good source for COW)
12440              Should fix the smoke failures on lib/locale.t
12441      Branch: perl
12442            ! mg.c
12443 ____________________________________________________________________________
12444 [ 21773] By: nicholas                              on 2003/11/22  19:12:32
12445         Log: Don't COW if the destination has magic.
12446      Branch: perl
12447            ! sv.c
12448 ____________________________________________________________________________
12449 [ 21772] By: nicholas                              on 2003/11/22  17:05:32
12450         Log: Reorder functions in hv.c so that callers of hv_fetch_common are all
12451              close to it.
12452      Branch: perl
12453            ! hv.c
12454 ____________________________________________________________________________
12455 [ 21771] By: nicholas                              on 2003/11/22  16:43:09
12456         Log: "Space Is a Province of Brazil"
12457              Farewell, hv_store_common. Store is now part of Fetch.
12458              All tests pass. hv.c 15% smaller than when I started all this
12459      Branch: perl
12460            ! embed.fnc embed.h hv.c proto.h
12461 ____________________________________________________________________________
12462 [ 21770] By: nicholas                              on 2003/11/22  13:16:43
12463         Log: Farewell hv_exists_common - exists is now a call to fetch
12464              (with the exists magic handling moved into fetch)
12465      Branch: perl
12466            ! embed.fnc embed.h hv.c proto.h
12467 ____________________________________________________________________________
12468 [ 21769] By: nicholas                              on 2003/11/22  11:02:23
12469         Log: Shift negative klen/flags games from hv_store_common out to hv_store
12470      Branch: perl
12471            ! embed.fnc embed.h hv.c proto.h
12472 ____________________________________________________________________________
12473 [ 21768] By: nicholas                              on 2003/11/22  10:37:24
12474         Log: Shift negative klen/flags games from hv_exists_common out to hv_exists
12475      Branch: perl
12476            ! embed.fnc embed.h hv.c proto.h
12477 ____________________________________________________________________________
12478 [ 21767] By: nicholas                              on 2003/11/21  23:15:47
12479         Log: Check that the key is present before a delete, and absent afterwards
12480      Branch: perl
12481            ! ext/XS/APItest/t/hash.t
12482 ____________________________________________________________________________
12483 [ 21766] By: nicholas                              on 2003/11/21  23:12:33
12484         Log: Move the negative key -> utf8 flag conversion out to hv_delete
12485      Branch: perl
12486            ! embed.fnc embed.h hv.c proto.h
12487 ____________________________________________________________________________
12488 [ 21765] By: nicholas                              on 2003/11/21  22:41:23
12489         Log: Tweaks to S_hv_delete_common:
12490              make the magic call hv_fetch_common rather than ent-or-not
12491              grab the hash from a shared hash key scalar if possible
12492              use masked flags rather than flags for the comparison
12493      Branch: perl
12494            ! hv.c
12495 ____________________________________________________________________________
12496 [ 21764] By: nicholas                              on 2003/11/21  21:54:58
12497         Log: Integrate:
12498              [ 21762]
12499              Refactor hash API tests (prior to some additions)
12500
12501              [ 21763]
12502              Test all permuations of utf8 flags on hashes and keys
12503      Branch: perl
12504           !> ext/XS/APItest/t/hash.t
12505 ____________________________________________________________________________
12506 [ 21760] By: nicholas                              on 2003/11/20  22:34:00
12507         Log: Shift negative klen/flags games from hv_fetch_common out to hv_fetch
12508      Branch: perl
12509            ! embed.fnc hv.c proto.h
12510 ____________________________________________________________________________
12511 [ 21758] By: nicholas                              on 2003/11/20  20:14:17
12512         Log: Merge sv_store_flags and sv_store_ent into sv_store_common
12513      Branch: perl
12514            ! embed.fnc embed.h hv.c proto.h
12515 ____________________________________________________________________________
12516 [ 21756] By: rgs                                   on 2003/11/20  12:04:46
12517         Log: Subject: [PATCH] promote hv_clear_placeholders to perl API
12518              From: Alan Burlison <Alan.Burlison@sun.com>
12519              Date: Thu, 20 Nov 2003 10:34:30 +0000
12520              Message-ID: <3FBC98B6.6090909@sun.com>
12521      Branch: perl
12522            ! embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h
12523            ! universal.c
12524 ____________________________________________________________________________
12525 [ 21755] By: rgs                                   on 2003/11/19  22:46:20
12526         Log: Regenerate perlapi and perltoc.
12527      Branch: perl
12528            ! pod/perlapi.pod pod/perltoc.pod
12529 ____________________________________________________________________________
12530 [ 21754] By: rgs                                   on 2003/11/19  22:39:51
12531         Log: Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
12532              From: Iain Truskett <spoon@cpan.org>
12533              Date: Thu, 20 Nov 2003 00:41:33 +1100
12534              Message-ID: <20031119134132.GG21314@gytha.anu.edu.au>
12535      Branch: perl
12536            ! lib/PerlIO.pm pod/perlrun.pod
12537 ____________________________________________________________________________
12538 [ 21753] By: nicholas                              on 2003/11/19  22:28:25
12539         Log: merge hv_fetch and hv_fetch_ent into hv_fetch_common
12540              remove S_hv_fetch_flags
12541              hv.c now 13% smaller than when I started. hv_store TODO
12542      Branch: perl
12543            ! embed.fnc embed.h hv.c proto.h
12544 ____________________________________________________________________________
12545 [ 21752] By: rgs                                   on 2003/11/19  21:06:01
12546         Log: Fix bug [perl #24508] Wrong assignment in nested assignment
12547              together with subroutine call
12548              Apparently concat still doesn't deal correctly with lexicals
12549              in all cases. Disable the whole TARGET_MY optimisation for it.
12550              (and remove the corresponding code from the peephole optimiser.)
12551      Branch: perl
12552            ! op.c opcode.h opcode.pl t/op/concat.t
12553 ____________________________________________________________________________
12554 [ 21751] By: rgs                                   on 2003/11/19  21:03:20
12555         Log: Update the runops stuff in perlguts
12556      Branch: perl
12557            ! pod/perlguts.pod
12558 ____________________________________________________________________________
12559 [ 21750] By: nicholas                              on 2003/11/19  20:37:27
12560         Log: integrate hv_delete and hv_delete_ent into hv_delete_common
12561      Branch: perl
12562            ! embed.fnc embed.h hv.c proto.h
12563 ____________________________________________________________________________
12564 [ 21748] By: rgs                                   on 2003/11/19  19:56:20
12565         Log: Subject: [PATCH] clear of empty locked hash SEGVs
12566              From: Alan Burlison <Alan.Burlison@sun.com>
12567              Date: Wed, 19 Nov 2003 14:39:03 +0000
12568              Message-ID: <3FBB8087.20206@sun.com>
12569      Branch: perl
12570            ! hv.c lib/Hash/Util.t
12571 ____________________________________________________________________________
12572 [ 21747] By: nicholas                              on 2003/11/19  19:51:41
12573         Log: merge hv_exists and hv_exists_ent into S_hv_exists_common
12574      Branch: perl
12575            ! embed.fnc embed.h hv.c proto.h
12576 ____________________________________________________________________________
12577 [ 21746] By: nicholas                              on 2003/11/19  18:46:07
12578         Log: Run regen.pl (for hv_assert)
12579      Branch: perl
12580            ! global.sym
12581 ____________________________________________________________________________
12582 [ 21744] By: nicholas                              on 2003/11/19  17:44:58
12583         Log: Integrate:
12584              [ 21642]
12585              space should be tab for lib/I18N/LangTags/t/02decency.t
12586      Branch: perl
12587           !> MANIFEST
12588 ____________________________________________________________________________
12589 [ 21743] By: rgs                                   on 2003/11/19  17:21:50
12590         Log: Restore errno after having read $^E (like for $!)
12591              to preserve errno from unfortunate side-effects.
12592      Branch: perl
12593            ! mg.c
12594 ____________________________________________________________________________
12595 [ 21742] By: nicholas                              on 2003/11/18  21:04:40
12596         Log: Whoops. We weren't actually testing hv_store_ent
12597              We are now. Plus test hv_store for an initially empty hash.
12598      Branch: perl
12599            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
12600 ____________________________________________________________________________
12601 [ 21741] By: rgs                                   on 2003/11/17  23:06:07
12602         Log: Complement of change #21740 for Windows.
12603              (I have the feeling that it's already subtly broken on VMS)
12604      Branch: perl
12605            ! win32/Makefile win32/makefile.mk
12606 ____________________________________________________________________________
12607 [ 21740] By: rgs                                   on 2003/11/17  19:02:21
12608         Log: Install instmodsh and xsubpp in bin/ along the other utilities.
12609      Branch: perl
12610            + utils/instmodsh.PL utils/xsubpp.PL
12611            ! MANIFEST installperl utils.lst utils/Makefile
12612 ____________________________________________________________________________
12613 [ 21739] By: rgs                                   on 2003/11/17  08:52:52
12614         Log: Subject: Re: [perl #24493] install.html not working
12615              From: Slaven Rezic <slaven@rezic.de>
12616              Date: 16 Nov 2003 20:52:29 +0100
12617              Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
12618      Branch: perl
12619            ! installhtml
12620 ____________________________________________________________________________
12621 [ 21737] By: nicholas                              on 2003/11/16  21:32:09
12622         Log: Ooops. left an XXX comment in, and worse still it's a // comment
12623      Branch: perl
12624            ! hv.c
12625 ____________________________________________________________________________
12626 [ 21735] By: nicholas                              on 2003/11/16  20:20:58
12627         Log: utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
12628              (pp functions use the _ent variants, and as the implementation is
12629              duplicated, these bugs aren't tested, and aren't noticed)
12630      Branch: perl
12631            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
12632 ____________________________________________________________________________
12633 [ 21734] By: nicholas                              on 2003/11/16  17:11:22
12634         Log: Accessing unicode keys in tie hashes via hv_exists was broken.
12635              (pp_exists uses hv_exists_ent, which isn't broken)
12636              I expect an equivalent bug in hv_delete
12637      Branch: perl
12638            + ext/XS/APItest/t/hash.t
12639            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
12640            ! ext/XS/APItest/MANIFEST hv.c
12641 ____________________________________________________________________________
12642 [ 21733] By: rgs                                   on 2003/11/16  16:50:04
12643         Log: Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
12644              From: Elizabeth Mattijsen <liz@dijkmat.nl>
12645              Date: Sat, 15 Nov 2003 23:22:16 +0100
12646              Message-Id: <p05111b04bbdc49076950@[192.168.56.3]>
12647      Branch: perl
12648            ! ext/threads/t/problems.t
12649 ____________________________________________________________________________
12650 [ 21732] By: rgs                                   on 2003/11/16  16:09:34
12651         Log: Subject: [PATCH] configpm, our $summary : unique
12652              From: Elizabeth Mattijsen <liz@dijkmat.nl>
12653              Date: Sat, 15 Nov 2003 22:18:32 +0100
12654              Message-Id: <p05111b03bbdc478d10cb@[192.168.56.3]>
12655              (plus comments)
12656      Branch: perl
12657            ! configpm
12658 ____________________________________________________________________________
12659 [ 21729] By: nicholas                              on 2003/11/15  14:39:00
12660         Log: Subject: [PATCH] Re: Storable Error
12661              From: Nicholas Clark <nick@ccl4.org>
12662              Date: Sat, 9 Aug 2003 00:35:36 +0100
12663              Message-ID: <20030809003535.C20130@plum.flirble.org>
12664      Branch: perl
12665            ! embed.fnc hv.c perl.c perl.h pod/perlapi.pod pod/perlrun.pod
12666            ! proto.h
12667 ____________________________________________________________________________
12668 [ 21728] By: rgs                                   on 2003/11/15  11:43:43
12669         Log: Update perlhist with 5.6.2.
12670      Branch: perl
12671            ! pod/perlhist.pod
12672 ____________________________________________________________________________
12673 [ 21725] By: rgs                                   on 2003/11/14  22:35:20
12674         Log: Add more complete tests for the "variable masks earlier
12675              declaration" warning, including a TODO test
12676      Branch: perl
12677            ! t/lib/warnings/pad
12678 ____________________________________________________________________________
12679 [ 21723] By: rgs                                   on 2003/11/14  07:43:17
12680         Log: Include "SCCS" in the list of directory names that should
12681              be ignored by installperl.
12682      Branch: perl
12683            ! installperl
12684 ____________________________________________________________________________
12685 [ 21718] By: nicholas                              on 2003/11/13  20:46:36
12686         Log: Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
12687              From: Enache Adrian <enache@rdslink.ro>
12688              Date: Tue, 11 Nov 2003 15:25:29 +0200
12689              Message-ID: <20031111132529.GB1271@ratsnest.hole>
12690      Branch: perl
12691            ! op.c
12692 ____________________________________________________________________________
12693 [ 21714] By: rgs                                   on 2003/11/13  18:55:37
12694         Log: Fix bug [perl #24380] : assigning to a hash in list
12695              or scalar context yielded a wrong value if the list
12696              contained duplicated keys for the hash. This is fixed
12697              by counting the number of duplicate keys and trimming
12698              the stack by the corresponding number of items.
12699      Branch: perl
12700            ! pp_hot.c t/op/hashassign.t
12701 ____________________________________________________________________________
12702 [ 21713] By: merijn                                on 2003/11/13  09:25:15
12703         Log: Simplified the reading
12704      Branch: perl
12705            ! hints/solaris_2.sh
12706 ____________________________________________________________________________
12707 [ 21712] By: merijn                                on 2003/11/13  09:22:21
12708         Log: Enable hints to create call-back units that can act when
12709              a specific variable is *not* set (like -Uuselargefiles)
12710      Branch: perl
12711            ! Configure hints/README.hints
12712 ____________________________________________________________________________
12713 [ 21710] By: nicholas                              on 2003/11/12  21:35:35
12714         Log: Subject: [PATCH] Last stab at sdbm/Makefile.PL
12715              From: Michael G Schwern <schwern@pobox.com>
12716              Date: Tue, 11 Nov 2003 21:02:30 -0800
12717              Message-ID: <20031112050230.GO6874@localhost.comcast.net>
12718      Branch: perl
12719            ! ext/SDBM_File/sdbm/Makefile.PL
12720 ____________________________________________________________________________
12721 [ 21708] By: rgs                                   on 2003/11/12  09:46:51
12722         Log: Subject: [PATCH 5.8.2 @21574] make install not installing fully
12723              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12724              Date: Tue, 4 Nov 2003 20:07:25 -0800
12725              Message-ID: <20031105040725.GA2629@math.berkeley.edu>
12726      Branch: perl
12727            ! installperl
12728 ____________________________________________________________________________
12729 [ 21706] By: ams                                   on 2003/11/11  23:46:19
12730         Log: Subject: Re: [perl #24460] [DOC PATCH] the begincheck program
12731              From: Tom Phoenix <rootbeer@redcat.com>
12732              Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST)
12733              Message-Id: <Pine.BSO.4.53.0311111547500.9242@blue.stonehenge.com>
12734      Branch: perl
12735            ! pod/perlmod.pod
12736 ____________________________________________________________________________
12737 [ 21702] By: rgs                                   on 2003/11/11  20:13:56
12738         Log: Upgrade to MakeMaker 6.21.
12739      Branch: perl
12740            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
12741            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
12742            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12743 ____________________________________________________________________________
12744 [ 21697] By: rgs                                   on 2003/11/10  20:55:25
12745         Log: Subject: [PATCH 5.8.2 @21574] make install: line noise
12746              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12747              Date: Tue, 4 Nov 2003 20:10:16 -0800
12748              Message-ID: <20031105041016.GA2639@math.berkeley.edu>
12749
12750              and part of
12751              Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR
12752              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12753              Date: Tue, 4 Nov 2003 20:18:37 -0800
12754              Message-ID: <20031105041836.GA2649@math.berkeley.edu>
12755
12756              (I've left out the PREFIX part for now)
12757      Branch: perl
12758            ! Makefile.SH installperl os2/Makefile.SHs
12759 ____________________________________________________________________________
12760 [ 21694] By: rgs                                   on 2003/11/09  17:20:35
12761         Log: Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow
12762              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12763              Date: Mon, 3 Nov 2003 20:27:39 -0800
12764              Message-ID: <20031104042739.GA1697@math.berkeley.edu>
12765
12766              Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow
12767              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12768              Date: Mon, 3 Nov 2003 20:57:48 -0800
12769              Message-ID: <20031104045748.GA1826@math.berkeley.edu>
12770      Branch: perl
12771            ! sv.c
12772 ____________________________________________________________________________
12773 [ 21693] By: rgs                                   on 2003/11/09  11:37:29
12774         Log: Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce
12775              From: Vadim Konovalov <konovalo@mail.wplus.net>
12776              Date: Sun, 9 Nov 2003 13:31:59 +0300
12777              Message-ID: <93187393948.20031109133159@mail.wplus.net>
12778      Branch: perl
12779            ! wince/Makefile.ce
12780 ____________________________________________________________________________
12781 [ 21691] By: rgs                                   on 2003/11/09  11:13:40
12782         Log: Update the list of pumpkings in perlhist.pod.
12783      Branch: perl
12784            ! pod/perlhist.pod
12785 ____________________________________________________________________________
12786 [ 21687] By: ams                                   on 2003/11/08  17:09:56
12787         Log: Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod]  Updated.
12788              From: Abigail <abigail@abigail.nl>
12789              Date: Sat, 8 Nov 2003 18:51:30 +0100
12790              Message-Id: <20031108175130.GA22273@abigail.nl>
12791      Branch: perl
12792            ! pod/perlhist.pod
12793 ____________________________________________________________________________
12794 [ 21677] By: rgs                                   on 2003/11/07  07:49:17
12795         Log: Subject: [PATCH 5.8.2 @21574] OS/2 docu
12796              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12797              Date: Thu, 6 Nov 2003 23:26:18 -0800
12798              Message-ID: <20031107072618.GA4370@math.berkeley.edu>
12799      Branch: perl
12800            ! os2/Changes
12801 ____________________________________________________________________________
12802 [ 21676] By: davem                                 on 2003/11/06  22:11:23
12803         Log: bugid #24407: numeric key for shared hash got stringified using
12804              wrong interpreter, and thus got malloced into the wrong thread
12805              memory pool
12806      Branch: perl
12807            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
12808 ____________________________________________________________________________
12809 [ 21675] By: rgs                                   on 2003/11/06  10:27:22
12810         Log: Upgrade to MakeMaker 6.20.
12811      Branch: perl
12812            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
12813            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MANIFEST.SKIP
12814            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
12815            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Tutorial.pod
12816            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/postamble.t
12817 ____________________________________________________________________________
12818 [ 21674] By: ams                                   on 2003/11/06  09:32:26
12819         Log: Subject: [PATCH blead] Re: [perl #24248] taint propagation regression,
12820              tests fail to spot this
12821              From: Rick Delaney <rick@bort.ca>
12822              Date: Wed, 5 Nov 2003 23:02:41 -0500
12823              Message-Id: <20031105230241.D13585@biff.bort.ca>
12824      Branch: perl
12825            ! pp_ctl.c t/op/taint.t
12826 ____________________________________________________________________________
12827 [ 21673] By: rgs                                   on 2003/11/05  21:47:07
12828         Log: Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC
12829              From: Andy Dougherty <doughera@lafayette.edu>
12830              Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST)
12831              Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu>
12832      Branch: perl
12833            ! hints/linux.sh
12834 ____________________________________________________________________________
12835 [ 21672] By: rgs                                   on 2003/11/05  20:42:47
12836         Log: Subject: [patch t/op/hash.t] extending the hash attack test
12837              From: Stas Bekman <stas@stason.org>
12838              Date: Tue, 04 Nov 2003 14:33:09 -0800
12839              Message-ID: <3FA82925.7020703@stason.org>
12840      Branch: perl
12841            ! t/op/hash.t
12842 ____________________________________________________________________________
12843 [ 21671] By: rgs                                   on 2003/11/05  20:38:09
12844         Log: Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
12845              From: Stas Bekman <stas@stason.org>
12846              Date: Wed, 05 Nov 2003 00:50:25 -0800
12847              Message-ID: <3FA8B9D1.2020806@stason.org>
12848      Branch: perl
12849            ! lib/Benchmark.pm
12850 ____________________________________________________________________________
12851 [ 21667] By: nicholas                              on 2003/11/05  19:13:56
12852         Log: From: Craig Berry <craigberry@mac.com>
12853              Subject: Opcode.xs/RC2 compile nit on VMS
12854              Date: Wed, 05 Nov 2003 12:16:34 -0600
12855              Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com>
12856      Branch: perl
12857            ! ext/Opcode/Opcode.xs
12858 ____________________________________________________________________________
12859 [ 21664] By: ams                                   on 2003/11/05  18:34:28
12860         Log: Orphaned submission from #21546.
12861      Branch: perl
12862            ! perl.c
12863 ____________________________________________________________________________
12864 [ 21663] By: ams                                   on 2003/11/05  17:01:29
12865         Log: Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
12866              From: Slaven Rezic <slaven@rezic.de>
12867              Date: 20 Oct 2003 22:39:28 +0200
12868              Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
12869      Branch: perl
12870            ! lib/filetest.t
12871 ____________________________________________________________________________
12872 [ 21662] By: ams                                   on 2003/11/05  16:51:08
12873         Log: Subject: Re: 'make minitest' fails for op/cproto and op/pat
12874              From: Michael G Schwern <schwern@pobox.com>
12875              Date: Wed, 5 Nov 2003 06:26:36 -0800
12876              Message-Id: <20031105142635.GA22761@localhost.comcast.net>
12877      Branch: perl
12878            ! t/op/cproto.t
12879 ____________________________________________________________________________
12880 [ 21661] By: ams                                   on 2003/11/05  16:50:05
12881         Log: Subject: [PATCH] Modernise INSTALL
12882              From: Gisle Aas <gisle@ActiveState.com>
12883              Date: 05 Nov 2003 05:16:25 -0800
12884              Message-Id: <lrd6c7ez12.fsf@caliper.activestate.com>
12885
12886              Subject: [PATCH pod/perlhist.pod]  Mention 5.8.2-RC2
12887              From: Abigail <abigail@abigail.nl>
12888              Date: Tue, 4 Nov 2003 10:40:57 +0100
12889              Message-Id: <20031104094057.GA22508@abigail.nl>
12890      Branch: perl
12891            ! INSTALL pod/perlhist.pod
12892 ____________________________________________________________________________
12893 [ 21660] By: ams                                   on 2003/11/05  16:46:12
12894         Log: Subject: [PATCH blead]  reentr.pl is not defining _srandom_struct
12895              From: Jan Dubois <jand@ActiveState.com>
12896              Date: Tue, 04 Nov 2003 16:52:14 -0800
12897              Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
12898      Branch: perl
12899            ! reentr.c reentr.h reentr.pl
12900 ____________________________________________________________________________
12901 [ 21657] By: rgs                                   on 2003/11/05  08:07:14
12902         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
12903              From: Michael G Schwern <schwern@pobox.com>
12904              Date: Tue, 4 Nov 2003 17:59:13 -0800
12905              Message-ID: <20031105015913.GL15406@localhost.comcast.net>
12906
12907              Replaces the temporary kludge (#21655).
12908      Branch: perl
12909            ! ext/SDBM_File/sdbm/Makefile.PL
12910 ____________________________________________________________________________
12911 [ 21656] By: rgs                                   on 2003/11/05  07:41:41
12912         Log: Subject: Re: [gherteg@csc.com: your CPAN page on EBCDIC]
12913              From: PPrymmer@factset.com
12914              Date: Tue, 4 Nov 2003 10:00:07 -0500
12915              Message-ID: <OF9A22A404.A32A5C26-ON85256DD4.00522E92-85256DD4.005268A4@factset.com>
12916      Branch: perl
12917            ! pod/perlebcdic.pod
12918 ____________________________________________________________________________
12919 [ 21655] By: rgs                                   on 2003/11/04  22:32:28
12920         Log: Temporary kludge to allow SDBM_File being built
12921              with MakeMaker 6.19.
12922      Branch: perl
12923            ! ext/SDBM_File/sdbm/Makefile.PL
12924 ____________________________________________________________________________
12925 [ 21652] By: rgs                                   on 2003/11/04  21:43:10
12926         Log: Upgrade to ExtUtils::MakeMaker 6.19
12927      Branch: perl
12928            + lib/ExtUtils/t/parse_version.t
12929            + t/lib/MakeMaker/Test/Setup/BFD.pm
12930            + t/lib/MakeMaker/Test/Setup/Problem.pm
12931            - lib/ExtUtils/t/00setup_dummy.t
12932            - lib/ExtUtils/t/zz_cleanup_dummy.t
12933            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
12934            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
12935            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
12936            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
12937            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
12938            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
12939            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
12940            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/bytes.pm
12941            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Manifest.pm
12942            ! lib/ExtUtils/README lib/ExtUtils/TODO lib/ExtUtils/instmodsh
12943            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
12944            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/Install.t
12945            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
12946            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
12947            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/postamble.t
12948            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
12949            ! lib/ExtUtils/t/problems.t lib/ExtUtils/t/writemakefile_args.t
12950            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
12951 ____________________________________________________________________________
12952 [ 21651] By: rgs                                   on 2003/11/04  05:43:56
12953         Log: Subject: Re: [PATCH 5.8.2 @21574] OS/2 build
12954              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12955              Date: Mon, 3 Nov 2003 20:20:44 -0800
12956              Message-ID: <20031104042044.GA1682@math.berkeley.edu>
12957      Branch: perl
12958            ! os2/Makefile.SHs
12959 ____________________________________________________________________________
12960 [ 21650] By: rgs                                   on 2003/11/03  21:55:42
12961         Log: Subject: [PATCH] Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
12962              From: Michael G Schwern <schwern@pobox.com>
12963              Date: Sat, 1 Nov 2003 22:57:45 -0800
12964              Message-ID: <20031102065745.GN3659@localhost.comcast.net>
12965              (goes with change #21418)
12966      Branch: perl
12967            ! lib/autouse.pm lib/autouse.t
12968 ____________________________________________________________________________
12969 [ 21647] By: rgs                                   on 2003/11/03  20:08:18
12970         Log: Subject: [PATCH] Re: PERL_VERSION, SUBVERSION, PATCHLEVEL
12971              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
12972              Date: Mon, 3 Nov 2003 20:53:33 +0100
12973              Message-ID: <023a01c3a244$2a1dd5a0$0c2f1fac@R2D2>
12974      Branch: perl
12975            ! ext/Devel/PPPort/PPPort.pm
12976 ____________________________________________________________________________
12977 [ 21646] By: rgs                                   on 2003/11/03  20:00:07
12978         Log: Subject: Cwd.xs: off-by-one buffer overflow in realpath()
12979              From: Casey West <casey@geeknest.com>
12980              Date: Mon, 3 Nov 2003 10:11:43 -0500
12981              Message-ID: <20031103151143.GB430@geeknest.com>
12982      Branch: perl
12983            ! ext/Cwd/Cwd.xs
12984 ____________________________________________________________________________
12985 [ 21645] By: rgs                                   on 2003/11/03  19:18:42
12986         Log: Subject: Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
12987              From: Jan Dubois <jand@ActiveState.com>
12988              Date: Sun, 02 Nov 2003 21:43:44 -0800
12989              Message-ID: <8dqbqvg16ln2r807l1l2c905lh7hte303v@4ax.com>
12990      Branch: perl
12991            ! reentr.h reentr.pl
12992 ____________________________________________________________________________
12993 [ 21644] By: rgs                                   on 2003/11/03  15:33:55
12994         Log: Document the fact that keys() and values() are optimized
12995              for void context (as suggested by Liz.)
12996      Branch: perl
12997            ! pod/perlfunc.pod
12998 ____________________________________________________________________________
12999 [ 21639] By: nicholas                              on 2003/11/03  07:04:36
13000         Log: Stas would prefer not to have MOD_PERL defines in perl.
13001      Branch: perl
13002            ! hv.c hv.h
13003 ____________________________________________________________________________
13004 [ 21638] By: nicholas                              on 2003/11/03  06:46:48
13005         Log: s/new_hash/rehash/g (Stas suggested a better name)
13006      Branch: perl
13007            ! embedvar.h hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h
13008            ! sv.c universal.c util.c
13009 ____________________________________________________________________________
13010 [ 21634] By: nicholas                              on 2003/11/02  22:32:21
13011         Log: Provide Internals::new_hash_seed to return PL_new_hash_seed, and
13012              make Hash::Util::hash_seed use this.
13013      Branch: perl
13014            ! lib/Hash/Util.pm universal.c
13015 ____________________________________________________________________________
13016 [ 21628] By: rgs                                   on 2003/11/02  21:05:59
13017         Log: Fix for [perl #24347] segfault with Safe
13018              The empty %INC created for safe compartements was freed
13019              too early.
13020      Branch: perl
13021            ! ext/Opcode/Opcode.xs
13022 ____________________________________________________________________________
13023 [ 21627] By: rgs                                   on 2003/11/02  20:40:47
13024         Log: Subject: [PATCH pod/perlguts.pod] update embed.pl description
13025              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
13026              Date: Sun, 2 Nov 2003 22:24:28 +0100
13027              Message-ID: <007b01c3a187$b34c6110$0c2f1fac@R2D2>
13028      Branch: perl
13029            ! pod/perlguts.pod
13030 ____________________________________________________________________________
13031 [ 21625] By: rgs                                   on 2003/11/02  20:24:21
13032         Log: Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
13033      Branch: perl
13034            ! pod/perlhist.pod
13035 ____________________________________________________________________________
13036 [ 21620] By: nicholas                              on 2003/11/02  18:22:16
13037         Log: Subject: [PATCH 5.8.2 @21574] OS/2 build
13038              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
13039              Date: Wed, 29 Oct 2003 14:00:18 -0800
13040              Message-ID: <20031029220017.GA26384@math.berkeley.edu>
13041      Branch: perl
13042            ! ext/DynaLoader/DynaLoader_pm.PL makedef.pl os2/Makefile.SHs
13043            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2_base.t os2/os2ish.h
13044            ! os2/perl2cmd.pl perlio.c
13045 ____________________________________________________________________________
13046 [ 21619] By: rgs                                   on 2003/11/02  18:07:30
13047         Log: Quoted-printable is evil.
13048      Branch: perl
13049            ! win32/win32.h
13050 ____________________________________________________________________________
13051 [ 21618] By: nicholas                              on 2003/11/02  18:01:21
13052         Log: Stas spotted a missed s//new_/ for the hash seed renaming games
13053      Branch: perl
13054            ! perl.c
13055 ____________________________________________________________________________
13056 [ 21617] By: rgs                                   on 2003/11/02  17:25:50
13057         Log: Portability nit for MinGW 3.
13058
13059              Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
13060              From: Greg Matheson <lang@ms.chinmin.edu.tw>
13061              Date: Thu, 30 Oct 2003 14:11:58 +0800
13062              Message-ID: <20031030141158.A11772@ms>
13063              (actual patch by Abe Timmerman)
13064      Branch: perl
13065            ! win32/win32.h
13066 ____________________________________________________________________________
13067 [ 21616] By: rgs                                   on 2003/11/02  12:37:54
13068         Log: Subject: DOCPATCH: does STORE need to return anything and if so what?
13069              From: david nicol <whatever@davidnicol.com>
13070              Date: 26 Oct 2003 22:34:04 -0600
13071              Message-Id: <1067229244.1071.51.camel@plaza.davidnicol.com>
13072      Branch: perl
13073            ! pod/perltie.pod
13074 ____________________________________________________________________________
13075 [ 21615] By: rgs                                   on 2003/11/01  20:01:54
13076         Log: Subject: [PATCH] DB_File 1.807
13077              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
13078              Date: Sat, 1 Nov 2003 13:50:12 -0000
13079              Message-ID: <AIEAJICLCBDNAAOLLOKLOENMPAAA.Paul.Marquess@btinternet.com>
13080      Branch: perl
13081            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13082            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
13083            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
13084 ____________________________________________________________________________
13085 [ 21614] By: rgs                                   on 2003/11/01  19:40:28
13086         Log: Subject: Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)
13087              From: Rick Delaney <rick@bort.ca>
13088              Date: Mon, 27 Oct 2003 16:24:16 -0500
13089              Message-ID: <20031027162416.H2233@biff.bort.ca>
13090      Branch: perl
13091            ! pp_hot.c
13092 ____________________________________________________________________________
13093 [ 21611] By: nicholas                              on 2003/11/01  16:32:00
13094         Log: D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this
13095      Branch: perl
13096            ! MANIFEST
13097 ____________________________________________________________________________
13098 [ 21607] By: nicholas                              on 2003/11/01  15:21:23
13099         Log: mod_perl2 will require access to the Plan C hashing function.
13100      Branch: perl
13101            ! hv.h
13102 ____________________________________________________________________________
13103 [ 21604] By: nicholas                              on 2003/11/01  14:21:38
13104         Log: Add Internals::HvREHASH to expose the rehashing flag
13105              t/op/hash.t tests that pathological data triggers rehashing
13106      Branch: perl
13107            + t/op/hash.t
13108            ! universal.c
13109 ____________________________________________________________________________
13110 [ 21599] By: davem                                 on 2003/11/01  00:09:22
13111         Log: whoops, typo
13112      Branch: perl
13113            ! ext/threads/shared/shared.xs
13114 ____________________________________________________________________________
13115 [ 21598] By: davem                                 on 2003/11/01  00:03:38
13116         Log: seg faults when deleting keys of shared hash refs
13117              Ensure that the shared_sv get magic of the element being deleted
13118              is called. Also, avoid posible memory leaks by wrapping all shared
13119              context sections with ENTER/SAVETMPS
13120      Branch: perl
13121            ! ext/threads/shared/shared.xs
13122 ____________________________________________________________________________
13123 [ 21596] By: rgs                                   on 2003/10/31  20:46:44
13124         Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
13125              From: Andy Dougherty <doughera@lafayette.edu>
13126              Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
13127              Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
13128              (plus POD link fixes)
13129      Branch: perl
13130            ! INSTALL
13131 ____________________________________________________________________________
13132 [ 21595] By: rgs                                   on 2003/10/31  20:35:23
13133         Log: Prevent the installation of makefiles that can be found
13134              under lib/.
13135      Branch: perl
13136            ! installperl
13137 ____________________________________________________________________________
13138 [ 21593] By: rgs                                   on 2003/10/31  20:19:01
13139         Log: Test nit ; goes with change 21591
13140      Branch: perl
13141            ! t/lib/warnings/regcomp
13142 ____________________________________________________________________________
13143 [ 21592] By: rgs                                   on 2003/10/31  20:03:58
13144         Log: Subject: [PATCH] Document PERL_DL_NONLAZY
13145              From: Gisle Aas <gisle@ActiveState.com>
13146              Date: 31 Oct 2003 03:13:03 -0800
13147              Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>
13148      Branch: perl
13149            ! pod/perlrun.pod
13150 ____________________________________________________________________________
13151 [ 21591] By: rgs                                   on 2003/10/31  19:54:23
13152         Log: Subject: [PATCH] Off-by-one error in regcomp.c
13153              From: Slaven Rezic <slaven@rezic.de>
13154              Date: Fri, 31 Oct 2003 12:16:11 +0000
13155              Message-Id: <1067602571.12768@devpc01.iconmobile.de>
13156      Branch: perl
13157            ! regcomp.c t/op/regmesg.t
13158 ____________________________________________________________________________
13159 [ 21590] By: rgs                                   on 2003/10/31  19:36:32
13160         Log: Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require
13161              From: Stas Bekman <stas@stason.org>
13162              Date: Wed, 29 Oct 2003 16:47:24 -0800
13163              Message-ID: <3FA05F9C.2080304@stason.org>
13164      Branch: perl
13165            ! pod/perlfunc.pod
13166 ____________________________________________________________________________
13167 [ 21589] By: rgs                                   on 2003/10/31  19:31:48
13168         Log: Subject: [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
13169              From: Stas Bekman <stas@stason.org>
13170              Date: Wed, 29 Oct 2003 15:15:15 -0800
13171              Message-ID: <3FA04A03.5010603@stason.org>
13172              (enclosed in a #ifdef DEBUGGING)
13173      Branch: perl
13174            ! sv.c
13175 ____________________________________________________________________________
13176 [ 21588] By: rgs                                   on 2003/10/31  19:25:38
13177         Log: Subject: [PATCH] Devel::PPPort and scan_bin
13178              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
13179              Date: Wed, 29 Oct 2003 22:53:43 +0100
13180              Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2>
13181      Branch: perl
13182            ! ext/Devel/PPPort/PPPort.pm
13183 ____________________________________________________________________________
13184 [ 21587] By: rgs                                   on 2003/10/31  19:19:00
13185         Log: Subject: [PATCH] change p4d2p to deal with new style diff2 output
13186              From: Jan Dubois <jand@ActiveState.com>
13187              Date: Thu, 30 Oct 2003 18:43:08 -0800
13188              Message-ID: <dpi3qvgf1uke7pj1gcpgmoh622lqcvl6uc@4ax.com>
13189      Branch: perl
13190            ! Porting/p4d2p
13191 ____________________________________________________________________________
13192 [ 21586] By: nicholas                              on 2003/10/31  18:54:26
13193         Log: Comment that this "optimisation" is actually a necessary fixup.
13194              When the split occurs (to make the opti{miser,onal}) this isn't
13195              (Richard Clamp reminded me that I forgot to do this)
13196      Branch: perl
13197            ! op.c
13198 ____________________________________________________________________________
13199 [ 21583] By: nicholas                              on 2003/10/30  22:37:26
13200         Log: Rewrite to correctly use test.pl
13201
13202              Date: Thu, 30 Oct 2003 15:51:03 -0800
13203              From: Michael G Schwern <schwern@pobox.com>
13204              Subject: Re: Fix for the orange lion bug - aka empty sub bug
13205              Message-ID: <20031030235103.GC27017@localhost.comcast.net>
13206      Branch: perl
13207            ! t/op/sub.t
13208 ____________________________________________________________________________
13209 [ 21582] By: nicholas                              on 2003/10/30  22:18:53
13210         Log: Date: Thu, 30 Oct 2003 22:01:35 +0000
13211              Subject: Fix for the orange lion bug - aka empty sub bug
13212              From: Arthur Bergman <sky@nanisky.com>
13213              Message-Id: <A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>
13214      Branch: perl
13215            + t/op/sub.t
13216            ! MANIFEST op.c
13217 ____________________________________________________________________________
13218 [ 21580] By: nicholas                              on 2003/10/30  19:42:28
13219         Log: 14 is the chain length for attack. From
13220
13221              Message-ID: <20031030204117.16008.qmail@plover.com>
13222              Subject: Re: 5.8.2-RC1 and mp2
13223              Date: Thu, 30 Oct 2003 15:41:17 -0500
13224              From: Mark Jason Dominus <mjd@plover.com>
13225
13226              and
13227
13228              From: Scott A Crosby <scrosby@cs.rice.edu>
13229              Subject: Re: 5.8.2-RC1 and mp2
13230              Date: 30 Oct 2003 14:08:06 -0600
13231              Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>
13232      Branch: perl
13233            ! hv.c
13234 ____________________________________________________________________________
13235 [ 21575] By: rgs                                   on 2003/10/29  06:51:19
13236         Log: Move a fcntl() example in perlfunc at a more proper place,
13237              as suggested by :
13238              Subject: [perl #24334] ioctl/fcntl doc confusion
13239              From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
13240              Date: 28 Oct 2003 13:37:49 -0000
13241              Message-ID: <rt-24334-66603.12.4990768314782@rt.perl.org>
13242      Branch: perl
13243            ! pod/perlfunc.pod
13244 ____________________________________________________________________________
13245 [ 21567] By: rgs                                   on 2003/10/28  08:48:06
13246         Log: Upgrade to Time::HiRes 1.52.
13247      Branch: perl
13248            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
13249            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
13250 ____________________________________________________________________________
13251 [ 21566] By: rgs                                   on 2003/10/28  08:34:26
13252         Log: Subject: [PATCH lib/overload.t] TODO tests for bug #24313.
13253              From: Abigail <abigail@abigail.nl>
13254              Date: Mon, 27 Oct 2003 13:05:37 +0100
13255              Message-ID: <20031027120536.GA24608@abigail.nl>
13256
13257              Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.)
13258              From: Rick Delaney <rick@bort.ca>
13259              Date: Mon, 27 Oct 2003 12:17:49 -0500
13260              Message-ID: <20031027121749.E2233@biff.bort.ca>
13261      Branch: perl
13262            ! lib/overload.t toke.c
13263 ____________________________________________________________________________
13264 [ 21565] By: rgs                                   on 2003/10/28  07:42:52
13265         Log: Subject: [PATCH t/comp/proto.t]  Test (5.9.x)
13266              From: Abigail <abigail@abigail.nl>
13267              Date: Mon, 27 Oct 2003 14:50:24 +0100
13268              Message-ID: <20031027135024.GA12666@abigail.nl>
13269      Branch: perl
13270            ! t/comp/proto.t
13271 ____________________________________________________________________________
13272 [ 21564] By: davem                                 on 2003/10/27  22:01:12
13273         Log: Fix more shared threads leaks: add SAVETMPS to the second branch
13274              of sharedsv_scalar_store().
13275      Branch: perl
13276            ! ext/threads/shared/shared.xs
13277 ____________________________________________________________________________
13278 [ 21563] By: rgs                                   on 2003/10/27  19:33:29
13279         Log: Add a new taint error, "%ENV is aliased to %s".
13280              This error is thrown when taint checks are enabled and
13281              when *ENV has been aliased, so that %ENV has no env-magic
13282              anymore. (see bug [perl #24291].)
13283      Branch: perl
13284            ! pod/perldiag.pod t/op/taint.t taint.c
13285 ____________________________________________________________________________
13286 [ 21560] By: nicholas                              on 2003/10/27  18:01:02
13287         Log: Record the escape^Wrelease of 5.9.0
13288      Branch: perl
13289            ! pod/perlhist.pod
13290 ____________________________________________________________________________
13291 [ 21554] By: nicholas                              on 2003/10/27  16:09:37
13292         Log: Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
13293              From: Alan Burlison <Alan.Burlison@sun.com>
13294              Date: Tue, 21 Oct 2003 15:00:58 +0100
13295              Message-ID: <3F953C1A.3060800@sun.com>
13296      Branch: perl
13297            ! hints/solaris_2.sh
13298 ____________________________________________________________________________
13299 [ 21550] By: nicholas                              on 2003/10/27  13:45:27
13300         Log: Sync with Unicode::Normalize 0.25
13301      Branch: perl
13302            + ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t
13303            + ext/Unicode/Normalize/t/proto.t
13304            + ext/Unicode/Normalize/t/split.t
13305            ! MANIFEST ext/Unicode/Normalize/Changes
13306            ! ext/Unicode/Normalize/Makefile.PL
13307            ! ext/Unicode/Normalize/Normalize.pm
13308            ! ext/Unicode/Normalize/Normalize.xs
13309            ! ext/Unicode/Normalize/README
13310 ____________________________________________________________________________
13311 [ 21549] By: nicholas                              on 2003/10/27  13:11:48
13312         Log: Sync with Unicode::Collate 0.30
13313      Branch: perl
13314            + lib/Unicode/Collate/t/hangtype.t
13315            + lib/Unicode/Collate/t/normal.t lib/Unicode/Collate/t/trailwt.t
13316            + lib/Unicode/Collate/t/variable.t
13317            + lib/Unicode/Collate/t/version.t
13318            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
13319            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/contract.t
13320            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/index.t
13321            ! lib/Unicode/Collate/t/test.t
13322 ____________________________________________________________________________
13323 [ 21548] By: nicholas                              on 2003/10/27  12:39:39
13324         Log: Sync with Pod::Perldoc 3.12
13325      Branch: perl
13326            ! lib/Pod/Perldoc.pm
13327 ____________________________________________________________________________
13328 [ 21546] By: ams                                   on 2003/10/27  09:00:08
13329         Log: Will the real off by one please stand up?
13330      Branch: perl
13331            ! mg.c
13332 ____________________________________________________________________________
13333 [ 21545] By: hv                                    on 2003/10/27  02:52:16
13334         Log: fixup separators
13335      Branch: perl
13336            ! Changes
13337 ____________________________________________________________________________
13338 [ 21544] By: hv                                    on 2003/10/27  02:51:26
13339         Log: don't complain of podless .pm files that have a separate .pod file
13340      Branch: perl
13341            ! pod/buildtoc
13342 ____________________________________________________________________________
13343 [ 21543] By: hv                                    on 2003/10/27  02:50:04
13344         Log: regen pods and toc
13345      Branch: perl
13346            ! pod/perlmodlib.pod pod/perltoc.pod
13347 ____________________________________________________________________________
13348 [ 21542] By: rgs                                   on 2003/10/26  21:36:17
13349         Log: When %ENV has been turned into a non-magical hash after a
13350              glob assignment, TAINT_ENV() may dump core because it
13351              assumes $ENV{PATH} is magical. Fix this ; add a test to
13352              verify that the PATH is still checked for taintedness.
13353      Branch: perl
13354            ! t/op/taint.t taint.c
13355 ____________________________________________________________________________
13356 [ 21540] By: rgs                                   on 2003/10/26  14:59:53
13357         Log: Fix backward-compatibility issues in if.pm.
13358      Branch: perl
13359            ! lib/if.pm
13360 ____________________________________________________________________________
13361 [ 21539] By: hv                                    on 2003/10/26  12:22:54
13362         Log: Update Changes.
13363      Branch: perl
13364            ! Changes patchlevel.h
13365 ____________________________________________________________________________
13366 [ 21538] By: ams                                   on 2003/10/26  08:08:02
13367         Log: Fix off-by-one in $0 set magic. (From Autrijus.)
13368              The whole PL_origalen thing in perl.c looks very hokey.
13369      Branch: perl
13370            ! mg.c
13371 ____________________________________________________________________________
13372 [ 21536] By: nicholas                              on 2003/10/25  22:33:18
13373         Log: show the rehash flags in dumps
13374      Branch: perl
13375            ! dump.c
13376 ____________________________________________________________________________
13377 [ 21535] By: nicholas                              on 2003/10/25  22:32:40
13378         Log: Return 21533 (with modifications) having found the problem
13379      Branch: perl
13380            ! hv.c hv.h
13381 ____________________________________________________________________________
13382 [ 21534] By: nicholas                              on 2003/10/25  20:46:36
13383         Log: Back out 21533 because it broke Encode's build in really weird ways
13384      Branch: perl
13385            ! hv.c hv.h
13386 ____________________________________________________________________________
13387 [ 21533] By: nicholas                              on 2003/10/25  13:10:21
13388         Log: Plan C rough edge smoothing. Criteria for a hash split is now
13389              the earlier of "more keys than buckets" (the old test) or
13390              linked list too long. Rehash is triggered after a split if the
13391              longest linked list is too long.
13392      Branch: perl
13393            ! hv.c hv.h
13394 ____________________________________________________________________________
13395 [ 21532] By: rgs                                   on 2003/10/25  10:03:18
13396         Log: Subject: Re: [perl #948] $, untieable?
13397              From: Richard Clamp <richardc@unixbeard.net>
13398              Date: Tue, 21 Oct 2003 00:02:49 +0100
13399              Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
13400
13401              Plus a small fix to t/TEST to recognize the added TODO test
13402              as a TODO test.
13403      Branch: perl
13404            ! t/TEST t/op/tie.t
13405 ____________________________________________________________________________
13406 [ 21528] By: nicholas                              on 2003/10/23  19:21:00
13407         Log: When it says "add", then, like, you have to p4 add it. D'oh!
13408              (missed the new file in "Update I18N::LangTags from 0.28 to 0.29")
13409      Branch: perl
13410            + lib/I18N/LangTags/t/02decency.t
13411 ____________________________________________________________________________
13412 [ 21527] By: davem                                 on 2003/10/23  19:13:20
13413         Log: Fix two threads::shared leaks
13414              #24061 - AV in shared interpreter wasn't set to AvREAL
13415              #24255 - mortals were added to the shared interpreter's tmpstack
13416              and never freed.
13417      Branch: perl
13418            ! ext/threads/shared/shared.xs
13419 ____________________________________________________________________________
13420 [ 21526] By: nicholas                              on 2003/10/23  19:11:24
13421         Log: From: Jan Dubois <jand@ActiveState.com>
13422              Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11
13423              Date: Wed, 22 Oct 2003 20:17:07 -0700
13424              Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>
13425
13426              From: Jan Dubois <jand@ActiveState.com>
13427              Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
13428              Date: Wed, 22 Oct 2003 20:26:56 -0700
13429              Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com>
13430      Branch: perl
13431            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
13432            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
13433            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm pod/perldoc.pod
13434            ! utils/perldoc.PL
13435 ____________________________________________________________________________
13436 [ 21523] By: ams                                   on 2003/10/23  12:53:03
13437         Log: Subject: [PATCH] utime documentation
13438              From: Gisle Aas <gisle@ActiveState.com>
13439              Date: 23 Oct 2003 05:33:43 -0700
13440              Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
13441      Branch: perl
13442            ! pod/perlfunc.pod
13443 ____________________________________________________________________________
13444 [ 21522] By: ams                                   on 2003/10/23  08:07:18
13445         Log: Subject: [PATCH]  dup2() not going through PerlLIO abstraction layer
13446              From: Jan Dubois <jand@ActiveState.com>
13447              Date: Wed, 22 Oct 2003 20:33:54 -0700
13448              Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
13449      Branch: perl
13450            ! doio.c
13451 ____________________________________________________________________________
13452 [ 21520] By: nicholas                              on 2003/10/22  19:50:15
13453         Log: patch created by Casey West from:
13454
13455              Subject: CPAN module problems
13456              From: Edward Moy <emoy@apple.com>
13457              Date: Fri, 10 Oct 2003 17:42:06 -0700
13458              Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>
13459
13460              (change ld value in hints file)
13461      Branch: perl
13462            ! hints/darwin.sh
13463 ____________________________________________________________________________
13464 [ 21516] By: rgs                                   on 2003/10/22  15:06:13
13465         Log: Small email update in AUTHORS.
13466      Branch: perl
13467            ! AUTHORS
13468 ____________________________________________________________________________
13469 [ 21515] By: rgs                                   on 2003/10/22  06:39:29
13470         Log: Add a test.taintwarn makefile target,
13471              to run the whole test suite with the -t switch.
13472      Branch: perl
13473            ! Makefile.SH pod/perlhack.pod t/TEST
13474 ____________________________________________________________________________
13475 [ 21514] By: rgs                                   on 2003/10/21  21:21:56
13476         Log: Subject: [PATCH @20458] embedding perl
13477              From: Radu Greab <rgreab@fx.ro>
13478              Date: Tue, 05 Aug 2003 20:57:15 +0300 (EEST)
13479              Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
13480      Branch: perl
13481            ! hv.c intrpvar.h perl.c pod/perlembed.pod pod/perlintern.pod
13482            ! sv.c
13483 ____________________________________________________________________________
13484 [ 21513] By: rgs                                   on 2003/10/21  20:45:12
13485         Log: Fix doc bug #23890, as suggested by Himanshu Garg :
13486              in perltoot, $him->fullname should be $him->fullname->as_string
13487              when passed to printf.
13488      Branch: perl
13489            ! pod/perltoot.pod
13490 ____________________________________________________________________________
13491 [ 21509] By: rgs                                   on 2003/10/21  05:42:50
13492         Log: Two OS/2 portability patches from Ilya.
13493
13494              Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
13495              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
13496              Date: Thu, 25 Sep 2003 12:09:11 -0700
13497              Message-ID: <20030925190911.GA27028@math.berkeley.edu>
13498
13499              Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
13500              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
13501              Date: Thu, 25 Sep 2003 19:50:45 -0700
13502              Message-ID: <20030926025045.GA27507@math.berkeley.edu>
13503      Branch: perl
13504            ! doio.c os2/os2ish.h perl.h perlio.c pp_sys.c
13505 ____________________________________________________________________________
13506 [ 21506] By: rgs                                   on 2003/10/20  19:28:27
13507         Log: Subject: [PATCH] add some missing defines to Devel::PPPort
13508              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
13509              Date: Mon, 20 Oct 2003 20:14:19 +0200
13510              Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
13511      Branch: perl
13512            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
13513 ____________________________________________________________________________
13514 [ 21505] By: rgs                                   on 2003/10/20  19:22:38
13515         Log: Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
13516              From: Slaven Rezic <slaven@rezic.de>
13517              Date: 19 Oct 2003 17:54:59 +0200
13518              Message-ID: <871xt9te7g.fsf@vran.herceg.de>
13519      Branch: perl
13520            ! perlio.c
13521 ____________________________________________________________________________
13522 [ 21503] By: rgs                                   on 2003/10/20  06:04:04
13523         Log: Skip the chflags tests in filetest.t on Darwin.
13524      Branch: perl
13525            ! lib/filetest.t
13526 ____________________________________________________________________________
13527 [ 21474] By: nicholas                              on 2003/10/17  18:44:28
13528         Log: Plan C rough edge smoothing - forgot to turn on the "has key flags"
13529              flag on the hash when rehashing. Can turn off the "rehasing" flag
13530              if the hash is cleared
13531      Branch: perl
13532            ! hv.c
13533 ____________________________________________________________________________
13534 [ 21473] By: rgs                                   on 2003/10/17  08:53:48
13535         Log: -u is deprecated.
13536              Subject: Re: why PERL5LIB is ignored when -T is in effect
13537              From: Slaven Rezic <slaven@rezic.de>
13538              Date: Fri, 17 Oct 2003 10:02:31 +0000
13539              Message-Id: <1066384951.4964@devpc01.iconmobile.de>
13540      Branch: perl
13541            ! perl.c
13542 ____________________________________________________________________________
13543 [ 21472] By: rgs                                   on 2003/10/17  07:29:10
13544         Log: The compilation of PerlIO::via may hang on AIX when
13545              compiling with vac at -O3 optimization level. Disable
13546              optimization for this module.
13547      Branch: perl
13548            + ext/PerlIO/via/hints/aix.pl
13549            ! MANIFEST
13550 ____________________________________________________________________________
13551 [ 21471] By: nicholas                              on 2003/10/16  21:10:27
13552         Log: Plan C for foiling the algorithmic complexity attack
13553              (based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
13554              Chip's plan B (do something new inside the hv functions)
13555              and introspective sort)
13556              Provides infrastructure for hashes to change their hash function
13557              if necessary, and code in hsplit to detect pathalogical data and
13558              instigate a random rehashing.
13559              Needs refinement. Let's see how much smoke it creates.
13560      Branch: perl
13561            ! embedvar.h hv.c hv.h intrpvar.h perl.c perlapi.h sv.c sv.h
13562            ! util.c
13563 ____________________________________________________________________________
13564 [ 21470] By: davem                                 on 2003/10/16  20:03:44
13565         Log: Ensure PL_comppad/curpad point to PL_main_cv's padlist when
13566              PL_main_root is freed; this may not have been be the case if a
13567              thread other than the main one is the last to be destroyed
13568      Branch: perl
13569            ! ext/threads/t/thread.t pad.h perl.c
13570 ____________________________________________________________________________
13571 [ 21469] By: nicholas                              on 2003/10/16  19:31:19
13572         Log: Duplicate 19423 (pathological hashes too easy) into share_hek_flags
13573              (as suggested by Jan Dubois)
13574      Branch: perl
13575            ! hv.c
13576 ____________________________________________________________________________
13577 [ 21468] By: ams                                   on 2003/10/16  19:00:14
13578         Log: Subject: Re: assert.h breaks perl.h
13579              From: Alexey Tourbin <at@altlinux.ru>
13580              Date: Thu, 16 Oct 2003 22:24:35 +0400
13581              Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
13582      Branch: perl
13583            ! sv.h
13584 ____________________________________________________________________________
13585 [ 21467] By: ams                                   on 2003/10/16  18:57:57
13586         Log: Subject: [PATCH] Tie::Hash documentation
13587              From: Slaven Rezic <slaven@rezic.de>
13588              Date: Thu, 16 Oct 2003 17:57:35 +0000
13589              Message-Id: <1066327055.1428@devpc01.iconmobile.de>
13590      Branch: perl
13591            ! lib/Tie/Hash.pm
13592 ____________________________________________________________________________
13593 [ 21466] By: rgs                                   on 2003/10/16  08:52:50
13594         Log: Further tweak on change #21464.
13595      Branch: perl
13596            ! perl.c
13597 ____________________________________________________________________________
13598 [ 21464] By: ams                                   on 2003/10/16  08:42:50
13599         Log: Subject: perl -h tweak [PATCH]
13600              From: Gisle Aas <gisle@ActiveState.com>
13601              Date: 16 Oct 2003 02:49:39 -0700
13602              Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>
13603      Branch: perl
13604            ! perl.c
13605 ____________________________________________________________________________
13606 [ 21456] By: rgs                                   on 2003/10/15  19:19:05
13607         Log: Perlfaq1 : take notice that 5.8.1 is now released.
13608      Branch: perl
13609            ! pod/perlfaq1.pod
13610 ____________________________________________________________________________
13611 [ 21454] By: rgs                                   on 2003/10/15  19:06:05
13612         Log: PerlFAQ sync. (only actual changes)
13613      Branch: perl
13614            ! pod/perlfaq4.pod
13615 ____________________________________________________________________________
13616 [ 21453] By: rgs                                   on 2003/10/15  19:02:35
13617         Log: Typos.
13618      Branch: perl
13619            ! hints/aix.sh
13620 ____________________________________________________________________________
13621 [ 21452] By: rgs                                   on 2003/10/15  11:12:31
13622         Log: Fix bug [perl #24212] : improper error recovery in the
13623              tokenizer after an unknown filetest operator.
13624      Branch: perl
13625            ! t/comp/parser.t toke.c
13626 ____________________________________________________________________________
13627 [ 21451] By: rgs                                   on 2003/10/15  09:19:02
13628         Log: Update MIME::Base64 and Digest::MD5 from the CPAN version.
13629      Branch: perl
13630            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
13631            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
13632            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/utf8.t
13633            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
13634            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
13635            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/unicode.t
13636 ____________________________________________________________________________
13637 [ 21450] By: rgs                                   on 2003/10/15  06:47:11
13638         Log: Add support for Linux abstract unix domain sockets to Socket.pm.
13639              Based on a idea by Alex Hudson. (Basically those are unix domain
13640              sockets whose name has a '\0' as first character.)
13641      Branch: perl
13642            ! ext/Socket/Socket.xs ext/Socket/t/Socket.t
13643 ____________________________________________________________________________
13644 [ 21449] By: ams                                   on 2003/10/15  06:32:44
13645         Log: Subject: [PATCH] SIGN => 1 support for MakeMaker
13646              From: Autrijus Tang <autrijus@autrijus.org>
13647              Date: Tue, 14 Oct 2003 18:32:28 +0800
13648              Message-Id: <1066127547.65845.35.camel@localhost>
13649      Branch: perl
13650            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
13651            ! lib/ExtUtils/MakeMaker.pm
13652 ____________________________________________________________________________
13653 [ 21448] By: ams                                   on 2003/10/15  05:56:12
13654         Log: Rewrite #21447.
13655      Branch: perl
13656            ! pod/perliol.pod
13657 ____________________________________________________________________________
13658 [ 21447] By: ams                                   on 2003/10/15  05:36:48
13659         Log: Subject: [patch pod/perliol.pod]
13660              From: Stas Bekman <stas@stason.org>
13661              Date: Tue, 14 Oct 2003 18:05:29 -0700
13662              Message-Id: <3F8C9D59.3040403@stason.org>
13663      Branch: perl
13664            ! pod/perliol.pod
13665 ____________________________________________________________________________
13666 [ 21446] By: nicholas                              on 2003/10/14  18:45:39
13667         Log: Duplicate 19423 (pathological hashes too easy) into hv_store_ent
13668              (the routine used by perl level HV operations)
13669      Branch: perl
13670            ! hv.c
13671 ____________________________________________________________________________
13672 [ 21445] By: rgs                                   on 2003/10/13  21:03:05
13673         Log: Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0
13674              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
13675              Date: Tue, 30 Sep 2003 19:23:34 +0200
13676              Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>
13677      Branch: perl
13678            ! ext/Devel/PPPort/PPPort.pm
13679 ____________________________________________________________________________
13680 [ 21442] By: ams                                   on 2003/10/13  08:41:17
13681         Log: Subject: [perl #24189] Incorrect comment in perldoc strict
13682              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
13683              Date: 12 Oct 2003 09:01:25 -0000
13684              Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org>
13685      Branch: perl
13686            ! lib/strict.pm
13687 ____________________________________________________________________________
13688 [ 21441] By: rgs                                   on 2003/10/13  08:02:21
13689         Log: Subject: [PATCH] Internals::hash_seed() returns wrong value
13690              From: Jan Dubois <jand@ActiveState.com>
13691              Date: Sun, 12 Oct 2003 22:09:39 -0700
13692              Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
13693      Branch: perl
13694            ! universal.c
13695 ____________________________________________________________________________
13696 [ 21440] By: rgs                                   on 2003/10/12  19:58:05
13697         Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx
13698              From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
13699              Date: 5 Oct 2003 20:55:56 -0000
13700              Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
13701      Branch: perl
13702            ! mg.c
13703 ____________________________________________________________________________
13704 [ 21439] By: rgs                                   on 2003/10/12  16:28:06
13705         Log: Subject: [PATCH] Tie::Hash documentation
13706              From: Slaven Rezic <slaven@rezic.de>
13707              Date: Sun, 12 Oct 2003 18:55:54 +0200 (CEST)
13708              Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>
13709      Branch: perl
13710            ! lib/Tie/Hash.pm
13711 ____________________________________________________________________________
13712 [ 21438] By: rgs                                   on 2003/10/12  15:48:13
13713         Log: Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx
13714              From: Slaven Rezic <slaven@rezic.de>
13715              Date: 07 Oct 2003 00:04:34 +0200
13716              Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>
13717      Branch: perl
13718            ! hints/darwin.sh
13719 ____________________________________________________________________________
13720 [ 21437] By: rgs                                   on 2003/10/12  15:25:17
13721         Log: Minor nit in perlrun, spotted by Art Haas.
13722      Branch: perl
13723            ! pod/perlrun.pod
13724 ____________________________________________________________________________
13725 [ 21436] By: ams                                   on 2003/10/10  19:05:55
13726         Log: Subject: [PATCH] threads::async + some cleanup
13727              From: Elizabeth Mattijsen <liz@dijkmat.nl>
13728              Date: Fri, 10 Oct 2003 16:37:55 +0200
13729              Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
13730      Branch: perl
13731            ! ext/threads/threads.pm
13732 ____________________________________________________________________________
13733 [ 21435] By: ams                                   on 2003/10/10  19:02:34
13734         Log: Make everyone stop posting to p5p about 0e0.
13735      Branch: perl
13736            ! pod/perlsyn.pod
13737 ____________________________________________________________________________
13738 [ 21433] By: nicholas                              on 2003/10/09  20:57:26
13739         Log: Put all pre-processor #s on the first column (some compilers are picky)
13740              [perl #24167] `#' comment signs not at the very beginning of a line
13741      Branch: perl
13742            ! cop.h dosish.h ext/SDBM_File/sdbm/sdbm.h iperlsys.h op.c
13743            ! perl.h regcomp.c
13744 ____________________________________________________________________________
13745 [ 21432] By: rgs                                   on 2003/10/09  11:09:24
13746         Log: Suppress the test file t/op/nothr5005.t and integrate its tests into
13747              t/op/args.t, now that 5005threads have been removed. Port t/op/args.t
13748              to t/test.pl.
13749      Branch: perl
13750            - t/op/nothr5005.t
13751            ! MANIFEST t/op/args.t
13752 ____________________________________________________________________________
13753 [ 21431] By: rgs                                   on 2003/10/09  11:06:15
13754         Log: Document the behaviour of filetest operators regarding parentheses.
13755              This fixes bug #24127 (by documenting it as a feature.)
13756      Branch: perl
13757            ! pod/perlop.pod
13758 ____________________________________________________________________________
13759 [ 21430] By: ams                                   on 2003/10/09  07:55:34
13760         Log: Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate
13761              calculations in regcomp.c
13762              From: Eric Promislow <ericp@ActiveState.com>
13763              Date: Wed, 8 Oct 2003 17:42:42 -0700
13764              Message-Id: <20031008174242.A17544@ActiveState.com>
13765      Branch: perl
13766            ! regcomp.c
13767 ____________________________________________________________________________
13768 [ 21429] By: ams                                   on 2003/10/09  07:43:56
13769         Log: Patch based on:
13770
13771              Subject: [perl #24157] -MModule=} is broken
13772              From: "Lukas Mai" (via RT) <perlbug-followup@perl.org>
13773              Date: 7 Oct 2003 21:47:43 -0000
13774              Message-Id: <rt-24157-65809.10.9980909617566@rt.perl.org>
13775
13776              (Includes a fix for a similar problem in -A, but not -d.)
13777      Branch: perl
13778            ! perl.c
13779 ____________________________________________________________________________
13780 [ 21428] By: ams                                   on 2003/10/09  02:32:07
13781         Log: Subject: [PATCH] Devel::PPPort is missing an aTHX when calling
13782              grok_numeric_radix()
13783              From: Jan Dubois <jand@ActiveState.com>
13784              Date: Wed, 08 Oct 2003 20:37:42 -0700
13785              Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>
13786      Branch: perl
13787            ! ext/Devel/PPPort/PPPort.pm
13788 ____________________________________________________________________________
13789 [ 21427] By: ams                                   on 2003/10/09  01:36:18
13790         Log: Subject: Re: require patch breaks locale
13791              From: Rick Delaney <rick@bort.ca>
13792              Date: Wed, 8 Oct 2003 22:41:55 -0400
13793              Message-Id: <20031008224155.A14638@biff.bort.ca>
13794      Branch: perl
13795            ! t/comp/require.t
13796 ____________________________________________________________________________
13797 [ 21426] By: ams                                   on 2003/10/09  01:26:57
13798         Log: Subject: Re: Simple @INC hook core dump [PATCH]
13799              From: Gisle Aas <gisle@ActiveState.com>
13800              Date: 08 Oct 2003 13:35:28 -0700
13801              Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>
13802      Branch: perl
13803            ! t/op/inccode.t
13804 ____________________________________________________________________________
13805 [ 21425] By: rgs                                   on 2003/10/08  11:34:17
13806         Log: Fix bug #24108: Goto +foo broken
13807              the fix having been suggested by xmath via Juerd.
13808      Branch: perl
13809            ! op.c t/op/goto.t
13810 ____________________________________________________________________________
13811 [ 21424] By: rgs                                   on 2003/10/08  11:16:58
13812         Log: Subject: Re: Simple @INC hook core dump [PATCH]
13813              From: Gisle Aas <gisle@ActiveState.com>
13814              Date: 08 Oct 2003 04:47:33 -0700
13815              Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>
13816      Branch: perl
13817            ! pp_ctl.c
13818 ____________________________________________________________________________
13819 [ 21423] By: ams                                   on 2003/10/08  10:09:41
13820         Log: Subject: [PATCH pod/perlrun.pod] Layout & POD nit.
13821              From: Abigail <abigail@abigail.nl>
13822              Date: Wed, 8 Oct 2003 03:50:49 -0700
13823              Message-Id: <20031008105049.GA15770@ucan.foad.org>
13824      Branch: perl
13825            ! pod/perlrun.pod
13826 ____________________________________________________________________________
13827 [ 21422] By: ams                                   on 2003/10/08  06:13:07
13828         Log: "Are implicit undefs true?" asks Gisle.
13829      Branch: perl
13830            ! pod/perlsyn.pod
13831 ____________________________________________________________________________
13832 [ 21421] By: ams                                   on 2003/10/08  03:20:00
13833         Log: Subject: Re: [PATCH] perlop.pod Revamp - revision 4
13834              From: schwern@pobox.com
13835              Date: Tue, 7 Oct 2003 20:39:36 -0700
13836              Message-Id: <20031007203936.X4301@ttul.org>
13837
13838              (Originally from Shlomi Fish. Applied with tweaks.)
13839      Branch: perl
13840            ! pod/perlop.pod
13841 ____________________________________________________________________________
13842 [ 21420] By: ams                                   on 2003/10/07  19:51:35
13843         Log: Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),
13844              sv.c (Tim Bunce), t/op/pow.t (John P. Linderman).
13845      Branch: perl
13846            ! pod/perlsyn.pod sv.c t/op/pow.t
13847 ____________________________________________________________________________
13848 [ 21419] By: ams                                   on 2003/10/07  04:03:34
13849         Log: Why should -3**$x be more precisely determined than 3**$x?
13850      Branch: perl
13851            ! t/op/pow.t
13852 ____________________________________________________________________________
13853 [ 21418] By: ams                                   on 2003/10/07  03:59:38
13854         Log: Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness
13855              From: schwern@pobox.com
13856              Date: Mon, 6 Oct 2003 13:14:36 -0700
13857              Message-Id: <20031006131436.G20960@ttul.org>
13858      Branch: perl
13859            ! lib/UNIVERSAL.pm t/op/universal.t
13860 ____________________________________________________________________________
13861 [ 21417] By: ams                                   on 2003/10/07  03:55:18
13862         Log: Update perlfunc/require to describe NXDOMAIN caching... er, you
13863              know what I mean.
13864      Branch: perl
13865            ! pod/perlfunc.pod
13866 ____________________________________________________________________________
13867 [ 21416] By: ams                                   on 2003/10/07  03:37:01
13868         Log: Subject: [patch sv.c] improve "...free unref scalar" warning
13869              From: Stas Bekman <stas@stason.org>
13870              Date: Mon, 06 Oct 2003 21:19:53 -0700
13871              Message-Id: <3F823EE9.4030103@stason.org>
13872      Branch: perl
13873            ! sv.c
13874 ____________________________________________________________________________
13875 [ 21415] By: ams                                   on 2003/10/06  17:30:31
13876         Log: Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented)
13877              From: Rick Delaney <rick@bort.ca>
13878              Date: Tue, 23 Sep 2003 12:14:52 -0400
13879              Message-ID: <20030923121452.G18845@biff.bort.ca>
13880      Branch: perl
13881            ! pp_ctl.c t/comp/require.t
13882 ____________________________________________________________________________
13883 [ 21414] By: rgs                                   on 2003/10/06  15:23:01
13884         Log: Subject: Re: [PATCH lib/warnings.t]  Adding TODO functionality to lib/warnings.
13885              From: Abigail <abigail@abigail.nl>
13886              Date: Wed, 1 Oct 2003 14:19:43 +0200
13887              Message-ID: <20031001121943.GA29419@abigail.nl>
13888      Branch: perl
13889            ! lib/warnings.t
13890 ____________________________________________________________________________
13891 [ 21413] By: rgs                                   on 2003/10/06  15:05:32
13892         Log: Fixes in the modules maintainers list.
13893      Branch: perl
13894            ! Porting/Maintainers.pl
13895 ____________________________________________________________________________
13896 [ 21412] By: rgs                                   on 2003/10/06  15:02:42
13897         Log: Fix broken link in perltodo.pod.
13898      Branch: perl
13899            ! pod/perltodo.pod
13900 ____________________________________________________________________________
13901 [ 21411] By: rgs                                   on 2003/10/06  12:11:10
13902         Log: Typos in perldiag.
13903      Branch: perl
13904            ! pod/perldiag.pod
13905 ____________________________________________________________________________
13906 [ 21410] By: rgs                                   on 2003/10/06  11:55:52
13907         Log: Subject: Re: [doc-PATCH] for unpack_str() and question
13908              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
13909              Date: Mon, 6 Oct 2003 08:45:29 +0200
13910              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
13911      Branch: perl
13912            ! pod/perlapi.pod pp_pack.c
13913 ____________________________________________________________________________
13914 [ 21409] By: rgs                                   on 2003/10/06  11:49:55
13915         Log: Subject: [PATCH pod/perlfunc.pod]  ref can return false on references
13916              From: Abigail <abigail@abigail.nl>
13917              Date: Mon, 6 Oct 2003 05:55:21 -0700
13918              Message-ID: <20031006125521.GA26446@ucan.foad.org>
13919      Branch: perl
13920            ! pod/perlfunc.pod
13921 ____________________________________________________________________________
13922 [ 21408] By: rgs                                   on 2003/10/06  11:46:14
13923         Log: Add a new option --check to Porting/Maintainers,
13924              to check for files who are listed for several maintainers.
13925      Branch: perl
13926            ! Porting/Maintainers.pm
13927 ____________________________________________________________________________
13928 [ 21407] By: rgs                                   on 2003/10/06  11:44:33
13929         Log: Subject: [PATCH]Re: The META.yml file in bleadperl
13930              From: Fergal Daly <fergal@esatclear.ie>
13931              Date: Mon, 6 Oct 2003 00:25:29 +0100
13932              Message-Id: <200310060025.29122.fergal@esatclear.ie>
13933
13934              Plus regeneration of META.yml
13935      Branch: perl
13936            ! META.yml Porting/makemeta
13937 ____________________________________________________________________________
13938 [ 21406] By: ams                                   on 2003/10/06  04:22:11
13939         Log: Subject: Re: [perl #24076] "<> err EXPR" and warnings.
13940              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13941              Date: Sun, 5 Oct 2003 21:27:54 +0200
13942              Message-Id: <20031005212754.5ef54472.rgarciasuarez@free.fr>
13943              (Applied with tweaks to op.c and a comment.)
13944      Branch: perl
13945            ! op.c t/lib/warnings/op
13946 ____________________________________________________________________________
13947 [ 21405] By: ams                                   on 2003/10/06  03:56:54
13948         Log: Subject: Re: [PATCH] perlsyn.pod Revision - Resend
13949              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
13950              Date: Fri, 3 Oct 2003 12:34:46 +0200 (IST)
13951              Message-Id: <Pine.LNX.4.56.0310031233580.28640@vipe.technion.ac.il>
13952              (Applied with minor tweaks.)
13953      Branch: perl
13954            ! pod/perlsyn.pod
13955 ____________________________________________________________________________
13956 [ 21404] By: ams                                   on 2003/10/06  03:32:50
13957         Log: Subject: [perl #24120] Tie::Hash documentation has broken code
13958              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
13959              Date: 5 Oct 2003 18:40:36 -0000
13960              Message-Id: <rt-24120-65664.15.9776865968429@rt.perl.org>
13961              (Applied without $VERSION update.)
13962      Branch: perl
13963            ! lib/Tie/Hash.pm
13964 ____________________________________________________________________________
13965 [ 21403] By: ams                                   on 2003/10/06  03:26:39
13966         Log: Subject: Re: [PATCH] [perl #24113] mistake in perlretut
13967              From: Robert Spier <rspier@pobox.com>
13968              Date: Sun, 05 Oct 2003 21:34:30 -0700
13969              Message-Id: <m3vfr39e7d.wl_rspier@pobox.com>
13970      Branch: perl
13971            ! pod/perlretut.pod
13972 ____________________________________________________________________________
13973 [ 21402] By: ams                                   on 2003/10/05  03:08:53
13974         Log: Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR
13975              From: Steve Grazzini <grazz@pobox.com>
13976              Date: Sat, 4 Oct 2003 18:15:23 -0400
13977              Message-Id: <20031004221523.GA29324@grazzini.net>
13978      Branch: perl
13979            ! pp_sys.c
13980 ____________________________________________________________________________
13981 [ 21401] By: ams                                   on 2003/10/02  17:25:34
13982         Log: Subject: Re: 5.8.1 and srand
13983              From: Slaven Rezic <slaven@rezic.de>
13984              Date: Thu, 2 Oct 2003 15:51:11 +0000
13985              Message-Id: <1065109871.3115@devpc01.iconmobile.de>
13986      Branch: perl
13987            ! t/op/fork.t
13988 ____________________________________________________________________________
13989 [ 21400] By: hv                                    on 2003/10/02  09:34:36
13990         Log: minor cleanup for Changes
13991      Branch: perl
13992            ! Changes
13993 ____________________________________________________________________________
13994 [ 21399] By: hv                                    on 2003/10/02  09:18:27
13995         Log: Update changes
13996      Branch: perl
13997            ! Changes patchlevel.h
13998 ____________________________________________________________________________
13999 [ 21398] By: hv                                    on 2003/10/02  09:15:42
14000         Log: build perlapi.pod in deterministic order even when functions differ
14001              only in case; regen perlapi.pod
14002      Branch: perl
14003            ! autodoc.pl pod/perlapi.pod
14004 ____________________________________________________________________________
14005 [ 21397] By: ams                                   on 2003/10/02  07:48:51
14006         Log: Subject: Re: 5.8.1 and srand
14007              From: Brendan O'Dea <bod@debian.org>
14008              Date: Thu, 2 Oct 2003 10:30:36 +1000
14009              Message-Id: <20031002003036.GA9198@londo.c47.org>
14010      Branch: perl
14011            ! util.c
14012 ____________________________________________________________________________
14013 [ 21396] By: ams                                   on 2003/10/01  22:18:13
14014         Log: Update Changes.
14015      Branch: perl
14016            ! Changes patchlevel.h
14017 ____________________________________________________________________________
14018 [ 21394] By: ams                                   on 2003/10/01  20:28:20
14019         Log: Subject: misapplied patch 19452
14020              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14021              Date: Tue, 30 Sep 2003 06:01:50 -0700
14022              Message-Id: <20030930130150.GA1436@efn.org>
14023      Branch: perl
14024            ! pp_hot.c
14025 ____________________________________________________________________________
14026 [ 21392] By: rgs                                   on 2003/09/30  20:22:02
14027         Log: Revamp the section on local() in perlsub.
14028              - avoid using the word "declare" in conjunction with local()
14029              - less archaelogical references
14030              - more about localization of lvalues
14031              - removes examples of localization of tied hashes that don't work
14032              - give titles to subsections
14033              - explain localization of magic values
14034              - explain localization of globs
14035              - fix link to perldelta
14036      Branch: perl
14037            ! pod/perlsub.pod
14038 ____________________________________________________________________________
14039 [ 21391] By: rgs                                   on 2003/09/30  12:47:13
14040         Log: Useless "local $_" in a perlfaq3 example
14041      Branch: perl
14042            ! pod/perlfaq3.pod
14043 ____________________________________________________________________________
14044 [ 21390] By: rgs                                   on 2003/09/30  11:29:17
14045         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
14046              From: grommel@sears.com
14047              Date: Mon, 29 Sep 2003 14:45:16 -0500
14048              Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
14049      Branch: perl
14050            ! hints/svr4.sh t/op/pack.t
14051 ____________________________________________________________________________
14052 [ 21389] By: rgs                                   on 2003/09/30  11:06:53
14053         Log: Add a TODO test for bug #23790, by Abigail
14054      Branch: perl
14055            ! t/op/sub_lval.t
14056 ____________________________________________________________________________
14057 [ 21388] By: rgs                                   on 2003/09/30  10:52:50
14058         Log: Subject: [PATCH] Re: [perl #24071] Typo in description of binmode
14059              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14060              Date: Tue, 30 Sep 2003 04:53:02 -0700
14061              Message-ID: <20030930115302.GA3200@efn.org>
14062      Branch: perl
14063            ! pod/perlfunc.pod
14064 ____________________________________________________________________________
14065 [ 21387] By: rgs                                   on 2003/09/29  12:47:37
14066         Log: Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
14067              From: Tom Horsley <Tom.Horsley@ccur.com>
14068              Date: Mon, 29 Sep 2003 13:00:09 GMT
14069              Message-Id: <200309291300.NAA23856@amber2.ccur.com>
14070      Branch: perl
14071            ! ext/Sys/Syslog/t/syslog.t hints/powerux.sh
14072 ____________________________________________________________________________
14073 [ 21386] By: rgs                                   on 2003/09/29  11:14:27
14074         Log: Subject: [PATCH 5.8.1] Fix broken splitpod program
14075              From: Steve Hay <steve.hay@uk.radan.com>
14076              Date: Mon, 29 Sep 2003 11:50:23 +0100
14077              Message-ID: <3F780E6F.3020704@uk.radan.com>
14078      Branch: perl
14079            ! pod/splitpod
14080 ____________________________________________________________________________
14081 [ 21385] By: rgs                                   on 2003/09/29  11:09:32
14082         Log: Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed
14083              From: Brendan O'Dea <bod@debian.org>
14084              Date: Sun, 28 Sep 2003 23:23:34 +1000
14085              Message-ID: <20030928132334.GA29499@londo.c47.org>
14086      Branch: perl
14087            ! pod/perlrun.pod
14088 ____________________________________________________________________________
14089 [ 21384] By: rgs                                   on 2003/09/26  20:39:19
14090         Log: Nit to the maintainers list by SADAHIRO Tomoyuki
14091      Branch: perl
14092            ! Porting/Maintainers.pl
14093 ____________________________________________________________________________
14094 [ 21383] By: jhi                                   on 2003/09/26  04:41:17
14095         Log: Missing +x bits.
14096      Branch: perl
14097            ! Porting/makerel
14098 ____________________________________________________________________________
14099 [ 21382] By: rgs                                   on 2003/09/25  19:40:50
14100         Log: Update the perldelta for 5.9.0.
14101      Branch: perl
14102            ! pod/perldelta.pod
14103 ____________________________________________________________________________
14104 [ 21381] By: rgs                                   on 2003/09/25  19:02:12
14105         Log: Add the perl581delta manpage.
14106              Regenerate the table of contents.
14107      Branch: perl
14108            + pod/perl581delta.pod
14109            ! MANIFEST pod.lst pod/perl.pod pod/perlhist.pod pod/perltoc.pod
14110            ! vms/descrip_mms.template win32/pod.mak
14111 ____________________________________________________________________________
14112 [ 21380] By: rgs                                   on 2003/09/25  18:36:45
14113         Log: Update perlhist.pod
14114      Branch: perl
14115            ! pod/perlhist.pod
14116 ____________________________________________________________________________
14117 [ 21372] By: gbarr                                 on 2003/09/25  07:35:24
14118         Log: Sync with libnet 1.17
14119      Branch: perl
14120            ! lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm
14121 ____________________________________________________________________________
14122 [ 21371] By: gbarr                                 on 2003/09/25  06:57:35
14123         Log: Update to Scalar-List-Utils 1.13
14124      Branch: perl
14125            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
14126            ! ext/List/Util/lib/List/Util.pm
14127            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t
14128 ____________________________________________________________________________
14129 [ 21370] By: jhi                                   on 2003/09/25  06:45:42
14130         Log: CPAN sites update.
14131      Branch: perl
14132            ! pod/perlmodlib.PL
14133 ____________________________________________________________________________
14134 [ 21369] By: jhi                                   on 2003/09/25  05:22:48
14135         Log: Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
14136              From: Greg Matheson <lang@ms.chinmin.edu.tw>
14137              Date: Wed, 24 Sep 2003 22:51:09 +0800
14138              Message-ID: <20030924225109.A17126@ms>
14139
14140              (Win98 + MinGW, a missing Win95.pm hunk)
14141      Branch: perl
14142            ! lib/ExtUtils/MM_Win95.pm
14143 ____________________________________________________________________________
14144 [ 21365] By: jhi                                   on 2003/09/25  04:44:05
14145         Log: AUTHORS tweak.
14146      Branch: perl
14147            ! AUTHORS
14148 ____________________________________________________________________________
14149 [ 21361] By: jhi                                   on 2003/09/24  17:40:42
14150         Log: Even though undefing SPACE and FORMAT should be safe,
14151              at this point I'm choosing to be paranoid and using
14152              #ifdef __Lynx__.
14153      Branch: perl
14154            ! perl.h
14155 ____________________________________________________________________________
14156 [ 21360] By: jhi                                   on 2003/09/24  17:30:07
14157         Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
14158              From: Olli Savia (via RT) <perlbug-followup@perl.org>
14159              Date: 24 Sep 2003 15:42:41 -0000
14160              Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
14161      Branch: perl
14162            ! mg.c perl.h perlio.c pp_sys.c
14163 ____________________________________________________________________________
14164 [ 21356] By: jhi                                   on 2003/09/24  08:27:52
14165         Log: Subject: [DOCPATCH] attributes.pm
14166              From: Elizabeth Mattijsen <liz@dijkmat.nl>
14167              Date: Wed, 24 Sep 2003 11:00:42 +0200
14168              Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
14169
14170              (reformatted a bit)
14171      Branch: perl
14172            ! lib/attributes.pm
14173 ____________________________________________________________________________
14174 [ 21354] By: jhi                                   on 2003/09/24  07:25:48
14175         Log: A fix from Graham for
14176              [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
14177              (seemingly a NV casting issue)
14178      Branch: perl
14179            ! ext/List/Util/Util.xs
14180 ____________________________________________________________________________
14181 [ 21353] By: jhi                                   on 2003/09/24  05:05:39
14182         Log: Someone actually reads the Makefile.PL messages, it seems.
14183              (from Jonathan Leffler)
14184      Branch: perl
14185            ! ext/Time/HiRes/Makefile.PL
14186 ____________________________________________________________________________
14187 [ 21351] By: jhi                                   on 2003/09/24  04:54:33
14188         Log: perliol tweaks.
14189      Branch: perl
14190            ! pod/perliol.pod
14191 ____________________________________________________________________________
14192 [ 21349] By: rgs                                   on 2003/09/23  22:09:57
14193         Log: The FAQ answer about POD comments was incorrect. [perl #23893]
14194              (plus a few typos.)
14195      Branch: perl
14196            ! pod/perlfaq7.pod pod/perlpodspec.pod
14197 ____________________________________________________________________________
14198 [ 21348] By: rgs                                   on 2003/09/23  21:56:50
14199         Log: Subject: [PATCH] perlvar
14200              From: Juerd <juerd@convolution.nl>
14201              Date: Sun, 21 Sep 2003 21:40:54 +0200
14202              Message-ID: <20030921194054.GD14702@c3.convolution.nl>
14203      Branch: perl
14204            ! pod/perlvar.pod
14205 ____________________________________________________________________________
14206 [ 21344] By: jhi                                   on 2003/09/23  19:33:45
14207         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
14208              From: grommel@sears.com
14209              Date: Tue, 23 Sep 2003 13:40:33 -0500
14210              Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
14211      Branch: perl
14212            ! hints/svr4.sh t/op/stat.t
14213 ____________________________________________________________________________
14214 [ 21343] By: jhi                                   on 2003/09/23  19:26:06
14215         Log: Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
14216              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14217              Date: Tue, 23 Sep 2003 09:13:55 -0700
14218              Message-ID: <20030923161354.GA2432@efn.org>
14219      Branch: perl
14220            ! INSTALL
14221 ____________________________________________________________________________
14222 [ 21342] By: rgs                                   on 2003/09/23  19:12:58
14223         Log: Minor nit in a debug message of the tokenizer.
14224      Branch: perl
14225            ! toke.c
14226 ____________________________________________________________________________
14227 [ 21340] By: jhi                                   on 2003/09/23  12:33:53
14228         Log: Let's call it 2.34, already (from Johan).
14229      Branch: perl
14230            ! lib/Getopt/Long.pm
14231 ____________________________________________________________________________
14232 [ 21339] By: jhi                                   on 2003/09/23  12:31:08
14233         Log: Subject: Re: [PATCH] RC5 and Intel's ICC
14234              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
14235              Date: Tue, 23 Sep 2003 15:04:35 +0200
14236              Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
14237
14238              (add -we147 to ccflags if cc = ICC so that prototype
14239              detection works right)
14240      Branch: perl
14241            ! hints/linux.sh
14242 ____________________________________________________________________________
14243 [ 21338] By: jhi                                   on 2003/09/23  12:02:28
14244         Log: Bump the Encode version to 1.9801 since we are no more identical
14245              to the CPAN version.
14246      Branch: perl
14247            ! ext/Encode/Encode.pm
14248 ____________________________________________________________________________
14249 [ 21332] By: jhi                                   on 2003/09/23  09:17:32
14250         Log: ucmlintage.
14251      Branch: perl
14252            ! ext/Encode/ucm/gsm0338.ucm
14253 ____________________________________________________________________________
14254 [ 21331] By: jhi                                   on 2003/09/23  09:11:23
14255         Log: GSM 03.38 mapping in Encoding::Byte is incorrect
14256
14257              Fix as much as possible - the specification is still
14258              a bit unclear.
14259      Branch: perl
14260            + ext/Encode/t/gsm0338.t
14261            ! MANIFEST ext/Encode/MANIFEST
14262            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm
14263 ____________________________________________________________________________
14264 [ 21329] By: jhi                                   on 2003/09/23  06:10:28
14265         Log: Subject: [PATCH] Re: B::Deparse fails in pure_string()
14266              From: Stephen McCamant <smcc@MIT.EDU>
14267              Date: Mon, 22 Sep 2003 20:53:57 -0700
14268              Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU>
14269      Branch: perl
14270            ! ext/B/B/Deparse.pm
14271 ____________________________________________________________________________
14272 [ 21327] By: jhi                                   on 2003/09/23  04:51:15
14273         Log: Subject: [PATCH] RC5 and Intel's ICC
14274              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
14275              Date: Mon, 22 Sep 2003 22:52:40 +0200
14276              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
14277
14278              (the missing void return type)
14279      Branch: perl
14280            ! ext/threads/shared/shared.xs
14281 ____________________________________________________________________________
14282 [ 21326] By: jhi                                   on 2003/09/23  04:46:48
14283         Log: Subject: [PATCH] RC5 and Intel's ICC
14284              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
14285              Date: Mon, 22 Sep 2003 22:52:40 +0200
14286              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
14287
14288              (the attribute part)
14289      Branch: perl
14290            ! ext/Devel/PPPort/PPPort.pm perl.h
14291 ____________________________________________________________________________
14292 [ 21325] By: jhi                                   on 2003/09/23  04:43:29
14293         Log: Stray CRs noticed by Jan Dubois.
14294      Branch: perl
14295            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/t/MM_Win32.t
14296 ____________________________________________________________________________
14297 [ 21324] By: jhi                                   on 2003/09/23  04:40:19
14298         Log: The RCs have been missing CRs from certain files because
14299              not all shells can handle multiline arguments right.
14300      Branch: perl
14301            ! Porting/makerel
14302 ____________________________________________________________________________
14303 [ 21323] By: rgs                                   on 2003/09/22  20:31:19
14304         Log: When localising a magic value, propagæte the readonly flag
14305              only if this scalar has \0 magic or has magic without a
14306              'set' method. (follows change #20479 for bug #23141.)
14307      Branch: perl
14308            ! scope.c t/op/local.t
14309 ____________________________________________________________________________
14310 [ 21319] By: jhi                                   on 2003/09/22  18:16:40
14311         Log: An error message need not be a novel.
14312      Branch: perl
14313            ! pod/perldiag.pod pp_hot.c
14314 ____________________________________________________________________________
14315 [ 21318] By: jhi                                   on 2003/09/22  17:45:23
14316         Log: Upgrade to Math::BigInt 1.66.
14317      Branch: perl
14318            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
14319            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
14320            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
14321            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
14322            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
14323 ____________________________________________________________________________
14324 [ 21311] By: jhi                                   on 2003/09/22  08:49:24
14325         Log: Some more perlio doc tweaks based on NI-S.
14326      Branch: perl
14327            ! pod/perliol.pod
14328 ____________________________________________________________________________
14329 [ 21305] By: jhi                                   on 2003/09/22  05:59:54
14330         Log: Upgrade to Time::HiRes 1.51.
14331      Branch: perl
14332            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
14333 ____________________________________________________________________________
14334 [ 21303] By: jhi                                   on 2003/09/22  04:37:21
14335         Log: Upgrade to Getopt::Long 2.33_03.
14336      Branch: perl
14337            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
14338 ____________________________________________________________________________
14339 [ 21302] By: jhi                                   on 2003/09/22  04:28:57
14340         Log: CPAN.pm 1.76_01 from Andreas.
14341      Branch: perl
14342            ! lib/CPAN.pm
14343 ____________________________________________________________________________
14344 [ 21299] By: jhi                                   on 2003/09/21  09:23:17
14345         Log: Regen toc.
14346      Branch: perl
14347            ! pod/perltoc.pod
14348 ____________________________________________________________________________
14349 [ 21298] By: jhi                                   on 2003/09/21  09:22:57
14350         Log: Handle also the curliffy files when tocing.
14351      Branch: perl
14352            ! pod/buildtoc
14353 ____________________________________________________________________________
14354 [ 21297] By: jhi                                   on 2003/09/21  08:50:22
14355         Log: Macrofy the compile/runtime test.
14356      Branch: perl
14357            ! cop.h gv.c perl.h pp_ctl.c regcomp.c sv.c utf8.c
14358 ____________________________________________________________________________
14359 [ 21296] By: jhi                                   on 2003/09/21  08:47:32
14360         Log: Tweak the section name to agree with the change #21295.
14361      Branch: perl
14362            ! lib/PerlIO.pm
14363 ____________________________________________________________________________
14364 [ 21295] By: jhi                                   on 2003/09/21  08:44:52
14365         Log: One obvious place to look for PerlIO implementations.
14366      Branch: perl
14367            ! pod/perliol.pod
14368 ____________________________________________________________________________
14369 [ 21294] By: jhi                                   on 2003/09/21  08:15:52
14370         Log: Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t
14371              From: Dave Mitchell <davem@fdgroup.com>
14372              Date: Fri, 19 Sep 2003 19:35:44 +0100
14373              Message-ID: <20030919183544.GA14563@fdgroup.com>
14374      Branch: perl
14375            ! pp_ctl.c
14376 ____________________________________________________________________________
14377 [ 21293] By: jhi                                   on 2003/09/21  08:13:58
14378         Log: More PerlIO documentation.
14379      Branch: perl
14380            ! lib/PerlIO.pm pod/perliol.pod
14381 ____________________________________________________________________________
14382 [ 21292] By: jhi                                   on 2003/09/20  18:44:07
14383         Log: Retract #21273, #21264, and #21263 as requested by Schwern.
14384              (The real bug was mp2 being too "friendly" with MM innards.)
14385      Branch: perl
14386            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
14387            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
14388 ____________________________________________________________________________
14389 [ 21291] By: jhi                                   on 2003/09/20  18:37:33
14390         Log: In FreeBSD allow one to try using Perl's malloc with threads.
14391      Branch: perl
14392            ! hints/freebsd.sh
14393 ____________________________________________________________________________
14394 [ 21290] By: rgs                                   on 2003/09/20  10:05:38
14395         Log: Missing perlfaq chunk.
14396      Branch: perl
14397            ! pod/perlfaq4.pod
14398 ____________________________________________________________________________
14399 [ 21289] By: rgs                                   on 2003/09/20  10:00:12
14400         Log: FAQ sync.
14401      Branch: perl
14402            ! pod/perlfaq4.pod
14403 ____________________________________________________________________________
14404 [ 21288] By: jhi                                   on 2003/09/19  14:49:20
14405         Log: Subject: typo fixo
14406              From: Vadim Konovalov <konovalo@mail.wplus.net>
14407              Date: Fri, 19 Sep 2003 06:32:08 +0400
14408              Message-ID: <4538131828.20030919063208@mail.wplus.net>
14409      Branch: perl
14410            ! pod/perlunicode.pod
14411 ____________________________________________________________________________
14412 [ 21286] By: jhi                                   on 2003/09/19  04:48:52
14413         Log: Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2
14414              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
14415              Date: Thu, 18 Sep 2003 19:01:06 -0700
14416              Message-ID: <20030919020106.GA22511@math.berkeley.edu>
14417      Branch: perl
14418            ! os2/os2.c
14419 ____________________________________________________________________________
14420 [ 21285] By: jhi                                   on 2003/09/19  04:46:39
14421         Log: Tests for change #21284.
14422      Branch: perl
14423            ! lib/dumpvar.t
14424 ____________________________________________________________________________
14425 [ 21284] By: jhi                                   on 2003/09/19  04:46:12
14426         Log: Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken
14427              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
14428              Date: Thu, 18 Sep 2003 18:58:59 -0700
14429              Message-ID: <20030919015858.GA22503@math.berkeley.edu>
14430      Branch: perl
14431            ! lib/dumpvar.pl
14432 ____________________________________________________________________________
14433 [ 21283] By: rgs                                   on 2003/09/18  21:29:23
14434         Log: Perlfaq nits from Iain Truskett.
14435              (from the perlfaq-workers list)
14436      Branch: perl
14437            ! pod/perlfaq2.pod pod/perlfaq4.pod pod/perlfaq8.pod
14438 ____________________________________________________________________________
14439 [ 21282] By: rgs                                   on 2003/09/18  21:10:26
14440         Log: Integrate a change from the perlfaq CVS.
14441              I consider the bleadperl version being more up-to-date as of now.
14442      Branch: perl
14443            ! pod/perlfaq3.pod
14444 ____________________________________________________________________________
14445 [ 21277] By: jhi                                   on 2003/09/18  19:23:22
14446         Log: Subject: [PATCH 5.8.1 @21211] -M -A -C broken
14447              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
14448              Date: Thu, 18 Sep 2003 11:02:02 -0700
14449              Message-ID: <20030918180202.GA21949@math.berkeley.edu>
14450
14451              (use stat.t instead of time.t)
14452      Branch: perl
14453            ! os2/os2ish.h pp_sys.c t/op/stat.t
14454 ____________________________________________________________________________
14455 [ 21276] By: jhi                                   on 2003/09/18  19:15:07
14456         Log: Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults
14457              From: Rick Delaney <rick.delaney@rogers.com>
14458              Date: Wed, 1 Jan 2003 22:54:59 -0500
14459              Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
14460
14461              (Pity the first patch fell through the cracks back then.
14462              Not that forbidding non-object copy constructors is the right
14463              thing to do but the bug could use fixing.)
14464      Branch: perl
14465            ! lib/overload.t pp.h
14466 ____________________________________________________________________________
14467 [ 21274] By: jhi                                   on 2003/09/18  10:59:58
14468         Log: Subject: [PATCH] small fix for Devel::PPPort
14469              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
14470              Date: Thu, 18 Sep 2003 10:14:58 +0200
14471              Message-id: <20030918081458.GA2653@ethan>
14472      Branch: perl
14473            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
14474 ____________________________________________________________________________
14475 [ 21273] By: jhi                                   on 2003/09/18  10:57:41
14476         Log: ld has many guises.
14477      Branch: perl
14478            ! lib/ExtUtils/t/MM_Unix.t
14479 ____________________________________________________________________________
14480 [ 21271] By: jhi                                   on 2003/09/18  08:05:28
14481         Log: Missed OS/2 patch hunk.
14482      Branch: perl
14483            ! os2/os2.c
14484 ____________________________________________________________________________
14485 [ 21270] By: jhi                                   on 2003/09/18  05:00:23
14486         Log: Subject: Patch for VMS::Filespec
14487              From: Ken Williams <ken@mathforum.org>
14488              Date: Wed, 17 Sep 2003 20:11:46 -0500
14489              Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
14490      Branch: perl
14491            ! vms/ext/Filespec.pm
14492 ____________________________________________________________________________
14493 [ 21268] By: jhi                                   on 2003/09/18  04:58:05
14494         Log: Subject: 5.8.1 warnings when long double == double
14495              From: Andy Dougherty <doughera@lafayette.edu>
14496              Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT)
14497              Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
14498              (the changed message)
14499      Branch: perl
14500            ! Configure
14501 ____________________________________________________________________________
14502 [ 21267] By: jhi                                   on 2003/09/18  04:54:16
14503         Log: Patch from Enache Adrian for the new tricks of gcc 3.4
14504              for "is this symbol defined" scanning of Configure.
14505      Branch: perl
14506            ! Configure
14507 ____________________________________________________________________________
14508 [ 21266] By: jhi                                   on 2003/09/18  04:29:55
14509         Log: Make it possible to override the mistrustnm hint in Solaris.
14510      Branch: perl
14511            ! hints/solaris_2.sh
14512 ____________________________________________________________________________
14513 [ 21264] By: jhi                                   on 2003/09/17  21:01:36
14514         Log: A potential fix for non-empty LD in Unix.
14515      Branch: perl
14516            ! lib/ExtUtils/t/MM_Unix.t
14517 ____________________________________________________________________________
14518 [ 21263] By: jhi                                   on 2003/09/17  14:09:50
14519         Log: Subject: RE: MM in maint@21251 breaks mp2
14520              From: "Orton, Yves" <yves.orton@de.mci.com>
14521              Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2>
14522              Date: Wed, 17 Sep 2003 15:47:35 +0100
14523      Branch: perl
14524            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
14525            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
14526 ____________________________________________________________________________
14527 [ 21261] By: jhi                                   on 2003/09/17  09:33:39
14528         Log: The AIX C product potentially consists of several packages,
14529              the main package being (hopefully) the first one.
14530      Branch: perl
14531            ! hints/aix.sh
14532 ____________________________________________________________________________
14533 [ 21260] By: jhi                                   on 2003/09/17  07:52:03
14534         Log: Fix Solaris ccversion not having the cc version.
14535      Branch: perl
14536            ! hints/solaris_2.sh
14537 ____________________________________________________________________________
14538 [ 21259] By: jhi                                   on 2003/09/17  06:02:19
14539         Log: Subject: [PATCH 5.8.1 @21211] OS/2 APIs again
14540              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
14541              Date: Tue, 16 Sep 2003 23:49:42 -0700
14542              Message-ID: <20030917064941.GA20444@math.berkeley.edu>
14543      Branch: perl
14544            ! os2/os2ish.h
14545 ____________________________________________________________________________
14546 [ 21258] By: jhi                                   on 2003/09/17  06:00:48
14547         Log: Subject: [PATCH 5.8.1 @21211] os2_process.t
14548              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
14549              Date: Tue, 16 Sep 2003 23:21:48 -0700
14550              Message-ID: <20030917062147.GA20400@math.berkeley.edu>
14551      Branch: perl
14552            ! os2/OS2/Process/t/os2_process.t
14553 ____________________________________________________________________________
14554 [ 21257] By: jhi                                   on 2003/09/17  03:53:46
14555         Log: Subject: [PATCH 5.8.1 @21211] magic.t
14556              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
14557              Date: Tue, 16 Sep 2003 19:17:57 -0700
14558              Message-ID: <20030917021757.GA20261@math.berkeley.edu>
14559      Branch: perl
14560            ! t/op/magic.t
14561 ____________________________________________________________________________
14562 [ 21253] By: jhi                                   on 2003/09/16  19:48:08
14563         Log: Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes
14564              From: Dave Mitchell <davem@fdgroup.com>
14565              Date: Tue, 16 Sep 2003 21:56:20 +0100
14566              Message-ID: <20030916205620.GB1246@fdgroup.com>
14567      Branch: perl
14568            ! pod/perlfunc.pod
14569 ____________________________________________________________________________
14570 [ 21249] By: jhi                                   on 2003/09/16  19:10:58
14571         Log: More suggested patches for NCR MP-RAS from Andy Dougherty.
14572      Branch: perl
14573            + ext/Time/HiRes/hints/svr4.pl
14574            ! MANIFEST ext/Sys/Syslog/t/syslog.t t/op/pack.t
14575 ____________________________________________________________________________
14576 [ 21247] By: jhi                                   on 2003/09/16  18:57:34
14577         Log: Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS
14578              From: Andy Dougherty <doughera@lafayette.edu>
14579              Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT)
14580              Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu>
14581      Branch: perl
14582            ! ext/POSIX/hints/svr4.pl hints/svr4.sh
14583 ____________________________________________________________________________
14584 [ 21245] By: jhi                                   on 2003/09/16  18:47:52
14585         Log: Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
14586              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
14587              Date: Wed, 4 Jun 2003 00:45:23 -0700
14588              Message-ID: <20030604074523.GA7148@math.berkeley.edu>
14589      Branch: perl
14590            ! lib/Getopt/Std.pm
14591 ____________________________________________________________________________
14592 [ 21243] By: jhi                                   on 2003/09/16  12:18:03
14593         Log: Give a concrete example of the still existing Unicode slowness.
14594      Branch: perl
14595            ! pod/perlunicode.pod
14596 ____________________________________________________________________________
14597 [ 21241] By: jhi                                   on 2003/09/16  06:38:45
14598         Log: Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
14599              use File::Spec 0.8 is unhappy.
14600      Branch: perl
14601            ! lib/File/Spec.pm
14602 ____________________________________________________________________________
14603 [ 21240] By: jhi                                   on 2003/09/16  06:34:35
14604         Log: The test is not needed, says Schwern.
14605      Branch: perl
14606            - lib/base/t/fields-560.t
14607            ! MANIFEST
14608 ____________________________________________________________________________
14609 [ 21239] By: jhi                                   on 2003/09/16  05:04:09
14610         Log: Upgrade to File::Spec 0.85_03.
14611      Branch: perl
14612            + lib/File/Spec/t/crossplatform.t
14613            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Mac.pm
14614            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
14615            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
14616            ! lib/File/Spec/t/Spec.t
14617 ____________________________________________________________________________
14618 [ 21238] By: jhi                                   on 2003/09/16  04:57:08
14619         Log: Upgrade to MakeMaker 6.17.
14620      Branch: perl
14621            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
14622            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
14623            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
14624            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
14625            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
14626            ! lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t
14627            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
14628            ! t/lib/MakeMaker/Test/Utils.pm
14629 ____________________________________________________________________________
14630 [ 21235] By: jhi                                   on 2003/09/16  04:35:34
14631         Log: Upgrade to base 2.03.
14632              (Rename the fields-5.6.0.t to have less d.o.t.s.)
14633      Branch: perl
14634            + lib/base/t/base.t lib/base/t/fields-560.t
14635            + lib/base/t/fields-base.t lib/base/t/fields.t
14636            - lib/fields-base.t lib/fields.t
14637            ! MANIFEST lib/base.pm lib/fields.pm
14638 ____________________________________________________________________________
14639 [ 21234] By: jhi                                   on 2003/09/15  19:17:03
14640         Log: Subject: Re: perl@21233 looks ok on VMS 7.3-1
14641              From: PPrymmer@factset.com
14642              Date: Mon, 15 Sep 2003 15:28:52 -0400
14643              Message-ID: <OF6F1E6CF4.9206F415-ON85256DA2.006A58F1-85256DA2.006B0330@factset.com>
14644      Branch: perl
14645            ! lib/Memoize/t/tie_sdbm.t
14646 ____________________________________________________________________________
14647 [ 21230] By: jhi                                   on 2003/09/14  17:46:52
14648         Log: Check the context of for/grep/map.
14649      Branch: perl
14650            ! t/op/grep.t
14651 ____________________________________________________________________________
14652 [ 21228] By: jhi                                   on 2003/09/14  13:40:23
14653         Log: For-non-perlio places we need STDOUT back.
14654      Branch: perl
14655            ! t/io/dup.t
14656 ____________________________________________________________________________
14657 [ 21227] By: jhi                                   on 2003/09/14  09:44:49
14658         Log: Also IRIX wants setlogsock('stream').
14659      Branch: perl
14660            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
14661 ____________________________________________________________________________
14662 [ 21224] By: jhi                                   on 2003/09/14  07:44:26
14663         Log: More portable reading.
14664      Branch: perl
14665            ! t/io/dup.t
14666 ____________________________________________________________________________
14667 [ 21222] By: jhi                                   on 2003/09/14  07:35:28
14668         Log: More dup testing.
14669      Branch: perl
14670            ! t/io/dup.t
14671 ____________________________________________________________________________
14672 [ 21220] By: jhi                                   on 2003/09/14  06:54:05
14673         Log: Use $Config{_exe}.
14674      Branch: perl
14675            ! t/run/switches.t
14676 ____________________________________________________________________________
14677 [ 21219] By: jhi                                   on 2003/09/14  06:46:26
14678         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
14679              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
14680              Date: Sat, 13 Sep 2003 20:20:30 -0700
14681              Message-ID: <20030914032030.GA17822@math.berkeley.edu>
14682      Branch: perl
14683            ! os2/os2.c t/run/switches.t
14684 ____________________________________________________________________________
14685 [ 21218] By: jhi                                   on 2003/09/14  06:45:13
14686         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
14687              From: Michael G Schwern <schwern@pobox.com>
14688              Date: Thu, 11 Sep 2003 15:07:10 -0700
14689              Message-ID: <20030911220710.GO18786@windhund.schwern.org>
14690
14691              (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
14692      Branch: perl
14693            ! lib/ExtUtils/t/Manifest.t
14694 ____________________________________________________________________________
14695 [ 21217] By: jhi                                   on 2003/09/14  06:42:12
14696         Log: Subject: [PATCH] PerlIO_tmpfile clean-up for VMS
14697              From: "Craig A. Berry" <craigberry@mac.com>
14698              Date: Sun, 14 Sep 2003 00:23:56 -0500
14699              Message-ID: <3F63FB6C.5040502@mac.com>
14700      Branch: perl
14701            ! perlio.c
14702 ____________________________________________________________________________
14703 [ 21214] By: jhi                                   on 2003/09/13  18:33:41
14704         Log: parse_version doesn't always succeed.
14705      Branch: perl
14706            ! Porting/cmpVERSION.pl
14707 ____________________________________________________________________________
14708 [ 21213] By: jhi                                   on 2003/09/13  18:31:41
14709         Log: pod changes, so change $VERSION.
14710      Branch: perl
14711            ! lib/Fatal.pm
14712 ____________________________________________________________________________
14713 [ 21210] By: jhi                                   on 2003/09/13  15:24:38
14714         Log: Subject: Re: unicode regex problem
14715              From: hv@crypt.org
14716              Date: Sat, 13 Sep 2003 15:21:34 +0100
14717              Message-Id: <200309131421.h8DELYx25894@zen.crypt.org>
14718      Branch: perl
14719            ! regcomp.c t/op/pat.t
14720 ____________________________________________________________________________
14721 [ 21209] By: jhi                                   on 2003/09/13  15:22:38
14722         Log: More PerlIO warnings changes.
14723      Branch: perl
14724            ! ext/PerlIO/t/fail.t t/lib/warnings/perlio
14725 ____________________________________________________________________________
14726 [ 21208] By: jhi                                   on 2003/09/13  11:15:40
14727         Log: The "perlio: " prefix looks a little odd
14728              in the few warning/error messages, since
14729              no other 'subsystems' have prefixes.
14730      Branch: perl
14731            ! perlio.c pod/perldiag.pod t/io/open.t
14732 ____________________________________________________________________________
14733 [ 21207] By: jhi                                   on 2003/09/13  10:37:30
14734         Log: Layer names were recognized by their prefixes
14735              (e.g. open(F, ":u", "file") worked...)
14736      Branch: perl
14737            ! perlio.c t/io/open.t
14738 ____________________________________________________________________________
14739 [ 21206] By: jhi                                   on 2003/09/13  10:10:46
14740         Log: Apparently at some point doing 3-arg open with
14741              illegal mode like ">>>" had stopped croaking.
14742      Branch: perl
14743            ! doio.c t/io/open.t
14744 ____________________________________________________________________________
14745 [ 21205] By: jhi                                   on 2003/09/13  08:42:10
14746         Log: Minuscule code cleanup.
14747      Branch: perl
14748            ! doio.c
14749 ____________________________________________________________________________
14750 [ 21204] By: jhi                                   on 2003/09/13  06:47:23
14751         Log: Subject: [perl #23788] int of a fraction errors
14752              From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
14753              Date: 11 Sep 2003 22:38:19 -0000
14754              Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
14755
14756              Add a separate faq entry for int().  (Yes, a bit redundant
14757              with the existing "why are my numbers broken" entry.)
14758      Branch: perl
14759            ! pod/perlfaq4.pod
14760 ____________________________________________________________________________
14761 [ 21203] By: jhi                                   on 2003/09/13  06:34:03
14762         Log: Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio
14763              From: Stas Bekman <stas@stason.org>
14764              Date: Fri, 12 Sep 2003 13:44:11 -0700
14765              Message-ID: <3F62301B.3080604@stason.org>
14766
14767              s/discipline/IO layer/, instead of "unknown" say "unavailable",
14768              and have the fuller explanation in perldiag.
14769      Branch: perl
14770            ! doio.c pod/perldiag.pod
14771 ____________________________________________________________________________
14772 [ 21202] By: jhi                                   on 2003/09/13  06:07:27
14773         Log: Make the new glob tests pass (well, skip) even with miniperl.
14774      Branch: perl
14775            ! t/run/fresh_perl.t
14776 ____________________________________________________________________________
14777 [ 21201] By: rgs                                   on 2003/09/12  21:41:04
14778         Log: Stringify the $VERSION of DynaLoader so it's never dependent
14779              on localized float-to-string conversions.
14780      Branch: perl
14781            ! ext/DynaLoader/DynaLoader_pm.PL
14782 ____________________________________________________________________________
14783 [ 21198] By: jhi                                   on 2003/09/12  17:59:25
14784         Log: It's UTF-8, not UTF8.  (Note: not s/UTF-8/UTF8/,
14785              since that would break a lot of code.)  Also few
14786              stray UTF16s, UTF32s, and "encoded in Unicode".
14787      Branch: perl
14788            ! doop.c hv.h pod/perl570delta.pod pod/perl58delta.pod
14789            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
14790            ! pod/perlhack.pod pod/perlpodspec.pod pod/perltoc.pod
14791            ! pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
14792            ! pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h utfebcdic.h
14793 ____________________________________________________________________________
14794 [ 21197] By: jhi                                   on 2003/09/12  17:24:17
14795         Log: The buildtoc now has options.
14796      Branch: perl
14797            ! pod/Makefile.SH
14798 ____________________________________________________________________________
14799 [ 21196] By: jhi                                   on 2003/09/12  14:33:16
14800         Log: Some more tweaks on open ...&=.
14801      Branch: perl
14802            ! pod/perlfunc.pod
14803 ____________________________________________________________________________
14804 [ 21194] By: jhi                                   on 2003/09/12  11:36:14
14805         Log: Slightly more documentation for open ...&=.
14806      Branch: perl
14807            ! pod/perlfunc.pod
14808 ____________________________________________________________________________
14809 [ 21193] By: jhi                                   on 2003/09/12  03:21:53
14810         Log: Document the new strict strict in strict.
14811      Branch: perl
14812            ! lib/strict.pm
14813 ____________________________________________________________________________
14814 [ 21191] By: jhi                                   on 2003/09/12  03:03:17
14815         Log: More comments for the FreeBSD threads hints.
14816      Branch: perl
14817            ! hints/freebsd.sh
14818 ____________________________________________________________________________
14819 [ 21188] By: jhi                                   on 2003/09/11  20:23:55
14820         Log: More refactoring of the FreeBSD threads hints.
14821              Basically, for fresh enough 5.x the -pthread is dropped,
14822              otherwise keep it, and no known FreeBSD release has
14823              a functional gethostbyaddr_r.
14824      Branch: perl
14825            ! hints/freebsd.sh
14826 ____________________________________________________________________________
14827 [ 21187] By: jhi                                   on 2003/09/11  20:12:00
14828         Log: Subject: [PATCH 5.8.1 @20218] OS/2 API
14829              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
14830              Date: Thu, 11 Sep 2003 09:15:04 -0700
14831              Message-ID: <20030911161504.GA16113@math.berkeley.edu>
14832      Branch: perl
14833            ! os2/OS2/Process/MANIFEST os2/OS2/Process/Process.pm
14834            ! os2/OS2/Process/Process.xs
14835 ____________________________________________________________________________
14836 [ 21186] By: jhi                                   on 2003/09/11  20:10:32
14837         Log: Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited
14838              From: "Brendan O'Dea" <bod@debian.org>
14839              Date: Fri, 12 Sep 2003 00:12:51 +1000
14840              Message-ID: <20030911141251.GA26907@londo.c47.org>
14841      Branch: perl
14842            ! perl.c
14843 ____________________________________________________________________________
14844 [ 21181] By: jhi                                   on 2003/09/11  08:25:13
14845         Log: The change of not needing -pthread in FreeBSD 5.x
14846              is very recent (Sep 3) (from Anton Berezin).
14847      Branch: perl
14848            ! hints/freebsd.sh
14849 ____________________________________________________________________________
14850 [ 21179] By: jhi                                   on 2003/09/11  06:13:12
14851         Log: Upgrade to Pod::Perldoc 3.10.
14852              (Yes, the doughera address change is wrong, but hardly worth 3.11.)
14853      Branch: perl
14854            ! lib/Pod/Perldoc.pm
14855 ____________________________________________________________________________
14856 [ 21176] By: jhi                                   on 2003/09/11  05:22:27
14857         Log: Upgrade to base 2.02.
14858      Branch: perl
14859            + lib/fields-base.t
14860            ! MANIFEST lib/base.pm lib/fields.t
14861 ____________________________________________________________________________
14862 [ 21174] By: jhi                                   on 2003/09/11  04:45:56
14863         Log: Replace #21158 with a better patch from Hugo
14864              (for [perl #23769]).
14865      Branch: perl
14866            ! regcomp.c regexec.c t/op/pat.t
14867 ____________________________________________________________________________
14868 [ 21173] By: jhi                                   on 2003/09/11  03:08:04
14869         Log: Subject: [PATCH][TESTS] dumpvar.pl
14870              From: Joe McMahon <mcmahon@metalab.unc.edu>
14871              Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT)
14872              Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu>
14873      Branch: perl
14874            ! lib/dumpvar.pl lib/dumpvar.t
14875 ____________________________________________________________________________
14876 [ 21172] By: jhi                                   on 2003/09/11  03:03:52
14877         Log: Enache still wants -pthread gone for FreeBSD 5.x
14878              since it doesn't work with the latest -current.
14879      Branch: perl
14880            ! hints/freebsd.sh
14881 ____________________________________________________________________________
14882 [ 21171] By: jhi                                   on 2003/09/11  02:58:29
14883         Log: Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags)
14884              From: Stas Bekman <stas@stason.org>
14885              Date: Thu, 28 Aug 2003 16:10:48 -0700
14886              Message-ID: <3F4E8BF8.1090800@stason.org>
14887      Branch: perl
14888            ! emacs/cperl-mode.el emacs/ptags
14889 ____________________________________________________________________________
14890 [ 21170] By: jhi                                   on 2003/09/11  02:56:50
14891         Log: Retract #21149, sez Schwern.
14892      Branch: perl
14893            ! lib/Test/More.pm
14894 ____________________________________________________________________________
14895 [ 21169] By: jhi                                   on 2003/09/11  02:55:49
14896         Log: Retract #21168 based on advice from Anton Berezin (added).
14897      Branch: perl
14898            ! hints/freebsd.sh
14899 ____________________________________________________________________________
14900 [ 21168] By: rgs                                   on 2003/09/10  21:43:40
14901         Log: Subject: nit to hints/freebsd.sh
14902              From: Enache Adrian <enache@rdslink.ro>
14903              Date: Wed, 10 Sep 2003 19:50:59 +0300
14904              Message-ID: <20030910165059.GB1321@ratsnest.hole>
14905      Branch: perl
14906            ! hints/freebsd.sh
14907 ____________________________________________________________________________
14908 [ 21167] By: rgs                                   on 2003/09/10  21:18:59
14909         Log: Subject: Re: [perl #15395] lexical warnings and inheritance
14910              From: Anno Siegel <Siegel@zrz.TU-Berlin.DE>
14911              Date: Sun, 31 Aug 2003 22:08:19 GMT
14912              Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE>
14913
14914              The test has been moved into warnings.pm's test suite. Note
14915              that this patch fixed as well the behaviour of warnings::enabled
14916              regarding lexical scoping and different files; hence the expected
14917              results in a few tests in /t/lib/warnings/9enabled has been
14918              reverted.
14919      Branch: perl
14920            ! lib/warnings.pm t/lib/warnings/9enabled warnings.pl
14921 ____________________________________________________________________________
14922 [ 21166] By: rgs                                   on 2003/09/10  19:36:30
14923         Log: Remove the warning in perlfaq about using map in void context :
14924              From: abigail@abigail.nl (Abigail)
14925              Subject: [PATCH perlfaq6] map in a void context.
14926              Date: Tue, 9 Sep 2003 10:31:58 +0200
14927              Message-ID: <20030909083158.GA24125@abigail.nl>
14928      Branch: perl
14929            ! pod/perlfaq6.pod
14930 ____________________________________________________________________________
14931 [ 21165] By: jhi                                   on 2003/09/10  16:48:52
14932         Log: Subject: [PATCH] AUTHORS
14933              From: enache@rdslink.ro (Enache Adrian)
14934              Date: Tue, 9 Sep 2003 19:34:05 +0300
14935              Message-ID: <20030909163405.GB1398@ratsnest.hole>
14936      Branch: perl
14937            ! AUTHORS
14938 ____________________________________________________________________________
14939 [ 21164] By: jhi                                   on 2003/09/10  15:38:51
14940         Log: Regen perlapi.
14941      Branch: perl
14942            ! pod/perlapi.pod
14943 ____________________________________________________________________________
14944 [ 21163] By: merijn                                on 2003/09/10  15:31:27
14945         Log: Subject: [perl #23778] hints/aix.sh
14946              Date: 10 Sep 2003 16:30:32 -0000
14947              From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
14948              Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
14949      Branch: perl
14950            ! hints/aix.sh
14951 ____________________________________________________________________________
14952 [ 21162] By: jhi                                   on 2003/09/10  15:21:43
14953         Log: blead version of #21161.
14954      Branch: perl
14955            ! pod/perlvar.pod
14956 ____________________________________________________________________________
14957 [ 21160] By: jhi                                   on 2003/09/10  15:11:59
14958         Log: Subject: Re: Decreasing VMS tests in File::Spec::VMS?
14959              From: PPrymmer@factset.com
14960              Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com>
14961              Date: Fri, 5 Sep 2003 17:46:48 -0400
14962      Branch: perl
14963            ! lib/File/Spec/t/Spec.t
14964 ____________________________________________________________________________
14965 [ 21159] By: jhi                                   on 2003/09/10  15:10:06
14966         Log: Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
14967              From: Kurt Starsinic <kstar@cpan.org>
14968              Date: Tue, 9 Sep 2003 23:16:00 -0400
14969              Message-ID: <20030910031600.GA30554@verizon.net>
14970
14971              Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
14972              From: "Brendan O'Dea" <bod@debian.org>
14973              Date: Wed, 10 Sep 2003 22:03:15 +1000
14974              Message-ID: <20030910120315.GA1372@londo.c47.org>
14975      Branch: perl
14976            ! t/lib/h2ph.pht utils/h2ph.PL
14977 ____________________________________________________________________________
14978 [ 21158] By: jhi                                   on 2003/09/10  09:31:24
14979         Log: Unicode regex broken on simple example
14980              regrepeat() did not work right for UTF-8(ed Latin-1)
14981              in the EXACT case, which made the \x{a0}+ fail.
14982      Branch: perl
14983            ! regexec.c t/op/pat.t
14984 ____________________________________________________________________________
14985 [ 21157] By: jhi                                   on 2003/09/10  08:15:54
14986         Log: Linenumbers for utf8 warnings were wrong, test also rcatline.
14987      Branch: perl
14988            ! pp_hot.c t/io/utf8.t
14989 ____________________________________________________________________________
14990 [ 21156] By: jhi                                   on 2003/09/10  08:05:13
14991         Log: Detypo and explain better.
14992      Branch: perl
14993            ! pod/perldiag.pod
14994 ____________________________________________________________________________
14995 [ 21155] By: jhi                                   on 2003/09/10  08:02:55
14996         Log: If doing rcatline no point rescanning each time
14997              the beginning of the SV for utf8 validity.
14998      Branch: perl
14999            ! pp_hot.c
15000 ____________________________________________________________________________
15001 [ 21154] By: jhi                                   on 2003/09/10  07:16:52
15002         Log: No utf8 warnings without use warnings.
15003      Branch: perl
15004            ! t/io/utf8.t
15005 ____________________________________________________________________________
15006 [ 21153] By: jhi                                   on 2003/09/10  06:57:16
15007         Log: Reading a latin1 file with open(... "<:utf8") will freeze
15008              is no more valid, the script doesn't freeze, but I noticed
15009              that neither does the <FILE> complain about bad UTF-8 as it
15010              should and as it does with :encoding(utf8).
15011      Branch: perl
15012            ! pp_hot.c t/io/utf8.t
15013 ____________________________________________________________________________
15014 [ 21152] By: jhi                                   on 2003/09/10  06:54:02
15015         Log: A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
15016              of Perl_utf8_is_string().
15017      Branch: perl
15018            ! embed.fnc embed.h global.sym proto.h utf8.c
15019 ____________________________________________________________________________
15020 [ 21151] By: jhi                                   on 2003/09/10  06:16:28
15021         Log: Document a PerlIO/Encode warning.
15022      Branch: perl
15023            ! pod/perldiag.pod
15024 ____________________________________________________________________________
15025 [ 21149] By: jhi                                   on 2003/09/09  17:22:42
15026         Log: Subject: Re: maint @ 21116
15027              From: Fergal Daly <fergal@esatclear.ie>
15028              Date: Tue, 9 Sep 2003 18:26:20 +0100
15029              Message-Id: <200309091826.20630.fergal@esatclear.ie>
15030
15031              (added warning)
15032      Branch: perl
15033            ! lib/Test/More.pm
15034 ____________________________________________________________________________
15035 [ 21146] By: jhi                                   on 2003/09/09  15:36:20
15036         Log: Adjust the test count.
15037      Branch: perl
15038            ! lib/Test/Simple/t/is_deeply.t
15039 ____________________________________________________________________________
15040 [ 21144] By: jhi                                   on 2003/09/09  15:03:58
15041         Log: AUTHORS update from Dave Mitchell.
15042      Branch: perl
15043            ! AUTHORS
15044 ____________________________________________________________________________
15045 [ 21143] By: jhi                                   on 2003/09/09  15:02:18
15046         Log: Retract #20548 and #20465.
15047      Branch: perl
15048            ! lib/Test/More.pm lib/Test/Simple/t/More.t
15049            ! lib/Test/Simple/t/is_deeply.t
15050 ____________________________________________________________________________
15051 [ 21141] By: jhi                                   on 2003/09/09  14:27:10
15052         Log: Subject: Re: maint @ 21116
15053              From: Enache Adrian <enache@rdslink.ro>
15054              Date: Tue, 9 Sep 2003 16:59:44 +0300
15055              Message-ID: <20030909135944.GA1666@ratsnest.hole>
15056      Branch: perl
15057            ! makedef.pl
15058 ____________________________________________________________________________
15059 [ 21140] By: jhi                                   on 2003/09/09  14:25:51
15060         Log: Retract #21132.
15061      Branch: perl
15062            ! makedef.pl perl.h
15063 ____________________________________________________________________________
15064 [ 21139] By: jhi                                   on 2003/09/09  11:55:33
15065         Log: Warn more about disclosing the hash seed, from Scott A. Crosby.
15066      Branch: perl
15067            ! lib/Hash/Util.pm pod/perlrun.pod
15068 ____________________________________________________________________________
15069 [ 21137] By: jhi                                   on 2003/09/09  09:50:13
15070         Log: Subject: =encoding in perlpod/perlpodspec
15071              From: sburke@cpan.org (Sean M. Burke)
15072              Date: Sun, 07 Sep 2003 03:08:28 -0800
15073              Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com>
15074      Branch: perl
15075            ! pod/perlpod.pod pod/perlpodspec.pod
15076 ____________________________________________________________________________
15077 [ 21136] By: jhi                                   on 2003/09/09  09:46:01
15078         Log: One more chance... Elizabeth's change #21107 plus
15079              Subject: Re: [PATCH] warnings.pl: each thread 10K smaller
15080              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15081              Date: Tue, 9 Sep 2003 01:44:24 +0200
15082              Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr>
15083      Branch: perl
15084            ! lib/warnings.pm toke.c warnings.pl
15085 ____________________________________________________________________________
15086 [ 21135] By: jhi                                   on 2003/09/09  09:35:48
15087         Log: One more test count tweak.
15088      Branch: perl
15089            ! t/op/grep.t
15090 ____________________________________________________________________________
15091 [ 21132] By: jhi                                   on 2003/09/09  07:57:20
15092         Log: Subject: Re: maint @ 21116
15093              From: Steve Hay <steve.hay@uk.radan.com>
15094              Date: Tue, 09 Sep 2003 09:49:07 +0100
15095              Message-ID: <3F5D9403.3040004@uk.radan.com>
15096      Branch: perl
15097            ! makedef.pl perl.h
15098 ____________________________________________________________________________
15099 [ 21131] By: jhi                                   on 2003/09/09  07:54:52
15100         Log: Subject: Re: [PATCH] honoring void context for map(), return from sub end test
15101              From: david nicol <whatever@davidnicol.com>
15102              Date: 08 Sep 2003 23:39:32 -0500
15103              Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
15104
15105              (a testcase)
15106      Branch: perl
15107            ! t/op/grep.t
15108 ____________________________________________________________________________
15109 [ 21128] By: jhi                                   on 2003/09/09  07:08:15
15110         Log: Ooops, perlio into scalars was already history for this test...
15111      Branch: perl
15112            ! lib/dumpvar.t
15113 ____________________________________________________________________________
15114 [ 21127] By: jhi                                   on 2003/09/09  07:06:26
15115         Log: Cannot do perlio into scalars without perlio.
15116      Branch: perl
15117            ! lib/dumpvar.t
15118 ____________________________________________________________________________
15119 [ 21126] By: jhi                                   on 2003/09/09  07:04:53
15120         Log: I claim that the debugger is untestable until proven otherwise.
15121      Branch: perl
15122            - lib/perl5db/de0.t
15123            ! MANIFEST
15124 ____________________________________________________________________________
15125 [ 21124] By: jhi                                   on 2003/09/09  06:59:52
15126         Log: In trying to save space, the warnings.pl change (#21107)
15127              pulled in attributes.pm... and the change didn't seem to
15128              be that well tested with different configurations.
15129              Retract #21119, #21117, #21107.
15130      Branch: perl
15131            ! ext/B/t/stash.t lib/warnings.pm warnings.pl
15132 ____________________________________________________________________________
15133 [ 21122] By: jhi                                   on 2003/09/09  06:28:31
15134         Log: Really do #21121.
15135      Branch: perl
15136            ! MANIFEST
15137 ____________________________________________________________________________
15138 [ 21121] By: jhi                                   on 2003/09/09  05:56:52
15139         Log: There's no particular reason to have the dumpvar.t
15140              in lib/perl5db/.
15141      Branch: perl
15142            + lib/dumpvar.t
15143            - lib/perl5db/dumpvar.t
15144            ! MANIFEST
15145 ____________________________________________________________________________
15146 [ 21119] By: jhi                                   on 2003/09/09  05:46:02
15147         Log: strict stash seems to have gone, too.
15148      Branch: perl
15149            ! ext/B/t/stash.t
15150 ____________________________________________________________________________
15151 [ 21117] By: rgs                                   on 2003/09/08  22:26:36
15152         Log: Loading warnings.pm now loads attributes.pm that loads strict.pm.
15153              (due to #21107 apparently.) Adjust this test accordingly.
15154      Branch: perl
15155            ! ext/B/t/stash.t
15156 ____________________________________________________________________________
15157 [ 21113] By: jhi                                   on 2003/09/08  21:10:53
15158         Log: Subject: [PATCH] silence 1 compiler warning
15159              From: Nicholas Clark <nick@ccl4.org>
15160              Date: Mon, 8 Sep 2003 23:04:45 +0100
15161              Message-ID: <20030908230445.E30881@plum.flirble.org>
15162      Branch: perl
15163            ! universal.c
15164 ____________________________________________________________________________
15165 [ 21112] By: jhi                                   on 2003/09/08  21:09:34
15166         Log: Retract #21096, mostly: I had misexplained the situation
15167              to Scott A. Crosby.  Seeing the seed value while not good
15168              for the ultimate paranoia viewpoint is not that bad, as long
15169              as the users are fully aware of the dangers of disclosing
15170              the hash seed.     So hash_seed() is okay.
15171
15172              Being able to see the hash values (as in Java) would
15173              be another option, but dubious: it's not that per-key
15174              hash values themselves are bad to allow scripts to see,
15175              but rather that hash values are just as sensitive (from
15176              the DoSing viewpoint) as the hash seed itself (and there
15177              usually more hash values than the one hash seed....)
15178      Branch: perl
15179            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
15180 ____________________________________________________________________________
15181 [ 21110] By: jhi                                   on 2003/09/08  20:59:04
15182         Log: Urk.  unique, not shared.
15183      Branch: perl
15184            ! configpm
15185 ____________________________________________________________________________
15186 [ 21109] By: jhi                                   on 2003/09/08  20:57:25
15187         Log: Subject: [PATCH] configpm: about 1.5K less per thread
15188              From: Elizabeth Mattijsen <liz@dijkmat.nl>
15189              Date: Mon, 8 Sep 2003 23:58:34 +0200
15190              Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>
15191      Branch: perl
15192            ! configpm
15193 ____________________________________________________________________________
15194 [ 21107] By: jhi                                   on 2003/09/08  20:45:38
15195         Log: Subject: [PATCH] warnings.pl: each thread 10K smaller
15196              From: Elizabeth Mattijsen <liz@dijkmat.nl>
15197              Date: Mon, 8 Sep 2003 22:22:38 +0200
15198              Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>
15199      Branch: perl
15200            ! lib/warnings.pm warnings.pl
15201 ____________________________________________________________________________
15202 [ 21106] By: rgs                                   on 2003/09/08  20:45:03
15203         Log: A version of change #21073 that works.
15204      Branch: perl
15205            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
15206 ____________________________________________________________________________
15207 [ 21105] By: jhi                                   on 2003/09/08  20:44:22
15208         Log: Regen perlapi.
15209      Branch: perl
15210            ! pod/perlapi.pod
15211 ____________________________________________________________________________
15212 [ 21103] By: jhi                                   on 2003/09/08  20:18:56
15213         Log: Radu Greab is my hero (the recent cygwin getpw*->pw_comment
15214              being a bad pointer is apparently a known cygwin bug).     The
15215              cure is to initialize the field.
15216      Branch: perl
15217            ! pp_sys.c
15218 ____________________________________________________________________________
15219 [ 21100] By: jhi                                   on 2003/09/08  19:38:39
15220         Log: Bad export.
15221      Branch: perl
15222            ! lib/Hash/Util.t
15223 ____________________________________________________________________________
15224 [ 21098] By: jhi                                   on 2003/09/08  19:06:09
15225         Log: The IPC::Open3 is just too unreliable for this task.
15226      Branch: perl
15227            ! lib/perl5db/de0.t
15228 ____________________________________________________________________________
15229 [ 21097] By: jhi                                   on 2003/09/08  18:42:43
15230         Log: Try to make the de0.t test more robust.
15231              The test is so flakey (too many external things influencing
15232              the result) that I'm likely to leave it out from the maint.
15233      Branch: perl
15234            ! lib/perl5db/de0.t
15235 ____________________________________________________________________________
15236 [ 21096] By: jhi                                   on 2003/09/08  17:58:19
15237         Log: Scott A. Crosby believes in not disclosing
15238              any more information than necessary: therefore
15239              instead of hash_seed() we have now hashes_random().
15240      Branch: perl
15241            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
15242 ____________________________________________________________________________
15243 [ 21095] By: jhi                                   on 2003/09/08  17:36:50
15244         Log: Mac OS X "last resort" recipe.
15245      Branch: perl
15246            ! README.macosx
15247 ____________________________________________________________________________
15248 [ 21094] By: jhi                                   on 2003/09/08  16:50:55
15249         Log: Subject: [patch] AUTHORS
15250              From: Juerd <juerd@cpan.org>
15251              Date: Mon, 8 Sep 2003 08:42:13 +0200
15252              Message-ID: <20030908064213.GC23461@c3.convolution.nl>
15253      Branch: perl
15254            ! AUTHORS
15255 ____________________________________________________________________________
15256 [ 21093] By: jhi                                   on 2003/09/08  15:47:14
15257         Log: Slightly more intelligent paranoia.
15258      Branch: perl
15259            ! pod/perldiag.pod util.c
15260 ____________________________________________________________________________
15261 [ 21090] By: jhi                                   on 2003/09/08  14:07:03
15262         Log: Win32 is playing to hard to get but I do not have
15263              time to chase it, so restore #21072, more or less.
15264              I think testing the debugger in UNIX-like places
15265              is enough, no need to go into painful contortions
15266              trying to "portably" run interactive programs like
15267              the debugger.
15268      Branch: perl
15269            ! lib/perl5db/de0.t
15270 ____________________________________________________________________________
15271 [ 21088] By: jhi                                   on 2003/09/08  12:50:15
15272         Log: 5.8.1 was mistakenly redefining PL_sv_placeholder.
15273      Branch: perl
15274            ! ext/Storable/Storable.xs
15275 ____________________________________________________________________________
15276 [ 21087] By: jhi                                   on 2003/09/08  12:34:37
15277         Log: Add Hash::Util::hash_seed() which answers among
15278              other things the question whether our hashes are
15279              "randomised".  (They always were...)
15280      Branch: perl
15281            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
15282 ____________________________________________________________________________
15283 [ 21086] By: jhi                                   on 2003/09/08  12:22:03
15284         Log: XSRETURN_UV was missing.
15285      Branch: perl
15286            ! XSUB.h
15287 ____________________________________________________________________________
15288 [ 21085] By: jhi                                   on 2003/09/08  12:15:23
15289         Log: Superparanoia.
15290      Branch: perl
15291            ! util.c
15292 ____________________________________________________________________________
15293 [ 21084] By: ams                                   on 2003/09/08  11:44:25
15294         Log: Clean up pp_readdir() somewhat.
15295      Branch: perl
15296            ! pp_sys.c
15297 ____________________________________________________________________________
15298 [ 21082] By: jhi                                   on 2003/09/08  11:32:46
15299         Log: The #21073 broke ext/B/t/o.t, retracting the #21073.
15300      Branch: perl
15301            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
15302 ____________________________________________________________________________
15303 [ 21080] By: jhi                                   on 2003/09/08  09:52:40
15304         Log: In Win32 IPC::Open3 + IO::Select does not work that well
15305              so mostly undo the change #21072 and revert back to using
15306              a temp file.
15307      Branch: perl
15308            ! lib/perl5db/de0.t
15309 ____________________________________________________________________________
15310 [ 21078] By: jhi                                   on 2003/09/08  09:10:47
15311         Log: In Win32 the cmd.exe console output doesn't seem to
15312              be catchable using the in-memory I/O + select trick,
15313              so use tie-STDOUT trick instead.
15314      Branch: perl
15315            ! lib/perl5db/dumpvar.t
15316 ____________________________________________________________________________
15317 [ 21077] By: jhi                                   on 2003/09/08  09:03:13
15318         Log: Move Config test.
15319      Branch: perl
15320            ! lib/perl5db/de0.t
15321 ____________________________________________________________________________
15322 [ 21076] By: jhi                                   on 2003/09/08  08:50:27
15323         Log: Let's require fork for this test.
15324      Branch: perl
15325            ! lib/perl5db/de0.t
15326 ____________________________________________________________________________
15327 [ 21074] By: jhi                                   on 2003/09/08  08:09:27
15328         Log: Subject: [PATCH] call_(pv|etc.) for Devel::PPPort
15329              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
15330              Date: Mon, 08 Sep 2003 08:56:09 +0200
15331              Message-id: <20030908065609.GA1260@ethan>
15332      Branch: perl
15333            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
15334            ! ext/Devel/PPPort/t/test.t
15335 ____________________________________________________________________________
15336 [ 21073] By: jhi                                   on 2003/09/08  08:07:55
15337         Log: Subject: Re: one nit to fix [PATCH]
15338              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
15339              Date: Mon, 8 Sep 2003 10:19:08 +0200
15340              Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>
15341      Branch: perl
15342            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
15343 ____________________________________________________________________________
15344 [ 21072] By: jhi                                   on 2003/09/08  08:04:53
15345         Log: Subject: Re: [PATCH] Test skeleton for debugger commands
15346              From: Andreas J Koenig <andreas.koenig@anima.de>
15347              Date: Mon, 08 Sep 2003 10:48:27 +0200
15348              Message-ID: <87llszis2s.fsf@franz.ak.mind.de>
15349      Branch: perl
15350            ! lib/perl5db/de0.t
15351 ____________________________________________________________________________
15352 [ 21071] By: jhi                                   on 2003/09/08  06:46:00
15353         Log: de0.t: use Test::More, add some tests.
15354      Branch: perl
15355            ! lib/perl5db/de0.t
15356 ____________________________________________________________________________
15357 [ 21070] By: jhi                                   on 2003/09/08  06:31:39
15358         Log: More dumpvar testing.
15359      Branch: perl
15360            ! lib/perl5db/dumpvar.t
15361 ____________________________________________________________________________
15362 [ 21069] By: jhi                                   on 2003/09/08  05:34:03
15363         Log: An empty test.
15364      Branch: perl
15365            ! lib/perl5db/dumpvar.t
15366 ____________________________________________________________________________
15367 [ 21068] By: jhi                                   on 2003/09/08  05:21:21
15368         Log: dumpvar.t: use Test::More;
15369      Branch: perl
15370            ! lib/perl5db/dumpvar.t
15371 ____________________________________________________________________________
15372 [ 21067] By: jhi                                   on 2003/09/08  05:11:46
15373         Log: Cleanup PerlIO::scalar documentation a bit.
15374      Branch: perl
15375            ! ext/PerlIO/scalar/scalar.pm
15376 ____________________________________________________________________________
15377 [ 21066] By: jhi                                   on 2003/09/08  04:49:28
15378         Log: The in-memory files require PerlIO::scalar.
15379      Branch: perl
15380            ! lib/perl5db/dumpvar.t
15381 ____________________________________________________________________________
15382 [ 21065] By: rgs                                   on 2003/09/07  21:17:23
15383         Log: Subject: [PATCH] Test skeleton for debugger commands
15384              From: Andreas J Koenig <andreas.koenig@anima.de>
15385              Date: Sun, 07 Sep 2003 18:51:56 +0200
15386              Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
15387              With minor adjustments
15388      Branch: perl
15389            + lib/perl5db/de0.t lib/perl5db/dumpvar.t
15390            ! MANIFEST
15391 ____________________________________________________________________________
15392 [ 21064] By: rgs                                   on 2003/09/07  19:12:05
15393         Log: Upgrade to Unicode::Collate 0.28
15394      Branch: perl
15395            + lib/Unicode/Collate/t/contract.t
15396            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
15397            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
15398 ____________________________________________________________________________
15399 [ 21063] By: rgs                                   on 2003/09/07  18:25:23
15400         Log: Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
15401              From: Dave Mitchell <davem@fdgroup.com>
15402              Date: Sun, 7 Sep 2003 19:14:44 +0100
15403              Message-ID: <20030907181444.GA7058@fdgroup.com>
15404      Branch: perl
15405            ! ext/Opcode/Safe.pm
15406 ____________________________________________________________________________
15407 [ 21062] By: rgs                                   on 2003/09/07  12:44:33
15408         Log: Subject: [PATCH] honoring void context for map()
15409              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
15410              Date: Thu, 04 Sep 2003 11:13:41 +0200
15411              Message-id: <20030904091341.GA30655@ethan>
15412      Branch: perl
15413            ! pp_ctl.c
15414 ____________________________________________________________________________
15415 [ 21061] By: jhi                                   on 2003/09/07  07:04:53
15416         Log: Retract #21010.
15417      Branch: perl
15418            ! lib/dumpvar.pl
15419 ____________________________________________________________________________
15420 [ 21060] By: rgs                                   on 2003/09/06  21:30:10
15421         Log: Minor doc style nits in XSLoader.
15422      Branch: perl
15423            ! ext/DynaLoader/XSLoader_pm.PL
15424 ____________________________________________________________________________
15425 [ 21058] By: jhi                                   on 2003/09/06  19:57:46
15426         Log: Vanity patch.
15427      Branch: perl
15428            ! AUTHORS
15429 ____________________________________________________________________________
15430 [ 21057] By: jhi                                   on 2003/09/06  19:56:53
15431         Log: Updated Sharp Zaurus cross-compilation from Redvers Davies.
15432      Branch: perl
15433            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/TODO
15434            ! Cross/config.sh-arm-linux Cross/generate_config_sh
15435            ! Cross/installperl.patch
15436 ____________________________________________________________________________
15437 [ 21056] By: rgs                                   on 2003/09/06  19:03:41
15438         Log: Email nits in Fatal.pm [perl #23724].
15439      Branch: perl
15440            ! lib/Fatal.pm
15441 ____________________________________________________________________________
15442 [ 21052] By: jhi                                   on 2003/09/05  20:34:15
15443         Log: Musty corners of Syslog.pm.
15444      Branch: perl
15445            ! ext/Sys/Syslog/Syslog.pm
15446 ____________________________________________________________________________
15447 [ 21051] By: ams                                   on 2003/09/05  18:43:46
15448         Log: 1. Work around the bug fixed by #20587 (because it's in 5.8.0).
15449              2. Compensate for PL_sv_placeholder <= 5.8.1.
15450              3. Clean up non-backwards-compatible tests.
15451              4. Prepare for the 2.08 CPAN release.
15452      Branch: perl
15453            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
15454            ! ext/Storable/t/freeze.t ext/Storable/t/malice.t
15455            ! ext/Storable/t/utf8hash.t
15456 ____________________________________________________________________________
15457 [ 21048] By: jhi                                   on 2003/09/05  13:53:23
15458         Log: One more known tie problem.
15459      Branch: perl
15460            ! pod/perltie.pod
15461 ____________________________________________________________________________
15462 [ 21047] By: jhi                                   on 2003/09/05  13:46:35
15463         Log: Subject: [PATCH] threads/shared.pm: saves 4K per thread
15464              Date: Fri, 5 Sep 2003 14:46:00 +0200
15465              Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
15466              From: Elizabeth Mattijsen <liz@dijkmat.nl>
15467      Branch: perl
15468            ! ext/threads/shared/shared.pm
15469 ____________________________________________________________________________
15470 [ 21046] By: jhi                                   on 2003/09/05  13:44:30
15471         Log: Subject: versions threads modules
15472              From: Elizabeth Mattijsen <liz@dijkmat.nl>
15473              Date: Fri, 5 Sep 2003 12:22:52 +0200
15474              Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>
15475      Branch: perl
15476            ! ext/threads/shared/shared.pm
15477 ____________________________________________________________________________
15478 [ 21045] By: jhi                                   on 2003/09/05  13:43:36
15479         Log: More suidperl path disclosure plugging:
15480              the #9813 didn't do enough.  See either of
15481              http://rt.perl.org/rt2/Ticket/Display.html?id=6511
15482              http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
15483      Branch: perl
15484            ! perl.c pod/perldiag.pod
15485 ____________________________________________________________________________
15486 [ 21044] By: jhi                                   on 2003/09/05  13:09:54
15487         Log: FreeBSD hints updates from Anton Berezin.
15488      Branch: perl
15489            ! hints/freebsd.sh
15490 ____________________________________________________________________________
15491 [ 21043] By: merijn                                on 2003/09/05  11:18:20
15492         Log: Changed conflicting diff options
15493      Branch: perl
15494            ! patchlevel.h
15495 ____________________________________________________________________________
15496 [ 21042] By: jhi                                   on 2003/09/05  06:47:43
15497         Log: Acknowledge some known tie bugs.
15498      Branch: perl
15499            ! pod/perltie.pod
15500 ____________________________________________________________________________
15501 [ 21041] By: merijn                                on 2003/09/05  04:50:44
15502         Log: Subject: [PATCH] Remove dublicated entry in AUTHORS
15503              From: Ilya Martynov <ilya@martynov.org>
15504              Date: Fri, 05 Sep 2003 00:49:57 +0400
15505              Message-ID: <8765k8uvm2.fsf@abra.ru>
15506      Branch: perl
15507            ! AUTHORS
15508 ____________________________________________________________________________
15509 [ 21040] By: jhi                                   on 2003/09/05  04:36:48
15510         Log: code example error in "perlopentut"
15511      Branch: perl
15512            ! pod/perlopentut.pod
15513 ____________________________________________________________________________
15514 [ 21039] By: jhi                                   on 2003/09/05  04:13:17
15515         Log: Another seemingly fixed (un)tie bug,
15516              [perl ##22297] cannot untie scalar from within tied FETCH
15517      Branch: perl
15518            ! t/op/tie.t
15519 ____________________________________________________________________________
15520 [ 21036] By: jhi                                   on 2003/09/04  19:34:26
15521         Log: Subject: Re: [PATCH] Data::Dumper 2.121
15522              From: Ilya Martynov <ilya@martynov.org>
15523              Date: Fri, 05 Sep 2003 00:33:46 +0400
15524              Message-ID: <87ad9kuwd1.fsf@abra.ru>
15525      Branch: perl
15526            ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
15527            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
15528            ! ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t
15529 ____________________________________________________________________________
15530 [ 21033] By: jhi                                   on 2003/09/04  18:52:29
15531         Log: I think once is enough.
15532      Branch: perl
15533            ! configure.gnu
15534 ____________________________________________________________________________
15535 [ 21032] By: jhi                                   on 2003/09/04  17:30:28
15536         Log: Subject: [PATCH] Re: [PATCH] Re: ByteLoader and MSWin32
15537              From: Enache Adrian <enache@rdslink.ro>
15538              Date: Thu, 4 Sep 2003 20:09:06 +0300
15539              Message-ID: <20030904170906.GA1235@ratsnest.hole>
15540      Branch: perl
15541            ! bytecode.pl ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
15542            ! ext/ByteLoader/byterun.c
15543 ____________________________________________________________________________
15544 [ 21031] By: jhi                                   on 2003/09/04  17:27:58
15545         Log: Subject: [PATCH] perlreftut: change distribution conditions
15546              From: "Brendan O'Dea" <bod@debian.org>
15547              Date: Thu, 4 Sep 2003 02:28:49 +1000
15548              Message-ID: <20030903162849.GA9675@londo.c47.org>
15549      Branch: perl
15550            ! pod/perlreftut.pod
15551 ____________________________________________________________________________
15552 [ 21030] By: jhi                                   on 2003/09/04  17:26:48
15553         Log: Subject: Re: "vendor" patch pickup
15554              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
15555              Date: Thu, 4 Sep 2003 19:47:55 +0200
15556              Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
15557
15558              (Gentoo: take Marcus' version of the __THROW patch and
15559              even further #ifdef-protect it with __GLIBC__.)
15560      Branch: perl
15561            ! perl.h
15562 ____________________________________________________________________________
15563 [ 21029] By: jhi                                   on 2003/09/04  16:01:26
15564         Log: Tiny perlcc tweaks.
15565      Branch: perl
15566            ! utils/perlcc.PL
15567 ____________________________________________________________________________
15568 [ 21028] By: jhi                                   on 2003/09/04  15:10:48
15569         Log: A SuSE patchlet for perlcc -c to avoid
15570              "Modification of a read-only value attempted at ... C.pm"
15571      Branch: perl
15572            ! ext/B/B/C.pm
15573 ____________________________________________________________________________
15574 [ 21027] By: jhi                                   on 2003/09/04  08:54:40
15575         Log: AUTHORS updates.
15576      Branch: perl
15577            ! AUTHORS
15578 ____________________________________________________________________________
15579 [ 21025] By: jhi                                   on 2003/09/03  20:27:56
15580         Log: Upgrade to Math::BigInt pre-rel 1.66 as of
15581              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
15582              (the tar.gz link doesn't have 'v1.66', it has '1.66')
15583              so that the smoke builds can start chewing it.
15584      Branch: perl
15585            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
15586            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
15587            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
15588            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
15589            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbf.t
15590            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
15591 ____________________________________________________________________________
15592 [ 21022] By: jhi                                   on 2003/09/03  16:42:24
15593         Log: Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
15594              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
15595              Date: Wed, 3 Sep 2003 19:20:20 +0200
15596              Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>
15597      Branch: perl
15598            ! Porting/valgrindpp.pl
15599 ____________________________________________________________________________
15600 [ 21019] By: jhi                                   on 2003/09/03  15:51:35
15601         Log: Also indicate the Unicode level here.
15602              (The last date is non-committal :-)
15603      Branch: perl
15604            ! pod/perlunicode.pod
15605 ____________________________________________________________________________
15606 [ 21018] By: jhi                                   on 2003/09/03  12:08:23
15607         Log: Avoid lvalue casts, from Enache.
15608      Branch: perl
15609            ! ext/ByteLoader/bytecode.h op.h
15610 ____________________________________________________________________________
15611 [ 21017] By: jhi                                   on 2003/09/03  08:23:39
15612         Log: Bump up the VERSION.
15613      Branch: perl
15614            ! lib/bytes.pm
15615 ____________________________________________________________________________
15616 [ 21016] By: jhi                                   on 2003/09/03  08:22:48
15617         Log: Add, document, and test bytes::substr, index, rindex, chr,
15618              document bytes::ord.
15619      Branch: perl
15620            ! lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl
15621 ____________________________________________________________________________
15622 [ 21014] By: jhi                                   on 2003/09/03  06:16:24
15623         Log: Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test
15624              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
15625              Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
15626              Message-ID: <29644.1062572245@www50.gmx.net>
15627
15628              The other half of #20930 should be still good.
15629      Branch: perl
15630            ! op.c
15631 ____________________________________________________________________________
15632 [ 21013] By: jhi                                   on 2003/09/03  06:15:09
15633         Log: use IO; is deprecated.
15634      Branch: perl
15635            ! ext/threads/t/join.t
15636 ____________________________________________________________________________
15637 [ 21012] By: jhi                                   on 2003/09/03  05:28:50
15638         Log: Upgrade to base 2.01 from CPAN.
15639      Branch: perl
15640            ! lib/base.pm lib/fields.pm
15641 ____________________________________________________________________________
15642 [ 21011] By: jhi                                   on 2003/09/03  05:08:29
15643         Log: Changing the test count is a good idea.
15644      Branch: perl
15645            ! ext/threads/t/join.t
15646 ____________________________________________________________________________
15647 [ 21010] By: jhi                                   on 2003/09/03  04:59:38
15648         Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object
15649              From: Joe McMahon <mcmahon@ibiblio.org>
15650              Date: Tue, 2 Sep 2003 18:02:14 -0400
15651              Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
15652      Branch: perl
15653            ! lib/dumpvar.pl
15654 ____________________________________________________________________________
15655 [ 21009] By: jhi                                   on 2003/09/03  04:48:40
15656         Log: Subject: Re: maint@20974 or before broke mp2 ithreads test
15657              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
15658              Date: Wed, 3 Sep 2003 06:07:54 +0200
15659              Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
15660      Branch: perl
15661            ! ext/threads/t/join.t
15662 ____________________________________________________________________________
15663 [ 21008] By: jhi                                   on 2003/09/03  04:31:35
15664         Log: VMS does not have quite UNIX glob semantics.
15665      Branch: perl
15666            ! t/run/fresh_perl.t
15667 ____________________________________________________________________________
15668 [ 21007] By: rgs                                   on 2003/09/02  21:21:27
15669         Log: Subject: some method calls not autoloaded
15670              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15671              Date: Tue, 2 Sep 2003 15:06:29 -0700
15672              Message-ID: <20030902220629.GA2952@efn.org>
15673      Branch: perl
15674            ! pod/perlfunc.pod pod/perlsub.pod
15675 ____________________________________________________________________________
15676 [ 21003] By: jhi                                   on 2003/09/02  19:01:07
15677         Log: An untie test from perlmonks-- worked in 5.6.1,
15678              broken in 5.8.0, seems to be working again in maint,
15679              better nail it down now.
15680      Branch: perl
15681            ! t/op/tie.t
15682 ____________________________________________________________________________
15683 [ 21000] By: jhi                                   on 2003/09/02  15:35:40
15684         Log: Retract #20930 because of
15685              Subject: maint@20974 or before broke mp2 ithreads test
15686              From: Stas Bekman <stas@stason.org>
15687              Date: Mon, 01 Sep 2003 23:31:11 -0700
15688              Message-ID: <3F54392F.7080009@stason.org>
15689      Branch: perl
15690            ! op.c
15691 ____________________________________________________________________________
15692 [ 20999] By: jhi                                   on 2003/09/02  15:34:14
15693         Log: Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning
15694              From: Fergal Daly <fergal@esatclear.ie>
15695              Date: Tue, 2 Sep 2003 17:36:52 +0100
15696              Message-Id: <200309021736.52725.fergal@esatclear.ie>
15697      Branch: perl
15698            ! pod/perldiag.pod
15699 ____________________________________________________________________________
15700 [ 20998] By: jhi                                   on 2003/09/02  15:02:47
15701         Log: Subject: [perl #23672] Math::BigInit POD
15702              From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
15703              Date: 1 Sep 2003 08:47:39 -0000
15704              Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
15705      Branch: perl
15706            ! lib/Math/BigInt.pm
15707 ____________________________________________________________________________
15708 [ 20997] By: jhi                                   on 2003/09/02  14:58:21
15709         Log: Subject: [PATCH perlfaq6.pod] Explain \Q better
15710              From: Mark Jason Dominus <mjd@plover.com>
15711              Date: Mon, 01 Sep 2003 16:19:20 -0400
15712              Message-ID: <20030901201920.3929.qmail@plover.com>
15713      Branch: perl
15714            ! pod/perlfaq6.pod
15715 ____________________________________________________________________________
15716 [ 20996] By: jhi                                   on 2003/09/02  14:56:29
15717         Log: Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort
15718              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
15719              Date: Tue, 02 Sep 2003 11:27:19 +0200
15720              Message-id: <20030902092719.GA18075@ethan>
15721      Branch: perl
15722            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
15723            ! ext/Devel/PPPort/t/test.t
15724 ____________________________________________________________________________
15725 [ 20993] By: jhi                                   on 2003/09/02  14:40:54
15726         Log: Subject: [PATCH] Re: ByteLoader and MSWin32
15727              From: Enache Adrian <enache@rdslink.ro>
15728              Date: Tue, 2 Sep 2003 03:45:11 +0300
15729              Message-ID: <20030902004511.GA1442@ratsnest.hole>
15730      Branch: perl
15731            ! embed.fnc embed.h ext/ByteLoader/bytecode.h global.sym op.c
15732            ! op.h proto.h t/TEST
15733 ____________________________________________________________________________
15734 [ 20990] By: jhi                                   on 2003/09/02  04:29:45
15735         Log: Upgrade to Unicode::Collate 0.27.
15736      Branch: perl
15737            + lib/Unicode/Collate/t/hangul.t
15738            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
15739            ! lib/Unicode/Collate/README
15740 ____________________________________________________________________________
15741 [ 20989] By: jhi                                   on 2003/09/02  04:23:20
15742         Log: Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl
15743              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
15744              Date: Mon, 1 Sep 2003 22:28:58 +0200
15745              Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>
15746      Branch: perl
15747            ! Porting/valgrindpp.pl
15748 ____________________________________________________________________________
15749 [ 20983] By: jhi                                   on 2003/09/01  14:14:49
15750         Log: From Craig Berry, following the example of the other podxxx.PL
15751              in relying on basename($0, '.PL') to Do The Right Thing with
15752              regard to the case of the extension, which could be either
15753              .pl or .PL on VMS depending on version-specific features.
15754      Branch: perl
15755            ! pod/pod2usage.PL pod/podselect.PL
15756 ____________________________________________________________________________
15757 [ 20982] By: jhi                                   on 2003/09/01  13:01:49
15758         Log: Configure -r in AIX bad.
15759      Branch: perl
15760            ! README.aix
15761 ____________________________________________________________________________
15762 [ 20981] By: jhi                                   on 2003/09/01  11:28:35
15763         Log: Subject: [DOC PATCH] perlfaq4.pod
15764              Date: Mon, 1 Sep 2003 12:38:50 +0200
15765              From: Elizabeth Mattijsen <liz@dijkmat.nl>
15766              Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>
15767      Branch: perl
15768            ! pod/perlfaq4.pod
15769 ____________________________________________________________________________
15770 [ 20980] By: jhi                                   on 2003/09/01  08:49:02
15771         Log: Subject: glob() bug
15772              From: Gurusamy Sarathy <gsar@ActiveState.com>
15773              Date: Mon, 01 Sep 2003 02:25:41 -0700
15774              Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>
15775      Branch: perl
15776            ! op.c t/run/fresh_perl.t
15777 ____________________________________________________________________________
15778 [ 20979] By: jhi                                   on 2003/09/01  06:32:01
15779         Log: Ultrix VAX is like VMS VAX in floating point.
15780      Branch: perl
15781            ! t/op/sprintf.t
15782 ____________________________________________________________________________
15783 [ 20978] By: jhi                                   on 2003/09/01  05:44:25
15784         Log: Subject: [PATCH@20959] some WinCE compilers require a little correction
15785              From: Vadim Konovalov <vkonovalov@peterstar.ru>
15786              Date: Mon, 1 Sep 2003 02:57:33 +0400
15787              Message-ID: <1091134912500.20030901025733@peterstar.ru>
15788      Branch: perl
15789            ! wince/Makefile.ce wince/wince.c
15790 ____________________________________________________________________________
15791 [ 20973] By: jhi                                   on 2003/08/31  15:34:43
15792         Log: Add test for -i.
15793      Branch: perl
15794            ! MANIFEST t/run/switches.t
15795 ____________________________________________________________________________
15796 [ 20972] By: jhi                                   on 2003/08/31  15:12:10
15797         Log: Add tests for -h and (unknown) -z.
15798      Branch: perl
15799            ! MANIFEST t/run/switches.t
15800 ____________________________________________________________________________
15801 [ 20971] By: jhi                                   on 2003/08/31  15:03:42
15802         Log: Add test for -v.
15803      Branch: perl
15804            ! MANIFEST t/run/switches.t
15805 ____________________________________________________________________________
15806 [ 20970] By: jhi                                   on 2003/08/31  14:55:54
15807         Log: List the switches tested in switches.t.
15808      Branch: perl
15809            ! t/run/switches.t
15810 ____________________________________________________________________________
15811 [ 20969] By: jhi                                   on 2003/08/31  14:51:19
15812         Log: Subject: [PATCH: perl@20898] have installperl install perl_setup.com and dbga2p.exe for VMS
15813              From: PPrymmer@factset.com
15814              Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com>
15815              Date: Sun, 31 Aug 2003 10:11:54 -0400
15816      Branch: perl
15817            ! installperl
15818 ____________________________________________________________________________
15819 [ 20968] By: jhi                                   on 2003/08/31  13:24:10
15820         Log: Subject: [PATCH sv.c] Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
15821              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
15822              Date: Sun, 31 Aug 2003 15:21:17 +0200
15823              Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2>
15824      Branch: perl
15825            ! sv.c
15826 ____________________________________________________________________________
15827 [ 20965] By: jhi                                   on 2003/08/31  08:55:59
15828         Log: Ouch.  Upgrading to base 2.0 made the threads tests very unhappy
15829              both in blead and maint, lots of "Attempt to free non-existent
15830              shared string" and "Unbalanced string table refcount" errors.
15831              Retract #20960 (and #20963).
15832      Branch: perl
15833            - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
15834            - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
15835            ! MANIFEST lib/base.pm lib/fields.pm
15836 ____________________________________________________________________________
15837 [ 20964] By: jhi                                   on 2003/08/31  08:17:43
15838         Log: Integrate from maint:
15839              [ 20963]
15840              Muffle the 'Pseudo-hashes are deprecated' warning for maint.
15841      Branch: perl
15842           !> lib/base/t/fp560.t
15843 ____________________________________________________________________________
15844 [ 20961] By: jhi                                   on 2003/08/31  08:09:21
15845         Log: De-cargo-cult.
15846      Branch: perl
15847            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
15848 ____________________________________________________________________________
15849 [ 20960] By: jhi                                   on 2003/08/31  08:07:43
15850         Log: Upgrade to base.pm 2.0.
15851
15852              (Rename the tests around a bit to be more 8.3-friendly.)
15853      Branch: perl
15854            + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
15855            + lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
15856            ! MANIFEST lib/base.pm lib/fields.pm
15857 ____________________________________________________________________________
15858 [ 20957] By: jhi                                   on 2003/08/30  18:47:02
15859         Log: Fewer naked char constants.
15860      Branch: perl
15861            ! doio.c perlio.c sv.h
15862 ____________________________________________________________________________
15863 [ 20956] By: jhi                                   on 2003/08/30  18:38:05
15864         Log: This is probably a wrong fix for
15865              [perl #23645] tell with perlio on appended files
15866              but maybe this gets NI-S agitated enough to present the correct fix :-)
15867      Branch: perl
15868            ! perlio.c t/io/tell.t
15869 ____________________________________________________________________________
15870 [ 20954] By: jhi                                   on 2003/08/30  17:14:19
15871         Log: A new try at
15872
15873              Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
15874              From: "Gerrit P. Haase" <gp@familiehaase.de>
15875              Date: Thu, 28 Aug 2003 08:18:51 +0200
15876              Message-ID: <4157199551.20030828081851@familiehaase.de>
15877
15878              (this time Cygwin only)
15879      Branch: perl
15880            ! perlio.c
15881 ____________________________________________________________________________
15882 [ 20952] By: rgs                                   on 2003/08/30  15:20:48
15883         Log: Tweak XSLoader.t.
15884              XSLoader is supposed to work even for extensions that
15885              are statically linked. So only check that the extension we
15886              test for is actually available. (This test is not supposed
15887              to be run by miniperl.)
15888      Branch: perl
15889            ! ext/DynaLoader/t/XSLoader.t
15890 ____________________________________________________________________________
15891 [ 20950] By: jhi                                   on 2003/08/30  06:49:31
15892         Log: Something went wrong in change #20929;
15893              linux 2.4.18-bf2.4 didn't like it:
15894              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
15895              and similar failure pattern also seen in Solaris 8.
15896      Branch: perl
15897            ! perlio.c
15898 ____________________________________________________________________________
15899 [ 20948] By: jhi                                   on 2003/08/30  06:08:57
15900         Log: Setup @INC.
15901      Branch: perl
15902            ! t/op/cproto.t
15903 ____________________________________________________________________________
15904 [ 20946] By: jhi                                   on 2003/08/30  06:00:09
15905         Log: Tabify and re-sort MANIFEST.
15906      Branch: perl
15907            ! MANIFEST
15908 ____________________________________________________________________________
15909 [ 20945] By: jhi                                   on 2003/08/30  05:57:04
15910         Log: Make XSLoader.t more robust (and sdbm.t more verbose)
15911      Branch: perl
15912            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
15913 ____________________________________________________________________________
15914 [ 20944] By: jhi                                   on 2003/08/30  05:50:41
15915         Log: Subject: [PATCH] XSLoader nits and tests
15916              From: Michael G Schwern <schwern@pobox.com>
15917              Date: Fri, 29 Aug 2003 22:55:07 -0700
15918              Message-ID: <20030830055507.GI25970@windhund.schwern.org>
15919      Branch: perl
15920            + ext/DynaLoader/t/XSLoader.t
15921            ! MANIFEST ext/DynaLoader/XSLoader_pm.PL
15922 ____________________________________________________________________________
15923 [ 20943] By: jhi                                   on 2003/08/30  05:44:02
15924         Log: Missed from #20942.
15925      Branch: perl
15926            ! lib/File/Spec/VMS.pm
15927 ____________________________________________________________________________
15928 [ 20942] By: jhi                                   on 2003/08/30  05:41:59
15929         Log: Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS
15930              From: PPrymmer@factset.com
15931              Date: Sat, 30 Aug 2003 00:57:28 -0400
15932              Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>
15933      Branch: perl
15934            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
15935 ____________________________________________________________________________
15936 [ 20941] By: jhi                                   on 2003/08/30  05:37:13
15937         Log: Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T
15938              From: Stas Bekman <stas@stason.org>
15939              Date: Fri, 29 Aug 2003 17:11:41 -0700
15940              Message-ID: <3F4FEBBD.8000901@stason.org>
15941      Branch: perl
15942            ! pod/perlapi.pod sv.h
15943 ____________________________________________________________________________
15944 [ 20940] By: rgs                                   on 2003/08/29  21:17:59
15945         Log: Add a new test, to ensure that we don't unexpectedly change
15946              prototypes of builtins.
15947      Branch: perl
15948            + t/op/cproto.t
15949            ! MANIFEST
15950 ____________________________________________________________________________
15951 [ 20938] By: rgs                                   on 2003/08/29  20:22:21
15952         Log: Don't cast PL_multiline to bool : you may loose important bits.
15953      Branch: perl
15954            ! pp.c pp_hot.c
15955 ____________________________________________________________________________
15956 [ 20937] By: jhi                                   on 2003/08/29  17:22:11
15957         Log: Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others
15958              From: Nicholas Clark <nick@ccl4.org>
15959              Date: Wed, 27 Aug 2003 22:59:55 +0100
15960              Message-ID: <20030827225955.E558@plum.flirble.org>
15961      Branch: perl
15962            ! pp.c
15963 ____________________________________________________________________________
15964 [ 20936] By: jhi                                   on 2003/08/29  17:17:16
15965         Log: Some perluniintro tweaks.
15966      Branch: perl
15967            ! pod/perluniintro.pod
15968 ____________________________________________________________________________
15969 [ 20935] By: jhi                                   on 2003/08/29  17:07:25
15970         Log: Tiny doc tweak from Shannon -jj Behrens.
15971      Branch: perl
15972            ! pod/perluniintro.pod
15973 ____________________________________________________________________________
15974 [ 20933] By: jhi                                   on 2003/08/29  13:25:18
15975         Log: Comparing an int to a U32 makes VC6 nervous.
15976      Branch: perl
15977            ! pp.c pp_hot.c
15978 ____________________________________________________________________________
15979 [ 20932] By: jhi                                   on 2003/08/29  13:06:06
15980         Log: Better skip() explicit number of tests, test counts getting
15981              out of sync less likely that way.
15982      Branch: perl
15983            ! t/op/pack.t
15984 ____________________________________________________________________________
15985 [ 20931] By: jhi                                   on 2003/08/29  12:59:32
15986         Log: Some Ultrix test dodgings.
15987      Branch: perl
15988            ! t/base/num.t t/op/arith.t t/op/pack.t
15989 ____________________________________________________________________________
15990 [ 20930] By: jhi                                   on 2003/08/29  12:57:07
15991         Log: Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks
15992              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
15993              Date: Thu, 28 Aug 2003 21:47:22 +0200
15994              Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>
15995      Branch: perl
15996            ! op.c
15997 ____________________________________________________________________________
15998 [ 20929] By: jhi                                   on 2003/08/29  12:55:12
15999         Log: Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
16000              From: "Gerrit P. Haase" <gp@familiehaase.de>
16001              Date: Thu, 28 Aug 2003 08:18:51 +0200
16002              Message-ID: <4157199551.20030828081851@familiehaase.de>
16003
16004              (changed so that the 'b' is always appended)
16005      Branch: perl
16006            ! perlio.c
16007 ____________________________________________________________________________
16008 [ 20928] By: jhi                                   on 2003/08/29  07:04:17
16009         Log: Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization
16010              From: marek.rouchal@infineon.com
16011              Date: Wed, 27 Aug 2003 17:25:28 +0200
16012              Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
16013
16014              PodParser-1.25 prerelease.
16015      Branch: perl
16016            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
16017            ! lib/Pod/Parser.pm pod/pod2usage.PL pod/podchecker.PL
16018            ! pod/podselect.PL t/pod/find.t t/pod/poderrs.xr
16019 ____________________________________________________________________________
16020 [ 20927] By: jhi                                   on 2003/08/28  18:53:45
16021         Log: MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
16022      Branch: perl
16023            ! ext/DynaLoader/dl_mpeix.xs mpeix/mpeix.c
16024 ____________________________________________________________________________
16025 [ 20925] By: jhi                                   on 2003/08/28  16:15:47
16026         Log: Subject: [PATCH] valgrindpp.pl
16027              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
16028              Date: Thu, 28 Aug 2003 09:43:49 +0200
16029              Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>
16030      Branch: perl
16031            ! Porting/valgrindpp.pl
16032 ____________________________________________________________________________
16033 [ 20924] By: jhi                                   on 2003/08/28  16:12:08
16034         Log: Subject: [PATCH] Quieten more warnings in Deparse.pm
16035              From: Paul Johnson <paul@pjcj.net>
16036              Date: Thu, 28 Aug 2003 00:13:59 +0200
16037              Message-ID: <20030827221359.GE28396@pjcj.net>
16038      Branch: perl
16039            ! ext/B/B/Deparse.pm
16040 ____________________________________________________________________________
16041 [ 20923] By: jhi                                   on 2003/08/28  01:45:51
16042         Log: Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
16043              From: Michael G Schwern <schwern@pobox.com>
16044              Date: Wed, 27 Aug 2003 15:05:20 -0700
16045              Message-ID: <20030827220520.GD7300@windhund.schwern.org>
16046      Branch: perl
16047            ! lib/ExtUtils/MakeMaker/Tutorial.pod
16048 ____________________________________________________________________________
16049 [ 20922] By: rgs                                   on 2003/08/27  19:52:27
16050         Log: Add caveats and tests for Symbol::delete_package().
16051      Branch: perl
16052            ! lib/Symbol.pm lib/Symbol.t
16053 ____________________________________________________________________________
16054 [ 20921] By: jhi                                   on 2003/08/27  17:12:56
16055         Log: Configure is doing fine in Ultrix, operator error.
16056      Branch: perl
16057            ! hints/ultrix_4.sh
16058 ____________________________________________________________________________
16059 [ 20920] By: jhi                                   on 2003/08/27  16:49:22
16060         Log: Add the valgrindpp.pl script from Marcus Holland-Moritz.
16061      Branch: perl
16062            + Porting/valgrindpp.pl
16063            ! MANIFEST
16064 ____________________________________________________________________________
16065 [ 20917] By: jhi                                   on 2003/08/27  13:09:33
16066         Log: Subject: disturbing, disruptive typo in Tutorial.pod [PATCH]
16067              From: "John P. Linderman" <jpl@research.att.com>
16068              Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
16069              Message-Id: <200308271210.IAA23907@raptor.research.att.com>
16070
16071              Subject: typo in pod/perlnewmod.pod [PATCH]
16072              From: "John P. Linderman" <jpl@research.att.com>
16073              Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
16074              Message-Id: <200308271307.JAA46955@raptor.research.att.com>
16075
16076              Subject: [PATCH] document the location of byacc
16077              From: Dave Mitchell <davem@fdgroup.com>
16078              Date: Wed, 27 Aug 2003 14:26:50 +0100
16079              Message-ID: <20030827132650.GA23144@fdgroup.com>
16080      Branch: perl
16081            ! Porting/pumpkin.pod lib/ExtUtils/MakeMaker/Tutorial.pod
16082            ! pod/perlnewmod.pod
16083 ____________________________________________________________________________
16084 [ 20916] By: jhi                                   on 2003/08/27  13:01:26
16085         Log: Ultrix tweaks: <string.h> must not be included twice
16086              (otherwise one gets prototype conflicts between the <string.h>
16087              and proto.h because Ultrix thinks e.g. Perl_ninstr has been
16088              define in <string.h>...); and Configure misprobes some features.
16089      Branch: perl
16090            ! ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/sdbm.c
16091            ! ext/SDBM_File/sdbm/sdbm.h ext/Socket/Socket.xs
16092            ! hints/ultrix_4.sh
16093 ____________________________________________________________________________
16094 [ 20915] By: jhi                                   on 2003/08/27  05:37:34
16095         Log: Urk.  In Mac OS X byteorder is not one of the "known ones",
16096              but instead it is 0xFFFF.  So retract #20914.
16097      Branch: perl
16098            ! perl.h
16099 ____________________________________________________________________________
16100 [ 20914] By: jhi                                   on 2003/08/27  05:17:44
16101         Log: Sanity check for BYTEORDER.
16102      Branch: perl
16103            ! perl.h
16104 ____________________________________________________________________________
16105 [ 20913] By: rgs                                   on 2003/08/26  20:34:48
16106         Log: Integrate two DJGPP portability patches from the 5.6.2 branch :
16107
16108              [20859]
16109              Two portability patches for DJGPP from Richard Dawe
16110              <rich@phekda.freeserve.co.uk>.
16111              Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
16112
16113              [20911]
16114              Don't uppercase automatically all environment variables on DJGPP.
16115              (reported by Richard Dawe, this breaks portability of Unix
16116              scripts.) Don't change the behaviour on plain MS/DOS.
16117      Branch: perl
16118            ! perl.c
16119           !> djgpp/djgppsed.sh dosish.h
16120 ____________________________________________________________________________
16121 [ 20912] By: rgs                                   on 2003/08/26  20:15:40
16122         Log: perlapi.pod tweaks, based on :
16123              Subject: misdocumented return value for sv_setref*
16124              From: Joe Schaefer <joe+perl@sunstarsys.com>
16125              Date: 12 Aug 2003 13:21:42 -0400
16126              Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>
16127      Branch: perl
16128            ! pod/perlapi.pod sv.c
16129 ____________________________________________________________________________
16130 [ 20910] By: rgs                                   on 2003/08/26  19:37:29
16131         Log: Change the internal prototype of the pop() and shift() builtins
16132              to (;\@), to reflect that their array argument is optional.
16133      Branch: perl
16134            ! opcode.h opcode.pl
16135 ____________________________________________________________________________
16136 [ 20909] By: rgs                                   on 2003/08/26  19:13:39
16137         Log: Subject: [PATCH] improved 19064 (local $_[0] problems)
16138              From: Dave Mitchell <davem@fdgroup.com>
16139              Date: Sun, 24 Aug 2003 15:52:00 +0100
16140              Message-ID: <20030824145159.GA12210@fdgroup.com>
16141      Branch: perl
16142            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
16143 ____________________________________________________________________________
16144 [ 20908] By: rgs                                   on 2003/08/26  18:40:50
16145         Log: Subject: [PATCH] minor File::Spec testing cleanup
16146              From: Ken Williams <ken@mathforum.org>
16147              Date: Thu, 21 Aug 2003 22:47:51 -0500
16148              Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>
16149      Branch: perl
16150            ! lib/File/Spec/t/rel2abs2rel.t
16151 ____________________________________________________________________________
16152 [ 20907] By: jhi                                   on 2003/08/26  12:12:14
16153         Log: Maintainer catch from Rafael.
16154      Branch: perl
16155            ! Porting/Maintainers.pl
16156 ____________________________________________________________________________
16157 [ 20905] By: jhi                                   on 2003/08/26  09:36:22
16158         Log: Take a cutdown version of the change #20903 also to perlebcdic.
16159      Branch: perl
16160            ! pod/perlebcdic.pod
16161 ____________________________________________________________________________
16162 [ 20904] By: jhi                                   on 2003/08/26  09:29:49
16163         Log: No dynaloading at all in Ultrix.
16164      Branch: perl
16165            ! hints/ultrix_4.sh
16166 ____________________________________________________________________________
16167 [ 20903] By: jhi                                   on 2003/08/26  08:54:02
16168         Log: PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
16169              (This information looks interesting enough to be mentioned
16170              elsewhere, too.)
16171      Branch: perl
16172            ! README.bs2000
16173 ____________________________________________________________________________
16174 [ 20902] By: jhi                                   on 2003/08/26  08:36:36
16175         Log: CGI::Carp from CGI.pm 3.00 was missing.
16176      Branch: perl
16177            ! lib/CGI/Carp.pm
16178 ____________________________________________________________________________
16179 [ 20901] By: jhi                                   on 2003/08/26  05:18:15
16180         Log: Subject: Re: [PATCH] valgrind and /#/x
16181              From: Enache Adrian <enache@rdslink.ro>
16182              Date: Tue, 26 Aug 2003 08:11:07 +0300
16183              Message-ID: <20030826051107.GA1086@ratsnest.hole>
16184      Branch: perl
16185            ! regcomp.c t/op/re_tests t/run/fresh_perl.t toke.c
16186 ____________________________________________________________________________
16187 [ 20900] By: jhi                                   on 2003/08/26  04:53:09
16188         Log: More memory lane.
16189      Branch: perl
16190            ! hints/ultrix_4.sh
16191 ____________________________________________________________________________
16192 [ 20899] By: rgs                                   on 2003/08/25  21:05:57
16193         Log: fix syscall() prototype description in
16194              perlfunc.pod, as suggested by Lukas Mai.
16195      Branch: perl
16196            ! pod/perlfunc.pod
16197 ____________________________________________________________________________
16198 [ 20896] By: jhi                                   on 2003/08/25  19:52:48
16199         Log: Tiny doc tweak.
16200      Branch: perl
16201            ! README.solaris
16202 ____________________________________________________________________________
16203 [ 20895] By: jhi                                   on 2003/08/25  19:46:31
16204         Log: Even more SunOS 4 info.
16205      Branch: perl
16206            ! README.solaris
16207 ____________________________________________________________________________
16208 [ 20894] By: jhi                                   on 2003/08/25  19:37:00
16209         Log: Subject: [PATCH@20512] make backspace key work for WinCE users
16210              From: Vadim Konovalov <vkonovalov@peterstar.ru>
16211              Date: Tue, 26 Aug 2003 00:10:29 +0400
16212              Message-ID: <135606488000.20030826001029@peterstar.ru>
16213      Branch: perl
16214            ! wince/perlmain.c
16215 ____________________________________________________________________________
16216 [ 20893] By: jhi                                   on 2003/08/25  19:25:08
16217         Log: Subject: more valgrinding: select problem?
16218              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
16219              Date: Mon, 25 Aug 2003 22:02:17 +0200
16220              Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
16221
16222              In glibc, just use the __FD_SETSIZE since that's
16223              the size of the buffer (usually 1024 bits, much
16224              more than the selectminbits of 32).
16225      Branch: perl
16226            ! pp_sys.c
16227 ____________________________________________________________________________
16228 [ 20892] By: jhi                                   on 2003/08/25  19:11:32
16229         Log: More ptags tweakage from Stas; now add 'fullpath'
16230              option to get absolute paths.
16231      Branch: perl
16232            ! emacs/ptags
16233 ____________________________________________________________________________
16234 [ 20891] By: jhi                                   on 2003/08/25  18:35:03
16235         Log: The new tests of #20888 didn't really test what they claimed to.
16236      Branch: perl
16237            ! t/op/pat.t
16238 ____________________________________________________________________________
16239 [ 20890] By: jhi                                   on 2003/08/25  18:14:33
16240         Log: Subject: [5.8.1] maint @ 20845 OK on aix 4.2
16241              From: Jose.auguste-etienne@cgss-guyane.fr
16242              Date: Mon, 25 Aug 2003 14:35:45 -0300
16243              Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
16244
16245              AIX Configure advice.
16246      Branch: perl
16247            ! README.aix
16248 ____________________________________________________________________________
16249 [ 20889] By: jhi                                   on 2003/08/25  18:08:42
16250         Log: More SunOS 4.x info.
16251      Branch: perl
16252            ! README.solaris
16253 ____________________________________________________________________________
16254 [ 20888] By: jhi                                   on 2003/08/25  17:53:32
16255         Log: The #20887 didn't go over that well;
16256              and add a few more tests from UTS#18.
16257      Branch: perl
16258            ! t/op/pat.t
16259 ____________________________________________________________________________
16260 [ 20887] By: jhi                                   on 2003/08/25  16:40:51
16261         Log: pat.t -> charnames -> UCD -> Storable,
16262              not good for static builds and minitest.
16263      Branch: perl
16264            ! t/op/pat.t
16265 ____________________________________________________________________________
16266 [ 20886] By: jhi                                   on 2003/08/25  16:35:26
16267         Log: SunOS 4.1.4 is working, too.
16268      Branch: perl
16269            ! README.solaris hints/sunos_4_1.sh
16270 ____________________________________________________________________________
16271 [ 20884] By: jhi                                   on 2003/08/25  16:05:18
16272         Log: Regen perlmodlib, perltoc.
16273      Branch: perl
16274            ! pod/perlmodlib.pod pod/perltoc.pod
16275 ____________________________________________________________________________
16276 [ 20881] By: jhi                                   on 2003/08/25  15:45:51
16277         Log: UVSIZE is not yet defined when it would be needed
16278              by MULTIARCH.  So go back to LONGSIZE, and (belt-
16279              and-suspenders-and-rope style) later in UVSIZE
16280              possibly redefine BYTEORDER.
16281      Branch: perl
16282            ! Configure config_h.SH
16283 ____________________________________________________________________________
16284 [ 20880] By: jhi                                   on 2003/08/25  11:28:45
16285         Log: Subject: [PATCH] valgrind and /#/x
16286              From: Dave Mitchell <davem@fdgroup.com>
16287              Date: Mon, 25 Aug 2003 13:27:49 +0100
16288              Message-ID: <20030825122748.GA15560@fdgroup.com>
16289      Branch: perl
16290            ! regcomp.c
16291 ____________________________________________________________________________
16292 [ 20879] By: jhi                                   on 2003/08/25  11:16:29
16293         Log: Subject: Please update my address
16294              From: Ed Avis <ed@membled.com>
16295              Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
16296              Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
16297
16298              (Just the AUTHORS part, though, I don't think retroactively
16299              updating the Changes* is useful.)
16300      Branch: perl
16301            ! AUTHORS
16302 ____________________________________________________________________________
16303 [ 20878] By: jhi                                   on 2003/08/25  11:14:26
16304         Log: Document even more ways of affecting your "utf8ness".
16305      Branch: perl
16306            ! lib/utf8.pm
16307 ____________________________________________________________________________
16308 [ 20877] By: jhi                                   on 2003/08/25  11:11:40
16309         Log: Change the VERSION since there are now changes since Perl 5.8.0.
16310      Branch: perl
16311            ! ext/I18N/Langinfo/Langinfo.pm
16312 ____________________________________________________________________________
16313 [ 20876] By: jhi                                   on 2003/08/25  11:11:13
16314         Log: Keep the CGI::Util VERSION at 1.31 since there have been changes
16315              since Perl 5.8.0.
16316      Branch: perl
16317            ! lib/CGI/Util.pm
16318 ____________________________________________________________________________
16319 [ 20875] By: jhi                                   on 2003/08/25  11:09:49
16320         Log: Upgrade to CGI.pm 3.00.
16321      Branch: perl
16322            ! lib/CGI.pm lib/CGI/Util.pm
16323 ____________________________________________________________________________
16324 [ 20872] By: jhi                                   on 2003/08/25  09:03:44
16325         Log: Subject: [PATCH] valgrind update
16326              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
16327              Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST)
16328              Message-ID: <21671.1061797917@www38.gmx.net>
16329      Branch: perl
16330            ! t/TEST t/op/magic.t
16331 ____________________________________________________________________________
16332 [ 20871] By: jhi                                   on 2003/08/25  05:16:02
16333         Log: Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
16334              From: Nicholas Clark <nick@ccl4.org>
16335              Date: Sun, 24 Aug 2003 16:48:53 +0100
16336              Message-ID: <20030824164851.E558@plum.flirble.org>
16337      Branch: perl
16338            ! doop.c
16339 ____________________________________________________________________________
16340 [ 20870] By: jhi                                   on 2003/08/25  05:14:04
16341         Log: Subject: [patch emacs/ptags] allow xemacs to be used
16342              From: Stas Bekman <stas@stason.org>
16343              Date: Sun, 24 Aug 2003 22:05:00 -0700
16344              Message-ID: <3F4998FC.3090401@stason.org>
16345      Branch: perl
16346            ! emacs/ptags
16347 ____________________________________________________________________________
16348 [ 20868] By: jhi                                   on 2003/08/24  13:20:03
16349         Log: MPE/iX doc tweak from Mark Bixby.
16350      Branch: perl
16351            ! README.mpeix
16352 ____________________________________________________________________________
16353 [ 20867] By: jhi                                   on 2003/08/24  10:46:42
16354         Log: Various tweaks for getting Perl to compile on SunOS 4.x.
16355              Doesn't work well yet, something broken in DynaLoader/XSLoader?
16356      Branch: perl
16357            ! README.solaris ext/IO/poll.c hints/sunos_4_1.sh
16358 ____________________________________________________________________________
16359 [ 20866] By: jhi                                   on 2003/08/24  10:00:59
16360         Log: IRIX 5.3 is 99.90% okay.
16361      Branch: perl
16362            ! README.irix hints/irix_5.sh
16363 ____________________________________________________________________________
16364 [ 20865] By: jhi                                   on 2003/08/24  08:24:46
16365         Log: An imperfect last resort in case there is no strtoul() but
16366              there is strtol() (like e.g. SunOS 4) because of the Atoul()
16367              in Perl_get_hash_seed()).  The only true fix would be to
16368              implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
16369              in numeric.c.
16370      Branch: perl
16371            ! perl.h
16372 ____________________________________________________________________________
16373 [ 20864] By: jhi                                   on 2003/08/24  07:45:47
16374         Log: s/rationale/rational/g on bigrats.
16375      Branch: perl
16376            ! lib/Math/BigRat.pm lib/bigrat.pm
16377 ____________________________________________________________________________
16378 [ 20862] By: jhi                                   on 2003/08/24  06:41:17
16379         Log: Update the CPAN mirrors list.
16380      Branch: perl
16381            ! pod/perlmodlib.PL pod/perlmodlib.pod
16382 ____________________________________________________________________________
16383 [ 20861] By: jhi                                   on 2003/08/24  06:13:13
16384         Log: gcc -O3 and Storable in Linux do not like each other.
16385      Branch: perl
16386            ! ext/Storable/hints/linux.pl
16387 ____________________________________________________________________________
16388 [ 20860] By: jhi                                   on 2003/08/24  05:34:56
16389         Log: Bad quote day, noticed by Philip Newton.
16390      Branch: perl
16391            ! hints/dos_djgpp.sh
16392 ____________________________________________________________________________
16393 [ 20856] By: jhi                                   on 2003/08/23  09:15:15
16394         Log: Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture"
16395              From: Enache Adrian <enache@rdslink.ro>
16396              Date: Mon, 4 Aug 2003 16:20:19 +0300
16397              Message-ID: <20030804132019.GA6764@ratsnest.hole>
16398      Branch: perl
16399            ! Configure config_h.SH
16400 ____________________________________________________________________________
16401 [ 20855] By: jhi                                   on 2003/08/23  07:51:32
16402         Log: Add more comments so that one can see what is supposed to happen.
16403      Branch: perl
16404            ! t/op/lc.t
16405 ____________________________________________________________________________
16406 [ 20854] By: jhi                                   on 2003/08/23  07:41:11
16407         Log: More data points about the Storable optimization problem
16408              in Linux.  (It might be that also non-Debians are affected,
16409              waiting for more information.)
16410      Branch: perl
16411            ! ext/Storable/hints/linux.pl
16412 ____________________________________________________________________________
16413 [ 20853] By: jhi                                   on 2003/08/23  07:37:41
16414         Log: Move the note about known eval leaks earlier.
16415      Branch: perl
16416            ! pod/perlhack.pod
16417 ____________________________________________________________________________
16418 [ 20852] By: jhi                                   on 2003/08/23  07:15:58
16419         Log: Forgot to regen byterun.c.
16420      Branch: perl
16421            ! ext/ByteLoader/byterun.c
16422 ____________________________________________________________________________
16423 [ 20851] By: jhi                                   on 2003/08/23  07:13:29
16424         Log: Doc tweaks on perlhack.
16425      Branch: perl
16426            ! pod/perlhack.pod
16427 ____________________________________________________________________________
16428 [ 20850] By: jhi                                   on 2003/08/23  06:54:58
16429         Log: Subject: [PATCH] Re: valgrind as a leak hound?
16430              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
16431              Date: Fri, 22 Aug 2003 23:28:18 +0200
16432              Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
16433
16434              Add the leak detection to valgrind testing.
16435      Branch: perl
16436            + t/perl.supp
16437            ! MANIFEST pod/perlhack.pod t/TEST
16438 ____________________________________________________________________________
16439 [ 20843] By: jhi                                   on 2003/08/22  15:05:39
16440         Log: Oops.  Why can't C comments nest?
16441      Branch: perl
16442            ! pp_sys.c
16443 ____________________________________________________________________________
16444 [ 20842] By: jhi                                   on 2003/08/22  14:57:09
16445         Log: Try to dodge getspnam() in AIX.
16446      Branch: perl
16447            ! pp_sys.c
16448 ____________________________________________________________________________
16449 [ 20840] By: jhi                                   on 2003/08/22  13:52:26
16450         Log: Subject: Re: mysterious bytecode.t failure
16451              From: Enache Adrian <enache@rdslink.ro>
16452              Date: Fri, 22 Aug 2003 11:49:34 +0300
16453              Message-ID: <20030822084934.GA1257@ratsnest.hole>
16454      Branch: perl
16455            ! t/base/lex.t
16456 ____________________________________________________________________________
16457 [ 20839] By: jhi                                   on 2003/08/22  13:51:44
16458         Log: Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1)
16459              From: Slaven Rezic <slaven@rezic.de>
16460              Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST)
16461              Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>
16462      Branch: perl
16463            ! lib/File/Temp.pm lib/File/Temp/t/tempfile.t
16464 ____________________________________________________________________________
16465 [ 20837] By: jhi                                   on 2003/08/22  13:42:24
16466         Log: Just #.
16467      Branch: perl
16468            ! pod/buildtoc pod/perltoc.pod
16469 ____________________________________________________________________________
16470 [ 20835] By: jhi                                   on 2003/08/22  13:32:12
16471         Log: Regen toc.
16472      Branch: perl
16473            ! pod/perltoc.pod
16474 ____________________________________________________________________________
16475 [ 20834] By: jhi                                   on 2003/08/22  13:28:36
16476         Log: Also MANIFEST the vms/perlvms restoration.
16477      Branch: perl
16478            ! MANIFEST
16479 ____________________________________________________________________________
16480 [ 20833] By: jhi                                   on 2003/08/22  13:22:02
16481         Log: In the vms/descrip_mms.template    the perlvms.pod must
16482              be copied from vms/, err, [.vms], not [.pod].
16483      Branch: perl
16484            ! pod/buildtoc vms/descrip_mms.template
16485 ____________________________________________________________________________
16486 [ 20832] By: jhi                                   on 2003/08/22  13:15:35
16487         Log: Retract #20826 and #20831; things are done differently
16488              in VMS, it seems.  Maybe the vms/descrip_mms.template
16489              needs to be changed?
16490      Branch: perl
16491            + vms/perlvms.pod
16492            - pod/perlvms.pod
16493            ! MANIFEST Makefile.SH
16494 ____________________________________________________________________________
16495 [ 20831] By: jhi                                   on 2003/08/22  13:04:47
16496         Log: Rafael spotted that vms/perlvms.pod was still referred to.
16497      Branch: perl
16498            ! Makefile.SH
16499 ____________________________________________________________________________
16500 [ 20829] By: jhi                                   on 2003/08/22  12:22:04
16501         Log: The change #20809 opened up a code path that might leave s unset.
16502      Branch: perl
16503            ! mg.c
16504 ____________________________________________________________________________
16505 [ 20828] By: jhi                                   on 2003/08/22  12:17:49
16506         Log: Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803
16507              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
16508              Date: Fri, 22 Aug 2003 14:57:09 +0200
16509              Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>
16510      Branch: perl
16511            ! lib/File/Path.t
16512 ____________________________________________________________________________
16513 [ 20827] By: jhi                                   on 2003/08/22  12:17:01
16514         Log: Test the correct longness; from Enache.
16515      Branch: perl
16516            ! ext/B/t/assembler.t
16517 ____________________________________________________________________________
16518 [ 20826] By: jhi                                   on 2003/08/22  12:15:28
16519         Log: perlvms moving day, from Craig Berry.
16520      Branch: perl
16521            + pod/perlvms.pod
16522            - vms/perlvms.pod
16523            ! MANIFEST
16524 ____________________________________________________________________________
16525 [ 20825] By: jhi                                   on 2003/08/22  12:14:14
16526         Log: Lower Storable.xs optimization to -O2 on certain
16527              known platforms.
16528      Branch: perl
16529            + ext/Storable/hints/linux.pl
16530            ! MANIFEST
16531 ____________________________________________________________________________
16532 [ 20824] By: jhi                                   on 2003/08/22  08:20:15
16533         Log: Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd
16534              From: Nicholas Clark <nick@ccl4.org>
16535              Date: Thu, 21 Aug 2003 22:26:18 +0100
16536              Message-ID: <20030821222618.T558@plum.flirble.org>
16537      Branch: perl
16538            ! t/op/pack.t
16539 ____________________________________________________________________________
16540 [ 20823] By: jhi                                   on 2003/08/22  08:16:47
16541         Log: Subject: Re: [perl #23463]: compiler version on sparc/netbsd
16542              From: alian@cpan.org (Alian)
16543              Date: Wed, 20 Aug 2003 20:39:17 +0200
16544              Message-ID: <3F43C055.6030709@jupiter.alianet>
16545      Branch: perl
16546            ! t/op/pack.t
16547 ____________________________________________________________________________
16548 [ 20822] By: jhi                                   on 2003/08/22  08:01:57
16549         Log: Try to make the use of utf8 as clear as possible.
16550      Branch: perl
16551            ! lib/utf8.pm
16552 ____________________________________________________________________________
16553 [ 20821] By: jhi                                   on 2003/08/22  07:51:21
16554         Log: Put the tests of the change #19064 back, but disable them.
16555      Branch: perl
16556            ! t/op/args.t
16557 ____________________________________________________________________________
16558 [ 20820] By: jhi                                   on 2003/08/22  06:47:50
16559         Log: Advertise the encoding pragma at the utf8 pragma.
16560      Branch: perl
16561            ! lib/utf8.pm
16562 ____________________________________________________________________________
16563 [ 20819] By: jhi                                   on 2003/08/22  06:31:29
16564         Log: Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt)
16565              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
16566              Date: Fri, 22 Aug 2003 09:01:09 +0200
16567              Message-id: <20030822070109.GA1029@ethan>
16568      Branch: perl
16569            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
16570            ! ext/Devel/PPPort/t/test.t
16571 ____________________________________________________________________________
16572 [ 20817] By: jhi                                   on 2003/08/22  05:18:53
16573         Log: Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR
16574              From: insecure <insecure@mail.od.ua>
16575              Date: Thu, 21 Aug 2003 21:37:56 +0300
16576              Message-Id: <200308212137.57016.insecure@mail.od.ua>
16577      Branch: perl
16578            ! ext/I18N/Langinfo/Langinfo.xs
16579 ____________________________________________________________________________
16580 [ 20816] By: jhi                                   on 2003/08/22  05:15:30
16581         Log: More bytecode patching from Enache.
16582      Branch: perl
16583            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
16584            ! ext/B/B/Disassembler.pm ext/ByteLoader/bytecode.h
16585 ____________________________________________________________________________
16586 [ 20815] By: jhi                                   on 2003/08/22  05:06:58
16587         Log: Subject: Re: pod cleanup
16588              From: Ken Williams <ken@mathforum.org>
16589              Date: Thu, 21 Aug 2003 21:24:57 -0500
16590              Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>
16591      Branch: perl
16592            ! lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.pm
16593 ____________________________________________________________________________
16594 [ 20814] By: jhi                                   on 2003/08/22  05:05:52
16595         Log: Do not edit perltoc since it is autogenerated.
16596      Branch: perl
16597            ! pod/buildtoc
16598 ____________________________________________________________________________
16599 [ 20813] By: jhi                                   on 2003/08/22  04:57:12
16600         Log: Subject: [PATCH] Re: pod cleanup
16601              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
16602              Date: Thu, 21 Aug 2003 17:09:17 -0400
16603              Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
16604
16605              (the pod part)
16606      Branch: perl
16607            ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod
16608            ! pod/perlipc.pod pod/perlpacktut.pod
16609 ____________________________________________________________________________
16610 [ 20811] By: jhi                                   on 2003/08/22  04:46:58
16611         Log: No need to E<gt>.
16612      Branch: perl
16613            ! pod/perluniintro.pod
16614 ____________________________________________________________________________
16615 [ 20810] By: jhi                                   on 2003/08/22  04:46:01
16616         Log: Add File::Temp's OO test.
16617      Branch: perl
16618            + lib/File/Temp/t/object.t
16619            ! MANIFEST
16620 ____________________________________________________________________________
16621 [ 20809] By: rgs                                   on 2003/08/21  19:07:22
16622         Log: The magic variables that alter STDOUT have a tendancy to segfault
16623              when accessed if STDOUT is undefined. Protect them.
16624      Branch: perl
16625            ! mg.c
16626 ____________________________________________________________________________
16627 [ 20808] By: jhi                                   on 2003/08/21  18:39:36
16628         Log: Mention the Unicode UTR #18 version referenced.
16629      Branch: perl
16630            ! pod/perlunicode.pod
16631 ____________________________________________________________________________
16632 [ 20807] By: jhi                                   on 2003/08/21  18:22:22
16633         Log: Must close so that unlink works portably.
16634      Branch: perl
16635            ! t/io/utf8.t
16636 ____________________________________________________________________________
16637 [ 20806] By: jhi                                   on 2003/08/21  18:15:07
16638         Log: Subject: [perluniintro.pod] pod markup fix
16639              From: Stas Bekman <stas@stason.org>
16640              Date: Thu, 21 Aug 2003 11:41:01 -0700
16641              Message-ID: <3F45123D.8020805@stason.org>
16642      Branch: perl
16643            ! pod/perluniintro.pod
16644 ____________________________________________________________________________
16645 [ 20805] By: jhi                                   on 2003/08/21  18:11:30
16646         Log: Subject: [PATCH] utf8 variable names scrambled in error messages
16647              From: Enache Adrian <enache@rdslink.ro>
16648              Date: Thu, 21 Aug 2003 21:17:26 +0300
16649              Message-ID: <20030821181726.GA1241@ratsnest.hole>
16650      Branch: perl
16651            ! gv.c t/op/die.t
16652 ____________________________________________________________________________
16653 [ 20804] By: jhi                                   on 2003/08/21  18:09:10
16654         Log: Fix the syswrite downgrade bug of
16655              [perl #23428] Somethings rotten in unicode semantics
16656      Branch: perl
16657            ! pp_sys.c t/io/utf8.t
16658 ____________________________________________________________________________
16659 [ 20801] By: jhi                                   on 2003/08/21  15:06:16
16660         Log: No more public cwd(), use private _cwd().
16661      Branch: perl
16662            ! lib/File/Spec/t/Spec.t
16663 ____________________________________________________________________________
16664 [ 20799] By: jhi                                   on 2003/08/21  14:20:04
16665         Log: Underline the fact that abs2rel() makes no sense
16666              if it spans multiple roots.
16667      Branch: perl
16668            ! lib/File/Spec.pm lib/File/Spec/Unix.pm
16669 ____________________________________________________________________________
16670 [ 20798] By: jhi                                   on 2003/08/21  14:12:29
16671         Log: Rename the internal cwd() to _cwd() (it's not curdir).
16672      Branch: perl
16673            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
16674            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
16675            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
16676            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
16677 ____________________________________________________________________________
16678 [ 20797] By: jhi                                   on 2003/08/21  14:05:18
16679         Log: Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
16680              From: PPrymmer@factset.com
16681              Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com>
16682              Date: Tue, 19 Aug 2003 21:50:12 -0400
16683      Branch: perl
16684            ! lib/ExtUtils/MM_Unix.pm
16685 ____________________________________________________________________________
16686 [ 20795] By: jhi                                   on 2003/08/21  04:42:56
16687         Log: Retract #19064, broke mod_perl flushing (localisation of $|).
16688              http://public.activestate.com/cgi-bin/perlbrowse?patch=19064
16689              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html
16690      Branch: perl
16691            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
16692 ____________________________________________________________________________
16693 [ 20794] By: jhi                                   on 2003/08/21  04:35:54
16694         Log: MPE/iX does not have nanosleep() (the test makes
16695              a wrong conclusion of the linking succeeding)
16696      Branch: perl
16697            ! ext/Time/HiRes/Makefile.PL
16698 ____________________________________________________________________________
16699 [ 20793] By: jhi                                   on 2003/08/21  04:35:05
16700         Log: Subject: Re: untieing your victim during the act
16701              From: Dave Mitchell <davem@fdgroup.com>
16702              Date: Wed, 20 Aug 2003 20:44:53 +0100
16703              Message-ID: <20030820194453.GD27719@fdgroup.com>
16704      Branch: perl
16705            ! mg.c
16706 ____________________________________________________________________________
16707 [ 20792] By: jhi                                   on 2003/08/21  04:30:54
16708         Log: Byteloader patching from Enache continues;
16709              PADOFFSET handling was wrong.
16710      Branch: perl
16711            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
16712            ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h
16713            ! ext/ByteLoader/byterun.c
16714 ____________________________________________________________________________
16715 [ 20791] By: jhi                                   on 2003/08/20  13:55:35
16716         Log: Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile
16717              From: Steve Hay <steve.hay@uk.radan.com>
16718              Date: Wed, 20 Aug 2003 10:54:46 +0100
16719              Message-ID: <3F434566.3030602@uk.radan.com>
16720      Branch: perl
16721            ! win32/Makefile win32/makefile.mk
16722 ____________________________________________________________________________
16723 [ 20790] By: jhi                                   on 2003/08/20  11:01:52
16724         Log: Upgrade to Encode 1.98.
16725      Branch: perl
16726            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
16727            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
16728            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
16729            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_eucjp.t
16730            ! ext/Encode/t/enc_utf8.t ext/Encode/t/mime-header.t
16731            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
16732            ! ext/Encode/ucm/macHebrew.ucm
16733 ____________________________________________________________________________
16734 [ 20789] By: jhi                                   on 2003/08/20  10:49:51
16735         Log: Patch from Enache for the crashing of bytecode.t in Tru64.
16736      Branch: perl
16737            ! ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
16738 ____________________________________________________________________________
16739 [ 20786] By: rgs                                   on 2003/08/19  20:22:07
16740         Log: t/TEST fails to fail when it can't find tests.
16741      Branch: perl
16742            ! t/TEST
16743 ____________________________________________________________________________
16744 [ 20785] By: jhi                                   on 2003/08/19  19:34:18
16745         Log: Manifest.t.ation of Schwern.
16746      Branch: perl
16747            ! lib/ExtUtils/t/Manifest.t
16748 ____________________________________________________________________________
16749 [ 20783] By: jhi                                   on 2003/08/19  19:24:00
16750         Log: Nick's podulator was right, I just hadn't read the manual...
16751              the vms\perlvms.pod lines needed to be moved.
16752      Branch: perl
16753            ! win32/Makefile win32/makefile.mk
16754 ____________________________________________________________________________
16755 [ 20781] By: jhi                                   on 2003/08/19  16:59:49
16756         Log: Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well  known) printer won't install in RH-9]
16757              From: Andy Dougherty <doughera@lafayette.edu>
16758              Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT)
16759              Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu>
16760      Branch: perl
16761            ! INSTALL
16762 ____________________________________________________________________________
16763 [ 20780] By: jhi                                   on 2003/08/19  16:54:48
16764         Log: Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
16765              From: alian <alian@cpan.org>
16766              Date: Tue, 19 Aug 2003 18:18:03 +0200
16767              Message-ID: <20030819161650.65754.qmail@onion.perl.org>
16768      Branch: perl
16769            + ext/B/hints/openbsd.pl
16770            ! MANIFEST
16771 ____________________________________________________________________________
16772 [ 20779] By: jhi                                   on 2003/08/19  16:49:22
16773         Log: Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
16774              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
16775              Date: Tue, 19 Aug 2003 08:28:14 -0700
16776              Message-ID: <20030819152814.GA15441@math.berkeley.edu>
16777      Branch: perl
16778            ! lib/File/Spec/OS2.pm
16779 ____________________________________________________________________________
16780 [ 20778] By: jhi                                   on 2003/08/19  15:09:30
16781         Log: Unnecessary whitespace diff.
16782      Branch: perl
16783            ! lib/ExtUtils/MakeMaker.pm
16784 ____________________________________________________________________________
16785 [ 20777] By: jhi                                   on 2003/08/19  15:05:18
16786         Log: One less failure.
16787      Branch: perl
16788            ! lib/ExtUtils/t/Manifest.t
16789 ____________________________________________________________________________
16790 [ 20776] By: jhi                                   on 2003/08/19  13:36:03
16791         Log: Replace #20772 with
16792
16793              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
16794              From: PPrymmer@factset.com
16795              Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
16796              Date: Tue, 19 Aug 2003 10:29:44 -0400
16797      Branch: perl
16798            ! lib/ExtUtils/t/Manifest.t
16799 ____________________________________________________________________________
16800 [ 20775] By: jhi                                   on 2003/08/19  13:29:13
16801         Log: (From Enache) Keep bytecode files (.plc) around in case
16802              of failures.  (Currently Tru64 is reliably barfing.)
16803      Branch: perl
16804            ! ext/B/t/bytecode.t
16805 ____________________________________________________________________________
16806 [ 20774] By: jhi                                   on 2003/08/19  13:20:59
16807         Log: 's buildtoc now.
16808      Branch: perl
16809            ! README.cygwin
16810 ____________________________________________________________________________
16811 [ 20773] By: jhi                                   on 2003/08/19  13:19:24
16812         Log: These are kind of important.
16813      Branch: perl
16814            ! MANIFEST
16815 ____________________________________________________________________________
16816 [ 20772] By: jhi                                   on 2003/08/19  13:13:26
16817         Log: Replace #20763 with
16818
16819              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
16820              From: Michael G Schwern <schwern@pobox.com>
16821              Date: Mon, 18 Aug 2003 17:07:30 -0700
16822              Message-ID: <20030819000729.GG14782@windhund.schwern.org>
16823      Branch: perl
16824            ! lib/ExtUtils/t/Manifest.t
16825 ____________________________________________________________________________
16826 [ 20771] By: jhi                                   on 2003/08/19  13:10:42
16827         Log: Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
16828              From: Michael G Schwern <schwern@pobox.com>
16829              Date: Mon, 18 Aug 2003 18:02:08 -0700
16830              Message-ID: <20030819010208.GI14782@windhund.schwern.org>
16831      Branch: perl
16832            ! lib/File/Spec/OS2.pm
16833 ____________________________________________________________________________
16834 [ 20770] By: jhi                                   on 2003/08/19  13:08:45
16835         Log: Subject: [PATCH] maintperl - File::Spec cwd() stuff
16836              From: Ken Williams <ken@mathforum.org>
16837              Date: Mon, 18 Aug 2003 17:07:43 -0500
16838              Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org>
16839      Branch: perl
16840            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
16841            ! lib/File/Spec/t/Spec.t
16842 ____________________________________________________________________________
16843 [ 20769] By: jhi                                   on 2003/08/19  12:25:07
16844         Log: Update the history records.
16845      Branch: perl
16846            ! pod/perlhist.pod
16847 ____________________________________________________________________________
16848 [ 20768] By: jhi                                   on 2003/08/19  12:15:58
16849         Log: Still trying to unify MANIFEST sorting.
16850      Branch: perl
16851            ! MANIFEST pod/buildtoc
16852 ____________________________________________________________________________
16853 [ 20767] By: jhi                                   on 2003/08/19  12:10:00
16854         Log: Try to unify the MANIFEST sorting.
16855      Branch: perl
16856            ! MANIFEST Makefile.SH pod/buildtoc
16857 ____________________________________________________________________________
16858 [ 20766] By: jhi                                   on 2003/08/19  12:04:22
16859         Log: Nick Clark's podulator.  The win32 makefile
16860              generation doesn't seem to be working yet.
16861      Branch: perl
16862            + pod.lst pod/buildtoc
16863            - pod/buildtoc.PL
16864            ! MANIFEST Makefile.SH pod/Makefile.SH pod/perl.pod
16865            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
16866 ____________________________________________________________________________
16867 [ 20765] By: jhi                                   on 2003/08/19  03:10:57
16868         Log: Pod tweaks for NEXT from Alan Ferrency.
16869      Branch: perl
16870            ! lib/NEXT.pm
16871 ____________________________________________________________________________
16872 [ 20764] By: jhi                                   on 2003/08/18  19:34:16
16873         Log: Typo tweaks from Gerrit P. Haase.  Fcntl, fcntl, fcntl.
16874      Branch: perl
16875            ! ext/Fcntl/Fcntl.pm pod/perlfunc.pod t/io/utf8.t
16876 ____________________________________________________________________________
16877 [ 20763] By: jhi                                   on 2003/08/18  19:01:33
16878         Log: Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
16879              From: PPrymmer@factset.com
16880              Date: Mon, 18 Aug 2003 15:57:12 -0400
16881              Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com>
16882      Branch: perl
16883            ! lib/ExtUtils/t/Manifest.t
16884 ____________________________________________________________________________
16885 [ 20762] By: jhi                                   on 2003/08/18  18:57:22
16886         Log: Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
16887              From: PPrymmer@factset.com
16888              Date: Mon, 18 Aug 2003 14:28:22 -0400
16889              Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
16890      Branch: perl
16891            ! vms/descrip_mms.template
16892 ____________________________________________________________________________
16893 [ 20761] By: jhi                                   on 2003/08/18  18:53:05
16894         Log: Use the base class cwd() method.
16895      Branch: perl
16896            ! lib/File/Spec/VMS.pm
16897 ____________________________________________________________________________
16898 [ 20758] By: jhi                                   on 2003/08/18  09:37:22
16899         Log: Subject: [PATCH] Uppercase globals in Pod::Html
16900              From: Michael G Schwern <schwern@pobox.com>
16901              Date: Mon, 18 Aug 2003 03:29:09 -0700
16902              Message-ID: <20030818102909.GJ823@windhund.schwern.org>
16903      Branch: perl
16904            ! lib/Pod/Html.pm
16905 ____________________________________________________________________________
16906 [ 20756] By: jhi                                   on 2003/08/18  08:46:52
16907         Log: Subject: [PATCH] Pod::Html  unifying global variable declaration and initialization
16908              From: Michael G Schwern <schwern@pobox.com>
16909              Date: Mon, 18 Aug 2003 02:44:31 -0700
16910              Message-ID: <20030818094431.GG823@windhund.schwern.org>
16911      Branch: perl
16912            ! lib/Pod/Html.pm
16913 ____________________________________________________________________________
16914 [ 20755] By: jhi                                   on 2003/08/18  08:41:24
16915         Log: Warn about the slowness of memory debuggers.
16916      Branch: perl
16917            ! pod/perlhack.pod
16918 ____________________________________________________________________________
16919 [ 20754] By: jhi                                   on 2003/08/18  08:34:00
16920         Log: Upgrade to ExtUtils::MakeMaker 6.16.
16921      Branch: perl
16922            + lib/ExtUtils/t/prereq_print.t
16923            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Installed.pm
16924            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
16925            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
16926            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
16927            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Manifest.t
16928 ____________________________________________________________________________
16929 [ 20753] By: jhi                                   on 2003/08/18  08:21:36
16930         Log: Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
16931              From: Michael G Schwern <schwern@pobox.com>
16932              Date: Mon, 18 Aug 2003 01:34:34 -0700
16933              Message-ID: <20030818083433.GB823@windhund.schwern.org>
16934      Branch: perl
16935            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
16936 ____________________________________________________________________________
16937 [ 20752] By: jhi                                   on 2003/08/18  07:01:16
16938         Log: I could have sworn the base class method was there.
16939      Branch: perl
16940            ! lib/File/Spec/Unix.pm
16941 ____________________________________________________________________________
16942 [ 20751] By: jhi                                   on 2003/08/18  05:09:34
16943         Log: utf8::is_utf8() wasn't there in 5.8.0.
16944      Branch: perl
16945            ! lib/utf8.pm
16946 ____________________________________________________________________________
16947 [ 20750] By: jhi                                   on 2003/08/18  04:53:22
16948         Log: Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
16949              From: "Craig A. Berry" <craigberry@mac.com>
16950              Date: Sun, 17 Aug 2003 23:28:21 -0500
16951              Message-ID: <3F4055E5.2070407@mac.com>
16952      Branch: perl
16953            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
16954 ____________________________________________________________________________
16955 [ 20749] By: jhi                                   on 2003/08/17  19:27:03
16956         Log: Subject: [PATCH] Taint safe Cwd::_qnx_abs_path()
16957              From: Michael G Schwern <schwern@pobox.com>
16958              Date: Sat, 16 Aug 2003 14:58:25 -0700
16959              Message-ID: <20030816215824.GF5859@windhund.schwern.org>
16960
16961              (plus local *REALPATH)
16962      Branch: perl
16963            ! lib/Cwd.pm
16964 ____________________________________________________________________________
16965 [ 20747] By: jhi                                   on 2003/08/17  08:44:18
16966         Log: Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die
16967              From: Enache Adrian <enache@rdslink.ro>
16968              Date: Sat, 16 Aug 2003 16:03:16 +0300
16969              Message-ID: <20030816130316.GA1654@ratsnest.hole>
16970
16971              Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
16972              From: Enache Adrian <enache@rdslink.ro>
16973              Date: Sun, 17 Aug 2003 04:42:22 +0300
16974              Message-ID: <20030817014222.GA1287@ratsnest.hole>
16975      Branch: perl
16976            ! t/op/die.t util.c
16977 ____________________________________________________________________________
16978 [ 20745] By: jhi                                   on 2003/08/17  07:52:47
16979         Log: The lib/Cwd.pm diet part of
16980
16981              Subject: [PATCH] File::Spec on diet
16982              From: Tels <perl_dummy@bloodgate.com>
16983              Date: Mon, 7 Jul 2003 22:41:42 +0200
16984              Message-Id: <200307072235.03364@bloodgate.com>
16985      Branch: perl
16986            ! lib/Cwd.pm
16987 ____________________________________________________________________________
16988 [ 20744] By: jhi                                   on 2003/08/17  07:50:00
16989         Log: The "reduce memory footprint and increase speed by not
16990              unconditionally pulling in Cwd"    part of
16991
16992              Subject: [PATCH] File::Spec on diet
16993              From: Tels <perl_dummy@bloodgate.com>
16994              Date: Mon, 7 Jul 2003 22:41:42 +0200
16995              Message-Id: <200307072235.03364@bloodgate.com>
16996
16997              was still valid.
16998      Branch: perl
16999            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
17000            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
17001            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
17002            ! lib/File/Spec/Win32.pm
17003 ____________________________________________________________________________
17004 [ 20741] By: jhi                                   on 2003/08/17  06:53:07
17005         Log: File::Temp 0.14 from Tim Jenness, now with OO interface.
17006      Branch: perl
17007            ! lib/File/Temp.pm
17008 ____________________________________________________________________________
17009 [ 20739] By: jhi                                   on 2003/08/16  21:03:07
17010         Log: Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS
17011              From: PPrymmer@factset.com
17012              Date: Sat, 16 Aug 2003 11:55:58 -0400
17013              Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com>
17014      Branch: perl
17015            ! installperl
17016 ____________________________________________________________________________
17017 [ 20738] By: jhi                                   on 2003/08/16  20:39:47
17018         Log: Update to Filter::Util::Call 1.6 from CPAN, but keep our
17019              $VERSION at 1.601 so that we are different in version
17020              than 5.8.0 since the module is different (one doc tweak).
17021      Branch: perl
17022            ! ext/Filter/Util/Call/Call.pm
17023 ____________________________________________________________________________
17024 [ 20737] By: jhi                                   on 2003/08/16  20:25:21
17025         Log: valgrind --help didn't return a happy exit status.
17026      Branch: perl
17027            ! Makefile.SH
17028 ____________________________________________________________________________
17029 [ 20736] By: rgs                                   on 2003/08/16  19:54:43
17030         Log: Avoid a "Subroutine Cwd::fastcwd redefined" warning when
17031              loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient
17032              because loading the XS part of Cwd might fail.
17033      Branch: perl
17034            ! lib/Cwd.pm
17035 ____________________________________________________________________________
17036 [ 20735] By: rgs                                   on 2003/08/16  19:39:39
17037         Log: Subject: [patch lib/utf8.pm] doc tweaks
17038              From: Stas Bekman <stas@stason.org>
17039              Date: Sat, 16 Aug 2003 13:30:28 -0700
17040              Message-ID: <3F3E9464.3030202@stason.org>
17041      Branch: perl
17042            ! lib/utf8.pm
17043 ____________________________________________________________________________
17044 [ 20734] By: rgs                                   on 2003/08/16  19:32:05
17045         Log: Subject: [PATCH] Taint problems in Cwd::abs_path
17046              From: Michael G Schwern <schwern@pobox.com>
17047              Date: Fri, 15 Aug 2003 18:43:45 -0700
17048              Message-ID: <20030816014345.GE4023@windhund.schwern.org>
17049      Branch: perl
17050            ! ext/Cwd/t/taint.t lib/Cwd.pm
17051 ____________________________________________________________________________
17052 [ 20733] By: jhi                                   on 2003/08/16  17:03:15
17053         Log: No ODBM for Mac OS X, even if we have Fink GDBM libraries.
17054      Branch: perl
17055            ! hints/darwin.sh
17056 ____________________________________________________________________________
17057 [ 20732] By: jhi                                   on 2003/08/16  16:52:50
17058         Log: Add valgrind testing target.
17059      Branch: perl
17060            ! Makefile.SH pod/perlhack.pod t/TEST
17061 ____________________________________________________________________________
17062 [ 20731] By: jhi                                   on 2003/08/16  14:37:33
17063         Log: More networking negativity.
17064      Branch: perl
17065            ! pod/perlport.pod
17066 ____________________________________________________________________________
17067 [ 20730] By: rgs                                   on 2003/08/16  12:12:43
17068         Log: Remove a useless vstring reference in perlnumber.pod.
17069      Branch: perl
17070            ! pod/perlnumber.pod
17071 ____________________________________________________________________________
17072 [ 20729] By: jhi                                   on 2003/08/16  10:11:30
17073         Log: README.macosx updates about known problems.
17074      Branch: perl
17075            ! README.macosx
17076 ____________________________________________________________________________
17077 [ 20728] By: jhi                                   on 2003/08/16  08:32:04
17078         Log: Subject: [PATCH] Small test tweak for Memoize/t/error.t
17079              From: Andreas J Koenig <andreas.koenig@anima.de>
17080              Date: Fri, 15 Aug 2003 11:55:22 +0200
17081              Message-ID: <87smo39red.fsf@franz.ak.mind.de>
17082      Branch: perl
17083            ! lib/Memoize/t/errors.t
17084 ____________________________________________________________________________
17085 [ 20727] By: jhi                                   on 2003/08/16  07:25:08
17086         Log: Upgrade to File::Temp 0.13 from CPAN--
17087              but since we had a '0.13' already in 5.8.0, make this
17088              still a '0.131'.
17089      Branch: perl
17090            ! lib/File/Temp.pm lib/File/Temp/t/mktemp.t
17091            ! lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
17092            ! lib/File/Temp/t/tempfile.t
17093 ____________________________________________________________________________
17094 [ 20726] By: jhi                                   on 2003/08/15  20:29:10
17095         Log: Clarify the E flag.
17096      Branch: perl
17097            ! embed.fnc
17098 ____________________________________________________________________________
17099 [ 20725] By: jhi                                   on 2003/08/15  15:37:36
17100         Log: Integrate from maint:
17101              [ 20724]
17102              No peeking before the buffer.
17103              (This was probably the random failure showing up
17104              in Solaris with t/uni/tr_7jis.t)
17105      Branch: perl
17106           !> toke.c
17107 ____________________________________________________________________________
17108 [ 20721] By: jhi                                   on 2003/08/15  08:44:42
17109         Log: Subject: [PATCH] TEST script (Was: Not ok 20712ff)
17110              From: Andreas J Koenig <andreas.koenig@anima.de>
17111              Date: Fri, 15 Aug 2003 11:37:29 +0200
17112              Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de>
17113      Branch: perl
17114            ! t/TEST
17115 ____________________________________________________________________________
17116 [ 20720] By: jhi                                   on 2003/08/15  08:40:07
17117         Log: Integrate from maint:
17118              [ 20719]
17119              no_plan is not a good plan until TEST is fixed.
17120      Branch: perl
17121           !> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
17122 ____________________________________________________________________________
17123 [ 20717] By: jhi                                   on 2003/08/15  05:06:39
17124         Log: Up the F::S subpackage versions; up the JPL JNI.pm version
17125              (the JPL cvs seems to be out of order), the only real change
17126              (in JNI.xs) seems to have been CRLF->LF conversion.
17127      Branch: perl
17128            ! jpl/JNI/JNI.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
17129 ____________________________________________________________________________
17130 [ 20716] By: jhi                                   on 2003/08/15  04:58:34
17131         Log: Upgrade to Test::Harness 2.30.
17132      Branch: perl
17133            ! lib/Test/Harness.pm lib/Test/Harness/Changes
17134            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t
17135 ____________________________________________________________________________
17136 [ 20715] By: jhi                                   on 2003/08/15  04:41:37
17137         Log: Damian replied that he'll make a CPAN Switch 2.10
17138              out of 5.8.1 Switch 2.10.
17139      Branch: perl
17140            ! lib/Switch.pm
17141 ____________________________________________________________________________
17142 [ 20714] By: jhi                                   on 2003/08/14  18:35:07
17143         Log: Add PerlIO::via::QuotedPrint to Maintainers.
17144      Branch: perl
17145            ! Porting/Maintainers.pl
17146 ____________________________________________________________________________
17147 [ 20713] By: jhi                                   on 2003/08/14  18:33:06
17148         Log: Upgrade to PerlIO::via::Quoted 0.05.
17149      Branch: perl
17150            ! lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
17151 ____________________________________________________________________________
17152 [ 20712] By: jhi                                   on 2003/08/14  18:29:19
17153         Log: Upgrade to NEXT 0.60.
17154      Branch: perl
17155            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
17156            ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
17157 ____________________________________________________________________________
17158 [ 20711] By: jhi                                   on 2003/08/14  17:31:55
17159         Log: perlcheat is a reference, not tutorial.
17160      Branch: perl
17161            ! pod/perl.pod
17162 ____________________________________________________________________________
17163 [ 20710] By: jhi                                   on 2003/08/14  16:48:34
17164         Log: Subject: PATCH RC4 IO::Dir
17165              From: Mark Jason Dominus <mjd@plover.com>
17166              Date: Thu, 14 Aug 2003 12:02:59 -0400
17167              Message-ID: <20030814160259.27586.qmail@plover.com>
17168      Branch: perl
17169            ! ext/IO/lib/IO/Dir.pm
17170 ____________________________________________________________________________
17171 [ 20708] By: jhi                                   on 2003/08/14  14:45:20
17172         Log: win32/fcrypt.c was forgotten.
17173      Branch: perl
17174            ! MANIFEST
17175 ____________________________________________________________________________
17176 [ 20706] By: jhi                                   on 2003/08/14  14:40:30
17177         Log: Not so great a version bump, let Paul release 0.17.
17178      Branch: perl
17179            ! ext/Filter/Util/Call/Call.pm
17180 ____________________________________________________________________________
17181 [ 20705] By: jhi                                   on 2003/08/14  14:38:40
17182         Log: One more XS change versus no VERSION change.
17183              (Remaining in JNI.pm/xs, don't know what to about that
17184              since JNI is kind of "stable".)
17185      Branch: perl
17186            ! ext/Filter/Util/Call/Call.pm
17187 ____________________________________________________________________________
17188 [ 20704] By: jhi                                   on 2003/08/14  14:36:45
17189         Log: XS contents changes versus VERSION non-changes.
17190      Branch: perl
17191            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
17192            ! ext/PerlIO/scalar/scalar.pm ext/SDBM_File/SDBM_File.pm
17193            ! ext/Socket/Socket.pm
17194 ____________________________________________________________________________
17195 [ 20702] By: jhi                                   on 2003/08/14  14:24:40
17196         Log: Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows
17197              From: Steve Hay <steve.hay@uk.radan.com>
17198              Date: Thu, 14 Aug 2003 15:39:16 +0100
17199              Message-ID: <3F3B9F14.4040609@uk.radan.com>
17200
17201              (Sarathy okayed the idea.)
17202      Branch: perl
17203            + win32/fcrypt.c
17204            - win32/des_fcrypt.patch
17205            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
17206 ____________________________________________________________________________
17207 [ 20701] By: jhi                                   on 2003/08/14  14:17:42
17208         Log: Subject: [DOC PATCH] warnings.pl
17209              From: Elizabeth Mattijsen <liz@dijkmat.nl>
17210              Date: Thu, 14 Aug 2003 13:12:55 +0200
17211              Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
17212
17213              (some rewording)
17214      Branch: perl
17215            ! lib/warnings.pm warnings.pl
17216 ____________________________________________________________________________
17217 [ 20700] By: gbarr                                 on 2003/08/14  14:12:45
17218         Log: Update to Scalar-List-Utils 1.12
17219      Branch: perl
17220            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
17221            ! ext/List/Util/lib/List/Util.pm
17222            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t
17223 ____________________________________________________________________________
17224 [ 20699] By: jhi                                   on 2003/08/14  13:16:27
17225         Log: All the authors of these modules have now been contacted;
17226              but assuming no CPAN updates are upcoming, here are 'fake'
17227              version updates to make us different from 5.8.0.
17228              (List::Util+Scalar::Util will soon be updated;
17229              File::Spec CPAN release will be made based on 5.8.1.)
17230      Branch: perl
17231            ! ext/Data/Dumper/Dumper.pm lib/CGI/Fast.pm lib/CGI/Util.pm
17232            ! lib/File/Temp.pm lib/Locale/Country.pm lib/Locale/Currency.pm
17233            ! lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm
17234            ! lib/Test/Harness/Straps.pm lib/Text/Wrap.pm
17235 ____________________________________________________________________________
17236 [ 20697] By: jhi                                   on 2003/08/14  07:05:48
17237         Log: Make the blead versions of these be newer...
17238      Branch: perl
17239            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
17240 ____________________________________________________________________________
17241 [ 20696] By: jhi                                   on 2003/08/14  06:51:34
17242         Log: Tweak from Slaven to catch also changed .xs files
17243              (.pm -> .xs name equivalence is assumed)
17244      Branch: perl
17245            ! Porting/cmpVERSION.pl
17246 ____________________________________________________________________________
17247 [ 20695] By: jhi                                   on 2003/08/14  06:44:10
17248         Log: Diffs-sans-version-diffs between blead and maint.
17249      Branch: perl
17250            ! ext/B/B.pm ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
17251            ! ext/Devel/PPPort/PPPort.pm lib/English.pm lib/overload.pm
17252            ! lib/warnings.pm warnings.pl
17253 ____________________________________________________________________________
17254 [ 20692] By: jhi                                   on 2003/08/14  05:23:58
17255         Log: One more VERSION bump.
17256      Branch: perl
17257            ! lib/SelfLoader.pm
17258 ____________________________________________________________________________
17259 [ 20691] By: jhi                                   on 2003/08/14  05:21:20
17260         Log: Add a known exception.
17261      Branch: perl
17262            ! Porting/cmpVERSION.pl
17263 ____________________________________________________________________________
17264 [ 20689] By: jhi                                   on 2003/08/14  04:54:18
17265         Log: The blead version has got the dor.
17266      Branch: perl
17267            ! ext/Opcode/Opcode.pm
17268 ____________________________________________________________________________
17269 [ 20688] By: jhi                                   on 2003/08/14  04:51:30
17270         Log: A swath of VERSION patches from Nick Clark.
17271      Branch: perl
17272            ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm
17273            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm
17274            ! lib/Hash/Util.pm lib/Net/hostent.pm lib/Net/servent.pm
17275            ! lib/Text/Abbrev.pm lib/Thread/Semaphore.pm lib/Tie/Array.pm
17276            ! lib/Tie/RefHash.pm lib/UNIVERSAL.pm lib/Unicode/UCD.pm
17277            ! lib/attributes.pm lib/base.pm lib/diagnostics.pm lib/fields.pm
17278            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/utf8.pm
17279            ! lib/vmsish.pm os2/OS2/Process/Process.pm
17280            ! os2/OS2/REXX/DLL/DLL.pm t/TestInit.pm
17281            ! t/lib/MakeMaker/Test/Utils.pm t/lib/Math/BigInt/BareCalc.pm
17282            ! vms/ext/Filespec.pm warnings.pl
17283 ____________________________________________________________________________
17284 [ 20687] By: jhi                                   on 2003/08/13  18:53:15
17285         Log: Alpha version numbers noticed by Schwern.
17286              (These hacks are no more needed since the PAUSE indexer no
17287              more indexes the insides of Perl distributions, says Andreas.)
17288      Branch: perl
17289            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
17290            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
17291            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
17292            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
17293            ! ext/IPC/SysV/SysV.pm
17294 ____________________________________________________________________________
17295 [ 20686] By: jhi                                   on 2003/08/13  18:42:50
17296         Log: Subject: Re: script wanted
17297              From: Nicholas Clark <nick@ccl4.org>
17298              Date: Wed, 13 Aug 2003 20:46:09 +0100
17299              Message-ID: <20030813204609.G20130@plum.flirble.org>
17300      Branch: perl
17301            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/Debug.pm
17302            ! ext/B/B/Lint.pm ext/Fcntl/Fcntl.pm ext/File/Glob/Glob.pm
17303            ! ext/IO/IO.pm ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
17304            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
17305            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/Msg.pm
17306            ! ext/IPC/SysV/Semaphore.pm ext/POSIX/POSIX.pm
17307            ! ext/Sys/Hostname/Hostname.pm ext/Sys/Syslog/Syslog.pm
17308            ! ext/re/re.pm ext/threads/shared/shared.pm
17309            ! ext/threads/threads.pm
17310 ____________________________________________________________________________
17311 [ 20685] By: jhi                                   on 2003/08/13  18:24:50
17312         Log: Subject: Re: script wanted
17313              From: Enache Adrian <enache@rdslink.ro>
17314              Date: Wed, 13 Aug 2003 22:31:18 +0300
17315              Message-ID: <20030813193118.GA1273@ratsnest.hole>
17316      Branch: perl
17317            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
17318            ! ext/B/B/Disassembler.pm
17319 ____________________________________________________________________________
17320 [ 20681] By: jhi                                   on 2003/08/13  17:13:12
17321         Log: Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
17322              From: Robin Barker <Robin.Barker@npl.co.uk>
17323              Date: Wed, 13 Aug 2003 18:05:38 +0100
17324              Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk>
17325      Branch: perl
17326            ! lib/lib_pm.PL utils/h2xs.PL utils/perlcc.PL
17327 ____________________________________________________________________________
17328 [ 20680] By: jhi                                   on 2003/08/13  17:11:38
17329         Log: Subject: [PATCH] GNU Public General Public General GNU Public License License
17330              From: Michael G Schwern <schwern@pobox.com>
17331              Date: Wed, 13 Aug 2003 11:15:40 -0700
17332              Message-ID: <20030813181539.GA22658@windhund.schwern.org>
17333      Branch: perl
17334            ! pod/perlartistic.pod pod/perlgpl.pod
17335 ____________________________________________________________________________
17336 [ 20678] By: jhi                                   on 2003/08/13  13:46:18
17337         Log: Add cmpVERSION.pl from Slaven for comparing two
17338              Perl source trees for modules that have changed
17339              but have the same version numbers.
17340      Branch: perl
17341            + Porting/cmpVERSION.pl
17342            ! MANIFEST
17343 ____________________________________________________________________________
17344 [ 20676] By: jhi                                   on 2003/08/13  12:03:08
17345         Log: Make Johan's confusion go away, but there are no doubt more
17346              similar cases.
17347      Branch: perl
17348            ! lib/File/Find.pm
17349 ____________________________________________________________________________
17350 [ 20674] By: jhi                                   on 2003/08/13  11:57:47
17351         Log: Make (hopefully) the Windows CR CR LF bug go away
17352              by making the CRLF layer repel any other CRLF layers.
17353              In other words: binmode(FH, ":crlf") in e.g. Win32
17354              is effectively a no-op since there already is one
17355              CRLF layer in the stack by default.
17356      Branch: perl
17357            ! perlio.c pod/perlrun.pod t/io/crlf.t t/io/layers.t
17358 ____________________________________________________________________________
17359 [ 20673] By: jhi                                   on 2003/08/13  10:29:56
17360         Log: One tweak from Dave Mitchell.
17361      Branch: perl
17362            ! pod/perlport.pod
17363 ____________________________________________________________________________
17364 [ 20672] By: jhi                                   on 2003/08/13  10:27:54
17365         Log: One tweak for microperl in OS/2.
17366      Branch: perl
17367            ! perl.h
17368 ____________________________________________________________________________
17369 [ 20671] By: merijn                                on 2003/08/13  08:57:27
17370         Log: Subject: [PATCH] another VMS pod nit
17371              From: "Craig A. Berry" <craigberry@mac.com>
17372              Date: Wed, 13 Aug 2003 01:01:46 -0500
17373              Message-ID: <3F39D44A.4010207@mac.com>
17374      Branch: perl
17375            ! vms/descrip_mms.template
17376 ____________________________________________________________________________
17377 [ 20670] By: merijn                                on 2003/08/13  08:54:45
17378         Log: Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
17379              From: "Craig A. Berry" <craigberry@mac.com>
17380              Date: Tue, 12 Aug 2003 21:12:00 -0500
17381              Message-ID: <3F399E70.4050607@mac.com>
17382      Branch: perl
17383            ! lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/29_downcopy.t
17384            ! lib/Tie/File/t/29a_upcopy.t
17385 ____________________________________________________________________________
17386 [ 20669] By: jhi                                   on 2003/08/13  06:06:39
17387         Log: More don't:s for nyetworking.
17388      Branch: perl
17389            ! pod/perlport.pod
17390 ____________________________________________________________________________
17391 [ 20668] By: rgs                                   on 2003/08/12  20:27:41
17392         Log: perlipc thinko by John P. Linderman.
17393      Branch: perl
17394            ! pod/perlipc.pod
17395 ____________________________________________________________________________
17396 [ 20666] By: jhi                                   on 2003/08/12  20:02:13
17397         Log: Subject: Re: maint @ 20617 [PATCH]
17398              From: =?iso-8859-1?q?Sreeji=20K=20Das?= <sreeji_k@yahoo.com>
17399              Date: Tue, 12 Aug 2003 13:19:00 +0100 (BST)
17400              Message-ID: <20030812121900.26127.qmail@web10501.mail.yahoo.com>
17401      Branch: perl
17402            ! lib/ExtUtils/Installed.pm
17403 ____________________________________________________________________________
17404 [ 20665] By: jhi                                   on 2003/08/12  19:59:54
17405         Log: README.cygwin updates from Gerrit P. Haase.
17406      Branch: perl
17407            ! README.cygwin
17408 ____________________________________________________________________________
17409 [ 20664] By: jhi                                   on 2003/08/12  19:57:53
17410         Log: Do some updates also on pod.mak -- which seems to
17411              be badly out of date.
17412      Branch: perl
17413            ! win32/pod.mak
17414 ____________________________________________________________________________
17415 [ 20663] By: jhi                                   on 2003/08/12  19:48:01
17416         Log: More missing pods for VMS.
17417      Branch: perl
17418            ! vms/descrip_mms.template
17419 ____________________________________________________________________________
17420 [ 20662] By: jhi                                   on 2003/08/12  19:43:46
17421         Log: Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build.
17422              From: PPrymmer@factset.com
17423              Date: Tue, 12 Aug 2003 16:24:21 -0400
17424              Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>
17425      Branch: perl
17426            ! vms/descrip_mms.template
17427 ____________________________________________________________________________
17428 [ 20661] By: jhi                                   on 2003/08/12  19:41:50
17429         Log: perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
17430      Branch: perl
17431            ! pod/perlreref.pod
17432 ____________________________________________________________________________
17433 [ 20660] By: jhi                                   on 2003/08/12  18:44:27
17434         Log: A better patch from Yitzchak Scott-Thoennes for [perl #23287].
17435      Branch: perl
17436            ! pp_sys.c
17437 ____________________________________________________________________________
17438 [ 20657] By: jhi                                   on 2003/08/12  13:55:56
17439         Log: Multiline one-liners are a bit too much to ask.
17440      Branch: perl
17441            ! t/op/closure.t
17442 ____________________________________________________________________________
17443 [ 20654] By: jhi                                   on 2003/08/12  13:23:00
17444         Log: Add perlcheat to the toc and perl.pod; regen toc.
17445      Branch: perl
17446            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17447 ____________________________________________________________________________
17448 [ 20653] By: jhi                                   on 2003/08/12  13:15:17
17449         Log: Retract #20644 and #20643; on non-microperl non-fcntl
17450              systems Wrong Thing would be done.  (And as Sarathy
17451              points out, closing both ends of a pipe is rather
17452              identical to never opening it...)
17453      Branch: perl
17454            ! pp_sys.c util.c
17455 ____________________________________________________________________________
17456 [ 20652] By: ams                                   on 2003/08/12  13:06:40
17457         Log: Subject: perlcheat
17458              From: Juerd <juerd@cpan.org>
17459              Date: Mon, 11 Aug 2003 20:24:34 +0200
17460              Message-Id: <20030811182434.GI17748@c3.convolution.nl>
17461      Branch: perl
17462            + pod/perlcheat.pod
17463            ! MANIFEST
17464 ____________________________________________________________________________
17465 [ 20651] By: jhi                                   on 2003/08/12  12:52:09
17466         Log: Microperl expects C89 (like the rest of Perl).
17467      Branch: perl
17468            ! README.micro
17469 ____________________________________________________________________________
17470 [ 20650] By: jhi                                   on 2003/08/12  12:32:29
17471         Log: Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
17472              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
17473              Date: Sun, 3 Aug 2003 06:19:02 -0700
17474              Message-ID: <20030803131902.GA5146@math.berkeley.edu>
17475      Branch: perl
17476            ! lib/ExtUtils/xsubpp
17477 ____________________________________________________________________________
17478 [ 20648] By: jhi                                   on 2003/08/12  11:56:52
17479         Log: If we are void we cannot return a value.
17480      Branch: perl
17481            ! mg.c
17482 ____________________________________________________________________________
17483 [ 20647] By: jhi                                   on 2003/08/12  11:54:32
17484         Log: Oops.
17485      Branch: perl
17486            ! perl.c
17487 ____________________________________________________________________________
17488 [ 20646] By: jhi                                   on 2003/08/12  11:51:25
17489         Log: Apply much of Ilya's microperl patch, but instead of
17490              implementing the opendir()/readdir()/closedir() using
17491              external commands give up "ANSI-pureness" and define them
17492              in uconfig.sh, also define other stuff like rename() and putenv().
17493              Leave out the $| emulation in my_fork() since we are
17494              not supposed to have fork() under microperl.
17495      Branch: perl
17496            ! Makefile.micro README.micro doio.c mg.c perl.c perl.h
17497            ! perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c
17498 ____________________________________________________________________________
17499 [ 20645] By: jhi                                   on 2003/08/12  10:40:54
17500         Log: Localize PARENT (based on Ilya's microperl patch).
17501      Branch: perl
17502            ! lib/Cwd.pm
17503 ____________________________________________________________________________
17504 [ 20644] By: jhi                                   on 2003/08/12  10:37:55
17505         Log: More microperlish faking in case no fcntl F_SETFD for pipes.
17506      Branch: perl
17507            ! util.c
17508 ____________________________________________________________________________
17509 [ 20643] By: jhi                                   on 2003/08/12  10:13:53
17510         Log: A generally useful hunk from Ilya's microperl patch.
17511              (If no fcntl F_SETFD, fake it the best we can.)
17512      Branch: perl
17513            ! pp_sys.c
17514 ____________________________________________________________________________
17515 [ 20640] By: jhi                                   on 2003/08/12  09:59:16
17516         Log: returning would be good, too.
17517      Branch: perl
17518            ! ext/Safe/t/safeops.t
17519 ____________________________________________________________________________
17520 [ 20639] By: jhi                                   on 2003/08/12  09:57:07
17521         Log: No dor in maint.
17522      Branch: perl
17523            ! ext/Safe/t/safeops.t
17524 ____________________________________________________________________________
17525 [ 20634] By: jhi                                   on 2003/08/12  08:41:49
17526         Log: Subject: [PATCH 5.8.1 @19053] XSLoader revisted
17527              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
17528              Date: Mon, 21 Apr 2003 22:44:37 -0700
17529              Message-ID: <20030422054437.GA8297@math.berkeley.edu>
17530
17531              (the XSLoader doc hunk; the h2xs looks like a behavioural change)
17532      Branch: perl
17533            ! ext/DynaLoader/XSLoader_pm.PL
17534 ____________________________________________________________________________
17535 [ 20633] By: jhi                                   on 2003/08/12  08:31:01
17536         Log: Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm
17537              From: Michael G Schwern <schwern@pobox.com>
17538              Date: Sat, 9 Aug 2003 15:03:02 -0700
17539              Message-ID: <20030809220301.GE24919@windhund.schwern.org>
17540
17541              (plus one extra catfile() in h2xs.t)
17542      Branch: perl
17543            ! lib/h2xs.t utils/h2xs.PL
17544 ____________________________________________________________________________
17545 [ 20632] By: jhi                                   on 2003/08/12  08:11:08
17546         Log: The Debian people have expressed a wish for the boilerplate
17547              being specific about the Perl version; patch from Nick Clark.
17548      Branch: perl
17549            ! utils/h2xs.PL
17550 ____________________________________________________________________________
17551 [ 20631] By: jhi                                   on 2003/08/12  08:09:43
17552         Log: A new try from Dave Mitchell for [perl #23265].
17553      Branch: perl
17554            ! pad.c t/op/closure.t
17555 ____________________________________________________________________________
17556 [ 20630] By: jhi                                   on 2003/08/12  07:59:22
17557         Log: Fix for [perl #23287] segfault in untie.
17558              (Well, at least no more coredump.)
17559      Branch: perl
17560            ! pp_sys.c t/op/tie.t
17561 ____________________________________________________________________________
17562 [ 20629] By: jhi                                   on 2003/08/12  06:24:32
17563         Log: =head2 ALL CAPS
17564      Branch: perl
17565            ! pod/perlreref.pod
17566 ____________________________________________________________________________
17567 [ 20628] By: jhi                                   on 2003/08/12  06:22:25
17568         Log: Too enthusiastic head2-ing.
17569      Branch: perl
17570            ! pod/perlreref.pod
17571 ____________________________________________________________________________
17572 [ 20627] By: jhi                                   on 2003/08/12  05:17:14
17573         Log: Gotta Get'em Cases Right.
17574      Branch: perl
17575            ! pod/perlreref.pod
17576 ____________________________________________________________________________
17577 [ 20626] By: jhi                                   on 2003/08/12  05:04:02
17578         Log: head2-ify many of the head1s, will probably make this look
17579              better in HTML.
17580      Branch: perl
17581            ! pod/perlreref.pod
17582 ____________________________________________________________________________
17583 [ 20625] By: jhi                                   on 2003/08/12  04:55:32
17584         Log: Subject: Re: [PATCH] perlreref.pod tweaks
17585              From: Iain Truskett <spoon@cpan.org>
17586              Date: Tue, 12 Aug 2003 13:59:27 +1000
17587              Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
17588
17589              plus explain "Titlecase".
17590      Branch: perl
17591            ! pod/perlreref.pod
17592 ____________________________________________________________________________
17593 [ 20623] By: rgs                                   on 2003/08/11  19:59:17
17594         Log: Add a new regression test for Safe : tests that all ops
17595              can be trapped by a Safe compartement (except for the ones
17596              that can't.)
17597      Branch: perl
17598            + ext/Safe/t/safeops.t
17599            ! MANIFEST
17600 ____________________________________________________________________________
17601 [ 20622] By: rgs                                   on 2003/08/11  18:33:06
17602         Log: B::Deparse wasn't handling correctly builtins that
17603              have two filehandles in their prototypes (pipe, socketpair,
17604              accept) when non-bareword prototypes were used.
17605      Branch: perl
17606            ! ext/B/B/Deparse.pm
17607 ____________________________________________________________________________
17608 [ 20620] By: jhi                                   on 2003/08/11  17:08:29
17609         Log: Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c
17610              From: merlyn@stonehenge.com (Randal L. Schwartz)
17611              Date: 11 Aug 2003 09:45:29 -0700
17612              Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
17613
17614              Subject: [PATCH] perlreref.pod tweaks
17615              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17616              Date: Mon, 11 Aug 2003 13:19:51 -0400
17617              Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
17618
17619              Plus a note about {,n} not being a quantifier.
17620      Branch: perl
17621            ! pod/perlreref.pod
17622 ____________________________________________________________________________
17623 [ 20619] By: jhi                                   on 2003/08/11  15:50:34
17624         Log: Integrate:
17625              [ 20618]
17626              $* is not yet fully gone in 5.8.1.
17627      Branch: perl
17628           !> pod/perlreref.pod
17629 ____________________________________________________________________________
17630 [ 20614] By: nick                                  on 2003/08/11  12:14:55
17631         Log: Allow via layer to affect the PERLIO_F_UTF8 flag.
17632      Branch: perl
17633            ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
17634 ____________________________________________________________________________
17635 [ 20612] By: jhi                                   on 2003/08/11  10:55:19
17636         Log: VC6 warning: result still unsigned.
17637      Branch: perl
17638            ! regexec.c
17639 ____________________________________________________________________________
17640 [ 20611] By: jhi                                   on 2003/08/11  08:33:13
17641         Log: Typo fix from Boris Zentner.
17642      Branch: perl
17643            ! pod/perlfaq5.pod
17644 ____________________________________________________________________________
17645 [ 20609] By: jhi                                   on 2003/08/11  04:28:29
17646         Log: Subject: [perl #23273] warnings in Unicode::UCD
17647              From: Lukas Mai (via RT) <perlbug-followup@perl.org>
17648              Date: 10 Aug 2003 22:37:41 -0000
17649              Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>
17650      Branch: perl
17651            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
17652 ____________________________________________________________________________
17653 [ 20608] By: jhi                                   on 2003/08/11  04:24:34
17654         Log: Explain the 'Wide character in print' a bit more.
17655      Branch: perl
17656            ! pod/perldiag.pod
17657 ____________________________________________________________________________
17658 [ 20607] By: rgs                                   on 2003/08/10  20:44:23
17659         Log: Subject: Re: killing for vital signs [PATCH]
17660              From: "John P. Linderman" <jpl@research.att.com>
17661              Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT)
17662              Message-Id: <200308101944.PAA96547@raptor.research.att.com>
17663      Branch: perl
17664            ! pod/perlfunc.pod pod/perlipc.pod
17665 ____________________________________________________________________________
17666 [ 20605] By: jhi                                   on 2003/08/10  20:38:39
17667         Log: gcc -ansi -pedantic cleanup; and a seemingly forgotten
17668              sv_placeholder hunk.
17669      Branch: perl
17670            ! perl.h sv.h
17671 ____________________________________________________________________________
17672 [ 20604] By: jhi                                   on 2003/08/10  20:14:28
17673         Log: Clarify the format checking instructions.
17674      Branch: perl
17675            ! Porting/pumpkin.pod
17676 ____________________________________________________________________________
17677 [ 20602] By: jhi                                   on 2003/08/10  19:45:45
17678         Log: Retract #20597, too many resulting core dumps.
17679      Branch: perl
17680            ! pad.c t/op/closure.t
17681 ____________________________________________________________________________
17682 [ 20597] By: jhi                                   on 2003/08/10  17:55:03
17683         Log: Subject: Re: [perl #23265] Nested anonymous subs
17684              From: Dave Mitchell <davem@fdgroup.com>
17685              Date: Sun, 10 Aug 2003 01:35:30 +0100
17686              Message-ID: <20030810003530.GB6547@fdgroup.com>
17687      Branch: perl
17688            ! pad.c t/op/closure.t
17689 ____________________________________________________________________________
17690 [ 20596] By: jhi                                   on 2003/08/10  17:38:35
17691         Log: Try simple workaround for the POSIX autosplit.ix warning.
17692      Branch: perl
17693            ! ext/POSIX/POSIX.pm
17694 ____________________________________________________________________________
17695 [ 20595] By: jhi                                   on 2003/08/10  17:33:12
17696         Log: One more PL_csighandlerp.
17697      Branch: perl
17698            ! ext/POSIX/POSIX.xs
17699 ____________________________________________________________________________
17700 [ 20594] By: rgs                                   on 2003/08/10  13:30:11
17701         Log: Further tweaks on perlreref.pod (by Iain Truskett)
17702      Branch: perl
17703            ! pod/perlreref.pod
17704 ____________________________________________________________________________
17705 [ 20593] By: rgs                                   on 2003/08/10  12:32:47
17706         Log: Add the perlreref manpage, by Iain Truskett
17707              (regular expressions quick reference.)
17708              Regenerate the table of contents.
17709      Branch: perl
17710            + pod/perlreref.pod
17711            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17712 ____________________________________________________________________________
17713 [ 20592] By: rgs                                   on 2003/08/09  21:13:27
17714         Log: Remove ByteLoader from the list of modules whose compilability should
17715              be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache
17716              pointed out.)
17717      Branch: perl
17718            ! t/lib/1_compile.t
17719 ____________________________________________________________________________
17720 [ 20591] By: rgs                                   on 2003/08/09  21:08:59
17721         Log: Subject: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
17722              From: Dave Mitchell <davem@fdgroup.com>
17723              Date: Sat, 9 Aug 2003 14:51:44 +0100
17724              Message-ID: <20030809135144.GC4997@fdgroup.com>
17725      Branch: perl
17726            ! embed.fnc embed.h global.sym op.c pp_ctl.c proto.h scope.c
17727            ! scope.h t/lib/warnings/pad
17728 ____________________________________________________________________________
17729 [ 20590] By: rgs                                   on 2003/08/09  21:02:21
17730         Log: Regenerate perlapi.pod.
17731      Branch: perl
17732            ! pod/perlapi.pod
17733 ____________________________________________________________________________
17734 [ 20589] By: rgs                                   on 2003/08/09  20:26:28
17735         Log: Subject: [PATCH t/lib/1_compile.t] Removing tested modules
17736              From: Michael G Schwern <schwern@pobox.com>
17737              Date: Sat, 9 Aug 2003 13:36:59 -0700
17738              Message-ID: <20030809203659.GB24919@windhund.schwern.org>
17739      Branch: perl
17740            ! t/lib/1_compile.t
17741 ____________________________________________________________________________
17742 [ 20588] By: jhi                                   on 2003/08/09  18:13:07
17743         Log: Update Jon Orwant's email address as he wants it,
17744              drop TPJ URL; upate also Doug MacEachern's address.
17745      Branch: perl
17746            ! pod/perlembed.pod pod/perlmodinstall.pod
17747 ____________________________________________________________________________
17748 [ 20587] By: ams                                   on 2003/08/09  18:09:34
17749         Log: hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
17750              normal key was replaced by its UTF-8 equivalent. This caused the
17751              "Storable problem" RT3 users reported under RH9.
17752      Branch: perl
17753            ! hv.c
17754 ____________________________________________________________________________
17755 [ 20586] By: jhi                                   on 2003/08/09  18:08:20
17756         Log: Subject: [PATCH perlmodinstall.pod] Installation on Win32
17757              From: Michael G Schwern <schwern@pobox.com>
17758              Date: Fri, 8 Aug 2003 18:35:51 -0700
17759              Message-ID: <20030809013550.GS1587@windhund.schwern.org>
17760      Branch: perl
17761            ! pod/perlmodinstall.pod
17762 ____________________________________________________________________________
17763 [ 20584] By: jhi                                   on 2003/08/09  18:05:22
17764         Log: Reintroduce the U_32-ification to pad.c,
17765              suggested by Dave Mitchell.
17766      Branch: perl
17767            ! pad.c
17768 ____________________________________________________________________________
17769 [ 20583] By: rgs                                   on 2003/08/09  12:43:50
17770         Log: Change #20578 to SelfLoader is probably also useful to AutoSplit.
17771      Branch: perl
17772            ! lib/AutoSplit.pm
17773 ____________________________________________________________________________
17774 [ 20579] By: jhi                                   on 2003/08/09  08:07:22
17775         Log: Some updates for the memory use debugging section:
17776              -DL is obsolete, mention Devel::Size, and Purify and valgrind.
17777      Branch: perl
17778            ! pod/perldebguts.pod
17779 ____________________________________________________________________________
17780 [ 20578] By: jhi                                   on 2003/08/09  07:34:16
17781         Log: Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
17782              Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
17783              which was on old bug unearthed by the change #20559.
17784              Basically, qr// + (??{$lexical}) combination is very, VERY broken.
17785              Workaround is not to use lexicals.
17786      Branch: perl
17787            ! lib/SelfLoader.pm
17788 ____________________________________________________________________________
17789 [ 20577] By: jhi                                   on 2003/08/09  07:28:41
17790         Log: The libcygipc doesn't really work with the Perl SysV IPC tests
17791              so no much point in adding it yet.
17792      Branch: perl
17793            ! hints/cygwin.sh
17794 ____________________________________________________________________________
17795 [ 20575] By: jhi                                   on 2003/08/09  07:24:43
17796         Log: Retract #20524 since it was due to broken INT32_MIN in
17797              Cygwin 1.5's stdint.h.
17798      Branch: perl
17799            ! pad.c
17800 ____________________________________________________________________________
17801 [ 20574] By: jhi                                   on 2003/08/09  07:11:32
17802         Log: Subject: [ PATCH] Re: strange destruction problem on VMS
17803              From: Dave Mitchell <davem@fdgroup.com>
17804              Date: Fri, 8 Aug 2003 22:28:48 +0100
17805              Message-ID: <20030808212848.GA2628@fdgroup.com>
17806      Branch: perl
17807            ! sv.c
17808 ____________________________________________________________________________
17809 [ 20573] By: jhi                                   on 2003/08/09  07:09:07
17810         Log: Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
17811              From: Michael G Schwern <schwern@pobox.com>
17812              Date: Fri, 8 Aug 2003 13:59:50 -0700
17813              Message-ID: <20030808205950.GJ1587@windhund.schwern.org>
17814      Branch: perl
17815            ! pod/perlfaq8.pod
17816 ____________________________________________________________________________
17817 [ 20572] By: jhi                                   on 2003/08/09  07:06:37
17818         Log: Subject: [PATCH] kill 'INT' doesn't work on Windows
17819              From: Jan Dubois <jand@ActiveState.com>
17820              Date: Fri, 08 Aug 2003 17:49:03 -0700
17821              Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>
17822      Branch: perl
17823            ! win32/win32.c
17824 ____________________________________________________________________________
17825 [ 20571] By: jhi                                   on 2003/08/09  06:53:54
17826         Log: Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
17827              From: Nicholas Clark <nick@ccl4.org>
17828              Date: Fri, 8 Aug 2003 23:30:00 +0100
17829              Message-ID: <20030808233000.B20130@plum.flirble.org>
17830      Branch: perl
17831            ! ext/Storable/Storable.xs
17832 ____________________________________________________________________________
17833 [ 20570] By: jhi                                   on 2003/08/09  06:52:36
17834         Log: Two more tests for #20566/#20568.
17835      Branch: perl
17836            ! t/op/pat.t
17837 ____________________________________________________________________________
17838 [ 20568] By: jhi                                   on 2003/08/08  21:05:24
17839         Log: Subject: [PATCH] Re: UNICODE regexp bug
17840              From: Nick Ing-Simmons <nick@ing-simmons.net>
17841              Date: Fri, 08 Aug 2003 23:05:49 +0100
17842              Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
17843
17844              Better patch (than #20566) from NI-S, one more test
17845              (introduce another variable rather than reuse the tmp, though)
17846      Branch: perl
17847            ! regexec.c t/op/pat.t
17848 ____________________________________________________________________________
17849 [ 20566] By: jhi                                   on 2003/08/08  19:47:45
17850         Log: Subject: UNICODE regexp bug
17851              From: Nick Ing-Simmons <nick@ing-simmons.net>
17852              Date: Fri, 08 Aug 2003 20:36:56 +0100
17853              Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>
17854      Branch: perl
17855            ! regexec.c t/op/pat.t
17856 ____________________________________________________________________________
17857 [ 20565] By: jhi                                   on 2003/08/08  18:59:40
17858         Log: Move the csighandler to be a data variable so that
17859              things like DLL trampolines can't mess up the code
17860              variables the Perl_csighandler (seen in Cygwin:
17861              Perl_csighandler in POSIX extension was different
17862              than in main executable).
17863      Branch: perl
17864            ! embedvar.h ext/POSIX/POSIX.xs mg.c perlapi.h perlvars.h
17865 ____________________________________________________________________________
17866 [ 20564] By: jhi                                   on 2003/08/08  13:12:19
17867         Log: Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2
17868              From: Steve Hay <steve.hay@uk.radan.com>
17869              Date: Fri, 08 Aug 2003 12:42:28 +0100
17870              Message-ID: <3F338CA4.3010503@uk.radan.com>
17871      Branch: perl
17872            ! t/op/time.t
17873 ____________________________________________________________________________
17874 [ 20563] By: jhi                                   on 2003/08/08  13:09:00
17875         Log: Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
17876              From: "Gerrit P. Haase" <gp@familiehaase.de>
17877              Date: Fri, 8 Aug 2003 13:44:51 +0200
17878              Message-ID: <1621817486657.20030808134451@familiehaase.de>
17879      Branch: perl
17880            ! ext/NDBM_File/hints/cygwin.pl ext/ODBM_File/hints/cygwin.pl
17881            ! hints/cygwin.sh
17882 ____________________________________________________________________________
17883 [ 20560] By: jhi                                   on 2003/08/08  04:28:44
17884         Log: Retract PASTHRU* changes as recommended by Schwern.
17885      Branch: perl
17886            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
17887            ! lib/ExtUtils/t/MM_Win32.t
17888 ____________________________________________________________________________
17889 [ 20559] By: rgs                                   on 2003/08/07  19:59:18
17890         Log: Subject: Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
17891              From: Dave Mitchell <davem@fdgroup.com>
17892              Date: Thu, 7 Aug 2003 15:53:35 +0100
17893              Message-ID: <20030807145335.GF26683@fdgroup.com>
17894      Branch: perl
17895            ! scope.c t/lib/warnings/pad
17896 ____________________________________________________________________________
17897 [ 20556] By: jhi                                   on 2003/08/07  18:14:41
17898         Log: The #20546 was too ambitious, broke the test.
17899      Branch: perl
17900            ! lib/Benchmark.pm lib/Benchmark.t
17901 ____________________________________________________________________________
17902 [ 20554] By: jhi                                   on 2003/08/07  17:00:03
17903         Log: Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
17904              From: PPrymmer@factset.com
17905              Date: Thu, 7 Aug 2003 14:02:02 -0400
17906              Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>
17907      Branch: perl
17908            ! vms/descrip_mms.template
17909 ____________________________________________________________________________
17910 [ 20553] By: jhi                                   on 2003/08/07  16:45:25
17911         Log: Some AUTHORS updates.
17912      Branch: perl
17913            ! AUTHORS
17914 ____________________________________________________________________________
17915 [ 20552] By: jhi                                   on 2003/08/07  15:45:03
17916         Log: Hint away the semid_ds test in NetBSD/sparc.
17917      Branch: perl
17918            ! hints/netbsd.sh
17919 ____________________________________________________________________________
17920 [ 20550] By: jhi                                   on 2003/08/07  15:39:53
17921         Log: Allow hinting d_semctl_semun and d_semctl_semid_ds.
17922      Branch: perl
17923            ! Configure
17924 ____________________________________________________________________________
17925 [ 20548] By: jhi                                   on 2003/08/07  14:48:27
17926         Log: Subject: [PATCH] Test::More
17927              From: Fergal Daly <fergal@esatclear.ie>
17928              Date: Thu, 7 Aug 2003 15:52:11 +0100
17929              Message-Id: <200308071552.11873.fergal@esatclear.ie>
17930      Branch: perl
17931            ! lib/Test/More.pm
17932 ____________________________________________________________________________
17933 [ 20547] By: jhi                                   on 2003/08/07  14:45:22
17934         Log: Integrate from maint:
17935              [ 20543]
17936              Workround for SuSE8.2's -lndbm hack
17937      Branch: perl
17938           !> hints/linux.sh
17939 ____________________________________________________________________________
17940 [ 20546] By: jhi                                   on 2003/08/07  14:43:57
17941         Log: Subject: [PATCH 5.8.1] Benchmark problem
17942              From: Radu Greab <rgreab@fx.ro>
17943              Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
17944              Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
17945
17946              Subject: Re: [PATCH 5.8.1] Benchmark problem
17947              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17948              Date: Thu, 7 Aug 2003 15:48:38 +0200
17949              Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>
17950      Branch: perl
17951            ! lib/Benchmark.pm lib/Benchmark.t
17952 ____________________________________________________________________________
17953 [ 20544] By: jhi                                   on 2003/08/07  14:25:25
17954         Log: Retract #20359: too wide a brush.
17955      Branch: perl
17956            ! hints/netbsd.sh
17957 ____________________________________________________________________________
17958 [ 20542] By: jhi                                   on 2003/08/07  06:24:23
17959         Log: If no alarm(), skip the subtests.
17960      Branch: perl
17961            ! ext/Time/HiRes/t/HiRes.t
17962 ____________________________________________________________________________
17963 [ 20541] By: jhi                                   on 2003/08/07  06:15:54
17964         Log: Subject: Re: maint @ 20537
17965              From: Philip Newton <Philip.Newton@gmx.net>
17966              Date: Thu, 07 Aug 2003 09:05:17 +0200
17967              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
17968      Branch: perl
17969            ! ext/Socket/Socket.xs
17970 ____________________________________________________________________________
17971 [ 20540] By: jhi                                   on 2003/08/07  06:13:19
17972         Log: Subject: Re: maint @ 20537
17973              From: Philip Newton <Philip.Newton@gmx.net>
17974              Date: Thu, 07 Aug 2003 09:05:17 +0200
17975              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
17976      Branch: perl
17977            ! hints/dos_djgpp.sh
17978 ____________________________________________________________________________
17979 [ 20539] By: jhi                                   on 2003/08/07  05:17:56
17980         Log: NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
17981              broken SysV semaphores.
17982      Branch: perl
17983            ! hints/netbsd.sh
17984 ____________________________________________________________________________
17985 [ 20538] By: jhi                                   on 2003/08/07  05:08:14
17986         Log: Subject: Re: [perl #23030] Error in negative lookahead with alternations
17987              From: hv@crypt.org
17988              Date: Thu, 07 Aug 2003 02:44:23 +0100
17989              Message-Id: <200308070144.h771iN906446@zen.crypt.org>
17990      Branch: perl
17991            ! regexec.c t/op/re_tests
17992 ____________________________________________________________________________
17993 [ 20535] By: jhi                                   on 2003/08/06  19:05:18
17994         Log: ESUCCESS = 0 is not true, but exists.
17995      Branch: perl
17996            ! ext/Errno/t/Errno.t
17997 ____________________________________________________________________________
17998 [ 20533] By: jhi                                   on 2003/08/06  18:39:49
17999         Log: Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message
18000              From: jari.aalto@poboxes.com (Jari Aalto)
18001              Date: Wed, 06 Aug 2003 14:24:42 +0300
18002              Message-ID: <ekzzowp1.fsf@blue.sea.net>
18003      Branch: perl
18004            ! ext/Sys/Syslog/Syslog.pm
18005 ____________________________________________________________________________
18006 [ 20530] By: jhi                                   on 2003/08/06  18:24:56
18007         Log: Make code agree with documentation (from Wolfgang Friebel)
18008      Branch: perl
18009            ! lib/ExtUtils/MakeMaker.pm
18010 ____________________________________________________________________________
18011 [ 20529] By: jhi                                   on 2003/08/06  18:20:31
18012         Log: Various tweaks to help DJGPP builds.
18013      Branch: perl
18014            ! djgpp/djgppsed.sh hints/dos_djgpp.sh
18015 ____________________________________________________________________________
18016 [ 20527] By: jhi                                   on 2003/08/06  14:57:22
18017         Log: More PASTHRU patching from Steve Hay.
18018      Branch: perl
18019            ! lib/ExtUtils/MM_Unix.pm
18020 ____________________________________________________________________________
18021 [ 20526] By: jhi                                   on 2003/08/06  13:53:01
18022         Log: Cast away gcc 3.3 type conversion pickiness.
18023      Branch: perl
18024            ! ext/threads/threads.xs
18025 ____________________________________________________________________________
18026 [ 20524] By: jhi                                   on 2003/08/06  13:36:44
18027         Log: Subject: Re: perl with cygwin 1.5, need help
18028              From: "Gerrit P. Haase" <gp@familiehaase.de>
18029              Date: Tue, 5 Aug 2003 14:36:55 +0200
18030              Message-ID: <71561410910.20030805143655@familiehaase.de>
18031
18032              (needed manual fitting)
18033      Branch: perl
18034            ! pad.c
18035 ____________________________________________________________________________
18036 [ 20523] By: jhi                                   on 2003/08/06  13:30:42
18037         Log: Subject: maint @ 20512
18038              From: Robin Barker <Robin.Barker@npl.co.uk>
18039              Date: Wed, 6 Aug 2003 15:31:33 +0100
18040              Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>
18041      Branch: perl
18042            ! MANIFEST Porting/Maintainers.pl
18043 ____________________________________________________________________________
18044 [ 20520] By: jhi                                   on 2003/08/06  11:38:46
18045         Log: Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
18046              From: Steve Hay <steve.hay@uk.radan.com>
18047              Date: Wed, 06 Aug 2003 10:56:44 +0100
18048              Message-ID: <3F30D0DC.20700@uk.radan.com>
18049      Branch: perl
18050            ! lib/ExtUtils/MM_Unix.pm
18051 ____________________________________________________________________________
18052 [ 20514] By: jhi                                   on 2003/08/06  05:22:29
18053         Log: Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
18054              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18055              Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST)
18056              Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>
18057      Branch: perl
18058            ! pod/perlfaq2.pod
18059 ____________________________________________________________________________
18060 [ 20513] By: jhi                                   on 2003/08/06  05:18:32
18061         Log: Subject: [PATCH] dprofpp.PL again -- #20488 thinko
18062              From: "Craig A. Berry" <craigberry@mac.com>
18063              Date: Wed, 06 Aug 2003 00:18:36 -0500
18064              Message-ID: <3F308FAC.4090409@mac.com>
18065
18066              (from vmsperl list)
18067      Branch: perl
18068            ! utils/dprofpp.PL
18069 ____________________________________________________________________________
18070 [ 20510] By: jhi                                   on 2003/08/05  19:01:08
18071         Log: Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition
18072              From: mjd@plover.com
18073              Date: 5 Aug 2003 19:23:46 -0000
18074              Message-ID: <20030805192346.25911.qmail@plover.com>
18075      Branch: perl
18076            ! pod/perlfaq2.pod
18077 ____________________________________________________________________________
18078 [ 20508] By: jhi                                   on 2003/08/05  18:36:38
18079         Log: Continue #20506.
18080      Branch: perl
18081            ! lib/ExtUtils/MM_Unix.pm
18082 ____________________________________________________________________________
18083 [ 20506] By: jhi                                   on 2003/08/05  17:58:01
18084         Log: Try to fix the INC in PASTHRU.
18085      Branch: perl
18086            ! lib/ExtUtils/MM_Unix.pm
18087 ____________________________________________________________________________
18088 [ 20503] By: jhi                                   on 2003/08/05  16:02:14
18089         Log: Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
18090              From: Chip Salzenberg <chip@pobox.com>
18091              Date: Tue, 5 Aug 2003 11:39:24 -0400
18092              Message-ID: <20030805153924.GO1751@perlsupport.com
18093      Branch: perl
18094            ! perlio.c
18095 ____________________________________________________________________________
18096 [ 20502] By: jhi                                   on 2003/08/05  15:32:39
18097         Log: Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
18098              From: Steve Hay <steve.hay@uk.radan.com>
18099              Date: Tue, 05 Aug 2003 10:43:49 +0100
18100              Message-ID: <3F2F7C55.9020808@uk.radan.com>
18101
18102              (The MM_Unix.pm part was dealt with in #20501.)
18103      Branch: perl
18104            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t
18105 ____________________________________________________________________________
18106 [ 20501] By: jhi                                   on 2003/08/05  15:28:17
18107         Log: Reinstate #11125, hopefully making MakeMaker to pass
18108              DEFINE and INCLUDE to subdirs (NI-S says he'll work
18109              around any problems caused seen Tk if necessary).
18110              Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE
18111              to be _after_ the directory-specific INC and DEFINE as suggested
18112              by NI-S (Tk probably being the only "user" of the said macros).
18113      Branch: perl
18114            ! lib/ExtUtils/MM_Unix.pm
18115 ____________________________________________________________________________
18116 [ 20500] By: jhi                                   on 2003/08/05  15:14:35
18117         Log: Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions
18118              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
18119              Date: Tue, 5 Aug 2003 20:12:18 +0400
18120              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com>
18121      Branch: perl
18122            - wince/include/netdb.h
18123            ! MANIFEST wince/Makefile.ce wince/win32.h wince/win32io.c
18124            ! wince/wince.c
18125 ____________________________________________________________________________
18126 [ 20499] By: jhi                                   on 2003/08/05  14:03:43
18127         Log: A suggested perlio doc addition from Stas.
18128      Branch: perl
18129            ! pod/perliol.pod
18130 ____________________________________________________________________________
18131 [ 20498] By: jhi                                   on 2003/08/05  13:32:59
18132         Log: Subject: [PATCH RC4] AUTHORS +  Maintainers.pl
18133              From: Robin Barker <Robin.Barker@npl.co.uk>
18134              Date: Tue, 5 Aug 2003 15:32:36 +0100
18135              Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk>
18136      Branch: perl
18137            ! AUTHORS Porting/Maintainers.pl
18138 ____________________________________________________________________________
18139 [ 20497] By: jhi                                   on 2003/08/05  12:23:04
18140         Log: This is necessary to get things building for the VMS debugger.
18141              (Craig Berry)
18142      Branch: perl
18143            ! vms/descrip_mms.template
18144 ____________________________________________________________________________
18145 [ 20495] By: jhi                                   on 2003/08/05  09:23:24
18146         Log: Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6
18147              From: alian <alian@cpan.org>
18148              Date: Tue, 05 Aug 2003 12:21:42 +0200
18149              Message-ID: <3F2F8536.1090702@jupiter.alianet>
18150      Branch: perl
18151            ! ext/POSIX/t/posix.t
18152 ____________________________________________________________________________
18153 [ 20494] By: jhi                                   on 2003/08/05  09:03:57
18154         Log: Add some known cases to Maintainers.
18155      Branch: perl
18156            ! Porting/Maintainers.pl
18157 ____________________________________________________________________________
18158 [ 20492] By: jhi                                   on 2003/08/05  08:34:34
18159         Log: Subject: [PATCH] perlthrtut.pod
18160              From: Elizabeth Mattijsen <liz@dijkmat.nl>
18161              Date: Tue, 5 Aug 2003 11:26:04 +0200
18162              Message-Id: <p05111b0abb5525e65401@[80.127.186.62]>
18163      Branch: perl
18164            ! pod/perlthrtut.pod
18165 ____________________________________________________________________________
18166 [ 20491] By: jhi                                   on 2003/08/05  08:31:29
18167         Log: Add META.yml and Stas' makemeta (plus extensive reworking
18168              of the Maintainers utility)
18169      Branch: perl
18170            + META.yml Porting/Maintainers.pm Porting/makemeta
18171            ! MANIFEST Makefile.SH Porting/Maintainers
18172            ! Porting/Maintainers.pl
18173 ____________________________________________________________________________
18174 [ 20490] By: jhi                                   on 2003/08/05  06:28:06
18175         Log: ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc
18176              Try to remove the created message queues and semaphores
18177              even in the case of failures.
18178      Branch: perl
18179            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
18180 ____________________________________________________________________________
18181 [ 20489] By: jhi                                   on 2003/08/05  06:21:47
18182         Log: Subject: PerlIO_{read,write} return value doc patch
18183              From: Gisle Aas <gisle@ActiveState.com>
18184              Date: 04 Aug 2003 13:25:28 -0700
18185              Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com>
18186      Branch: perl
18187            ! pod/perlapio.pod
18188 ____________________________________________________________________________
18189 [ 20488] By: jhi                                   on 2003/08/05  06:12:07
18190         Log: Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS)
18191              From: "Craig A. Berry" <craigberry@mac.com>
18192              Date: Mon, 04 Aug 2003 19:29:51 -0500
18193              Message-ID: <3F2EFA7F.6070801@mac.com>
18194      Branch: perl
18195            ! utils/dprofpp.PL
18196 ____________________________________________________________________________
18197 [ 20486] By: jhi                                   on 2003/08/05  06:05:53
18198         Log: Subject: [PATCH] typos in encoding.pm
18199              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
18200              Date: Mon, 4 Aug 2003 20:09:35 +0200
18201              Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2>
18202      Branch: perl
18203            ! ext/Encode/encoding.pm
18204 ____________________________________________________________________________
18205 [ 20485] By: jhi                                   on 2003/08/05  05:29:11
18206         Log: Bytecode patching from Enache.
18207      Branch: perl
18208            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
18209            ! ext/B/t/bytecode.t ext/ByteLoader/bytecode.h t/TEST
18210 ____________________________________________________________________________
18211 [ 20484] By: jhi                                   on 2003/08/05  05:26:32
18212         Log: Upgrade to Digest::MD5 2.27.
18213      Branch: perl
18214            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
18215            ! ext/Digest/MD5/t/files.t
18216 ____________________________________________________________________________
18217 [ 20483] By: jhi                                   on 2003/08/05  05:15:16
18218         Log: Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated
18219              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18220              Date: Tue, 05 Aug 2003 00:27:10 +0900
18221              Message-Id: <20030805002313.9880.BQW10602@nifty.com>
18222      Branch: perl
18223            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
18224 ____________________________________________________________________________
18225 [ 20482] By: rgs                                   on 2003/08/04  22:06:46
18226         Log: Nit in INSTALL about the svr?.sh hint files.
18227      Branch: perl
18228            ! INSTALL
18229 ____________________________________________________________________________
18230 [ 20480] By: rgs                                   on 2003/08/04  21:30:25
18231         Log: Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
18232              From: Steve Grazzini <grazz@pobox.com>
18233              Date: Mon, 4 Aug 2003 16:01:45 -0400
18234              Message-ID: <20030804200145.GB21699@grazzini.net>
18235
18236              Prevent the warning "Bareword found where operator expected" in
18237              the case "print $fh foo()" where foo() is an undefined function.
18238      Branch: perl
18239            ! toke.c
18240 ____________________________________________________________________________
18241 [ 20479] By: rgs                                   on 2003/08/04  20:26:17
18242         Log: Fix bug #23141 : localization of readonly magic scalars
18243              now produces an error "Modification of a read-only value
18244              attempted", instead of silently failing.
18245      Branch: perl
18246            ! scope.c t/op/local.t
18247 ____________________________________________________________________________
18248 [ 20478] By: rgs                                   on 2003/08/04  20:10:52
18249         Log: Revert change #19282 : it caused problems for some -Duseshrplib
18250              builds. On the other hand, make sure that your C compiler isn't
18251              a perl script !
18252      Branch: perl
18253            ! Makefile.SH
18254 ____________________________________________________________________________
18255 [ 20475] By: jhi                                   on 2003/08/04  09:35:55
18256         Log: Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
18257      Branch: perl
18258            ! perl.c perl.h
18259 ____________________________________________________________________________
18260 [ 20474] By: jhi                                   on 2003/08/04  08:41:55
18261         Log: Oops.
18262      Branch: perl
18263            ! hints/darwin.sh hints/rhapsody.sh
18264 ____________________________________________________________________________
18265 [ 20473] By: jhi                                   on 2003/08/04  07:58:36
18266         Log: Subject: [PATCH] Re: Can't usemymalloc on OS X
18267              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18268              Date: Mon, 4 Aug 2003 10:35:12 +0200
18269              Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>
18270      Branch: perl
18271            ! hints/darwin.sh
18272 ____________________________________________________________________________
18273 [ 20470] By: jhi                                   on 2003/08/04  06:30:05
18274         Log: Test count adjustment from Rafael.
18275      Branch: perl
18276            ! lib/Test/Simple/t/is_deeply.t
18277 ____________________________________________________________________________
18278 [ 20469] By: jhi                                   on 2003/08/04  06:23:26
18279         Log: Subject: [PATCH] maint, Win32, GCC 3.2
18280              From: Mattia Barbon <mbarbon@dsi.unive.it>
18281              Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale)
18282              Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it>
18283      Branch: perl
18284            ! ext/Errno/Errno_pm.PL
18285 ____________________________________________________________________________
18286 [ 20467] By: jhi                                   on 2003/08/04  05:10:57
18287         Log: Apparently the newly introduce -DDARWIN did conflict with
18288              some Apple definition, how ironic...
18289      Branch: perl
18290            ! hints/darwin.sh perl.h
18291 ____________________________________________________________________________
18292 [ 20466] By: jhi                                   on 2003/08/04  05:03:30
18293         Log: Subject: Debian patch that skips podless modules
18294              From: Alexey Tourbin <at@altlinux.ru>
18295              Date: Sun, 3 Aug 2003 21:33:00 +0400
18296              Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
18297
18298              (plus Schwern's and Robert's nits)
18299      Branch: perl
18300            ! installman
18301 ____________________________________________________________________________
18302 [ 20465] By: jhi                                   on 2003/08/04  05:00:04
18303         Log: Subject: [PATCH] 4 bugs in Test::More
18304              From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>)
18305              Date: Fri, 21 Mar 2003 10:57:31 +0000
18306              Message-Id: <200303211057.31879.fergal@esatclear.ie>
18307      Branch: perl
18308            ! lib/Test/More.pm lib/Test/Simple/t/More.t
18309            ! lib/Test/Simple/t/is_deeply.t
18310 ____________________________________________________________________________
18311 [ 20464] By: jhi                                   on 2003/08/04  04:44:08
18312         Log: Upgrade to ExtUtils::MakeMaker 6.15.
18313      Branch: perl
18314            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
18315            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
18316            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
18317 ____________________________________________________________________________
18318 [ 20463] By: jhi                                   on 2003/08/04  04:37:25
18319         Log: Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
18320              From: Michael G Schwern <schwern@pobox.com>
18321              Date: Sun, 3 Aug 2003 16:12:35 -0700
18322              Message-ID: <20030803231235.GJ24350@windhund.schwern.org>
18323      Branch: perl
18324            ! lib/Benchmark.pm lib/Benchmark.t
18325 ____________________________________________________________________________
18326 [ 20462] By: rgs                                   on 2003/08/03  22:26:10
18327         Log: Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr
18328              From: Enache Adrian <enache@rdslink.ro>
18329              Date: Sun, 3 Aug 2003 18:00:05 +0300
18330              Message-ID: <20030803150005.GA1319@ratsnest.hole>
18331      Branch: perl
18332            ! pp.c t/op/substr.t
18333 ____________________________________________________________________________
18334 [ 20461] By: rgs                                   on 2003/08/03  21:50:11
18335         Log: Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6
18336              From: alian <alian@cpan.org>
18337              Date: Sat, 02 Aug 2003 16:19:25 +0200
18338              Message-ID: <3F2BC86D.2050400@jupiter.alianet>
18339
18340              Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
18341      Branch: perl
18342            ! ext/POSIX/t/posix.t
18343 ____________________________________________________________________________
18344 [ 20458] By: jhi                                   on 2003/08/03  19:01:08
18345         Log: Subject: [PATCH-for-5.8.1-RC4] wince distribution
18346              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
18347              Date: Mon, 4 Aug 2003 00:01:08 +0400
18348              Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad>
18349      Branch: perl
18350            ! wince/makedist.pl
18351 ____________________________________________________________________________
18352 [ 20457] By: jhi                                   on 2003/08/03  18:59:10
18353         Log: Subject: [PATCH perlreftut.pod] Minor edits
18354              From: mjd@plover.com
18355              Date: 3 Aug 2003 17:46:08 -0000
18356              Message-ID: <20030803174608.15792.qmail@plover.com>
18357      Branch: perl
18358            ! pod/perlreftut.pod
18359 ____________________________________________________________________________
18360 [ 20456] By: jhi                                   on 2003/08/03  18:52:16
18361         Log: Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits
18362              From: mjd@plover.com
18363              Date: 3 Aug 2003 19:37:49 -0000
18364              Message-ID: <20030803193749.3733.qmail@plover.com>
18365      Branch: perl
18366            ! ext/Time/HiRes/HiRes.pm
18367 ____________________________________________________________________________
18368 [ 20455] By: jhi                                   on 2003/08/03  18:47:13
18369         Log: Subject: [PATCH] Re: win32.c bug - handle leak
18370              From: Jan Dubois <jand@ActiveState.com>
18371              Date: Sat, 02 Aug 2003 10:25:05 -0700
18372              Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com>
18373      Branch: perl
18374            ! win32/win32.c
18375 ____________________________________________________________________________
18376 [ 20454] By: jhi                                   on 2003/08/03  18:45:53
18377         Log: Subject: [PATCH 5.8.1 @20218] OS/2 build
18378              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
18379              Date: Sat, 2 Aug 2003 09:38:50 -0700
18380              Message-ID: <20030802163850.GA4712@math.berkeley.edu>
18381      Branch: perl
18382            ! os2/os2ish.h
18383 ____________________________________________________________________________
18384 [ 20453] By: jhi                                   on 2003/08/03  18:44:29
18385         Log: Subject: [PATCH] Storable and uninitalized array values
18386              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
18387              Date: Sat, 2 Aug 2003 13:40:16 +0200
18388              Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2>
18389      Branch: perl
18390            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
18391 ____________________________________________________________________________
18392 [ 20452] By: jhi                                   on 2003/08/03  18:27:47
18393         Log: Upgrade to Unicode::Collate 0.26.
18394      Branch: perl
18395            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
18396            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
18397            ! lib/Unicode/Collate/t/test.t
18398 ____________________________________________________________________________
18399 [ 20451] By: jhi                                   on 2003/08/03  18:24:18
18400         Log: Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl
18401              From: "Craig A. Berry" <craigberry@mac.com>
18402              Date: Sat, 02 Aug 2003 10:25:44 -0500
18403              Message-ID: <3F2BD7F8.8090003@mac.com>
18404      Branch: perl
18405            ! lib/Net/Ping.pm
18406 ____________________________________________________________________________
18407 [ 20450] By: rgs                                   on 2003/08/03  12:50:07
18408         Log: Subject: [PATCH 5.8.1 @20218] Shell.t
18409              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
18410              Date: Sun, 3 Aug 2003 06:21:41 -0700
18411              Message-ID: <20030803132141.GA5156@math.berkeley.edu>
18412      Branch: perl
18413            ! lib/Shell.t
18414 ____________________________________________________________________________
18415 [ 20447] By: jhi                                   on 2003/08/02  07:26:58
18416         Log: C++ (or C99) sneak attack ("inline" function keyword).
18417      Branch: perl
18418            ! ext/Devel/DProf/DProf.xs
18419 ____________________________________________________________________________
18420 [ 20445] By: jhi                                   on 2003/08/02  06:24:30
18421         Log: Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob
18422              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
18423              Date: Fri, 1 Aug 2003 13:12:14 +0200
18424              Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
18425      Branch: perl
18426            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
18427            ! ext/File/Glob/t/basic.t
18428 ____________________________________________________________________________
18429 [ 20444] By: jhi                                   on 2003/08/02  06:17:28
18430         Log: Only show the message if the locale settings look risky.
18431      Branch: perl
18432            ! ext/Time/HiRes/Makefile.PL
18433 ____________________________________________________________________________
18434 [ 20443] By: jhi                                   on 2003/08/02  06:01:27
18435         Log: Add a message about the LC_ALL=C workaround (for non-core builds);
18436              update Changes.
18437      Branch: perl
18438            ! ext/Time/HiRes/Changes ext/Time/HiRes/Makefile.PL
18439 ____________________________________________________________________________
18440 [ 20441] By: jhi                                   on 2003/08/02  05:37:37
18441         Log: Subject: [PATCH] Small nit to pad.c
18442              From: Enache Adrian <enache@rdslink.ro>
18443              Date: Sat, 2 Aug 2003 01:50:40 +0300
18444              Message-ID: <20030801225040.GB1281@ratsnest.hole>
18445      Branch: perl
18446            ! pad.c
18447 ____________________________________________________________________________
18448 [ 20440] By: jhi                                   on 2003/08/02  05:12:13
18449         Log: Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes
18450              From: Radu Greab <rgreab@fx.ro>
18451              Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST)
18452              Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro>
18453      Branch: perl
18454            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
18455            ! ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t
18456            ! t/lib/dprof/test8_v
18457 ____________________________________________________________________________
18458 [ 20439] By: jhi                                   on 2003/08/02  05:06:43
18459         Log: Subject: [PATCH] ioctl for VMS
18460              From: "Craig A. Berry" <craigberry@mac.com>
18461              Date: Fri, 01 Aug 2003 23:34:31 -0500
18462              Message-ID: <3F2B3F57.4050609@mac.com>
18463      Branch: perl
18464            ! configure.com vms/vmsish.h
18465 ____________________________________________________________________________
18466 [ 20438] By: jhi                                   on 2003/08/02  05:05:40
18467         Log: Subject: [PATCH] argv case nit for VMS
18468              From: "Craig A. Berry" <craigberry@mac.com>
18469              Date: Fri, 01 Aug 2003 19:16:30 -0500
18470              Message-ID: <3F2B02DE.10207@mac.com>
18471      Branch: perl
18472            ! ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL
18473 ____________________________________________________________________________
18474 [ 20437] By: jhi                                   on 2003/08/01  22:00:30
18475         Log: Hugo's second thoughts: drop the relatively rare and
18476              slow optimization for now.
18477      Branch: perl
18478            ! regexec.c
18479 ____________________________________________________________________________
18480 [ 20435] By: jhi                                   on 2003/08/01  21:55:19
18481         Log: Missed this bit in the last update: couldn't answer ''
18482              or ' ' to get 'none'.
18483      Branch: perl
18484            ! Configure
18485 ____________________________________________________________________________
18486 [ 20432] By: jhi                                   on 2003/08/01  13:45:10
18487         Log: Encode pre-1.98 update from Dan Kogai, sent from
18488              the ashes of his smoldering motherboard.
18489      Branch: perl
18490            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml
18491            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
18492            ! ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm
18493            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm
18494 ____________________________________________________________________________
18495 [ 20431] By: jhi                                   on 2003/08/01  13:34:28
18496         Log: More runperl(switches => ...) finds (bleadperl only).
18497      Branch: perl
18498            ! t/op/readline.t
18499 ____________________________________________________________________________
18500 [ 20426] By: jhi                                   on 2003/08/01  12:45:19
18501         Log: Regen perltoc.
18502      Branch: perl
18503            ! pod/perltoc.pod
18504 ____________________________________________________________________________
18505 [ 20425] By: jhi                                   on 2003/08/01  12:44:16
18506         Log: pod likes whitespace.
18507      Branch: perl
18508            ! ext/ByteLoader/ByteLoader.pm
18509 ____________________________________________________________________________
18510 [ 20422] By: jhi                                   on 2003/08/01  11:37:53
18511         Log: Faulty check.
18512      Branch: perl
18513            ! t/test.pl
18514 ____________________________________________________________________________
18515 [ 20420] By: jhi                                   on 2003/08/01  11:06:54
18516         Log: Update INSTALL on the *dir.
18517      Branch: perl
18518            ! INSTALL
18519 ____________________________________________________________________________
18520 [ 20419] By: jhi                                   on 2003/08/01  11:04:55
18521         Log: Regen Glossary et al.
18522      Branch: perl
18523            ! Porting/Glossary Porting/config.sh Porting/config_H
18524 ____________________________________________________________________________
18525 [ 20418] By: jhi                                   on 2003/08/01  10:58:23
18526         Log: Now the test should be really testing what it's supposed to.
18527      Branch: perl
18528            ! ext/B/t/bytecode.t
18529 ____________________________________________________________________________
18530 [ 20417] By: jhi                                   on 2003/08/01  10:45:57
18531         Log: Fix the options.
18532      Branch: perl
18533            ! ext/B/t/bytecode.t
18534 ____________________________________________________________________________
18535 [ 20416] By: jhi                                   on 2003/08/01  10:44:19
18536         Log: Argument sanity checking.
18537      Branch: perl
18538            ! t/test.pl
18539 ____________________________________________________________________________
18540 [ 20413] By: jhi                                   on 2003/08/01  10:37:09
18541         Log: Regen Configure to use the *html*dir files.
18542              (installhtml uses none of that, though)
18543      Branch: perl
18544            ! Configure Policy_sh.SH config_h.SH
18545 ____________________________________________________________________________
18546 [ 20411] By: jhi                                   on 2003/08/01  10:10:05
18547         Log: More for the *dir changes.
18548      Branch: perl
18549            ! Policy_sh.SH config_h.SH hints/darwin.sh
18550 ____________________________________________________________________________
18551 [ 20410] By: jhi                                   on 2003/08/01  10:09:38
18552         Log: Regen Configure for the new *dir installation variables.
18553              If these don't work, ask Schwern.
18554      Branch: perl
18555            ! Configure
18556 ____________________________________________________________________________
18557 [ 20408] By: jhi                                   on 2003/08/01  05:27:48
18558         Log: Upgrade to MakeMaker 6.13.
18559      Branch: perl
18560            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
18561            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
18562            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
18563            ! lib/ExtUtils/t/basic.t
18564 ____________________________________________________________________________
18565 [ 20407] By: jhi                                   on 2003/08/01  05:21:36
18566         Log: JAPH patch :-) from Abigail.
18567      Branch: perl
18568            ! t/japh/abigail.t
18569 ____________________________________________________________________________
18570 [ 20406] By: jhi                                   on 2003/08/01  05:10:30
18571         Log: Regen perlapi.
18572      Branch: perl
18573            ! perlapi.c
18574 ____________________________________________________________________________
18575 [ 20405] By: jhi                                   on 2003/08/01  05:09:23
18576         Log: Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2
18577              From: Dave Mitchell <davem@fdgroup.com>
18578              Date: Fri, 1 Aug 2003 01:16:31 +0100
18579              Message-ID: <20030801001631.GA11233@fdgroup.com>
18580      Branch: perl
18581            ! regcomp.c t/op/pat.t
18582 ____________________________________________________________________________
18583 [ 20404] By: ams                                   on 2003/08/01  03:28:17
18584         Log: Subject: [PATCH] LotR quote for perlapi.c
18585              From: Autrijus Tang <autrijus@autrijus.org>
18586              Date: Fri, 1 Aug 2003 10:00:29 +0800
18587              Message-Id: <20030801020029.GA28241@not.autrijus.org>
18588      Branch: perl
18589            ! embed.pl
18590 ____________________________________________________________________________
18591 [ 20396] By: rgs                                   on 2003/07/31  20:37:50
18592         Log: Document in INSTALL that -Uinstallusrbinperl is now the default.
18593      Branch: perl
18594            ! INSTALL
18595 ____________________________________________________________________________
18596 [ 20395] By: jhi                                   on 2003/07/31  20:32:30
18597         Log: Integrate README.macosx more.
18598      Branch: perl
18599            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
18600            ! win32/Makefile win32/makefile.mk
18601 ____________________________________________________________________________
18602 [ 20394] By: jhi                                   on 2003/07/31  20:31:49
18603         Log: README.macosx from Sherm Pendley.
18604      Branch: perl
18605            + README.macosx
18606            ! MANIFEST
18607 ____________________________________________________________________________
18608 [ 20393] By: jhi                                   on 2003/07/31  20:31:08
18609         Log: Unportable subtest needs rethink.
18610      Branch: perl
18611            ! ext/B/t/bytecode.t
18612 ____________________________________________________________________________
18613 [ 20392] By: jhi                                   on 2003/07/31  20:22:03
18614         Log: Enache again.
18615      Branch: perl
18616            ! ext/ByteLoader/bytecode.h
18617 ____________________________________________________________________________
18618 [ 20390] By: jhi                                   on 2003/07/31  20:20:28
18619         Log: Retract #20385.
18620      Branch: perl
18621            ! ext/ByteLoader/bytecode.h
18622 ____________________________________________________________________________
18623 [ 20389] By: jhi                                   on 2003/07/31  20:14:06
18624         Log: Yet another bytecode tweak from Enache.
18625      Branch: perl
18626            ! ext/B/B/Bytecode.pm
18627 ____________________________________________________________________________
18628 [ 20388] By: jhi                                   on 2003/07/31  20:11:21
18629         Log: Subject: [DOC PATCH] pod/perlguts.pod
18630              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
18631              Date: Thu, 31 Jul 2003 22:39:01 +0200
18632              Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2>
18633      Branch: perl
18634            ! pod/perlguts.pod
18635 ____________________________________________________________________________
18636 [ 20387] By: jhi                                   on 2003/07/31  19:57:36
18637         Log: Subject: Re: [perl #23171] Regex too selfish
18638              From: hv@crypt.org
18639              Date: Thu, 31 Jul 2003 18:59:43 +0100
18640              Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
18641
18642              (choose the second code patch)
18643      Branch: perl
18644            ! regexec.c t/op/re_tests
18645 ____________________________________________________________________________
18646 [ 20386] By: jhi                                   on 2003/07/31  19:48:17
18647         Log: Make consistent with installperl (and working in MPE/iX)
18648              (Mark Bixby)
18649      Branch: perl
18650            ! installman
18651 ____________________________________________________________________________
18652 [ 20385] By: jhi                                   on 2003/07/31  19:46:14
18653         Log: (retracted by #20390)
18654      Branch: perl
18655            ! ext/ByteLoader/bytecode.h
18656 ____________________________________________________________________________
18657 [ 20383] By: jhi                                   on 2003/07/31  19:37:22
18658         Log: Upgrade to real CPAN.pm 1.76.
18659      Branch: perl
18660            + lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE
18661            + lib/CPAN/t/signature.t
18662            ! MANIFEST lib/CPAN.pm
18663 ____________________________________________________________________________
18664 [ 20379] By: jhi                                   on 2003/07/31  12:32:31
18665         Log: One more tweak for Mac OS X hints.
18666      Branch: perl
18667            ! hints/darwin.sh
18668 ____________________________________________________________________________
18669 [ 20378] By: jhi                                   on 2003/07/31  11:39:31
18670         Log: The new PKI system is far too untested and rough yet
18671              (think machines with no network, machines behind firewalls,
18672              corporate and national encryption policies).  It cannot be
18673              considered useable at this stage.
18674
18675              Therefore, create a fake CPAN 1.76.
18676      Branch: perl
18677            ! lib/CPAN.pm
18678 ____________________________________________________________________________
18679 [ 20377] By: jhi                                   on 2003/07/31  11:28:58
18680         Log: This test is pretty useless as it stands.
18681      Branch: perl
18682            - lib/CPAN/t/signature.t
18683            ! MANIFEST
18684 ____________________________________________________________________________
18685 [ 20376] By: jhi                                   on 2003/07/31  10:30:08
18686         Log: Document the requirements for Module::Signature a bit.
18687      Branch: perl
18688            ! lib/CPAN.pm
18689 ____________________________________________________________________________
18690 [ 20375] By: jhi                                   on 2003/07/31  09:37:44
18691         Log: We are change #20316 ahead of 1.75.
18692      Branch: perl
18693            ! lib/CPAN.pm
18694 ____________________________________________________________________________
18695 [ 20373] By: jhi                                   on 2003/07/31  07:35:11
18696         Log: Integrate from maint:
18697              [ 20359]
18698              No more wince/README.compile here, either.
18699      Branch: perl
18700           !> Porting/makerel
18701 ____________________________________________________________________________
18702 [ 20371] By: jhi                                   on 2003/07/31  05:41:56
18703         Log: ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File.
18704              (Schwern)
18705      Branch: perl
18706            ! lib/ExtUtils/MakeMaker.pm
18707 ____________________________________________________________________________
18708 [ 20370] By: jhi                                   on 2003/07/31  05:39:11
18709         Log: Schwern says this is most probably an old VMS MakeMaker
18710              bug workaround that can go now.
18711      Branch: perl
18712            ! ext/SDBM_File/sdbm/Makefile.PL
18713 ____________________________________________________________________________
18714 [ 20369] By: jhi                                   on 2003/07/31  05:32:15
18715         Log: Final touches to "Apple-like" installation directories.
18716      Branch: perl
18717            ! hints/darwin.sh
18718 ____________________________________________________________________________
18719 [ 20368] By: jhi                                   on 2003/07/31  05:28:17
18720         Log: Tests for change #20367 (and change use overload; to
18721              just require overload;)
18722      Branch: perl
18723            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
18724 ____________________________________________________________________________
18725 [ 20367] By: jhi                                   on 2003/07/31  05:12:47
18726         Log: Subject: [PATCH Tie::RefHash] added support for overloaded ""
18727              From: Xavier Noria <fxn@hashref.com>
18728              Date: Thu, 31 Jul 2003 00:29:13 +0200
18729              Message-Id: <200307310029.13567.fxn@hashref.com>
18730      Branch: perl
18731            ! lib/Tie/RefHash.pm
18732 ____________________________________________________________________________
18733 [ 20366] By: jhi                                   on 2003/07/31  05:06:11
18734         Log: Subject: [PATCH] test for B::Bytecode/ByteLoader
18735              From: Enache Adrian <enache@rdslink.ro>
18736              Date: Thu, 31 Jul 2003 03:49:40 +0300
18737              Message-ID: <20030731004940.GB1266@ratsnest.hole>
18738
18739              (but use test.pl:run_perl() instead of manual `$^X ...`)
18740      Branch: perl
18741            + ext/B/t/bytecode.t
18742            ! MANIFEST
18743 ____________________________________________________________________________
18744 [ 20364] By: rgs                                   on 2003/07/30  21:35:08
18745         Log: Silence spurious noise from MakeMaker :
18746              hint files shouldn't return undef and have set $!.
18747      Branch: perl
18748            ! ext/DynaLoader/hints/linux.pl
18749 ____________________________________________________________________________
18750 [ 20362] By: jhi                                   on 2003/07/30  20:24:49
18751         Log: Upgrade to NEXT 0.52.
18752      Branch: perl
18753            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
18754            ! lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
18755 ____________________________________________________________________________
18756 [ 20356] By: jhi                                   on 2003/07/30  18:16:55
18757         Log: Might as well.
18758      Branch: perl
18759            ! pod/perlhist.pod
18760 ____________________________________________________________________________
18761 [ 20355] By: jhi                                   on 2003/07/30  18:15:49
18762         Log: Silly gcc.
18763      Branch: perl
18764            ! perl.c
18765 ____________________________________________________________________________
18766 [ 20353] By: jhi                                   on 2003/07/30  17:09:59
18767         Log: This is getting comical.  (Practical tip: never ask
18768              for opinions from one than one person at one time.)
18769              Now back to -Dprefix='/usr' replacing the system Perl,
18770              but don't use the Apple internal DSTROOT.
18771      Branch: perl
18772            ! hints/darwin.sh
18773 ____________________________________________________________________________
18774 [ 20352] By: jhi                                   on 2003/07/30  17:00:25
18775         Log: Mac OS X hints dance continues.  Now drop any special
18776              installation directory mangling.  In other words, if
18777              you want to overwrite the system perl, you really need
18778              to find out how to do that.
18779      Branch: perl
18780            ! hints/darwin.sh
18781 ____________________________________________________________________________
18782 [ 20350] By: jhi                                   on 2003/07/30  14:23:03
18783         Log: Try again with the Mac OS X hints.  Now the three cases
18784              (no -Dprefix, /usr, and something else) all install
18785              into separate places.  No prefix installs to /usr/local.
18786              The /usr overwrites the Apple install (modulo the version).
18787      Branch: perl
18788            ! hints/darwin.sh
18789 ____________________________________________________________________________
18790 [ 20348] By: jhi                                   on 2003/07/30  13:28:30
18791         Log: Subject: [PATCH] NEXT and Diamond Inheritance
18792              From: Casey West <casey@geeknest.com>
18793              Date: Tue, 29 Jul 2003 17:37:15 -0400
18794              Message-ID: <20030729213715.GY76899@geeknest.com>
18795
18796              (Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
18797      Branch: perl
18798            ! lib/NEXT.pm lib/NEXT/t/unseen.t
18799 ____________________________________________________________________________
18800 [ 20347] By: jhi                                   on 2003/07/30  13:19:03
18801         Log: Match also on full name and email (though the email is
18802              now less interesting than it used to be).
18803      Branch: perl
18804            ! Porting/Maintainers
18805 ____________________________________________________________________________
18806 [ 20346] By: jhi                                   on 2003/07/30  12:26:53
18807         Log: Maintainers script tweaks.
18808      Branch: perl
18809            ! Porting/Maintainers
18810 ____________________________________________________________________________
18811 [ 20345] By: jhi                                   on 2003/07/30  11:17:33
18812         Log: rmdir t/lib/IO.
18813      Branch: perl
18814            ! ext/IO/t/IO.t
18815 ____________________________________________________________________________
18816 [ 20344] By: jhi                                   on 2003/07/30  11:15:30
18817         Log: Adjust the list of rmdired lib directories.
18818      Branch: perl
18819            ! Makefile.SH
18820 ____________________________________________________________________________
18821 [ 20343] By: jhi                                   on 2003/07/30  10:06:24
18822         Log: Be paranoid about PL_origargv.
18823              Paranoia warranted by Win32 mod_perl.
18824      Branch: perl
18825            ! perl.c
18826 ____________________________________________________________________________
18827 [ 20342] By: jhi                                   on 2003/07/30  09:57:55
18828         Log: Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
18829              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
18830              Date: Wed, 30 Jul 2003 14:56:32 +0400
18831              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
18832      Branch: perl
18833            ! perlio.c
18834 ____________________________________________________________________________
18835 [ 20341] By: jhi                                   on 2003/07/30  09:54:46
18836         Log: Upgrade to ExtUtils::MakeMaker 6.12.
18837      Branch: perl
18838            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
18839            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
18840            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
18841            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
18842 ____________________________________________________________________________
18843 [ 20340] By: jhi                                   on 2003/07/30  09:47:32
18844         Log: That's M. Schwern to you, earthling.
18845      Branch: perl
18846            ! Porting/Maintainers.pl
18847 ____________________________________________________________________________
18848 [ 20339] By: jhi                                   on 2003/07/30  09:43:32
18849         Log: Arthur maintains Safe.
18850      Branch: perl
18851            ! Porting/Maintainers.pl
18852 ____________________________________________________________________________
18853 [ 20338] By: jhi                                   on 2003/07/30  09:40:28
18854         Log: Use the CPAN id where available.
18855      Branch: perl
18856            ! Porting/Maintainers.pl
18857 ____________________________________________________________________________
18858 [ 20337] By: jhi                                   on 2003/07/30  09:26:47
18859         Log: Rename Modules and Modules.pl as Maintainers and
18860              Maintainers.pl since the same framework can be used
18861              for more than just modules.
18862      Branch: perl
18863            + Porting/Maintainers Porting/Maintainers.pl
18864            - Porting/Modules Porting/Modules.pl
18865            ! MANIFEST
18866 ____________________________________________________________________________
18867 [ 20336] By: jhi                                   on 2003/07/30  09:11:06
18868         Log: Strip leading ./
18869      Branch: perl
18870            ! Porting/Modules
18871 ____________________________________________________________________________
18872 [ 20335] By: jhi                                   on 2003/07/30  09:01:47
18873         Log: More Modules.pl.
18874      Branch: perl
18875            ! Porting/Modules.pl
18876 ____________________________________________________________________________
18877 [ 20334] By: jhi                                   on 2003/07/30  08:51:57
18878         Log: Modules.pl: add B::Deparse.
18879      Branch: perl
18880            ! Porting/Modules.pl
18881 ____________________________________________________________________________
18882 [ 20333] By: jhi                                   on 2003/07/30  08:26:47
18883         Log: Mac OS X: tweak once again the installation directories.
18884      Branch: perl
18885            ! hints/darwin.sh
18886 ____________________________________________________________________________
18887 [ 20332] By: jhi                                   on 2003/07/30  07:55:04
18888         Log: Modules.pl tweaks.
18889      Branch: perl
18890            ! Porting/Modules.pl
18891 ____________________________________________________________________________
18892 [ 20331] By: jhi                                   on 2003/07/30  06:13:55
18893         Log: Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information
18894              From: Jan Dubois <jand@ActiveState.com>
18895              Date: Tue, 29 Jul 2003 19:14:10 -0700
18896              Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
18897      Branch: perl
18898            ! lib/Win32.pod win32/win32.c
18899 ____________________________________________________________________________
18900 [ 20330] By: rgs                                   on 2003/07/29  21:20:28
18901         Log: FAQ sync.
18902      Branch: perl
18903            ! pod/perlfaq4.pod pod/perlfaq7.pod
18904 ____________________________________________________________________________
18905 [ 20329] By: jhi                                   on 2003/07/29  20:54:38
18906         Log: Subject: tiny fix for WinCE (Re: maint @ 20277)
18907              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
18908              Date: Wed, 30 Jul 2003 02:02:41 +0400
18909              Message-ID: <016701c3561d$43735ca0$195ec3d9@vad>
18910      Branch: perl
18911            ! wince/wince.c
18912 ____________________________________________________________________________
18913 [ 20327] By: jhi                                   on 2003/07/29  20:09:15
18914         Log: MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
18915      Branch: perl
18916            ! README.mpeix ext/IO/t/io_sock.t mpeix/mpeix.c mpeix/mpeixish.h
18917 ____________________________________________________________________________
18918 [ 20324] By: jhi                                   on 2003/07/29  19:55:50
18919         Log: Revert #20301, apparently the _SOCKADDR_LEN #define is
18920              important for IPv6 (Spider).  Since there is no way to
18921              otherwise detect 3.X, use the hints.
18922      Branch: perl
18923            ! hints/dec_osf.sh perl.h
18924 ____________________________________________________________________________
18925 [ 20316] By: jhi                                   on 2003/07/29  15:27:46
18926         Log: Don't nag about Module::Signature if there is no
18927              way for the user to use it (based on Autrijus' patch).
18928      Branch: perl
18929            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
18930 ____________________________________________________________________________
18931 [ 20315] By: jhi                                   on 2003/07/29  14:47:04
18932         Log: Oops.
18933      Branch: perl
18934            ! sv.c
18935 ____________________________________________________________________________
18936 [ 20314] By: jhi                                   on 2003/07/29  13:26:26
18937         Log: Slight rewording on the destdir.
18938      Branch: perl
18939            ! INSTALL
18940 ____________________________________________________________________________
18941 [ 20312] By: jhi                                   on 2003/07/29  13:20:21
18942         Log: Subject: [PATCH] pod/perlvar.pod: minor typo
18943              From: "Brendan O'Dea" <bod@debian.org>
18944              Date: Tue, 29 Jul 2003 23:49:18 +1000
18945              Message-ID: <20030729134918.GA4339@londo.c47.org>
18946      Branch: perl
18947            ! pod/perlvar.pod
18948 ____________________________________________________________________________
18949 [ 20310] By: jhi                                   on 2003/07/29  13:11:57
18950         Log: Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems)
18951              From: PPrymmer@factset.com
18952              Date: Tue, 22 Jul 2003 11:12:05 -0400
18953              Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
18954      Branch: perl
18955            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
18956            ! ext/Encode/t/perlio.t
18957 ____________________________________________________________________________
18958 [ 20309] By: jhi                                   on 2003/07/29  13:06:24
18959         Log: Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
18960              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18961              Date: Sun, 13 Jul 2003 10:23:35 +0900
18962              Message-Id: <20030713102228.C76A.BQW10602@nifty.com>
18963      Branch: perl
18964            ! ext/Encode/lib/Encode/Alias.pm
18965 ____________________________________________________________________________
18966 [ 20308] By: jhi                                   on 2003/07/29  13:02:43
18967         Log: The --destdir option to installman should be made
18968              optional so that it doesn't complain when passed
18969              an empty value (from Rafael)
18970      Branch: perl
18971            ! installman
18972 ____________________________________________________________________________
18973 [ 20306] By: jhi                                   on 2003/07/29  12:05:24
18974         Log: Too many my $fh:s.
18975      Branch: perl
18976            ! lib/CPAN.pm
18977 ____________________________________________________________________________
18978 [ 20305] By: jhi                                   on 2003/07/29  11:55:11
18979         Log: Quieten MSVC6.
18980      Branch: perl
18981            ! pp.c
18982 ____________________________________________________________________________
18983 [ 20302] By: jhi                                   on 2003/07/29  11:31:17
18984         Log: Subject: DESTDIR in perl-5.8.1 package?
18985              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
18986              Date: Fri, 11 Jul 2003 14:48:41 +0200
18987              Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
18988
18989              Subject: Re: DESTDIR in perl-5.8.1 package?
18990              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
18991              Date: Mon, 14 Jul 2003 12:00:25 +0200
18992              Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
18993
18994              (blindly prepending and s///ing away the $destdir does not work
18995              at least in VMS, but the --destdir should help rpm builders
18996              and the like)
18997      Branch: perl
18998            ! INSTALL Makefile.SH installman installperl
18999 ____________________________________________________________________________
19000 [ 20301] By: jhi                                   on 2003/07/29  11:20:07
19001         Log: Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
19002              From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
19003              Date: 26 Jul 2003 21:44:06 -0000
19004              Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
19005
19006              Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
19007              releases 4.x and 5.x.
19008      Branch: perl
19009            ! perl.h
19010 ____________________________________________________________________________
19011 [ 20300] By: jhi                                   on 2003/07/29  11:18:27
19012         Log: Cleanup the sv_gets() logic for platforms with small stacks.
19013              (I think hogging 8K of stack sounds like bad behaviour on any
19014              platform, big stack or not.)
19015      Branch: perl
19016            ! sv.c
19017 ____________________________________________________________________________
19018 [ 20299] By: merijn                                on 2003/07/29  10:57:37
19019         Log: README.hpux now mentions the http mirror for prebuilt gcc binaries
19020      Branch: perl
19021            ! README.hpux
19022 ____________________________________________________________________________
19023 [ 20298] By: jhi                                   on 2003/07/29  10:57:28
19024         Log: DEC OSF/1 3.x did (does) not do sizer -v.
19025      Branch: perl
19026            ! hints/dec_osf.sh
19027 ____________________________________________________________________________
19028 [ 20295] By: jhi                                   on 2003/07/29  10:36:25
19029         Log: Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM
19030              From: Autrijus Tang <autrijus@autrijus.org>
19031              Date: Tue, 29 Jul 2003 09:58:35 +0800
19032              Message-ID: <20030729015834.GA7149@not.autrijus.org>
19033      Branch: perl
19034            ! lib/CPAN.pm
19035 ____________________________________________________________________________
19036 [ 20294] By: jhi                                   on 2003/07/29  10:30:05
19037         Log: There is no skip() since we are not using Test*.
19038      Branch: perl
19039            ! lib/CPAN/t/signature.t
19040 ____________________________________________________________________________
19041 [ 20293] By: jhi                                   on 2003/07/29  10:28:10
19042         Log: Upgrade to CPAN.pm 1.74.
19043      Branch: perl
19044            ! lib/CPAN.pm lib/CPAN/t/signature.t
19045 ____________________________________________________________________________
19046 [ 20292] By: jhi                                   on 2003/07/29  10:14:26
19047         Log: Most importantly, don't try HvNAME(gp->gp_hv)
19048              unless PL_stashcache exists, otherwise we get
19049              an invalid read (detected by valgrind, and crashes
19050              ext/threads/t/basic.t in Windows).
19051
19052              Also add a few if:s for the refcnt decrements,
19053              no need to call Perl_sv_free() if there's nothing to free.
19054      Branch: perl
19055            ! gv.c
19056 ____________________________________________________________________________
19057 [ 20291] By: jhi                                   on 2003/07/29  09:00:58
19058         Log: Tabify.
19059      Branch: perl
19060            ! MANIFEST
19061 ____________________________________________________________________________
19062 [ 20288] By: jhi                                   on 2003/07/29  08:29:50
19063         Log: Subject: [perl #22969] fix $hash{utf8bareword}
19064              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
19065              Date: Tue, 29 Jul 2003 11:09:37 +0200
19066              Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com>
19067      Branch: perl
19068            ! t/op/utfhash.t toke.c
19069 ____________________________________________________________________________
19070 [ 20287] By: jhi                                   on 2003/07/29  08:26:48
19071         Log: Subject: [PATCH pointer] B::Deparse 0.64
19072              From: Stephen McCamant <smcc@mit.edu>
19073              Date: Mon, 28 Jul 2003 16:57:19 -0400
19074              Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
19075      Branch: perl
19076            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
19077 ____________________________________________________________________________
19078 [ 20286] By: jhi                                   on 2003/07/29  08:24:45
19079         Log: More perlio docs from Stas.
19080      Branch: perl
19081            ! pod/perliol.pod
19082 ____________________________________________________________________________
19083 [ 20285] By: jhi                                   on 2003/07/29  08:22:49
19084         Log: Reintroduce Porting/Modules.  No, it's not duplicating
19085              the information in Module::CoreList.
19086      Branch: perl
19087            + Porting/Modules Porting/Modules.pl
19088            ! AUTHORS MANIFEST
19089 ____________________________________________________________________________
19090 [ 20283] By: jhi                                   on 2003/07/29  05:00:12
19091         Log: The better prefixify() patch from Ed Moy.
19092      Branch: perl
19093            ! lib/ExtUtils/MM_Unix.pm
19094 ____________________________________________________________________________
19095 [ 20282] By: jhi                                   on 2003/07/29  04:57:57
19096         Log: PerlIO_popped doc addition from NI-S.
19097      Branch: perl
19098            ! pod/perliol.pod
19099 ____________________________________________________________________________
19100 [ 20281] By: jhi                                   on 2003/07/29  04:55:48
19101         Log: Subject: [PATCH] another File::Find tweak for VMS (improve on #20221)
19102              From: "Craig A. Berry" <craigberry@mac.com>
19103              Date: Tue, 29 Jul 2003 00:11:46 -0500
19104              Message-ID: <3F260212.9000104@mac.com>
19105      Branch: perl
19106            ! lib/File/Find.pm
19107 ____________________________________________________________________________
19108 [ 20278] By: jhi                                   on 2003/07/28  18:03:48
19109         Log: More bytecode tweaks.
19110      Branch: perl
19111            ! ext/B/B.xs ext/B/B/Bytecode.pm
19112 ____________________________________________________________________________
19113 [ 20275] By: jhi                                   on 2003/07/28  16:47:53
19114         Log: No more wince/README.compile.
19115      Branch: perl
19116            ! Porting/curliff.pl
19117 ____________________________________________________________________________
19118 [ 20272] By: jhi                                   on 2003/07/28  16:19:47
19119         Log: Slightly better failure output.
19120      Branch: perl
19121            ! ext/Devel/Peek/t/Peek.t
19122 ____________________________________________________________________________
19123 [ 20270] By: jhi                                   on 2003/07/28  15:12:28
19124         Log: These directories no more exist during cleanup.
19125      Branch: perl
19126            ! Makefile.SH
19127 ____________________________________________________________________________
19128 [ 20269] By: jhi                                   on 2003/07/28  15:07:22
19129         Log: No more ext/*/*.t, move them all to ext/*/t.
19130      Branch: perl
19131            + ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t
19132            + ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t
19133            + ext/I18N/Langinfo/t/Langinfo.t ext/IPC/SysV/t/ipcsysv.t
19134            + ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t
19135            + ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t
19136            + ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t
19137            + ext/Safe/t/safe3.t ext/Socket/t/Socket.t
19138            + ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t
19139            + ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t
19140            + ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t
19141            - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
19142            - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
19143            - ext/I18N/Langinfo/Langinfo.t ext/IPC/SysV/ipcsysv.t
19144            - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
19145            - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
19146            - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
19147            - ext/Socket/Socket.t ext/Socket/socketpair.t
19148            - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
19149            - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
19150            - ext/re/re.t
19151            ! MANIFEST ext/IPC/SysV/MANIFEST
19152 ____________________________________________________________________________
19153 [ 20268] By: jhi                                   on 2003/07/28  14:31:17
19154         Log: Move the ext/IO tests to a more standard location so that
19155              the *.t do not get copied to the build tree (lib/IO/).
19156      Branch: perl
19157            + ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t
19158            + ext/IO/t/io_dup.t ext/IO/t/io_linenum.t
19159            + ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t
19160            + ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
19161            + ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
19162            + ext/IO/t/io_utf8.t ext/IO/t/io_xs.t
19163            - ext/IO/lib/IO/t/IO.t ext/IO/lib/IO/t/io_const.t
19164            - ext/IO/lib/IO/t/io_dir.t ext/IO/lib/IO/t/io_dup.t
19165            - ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t
19166            - ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_poll.t
19167            - ext/IO/lib/IO/t/io_sel.t ext/IO/lib/IO/t/io_sock.t
19168            - ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t
19169            - ext/IO/lib/IO/t/io_udp.t ext/IO/lib/IO/t/io_unix.t
19170            - ext/IO/lib/IO/t/io_utf8.t ext/IO/lib/IO/t/io_xs.t
19171            ! MANIFEST
19172 ____________________________________________________________________________
19173 [ 20267] By: jhi                                   on 2003/07/28  14:16:44
19174         Log: Retract #20260.
19175      Branch: perl
19176            ! perlio.c perliol.h
19177 ____________________________________________________________________________
19178 [ 20266] By: jhi                                   on 2003/07/28  13:38:59
19179         Log: Bump the $VERSION of core File::Spec as requested by Ken Williams.
19180      Branch: perl
19181            ! lib/File/Spec.pm
19182 ____________________________________________________________________________
19183 [ 20265] By: jhi                                   on 2003/07/28  13:23:44
19184         Log: Subject: [PATCH] #20177 broke skip logic in t/op/write.t
19185              From: "Craig A. Berry" <craigberry@mac.com>
19186              Date: Mon, 28 Jul 2003 08:04:32 -0500
19187              Message-ID: <3F251F60.6050607@mac.com>
19188      Branch: perl
19189            ! t/op/write.t
19190 ____________________________________________________________________________
19191 [ 20264] By: jhi                                   on 2003/07/28  13:21:58
19192         Log: Subject: [PATCH] t/op/write.t cleanup after itself.
19193              From: Michael G Schwern <schwern@pobox.com>
19194              Date: Mon, 28 Jul 2003 05:54:19 -0700
19195              Message-ID: <20030728125419.GJ21044@windhund.schwern.org>
19196      Branch: perl
19197            ! t/op/write.t
19198 ____________________________________________________________________________
19199 [ 20263] By: jhi                                   on 2003/07/28  12:13:24
19200         Log: Make Storable work with blead/maint by making PL_sv_placeholder
19201              a true global, bump $VERSION to 2.08.  Will take a look at the
19202              portability issue of placeholders soon.
19203      Branch: perl
19204            ! embedvar.h ext/Storable/Storable.pm ext/Storable/Storable.xs
19205            ! intrpvar.h perlapi.h perlvars.h sv.c
19206 ____________________________________________________________________________
19207 [ 20262] By: jhi                                   on 2003/07/28  11:35:31
19208         Log: Storable test nosewipe.
19209      Branch: perl
19210            ! ext/Storable/t/code.t ext/Storable/t/utf8hash.t
19211 ____________________________________________________________________________
19212 [ 20261] By: jhi                                   on 2003/07/28  11:02:23
19213         Log: Solaris cc didn't appreciate casting a long to a pointer
19214              with no cast, and lval casts are unportable, so introduce
19215              a rval cast.
19216      Branch: perl
19217            ! bytecode.pl ext/ByteLoader/byterun.c
19218 ____________________________________________________________________________
19219 [ 20260] By: jhi                                   on 2003/07/28  10:46:58
19220         Log: (Retracted by #20267)
19221      Branch: perl
19222            ! perlio.c perliol.h
19223 ____________________________________________________________________________
19224 [ 20257] By: jhi                                   on 2003/07/28  10:05:58
19225         Log: Subject: CPAN/t/signature.t noisy
19226              From: Michael G Schwern <schwern@pobox.com>
19227              Date: Mon, 28 Jul 2003 02:14:19 -0700
19228              Message-ID: <20030728091419.GG21044@windhund.schwern.org>
19229      Branch: perl
19230            ! lib/CPAN/t/signature.t
19231 ____________________________________________________________________________
19232 [ 20256] By: jhi                                   on 2003/07/28  10:00:11
19233         Log: Extra noise from File::Spec.
19234      Branch: perl
19235            ! lib/File/Spec/t/rel2abs2rel.t
19236 ____________________________________________________________________________
19237 [ 20255] By: jhi                                   on 2003/07/28  09:50:55
19238         Log: Prettyprint the constants list of defsubs_h.PL.
19239      Branch: perl
19240            ! ext/B/defsubs_h.PL
19241 ____________________________________________________________________________
19242 [ 20253] By: jhi                                   on 2003/07/28  04:56:48
19243         Log: Subject: [PATCH] B enhancements
19244              From: Stephen McCamant <smcc@mit.edu>
19245              Date: Sun, 27 Jul 2003 14:07:46 -0400
19246              Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
19247      Branch: perl
19248            ! ext/B/B.pm ext/B/B.xs ext/B/defsubs_h.PL
19249 ____________________________________________________________________________
19250 [ 20252] By: jhi                                   on 2003/07/28  04:55:42
19251         Log: More clarification about the hash randomisation defines.
19252      Branch: perl
19253            ! perl.h
19254 ____________________________________________________________________________
19255 [ 20251] By: jhi                                   on 2003/07/28  04:51:46
19256         Log: Clarify the process a bit.
19257      Branch: perl
19258            ! INSTALL
19259 ____________________________________________________________________________
19260 [ 20250] By: jhi                                   on 2003/07/28  04:43:23
19261         Log: Add $VERSION to B::Bytecode.
19262      Branch: perl
19263            ! ext/B/B/Bytecode.pm
19264 ____________________________________________________________________________
19265 [ 20249] By: jhi                                   on 2003/07/28  04:39:14
19266         Log: Missing test file.  (Not very useful since Module::Signature
19267              is not in the core, but let's not make an exception.)
19268      Branch: perl
19269            ! MANIFEST
19270 ____________________________________________________________________________
19271 [ 20248] By: jhi                                   on 2003/07/28  04:35:27
19272         Log: Subject: Re: downrev modules in RC2
19273              From: Gisle Aas <gisle@ActiveState.com>
19274              Date: 27 Jul 2003 20:25:07 -0700
19275              Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
19276
19277              (upgrade to Digest::MD5 2.26)
19278      Branch: perl
19279            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
19280            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
19281 ____________________________________________________________________________
19282 [ 20247] By: jhi                                   on 2003/07/28  04:31:32
19283         Log: Upgrade to CGI 2.97.
19284      Branch: perl
19285            ! lib/CGI.pm
19286 ____________________________________________________________________________
19287 [ 20246] By: jhi                                   on 2003/07/28  04:26:58
19288         Log: Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
19289              (from Enache)
19290      Branch: perl
19291            ! bytecode.pl ext/ByteLoader/byterun.c
19292 ____________________________________________________________________________
19293 [ 20243] By: jhi                                   on 2003/07/27  20:31:31
19294         Log: Upgrade to CPAN 1.72.
19295      Branch: perl
19296            + lib/CPAN/t/signature.t
19297            ! MANIFEST lib/CPAN.pm
19298 ____________________________________________________________________________
19299 [ 20242] By: jhi                                   on 2003/07/27  20:21:40
19300         Log: We now return to your normally scheduled hash randomisation.
19301      Branch: perl
19302            ! INSTALL perl.h pod/perlfunc.pod pod/perlrun.pod
19303            ! pod/perlsec.pod
19304 ____________________________________________________________________________
19305 [ 20240] By: jhi                                   on 2003/07/27  19:45:22
19306         Log: fresh_perl_(is|like) were printing out the wrong file/line
19307              number on failure because _where() was hard coded to only
19308              look one level up the call stack.  In these cases it has to
19309              look two.
19310              (Schwern)
19311      Branch: perl
19312            ! t/test.pl
19313 ____________________________________________________________________________
19314 [ 20239] By: jhi                                   on 2003/07/27  19:43:34
19315         Log: cleanup tiehandle.t to use test.pl, is(), like(), etc...
19316              (Schwern)
19317      Branch: perl
19318            ! t/op/tiehandle.t
19319 ____________________________________________________________________________
19320 [ 20238] By: jhi                                   on 2003/07/27  19:20:45
19321         Log: Upgrade to Test::Harness 2.29.
19322      Branch: perl
19323            ! lib/Test/Harness.pm lib/Test/Harness/Straps.pm
19324            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
19325            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
19326            ! lib/Test/Harness/t/test-harness.t
19327 ____________________________________________________________________________
19328 [ 20237] By: jhi                                   on 2003/07/27  18:37:45
19329         Log: Missing MakeMaker test.
19330      Branch: perl
19331            + lib/ExtUtils/t/postamble.t
19332            ! MANIFEST
19333 ____________________________________________________________________________
19334 [ 20236] By: jhi                                   on 2003/07/27  18:29:16
19335         Log: Add -l (one file per line) option to manicheck.
19336      Branch: perl
19337            ! Porting/manicheck
19338 ____________________________________________________________________________
19339 [ 20235] By: jhi                                   on 2003/07/27  18:08:55
19340         Log: Further Byteloader tweaks from Enache.
19341      Branch: perl
19342            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
19343            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/defsubs_h.PL
19344            ! ext/B/t/assembler.t ext/ByteLoader/ByteLoader.pm
19345            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
19346            ! ext/ByteLoader/byterun.h t/TEST
19347 ____________________________________________________________________________
19348 [ 20234] By: jhi                                   on 2003/07/27  18:02:24
19349         Log: Reapply some perldoc changes not in 3.09.
19350      Branch: perl
19351            ! lib/Pod/Perldoc.pm
19352 ____________________________________________________________________________
19353 [ 20233] By: jhi                                   on 2003/07/27  17:51:01
19354         Log: Upgrade to Pod::Perldoc 3.09.
19355      Branch: perl
19356            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
19357 ____________________________________________________________________________
19358 [ 20232] By: jhi                                   on 2003/07/27  17:34:23
19359         Log: A bug reported in perl-unicode by Terry Jones, fixed
19360              by Andreas Koenig, and add a test.
19361      Branch: perl
19362            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
19363 ____________________________________________________________________________
19364 [ 20231] By: jhi                                   on 2003/07/27  17:21:11
19365         Log: Unicode::UCD doc nit from Andreas Koenig.
19366      Branch: perl
19367            ! lib/Unicode/UCD.pm
19368 ____________________________________________________________________________
19369 [ 20230] By: jhi                                   on 2003/07/27  17:13:55
19370         Log: Upgrade to I18N::LangTags 0.28.
19371      Branch: perl
19372            + lib/I18N/LangTags/t/01test.t
19373            - lib/I18N/LangTags/test.pl
19374            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm
19375 ____________________________________________________________________________
19376 [ 20229] By: jhi                                   on 2003/07/27  16:59:27
19377         Log: Skip the test until Enache fixes it.
19378      Branch: perl
19379            ! ext/B/t/assembler.t
19380 ____________________________________________________________________________
19381 [ 20225] By: jhi                                   on 2003/07/27  16:12:44
19382         Log: Upgrade to File::Spec 0.85.
19383      Branch: perl
19384            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
19385            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
19386            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
19387            ! lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
19388            ! lib/File/Spec/t/rel2abs2rel.t
19389 ____________________________________________________________________________
19390 [ 20224] By: jhi                                   on 2003/07/27  15:48:20
19391         Log: Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
19392              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
19393              Date: Sun, 20 Jul 2003 22:36:02 +0200
19394              Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
19395      Branch: perl
19396            ! dump.c embedvar.h ext/Storable/Storable.xs hv.c intrpvar.h
19397            ! perl.c perlapi.h sv.c universal.c
19398 ____________________________________________________________________________
19399 [ 20223] By: jhi                                   on 2003/07/27  15:43:30
19400         Log: Regen byterun once more: the incav is not yet right, but at
19401              least it compiles now (Tru64 cc choked on the lvalue cast).
19402      Branch: perl
19403            ! bytecode.pl ext/ByteLoader/byterun.c
19404 ____________________________________________________________________________
19405 [ 20222] By: jhi                                   on 2003/07/27  15:31:52
19406         Log: Regenerated because of #20220.
19407      Branch: perl
19408            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
19409            ! ext/ByteLoader/byterun.h
19410 ____________________________________________________________________________
19411 [ 20221] By: jhi                                   on 2003/07/27  15:19:57
19412         Log: Subject: [PATCH] fix for File::Find logical name collision on VMS
19413              From: "Craig A. Berry" <craigberry@mac.com>
19414              Date: Mon, 21 Jul 2003 19:40:20 -0500
19415              Message-ID: <3F1C87F4.2070401@mac.com>
19416      Branch: perl
19417            ! lib/File/Find.pm
19418 ____________________________________________________________________________
19419 [ 20220] By: jhi                                   on 2003/07/27  15:13:10
19420         Log: Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
19421              From: Enache Adrian <enache@rdslink.ro>
19422              Date: Fri, 18 Jul 2003 23:15:37 +0300
19423              Message-ID: <20030718201537.GA1574@ratsnest.hole>
19424      Branch: perl
19425            ! Makefile.SH bytecode.pl ext/B/B.xs ext/B/B/Assembler.pm
19426            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/typemap
19427            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
19428            ! ext/ByteLoader/bytecode.h installperl t/TEST utils/perlcc.PL
19429 ____________________________________________________________________________
19430 [ 20219] By: jhi                                   on 2003/07/27  15:08:23
19431         Log: Subject: [PATCH-for-RC2] WinCE port addition
19432              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
19433              Date: Fri, 25 Jul 2003 22:17:11 +0400
19434              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
19435      Branch: perl
19436            - wince/README.compile
19437            ! MANIFEST README.ce wince/Makefile.ce wince/README.perlce
19438            ! wince/compile.bat wince/wince.c wince/wince.h
19439 ____________________________________________________________________________
19440 [ 20217] By: jhi                                   on 2003/07/25  06:39:08
19441         Log: Another missing hunk for MakeMaker from .org.
19442      Branch: perl
19443            ! lib/ExtUtils/MakeMaker.pm
19444 ____________________________________________________________________________
19445 [ 20213] By: jhi                                   on 2003/07/24  14:49:25
19446         Log: Grabbed from www.makemaker.org.
19447      Branch: perl
19448            + t/lib/MakeMaker/Test/Setup/Recurs.pm
19449            ! MANIFEST
19450 ____________________________________________________________________________
19451 [ 20211] By: jhi                                   on 2003/07/24  14:00:29
19452         Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8
19453              From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
19454              Date: 14 Jul 2003 05:35:15 -0000
19455              Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
19456      Branch: perl
19457            ! utf8.c
19458 ____________________________________________________________________________
19459 [ 20209] By: jhi                                   on 2003/07/24  13:42:58
19460         Log: Subject: Re: [typo] sv.c pod/perlapi.pod
19461              From: Stas Bekman <stas@stason.org>
19462              Date: Thu, 24 Jul 2003 16:49:27 +0200
19463              Message-ID: <3F1FF1F7.30500@stason.org>
19464      Branch: perl
19465            ! pod/perlapi.pod sv.c
19466 ____________________________________________________________________________
19467 [ 20208] By: jhi                                   on 2003/07/24  13:41:37
19468         Log: Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11
19469              From: Michael G Schwern <schwern@pobox.com>
19470              Date: Thu, 24 Jul 2003 01:28:07 -0700
19471              Message-ID: <20030724082807.GA24285@windhund.schwern.org>
19472      Branch: perl
19473            ! lib/ExtUtils/MakeMaker.pm
19474 ____________________________________________________________________________
19475 [ 20207] By: jhi                                   on 2003/07/24  13:40:39
19476         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_08
19477              From: Michael G Schwern <schwern@pobox.com>
19478              Date: Mon, 21 Jul 2003 20:12:25 -0700
19479              Message-ID: <20030722031224.GD12711@windhund.schwern.org>
19480      Branch: perl
19481            + lib/ExtUtils/t/recurs.t
19482            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
19483            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
19484            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
19485            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/PATCHING
19486            ! lib/ExtUtils/README lib/ExtUtils/t/Command.t
19487            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
19488            ! lib/ExtUtils/t/basic.t
19489 ____________________________________________________________________________
19490 [ 20206] By: jhi                                   on 2003/07/24  13:23:27
19491         Log: (accidentally empty checkin)
19492      Branch: perl
19493            ! lib/perl5db.pl
19494 ____________________________________________________________________________
19495 [ 20203] By: jhi                                   on 2003/07/24  13:14:53
19496         Log: Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()?
19497              From: Steve Hay <steve.hay@uk.radan.com>
19498              Date: Fri, 18 Jul 2003 10:03:21 +0100
19499              Message-ID: <3F17B7D9.80805@uk.radan.com>
19500      Branch: perl
19501            ! makedef.pl
19502 ____________________________________________________________________________
19503 [ 20202] By: jhi                                   on 2003/07/24  13:12:08
19504         Log: Subject: [patch] perldebug.pod clarification
19505              From: Stéphane Payrard <stef@payrard.net>
19506              Date: Mon, 21 Jul 2003 21:36:59 +0200
19507              Message-ID: <20030721193659.GC2722@stefp.dyndns.org>
19508      Branch: perl
19509            ! pod/perldebug.pod
19510 ____________________________________________________________________________
19511 [ 20201] By: jhi                                   on 2003/07/24  13:08:50
19512         Log: Subject: PATCH: More edge tests on t/op/pow.t
19513              From: Andy Lester <andy@petdance.com>
19514              Date: Wed, 23 Jul 2003 16:38:35 -0500
19515              Message-ID: <20030723213834.GA20468@petdance.com>
19516      Branch: perl
19517            ! t/op/pow.t
19518 ____________________________________________________________________________
19519 [ 20200] By: jhi                                   on 2003/07/24  13:06:36
19520         Log: Subject: [PATCH] Fix saving 'V' magic in scan_vstring()
19521              From: Stephen McCamant <smcc@mit.edu>
19522              Date: Tue, 22 Jul 2003 09:41:10 -0400
19523              Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU>
19524      Branch: perl
19525            ! toke.c
19526 ____________________________________________________________________________
19527 [ 20199] By: jhi                                   on 2003/07/24  13:04:24
19528         Log: Subject: [PATCH] Re: Reference to tied elements results in lvalue.
19529              From: Dave Mitchell <davem@fdgroup.com>
19530              Date: Fri, 18 Jul 2003 18:49:43 +0100
19531              Message-ID: <20030718174943.GB6427@fdgroup.com>
19532      Branch: perl
19533            ! sv.c t/op/tie.t
19534 ____________________________________________________________________________
19535 [ 20198] By: jhi                                   on 2003/07/24  09:07:45
19536         Log: Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads
19537              From: Stephen McCamant <smcc@mit.edu>
19538              Date: Sat, 19 Jul 2003 12:06:31 -0400
19539              Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU>
19540      Branch: perl
19541            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
19542 ____________________________________________________________________________
19543 [ 20197] By: jhi                                   on 2003/07/24  08:59:45
19544         Log: Subject: [PATCH] typo in VMS::Filespec
19545              From: Ken Williams <ken@mathforum.org>
19546              Date: Tue, 22 Jul 2003 15:18:21 -0500
19547              Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
19548      Branch: perl
19549            ! vms/ext/Filespec.pm
19550 ____________________________________________________________________________
19551 [ 20196] By: jhi                                   on 2003/07/24  08:54:54
19552         Log: EBCDIC fix from Thomas Dorner.
19553      Branch: perl
19554            ! Makefile.SH
19555 ____________________________________________________________________________
19556 [ 20195] By: jhi                                   on 2003/07/24  08:54:13
19557         Log: POSIX-BC patch from Thomas Dorner.
19558      Branch: perl
19559            ! hints/posix-bc.sh
19560 ____________________________________________________________________________
19561 [ 20194] By: jhi                                   on 2003/07/24  08:45:55
19562         Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning
19563              From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
19564              Date: 14 Jul 2003 05:37:15 -0000
19565              Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
19566      Branch: perl
19567            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
19568 ____________________________________________________________________________
19569 [ 20193] By: jhi                                   on 2003/07/24  08:43:33
19570         Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0
19571              From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
19572              Date: 14 Jul 2003 05:37:02 -0000
19573              Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
19574      Branch: perl
19575            ! ext/IO/lib/IO/Socket.pm
19576 ____________________________________________________________________________
19577 [ 20191] By: jhi                                   on 2003/07/24  08:38:35
19578         Log: Subject: [PATCH] Re: Fatal 5.8.1 error in our $FOO = x if $FOO
19579              From: Dave Mitchell <davem@fdgroup.com>
19580              Date: Thu, 17 Jul 2003 20:33:29 +0100
19581              Message-ID: <20030717193329.GA2699@fdgroup.com>
19582      Branch: perl
19583            ! pad.c t/lib/warnings/pad
19584 ____________________________________________________________________________
19585 [ 20190] By: jhi                                   on 2003/07/24  08:35:11
19586         Log: Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
19587              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
19588              Date: 22 Jul 2003 02:59:13 -0000
19589              Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>
19590      Branch: perl
19591            ! pod/perlfunc.pod
19592 ____________________________________________________________________________
19593 [ 20189] By: jhi                                   on 2003/07/24  08:26:02
19594         Log: Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro
19595              From: Stephen Clouse <stephenc@theiqgroup.com>
19596              Date: Tue, 22 Jul 2003 21:31:38 -0500
19597              Message-ID: <20030723023138.GA15653@owns.warpcore.org>
19598      Branch: perl
19599            ! perl.h
19600 ____________________________________________________________________________
19601 [ 20187] By: jhi                                   on 2003/07/24  07:53:33
19602         Log: Subject: [PATCH] configure.gnu --prefix
19603              From: slaven@rezic.de
19604              Date: Thu, 10 Jul 2003 09:33:27 +0000
19605              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
19606      Branch: perl
19607            ! configure.gnu
19608 ____________________________________________________________________________
19609 [ 20186] By: jhi                                   on 2003/07/24  07:48:21
19610         Log: Subject: Re: problem with rc1 and rc2 on Mac OS X
19611              From: Edward Moy <emoy@apple.com>
19612              Date: Sun, 13 Jul 2003 14:12:57 -0700
19613              Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com>
19614      Branch: perl
19615            ! lib/ExtUtils/MM_Unix.pm
19616 ____________________________________________________________________________
19617 [ 20184] By: jhi                                   on 2003/07/24  07:02:31
19618         Log: Subject: [PATCH 5.8.1 @20153] malloc cleanup
19619              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
19620              Date: Tue, 15 Jul 2003 07:46:58 -0700
19621              Message-ID: <20030715144657.GA21313@math.berkeley.edu>
19622      Branch: perl
19623            ! makedef.pl malloc.c malloc_ctl.h
19624 ____________________________________________________________________________
19625 [ 20182] By: jhi                                   on 2003/07/23  13:28:52
19626         Log: This should make Stas happy.
19627      Branch: perl
19628            ! hv.h perl.c
19629 ____________________________________________________________________________
19630 [ 20180] By: jhi                                   on 2003/07/23  12:40:11
19631         Log: utils.lst parsing tweak for bin/perldoc installation from Rafael.
19632      Branch: perl
19633            ! installperl
19634 ____________________________________________________________________________
19635 [ 20179] By: rgs                                   on 2003/07/21  19:46:19
19636         Log: As the perldoc.pod is now in a separate file under pod/,
19637              the installman script was installing an empty perldoc.1 manpage.
19638      Branch: perl
19639            ! installperl utils.lst
19640 ____________________________________________________________________________
19641 [ 20178] By: rgs                                   on 2003/07/21  19:19:06
19642         Log: Subject: [DOCPATCH] %SIG and SA_RESTART
19643              From: Steve Grazzini <grazz@pobox.com>
19644              Date: Wed, 16 Jul 2003 08:56:21 -0400
19645              Message-ID: <20030716125620.GA7022@grazzini.net>
19646      Branch: perl
19647            ! pod/perlipc.pod pod/perlvar.pod
19648 ____________________________________________________________________________
19649 [ 20177] By: rgs                                   on 2003/07/21  19:14:35
19650         Log: Subject: [PATCH] Re: Perl formats do not work with tied values
19651              From: Dave Mitchell <davem@fdgroup.com>
19652              Date: Tue, 15 Jul 2003 20:46:07 +0100
19653              Message-ID: <20030715194607.GA24592@fdgroup.com>
19654
19655              plus the regression test :
19656              Subject: Re: [PATCH] Re: Perl formats do not work with tied values
19657              From: Nicholas Clark <nick@ccl4.org>
19658              Date: Tue, 15 Jul 2003 22:24:04 +0100
19659              Message-ID: <20030715222404.L20414@plum.flirble.org>
19660      Branch: perl
19661            ! pp_ctl.c t/op/write.t
19662 ____________________________________________________________________________
19663 [ 20176] By: rgs                                   on 2003/07/21  19:00:32
19664         Log: Subject: Re: [PATCH] h2xs and extra_libraries
19665              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
19666              Date: Tue, 15 Jul 2003 07:28:52 +0200
19667              Message-id: <20030715052852.GA494@ethan>
19668      Branch: perl
19669            ! utils/h2xs.PL
19670 ____________________________________________________________________________
19671 [ 20175] By: merijn                                on 2003/07/21  14:26:43
19672         Log: Subject: Re: [PATCH] test clean-up for VMS
19673              From: "Craig A. Berry" <craigberry@mac.com>
19674              Date: Sun, 20 Jul 2003 10:43:32 -0500
19675              Message-ID: <3F1AB8A4.2070207@mac.com>
19676      Branch: perl
19677            ! ext/PerlIO/t/encoding.t lib/File/Spec/t/rel2abs2rel.t
19678            ! lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
19679            ! lib/FileCache/t/03append.t t/io/argv.t t/op/stat.t
19680            ! t/uni/write.t
19681 ____________________________________________________________________________
19682 [ 20174] By: hv                                    on 2003/07/21  10:26:07
19683         Log: Update Changes.
19684      Branch: perl
19685            ! Changes patchlevel.h
19686 ____________________________________________________________________________
19687 [ 20173] By: rgs                                   on 2003/07/20  21:48:21
19688         Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG
19689              (bug #22968)
19690      Branch: perl
19691            ! pod/perlfaq3.pod pod/perlrun.pod
19692 ____________________________________________________________________________
19693 [ 20172] By: rgs                                   on 2003/07/20  21:14:12
19694         Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
19695              From: Andy Dougherty <doughera@lafayette.edu>
19696              Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
19697              Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
19698
19699              plus a clarification to INSTALL :
19700              Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
19701              From: Andy Dougherty <doughera@lafayette.edu>
19702              Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
19703              Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
19704      Branch: perl
19705            ! INSTALL Makefile.SH
19706 ____________________________________________________________________________
19707 [ 20171] By: rgs                                   on 2003/07/20  20:12:54
19708         Log: The warning "Possible precedence problem on bitwise operator"
19709              was incorrectly produced with the bitwise-assignment operators.
19710              Fix it. (bug #23065 concerning 5.8.1 RC2)
19711      Branch: perl
19712            ! op.c t/lib/warnings/op
19713 ____________________________________________________________________________
19714 [ 20170] By: rgs                                   on 2003/07/18  08:03:02
19715         Log: Rename get_seed() to get_hash_seed(), as suggested by
19716              Eric J Kidder, to solve a name conflict on HP_UX 11.00.
19717      Branch: perl
19718            ! embed.fnc embed.h perl.c proto.h util.c
19719 ____________________________________________________________________________
19720 [ 20169] By: rgs                                   on 2003/07/18  06:36:20
19721         Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
19722              From: Andreas J Koenig <andreas.koenig@anima.de>
19723              Date: Fri, 18 Jul 2003 09:36:47 +0200
19724              Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
19725      Branch: perl
19726            ! t/op/pow.t
19727 ____________________________________________________________________________
19728 [ 20168] By: rgs                                   on 2003/07/18  06:21:15
19729         Log: Subject: [ PATCH] Re: isa(UNIVERSAL)?
19730              From: Dave Mitchell <davem@fdgroup.com>
19731              Date: Thu, 17 Jul 2003 21:51:12 +0100
19732              Message-ID: <20030717205112.GA2994@fdgroup.com>
19733      Branch: perl
19734            ! t/op/universal.t universal.c
19735 ____________________________________________________________________________
19736 [ 20167] By: rgs                                   on 2003/07/18  06:14:33
19737         Log: Subject: [PATCH] Re: Oops - Can't calculate our powers
19738              From: Stephen McCamant <smcc@mit.edu>
19739              Date: Fri, 18 Jul 2003 02:26:14 -0400
19740              Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
19741      Branch: perl
19742            ! pp.c t/op/pow.t
19743 ____________________________________________________________________________
19744 [ 20166] By: rgs                                   on 2003/07/17  21:49:10
19745         Log: Subject: [PATCH] Increment cop_seqmax in utilize()
19746              From: Stephen McCamant <smcc@mit.edu>
19747              Date: Tue, 15 Jul 2003 09:57:26 -0400
19748              Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
19749
19750              Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
19751              From: Stephen McCamant <smcc@mit.edu>
19752              Date: Tue, 15 Jul 2003 09:57:31 -0400
19753              Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
19754      Branch: perl
19755            ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c
19756 ____________________________________________________________________________
19757 [ 20165] By: rgs                                   on 2003/07/17  21:24:46
19758         Log: Subject: [PATCH] Re: POSIX::div
19759              From: Michael G Schwern <schwern@pobox.com>
19760              Date: Mon, 14 Jul 2003 14:00:58 -0700
19761              Message-ID: <20030714210057.GK18517@windhund.schwern.org>
19762      Branch: perl
19763            ! ext/POSIX/POSIX.pm
19764 ____________________________________________________________________________
19765 [ 20164] By: rgs                                   on 2003/07/17  21:15:51
19766         Log: PERL5LIB is not colon-separated everywhere
19767      Branch: perl
19768            ! pod/perlrun.pod
19769 ____________________________________________________________________________
19770 [ 20163] By: rgs                                   on 2003/07/17  20:59:15
19771         Log: Subject: [PATCH] fix $^N-related coredump
19772              From: Anton Berezin <tobez@tobez.org>
19773              Date: Mon, 14 Jul 2003 13:50:35 +0200
19774              Message-ID: <20030714115035.GA10971@heechee.tobez.org>
19775      Branch: perl
19776            ! pp_hot.c sv.c
19777 ____________________________________________________________________________
19778 [ 20162] By: rgs                                   on 2003/07/17  20:39:31
19779         Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
19780              From: Tony Bowden <tony@kasei.com>
19781              Date: Thu, 17 Jul 2003 16:49:35 +0100
19782              Message-ID: <20030717154935.GA20302@soto.kasei.com>
19783      Branch: perl
19784            ! pod/perlfunc.pod
19785 ____________________________________________________________________________
19786 [ 20161] By: rgs                                   on 2003/07/17  20:25:52
19787         Log: Minor nits in perlsyn.pod
19788      Branch: perl
19789            ! pod/perlsyn.pod
19790 ____________________________________________________________________________
19791 [ 20159] By: rgs                                   on 2003/07/13  20:02:34
19792         Log: Subject: [PATCH] incorrect error message from Attribute::Handlers
19793              From: Claes Jacobsson <claes@surfar.nu>
19794              Date: Sat, 12 Jul 2003 16:30:42 +0200
19795              Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
19796      Branch: perl
19797            ! lib/Attribute/Handlers.pm
19798 ____________________________________________________________________________
19799 [ 20158] By: rgs                                   on 2003/07/13  19:52:58
19800         Log: Add a TODO test for perlbug #19049
19801              Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
19802              From: Alex Gough <alex-p5p@earth.li>
19803              Date: Fri, 11 Jul 2003 01:12:42 +0100
19804              Message-ID: <20030711001242.GD2484@the.earth.li>
19805      Branch: perl
19806            ! t/op/pat.t
19807 ____________________________________________________________________________
19808 [ 20157] By: rgs                                   on 2003/07/13  19:43:29
19809         Log: Minor updates of the charnames documentation.
19810      Branch: perl
19811            ! lib/charnames.pm
19812 ____________________________________________________________________________
19813 [ 20156] By: rgs                                   on 2003/07/11  19:37:34
19814         Log: Subject: Re: Sort sub and NaNs
19815              From: "John P. Linderman" <jpl@research.att.com>
19816              Date: Thu, 10 Jul 2003 10:45:06 -0400
19817              Message-Id: <200307101445.KAA79110@raptor.research.att.com>
19818
19819              Warn against a potential edge case with sort, <=> and NaNs.
19820      Branch: perl
19821            ! pod/perlfunc.pod
19822 ____________________________________________________________________________
19823 [ 20155] By: rgs                                   on 2003/07/11  19:11:17
19824         Log: Subject: [DOCPATCH] perlfunc/read
19825              From: Steve Grazzini <grazz@pobox.com>
19826              Date: Tue, 8 Jul 2003 10:23:03 -0400
19827              Message-ID: <20030708142303.GB23698@grazzini.net>
19828
19829              Clarify the OFFSET parameter to read().
19830      Branch: perl
19831            ! pod/perlfunc.pod
19832 ____________________________________________________________________________
19833 [ 20154] By: rgs                                   on 2003/07/11  18:54:09
19834         Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
19835              From: Michael G Schwern <schwern@pobox.com>
19836              Date: Tue, 13 May 2003 18:33:05 -0700
19837              Message-ID: <20030514013305.GB22001@windhund.schwern.org>
19838      Branch: perl
19839            ! pod/perlsyn.pod pod/perltrap.pod
19840 ____________________________________________________________________________
19841 [ 20145] By: jhi                                   on 2003/07/11  05:07:09
19842         Log: I think the API for mod_perl v2 should be simply that
19843              PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
19844              itself, hopefully from a good source of random bits.
19845      Branch: perl
19846            ! perl.c
19847 ____________________________________________________________________________
19848 [ 20143] By: jhi                                   on 2003/07/11  00:35:07
19849         Log: pTHX.
19850      Branch: perl
19851            ! util.c
19852 ____________________________________________________________________________
19853 [ 20139] By: jhi                                   on 2003/07/11  00:21:43
19854         Log: New order of seed.
19855      Branch: perl
19856            ! pod/perlrun.pod
19857 ____________________________________________________________________________
19858 [ 20138] By: jhi                                   on 2003/07/11  00:13:11
19859         Log: More retraction.
19860      Branch: perl
19861            ! INSTALL
19862 ____________________________________________________________________________
19863 [ 20137] By: jhi                                   on 2003/07/11  00:10:14
19864         Log: Retract the statements.
19865      Branch: perl
19866            ! pod/perlfunc.pod pod/perlsec.pod
19867 ____________________________________________________________________________
19868 [ 20135] By: jhi                                   on 2003/07/11  00:03:33
19869         Log: Chicken out: the hash randomisation is not on by default.
19870              We switch over to the explicit mode: in other words, if
19871              the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
19872              randomise only if PL_hash_seed_set is FALSE (this means
19873              one can use PERL_HASH() before perl_run.)  Also, since
19874              now PERL_HASH_SEED is okay even under -T, all should be fine.
19875              (Ha!)
19876      Branch: perl
19877            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
19878            ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
19879 ____________________________________________________________________________
19880 [ 20134] By: jhi                                   on 2003/07/10  23:23:38
19881         Log: Check PERL_HASH_SEED even when tainted.
19882      Branch: perl
19883            ! perl.c pod/perlrun.pod
19884 ____________________________________________________________________________
19885 [ 20131] By: jhi                                   on 2003/07/10  22:42:29
19886         Log: &Time::HiRes::d_nanosleep was broken.
19887      Branch: perl
19888            ! ext/Time/HiRes/Makefile.PL
19889 ____________________________________________________________________________
19890 [ 20130] By: jhi                                   on 2003/07/10  22:37:02
19891         Log: Subject: [PATCH} db-recno.t on Mac OS X
19892              From: slaven@rezic.de
19893              Date: Thu, 10 Jul 2003 12:41:05 +0000
19894              Message-Id: <1057840865.9622@devpc01.iconmobile.de>
19895      Branch: perl
19896            ! ext/DB_File/t/db-recno.t
19897 ____________________________________________________________________________
19898 [ 20129] By: jhi                                   on 2003/07/10  22:31:39
19899         Log: Subject: [comment patch]
19900              From: Stas Bekman <stas@stason.org>
19901              Date: Thu, 10 Jul 2003 14:19:22 -0700
19902              Message-ID: <3F0DD85A.1070902@stason.org>
19903      Branch: perl
19904            ! perl.c
19905 ____________________________________________________________________________
19906 [ 20127] By: jhi                                   on 2003/07/10  22:21:04
19907         Log: Be vague enough.
19908      Branch: perl
19909            ! pod/perldata.pod
19910 ____________________________________________________________________________
19911 [ 20125] By: rgs                                   on 2003/07/10  19:28:48
19912         Log: regen embed.pl for the bleadperl branch as well.
19913      Branch: perl
19914            ! embedvar.h
19915 ____________________________________________________________________________
19916 [ 20124] By: jhi                                   on 2003/07/10  18:33:56
19917         Log: Time travel noticed by Enache.
19918      Branch: perl
19919            ! pod/perlhist.pod
19920 ____________________________________________________________________________
19921 [ 20120] By: jhi                                   on 2003/07/10  17:38:28
19922         Log: I can see the future.  It is cloudy.
19923      Branch: perl
19924            ! pod/perlhist.pod
19925 ____________________________________________________________________________
19926 [ 20119] By: jhi                                   on 2003/07/10  17:37:25
19927         Log: Subject: [PATCH] configure.gnu --prefix
19928              From: slaven@rezic.de
19929              Date: Thu, 10 Jul 2003 09:33:27 +0000
19930              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
19931      Branch: perl
19932            ! configure.gnu
19933 ____________________________________________________________________________
19934 [ 20118] By: jhi                                   on 2003/07/10  17:35:32
19935         Log: malloc alignment patch from Spider, needed for Tru64 + longdouble.
19936      Branch: perl
19937            ! malloc.c
19938 ____________________________________________________________________________
19939 [ 20117] By: jhi                                   on 2003/07/10  17:33:53
19940         Log: Subject: [PATCH] Restore SIGFPE on exec()
19941              From: Chip Salzenberg <chip@pobox.com>
19942              Date: Thu, 10 Jul 2003 13:13:20 -0400
19943              Message-ID: <20030710171319.GA21588@perlsupport.com>
19944      Branch: perl
19945            ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c
19946 ____________________________________________________________________________
19947 [ 20116] By: jhi                                   on 2003/07/10  17:28:00
19948         Log: The *right* way to make the csighandler visible.
19949      Branch: perl
19950            ! embed.fnc embed.h global.sym
19951 ____________________________________________________________________________
19952 [ 20114] By: jhi                                   on 2003/07/10  15:06:41
19953         Log: Retract #20112.
19954      Branch: perl
19955            ! embed.fnc embedvar.h intrpvar.h perlapi.h
19956 ____________________________________________________________________________
19957 [ 20112] By: jhi                                   on 2003/07/10  14:17:59
19958         Log: Argh.  At least AIX builds choke because of this.
19959      Branch: perl
19960            ! embed.fnc embedvar.h intrpvar.h perlapi.h
19961 ____________________________________________________________________________
19962 [ 20106] By: jhi                                   on 2003/07/10  04:50:05
19963         Log: Upgrade to podlators 1.27.
19964      Branch: perl
19965            ! lib/Pod/Text/Termcap.pm
19966 ____________________________________________________________________________
19967 [ 20104] By: jhi                                   on 2003/07/10  04:40:02
19968         Log: Deprecate v-strings.
19969      Branch: perl
19970            ! pod/perldata.pod
19971 ____________________________________________________________________________
19972 [ 20103] By: jhi                                   on 2003/07/10  04:28:40
19973         Log: perlfaq sync.
19974      Branch: perl
19975            ! pod/perlfaq1.pod
19976 ____________________________________________________________________________
19977 [ 20100] By: jhi                                   on 2003/07/09  17:40:41
19978         Log: Detypo.
19979      Branch: perl
19980            ! hints/darwin.sh
19981 ____________________________________________________________________________
19982 [ 20098] By: jhi                                   on 2003/07/09  17:29:53
19983         Log: Fixes from Ron Kimball.
19984      Branch: perl
19985            ! pod/perldata.pod
19986 ____________________________________________________________________________
19987 [ 20097] By: jhi                                   on 2003/07/09  17:27:35
19988         Log: Fix for the 'print v65' plus safety tweaks from Rafael.
19989      Branch: perl
19990            ! toke.c
19991 ____________________________________________________________________________
19992 [ 20096] By: jhi                                   on 2003/07/09  17:06:29
19993         Log: More Darwin/MacOSX paths twiddling.
19994      Branch: perl
19995            ! hints/darwin.sh
19996 ____________________________________________________________________________
19997 [ 20093] By: jhi                                   on 2003/07/09  11:43:09
19998         Log: Play safe and use the system malloc in FreeBSD.
19999              Yes, performance suffers.  But that is better than
20000              random core dumps.
20001      Branch: perl
20002            ! hints/freebsd.sh
20003 ____________________________________________________________________________
20004 [ 20090] By: jhi                                   on 2003/07/09  08:12:32
20005         Log: Upgrade to Encode 1.97.
20006      Branch: perl
20007            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
20008            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
20009            ! ext/Encode/lib/Encode/Encoder.pm
20010            ! ext/Encode/lib/Encode/Guess.pm
20011            ! ext/Encode/lib/Encode/JP/JIS7.pm
20012 ____________________________________________________________________________
20013 [ 20089] By: jhi                                   on 2003/07/09  08:08:30
20014         Log: Rework the perldata vXX => ... entry a bit.
20015      Branch: perl
20016            ! pod/perldata.pod
20017 ____________________________________________________________________________
20018 [ 20088] By: jhi                                   on 2003/07/09  08:04:04
20019         Log: Document the vXX => change in perldata, too.
20020      Branch: perl
20021            ! pod/perldata.pod
20022 ____________________________________________________________________________
20023 [ 20085] By: jhi                                   on 2003/07/09  07:49:46
20024         Log: Test the vX => ... fix.
20025      Branch: perl
20026            ! t/op/ver.t
20027 ____________________________________________________________________________
20028 [ 20084] By: jhi                                   on 2003/07/09  06:58:39
20029         Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
20030              From: John Peacock <jpeacock@rowman.com>
20031              Date: Wed, 09 Jul 2003 01:05:38 -0700
20032              Message-ID: <3F0BCCD2.1020009@rowman.com>
20033      Branch: perl
20034            ! embed.fnc pod/perlapi.pod toke.c util.c
20035 ____________________________________________________________________________
20036 [ 20083] By: jhi                                   on 2003/07/09  06:27:15
20037         Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
20038              for the install dirs.
20039      Branch: perl
20040            ! hints/darwin.sh
20041 ____________________________________________________________________________
20042 [ 20082] By: jhi                                   on 2003/07/09  05:57:16
20043         Log: Enable avoiding /System/Library in Mac OS X by
20044              doing Configure -Dprefix=/some/where -Uvendorlib.
20045      Branch: perl
20046            ! hints/darwin.sh
20047 ____________________________________________________________________________
20048 [ 20081] By: jhi                                   on 2003/07/09  05:53:56
20049         Log: Subject: [PATCH] Safe signals via POSIX::sigaction
20050              From: Chip Salzenberg <chip@pobox.com>
20051              Date: Wed, 9 Jul 2003 01:49:10 -0400
20052              Message-ID: <20030709054910.GH2021@perlsupport.com>
20053      Branch: perl
20054            ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
20055            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h
20056 ____________________________________________________________________________
20057 [ 20079] By: rgs                                   on 2003/07/08  20:26:20
20058         Log: The CHECKOP macro was not invoked on some newly created ops
20059              (to match them against the current opmask.) As a consequence,
20060              Safe compartments were unable to trap some ops (pattern
20061              match, slices, conditionals.) This fixes the holes.
20062      Branch: perl
20063            ! op.c
20064 ____________________________________________________________________________
20065 [ 20078] By: jhi                                   on 2003/07/08  19:30:13
20066         Log: Revert #20077.
20067      Branch: perl
20068            ! lib/CPAN.pm
20069 ____________________________________________________________________________
20070 [ 20077] By: jhi                                   on 2003/07/08  18:40:51
20071         Log: Don't recommend to upgrade the base.pm in the core with
20072              the base.pm from Class::Fields.  They are not the same.
20073      Branch: perl
20074            ! lib/CPAN.pm
20075 ____________________________________________________________________________
20076 [ 20076] By: jhi                                   on 2003/07/08  17:39:49
20077         Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
20078              From: Enache Adrian <enache@rdslink.ro>
20079              Date: Tue, 8 Jul 2003 20:47:58 +0300
20080              Message-ID: <20030708174758.GA1177@ratsnest.hole>
20081
20082              (ByteLoader tweak avoiding a leaked scalar)
20083      Branch: perl
20084            ! op.c
20085 ____________________________________________________________________________
20086 [ 20071] By: jhi                                   on 2003/07/08  09:18:19
20087         Log: In 5.8.x, fast stdio places still do use stdio.
20088      Branch: perl
20089            ! ext/Digest/MD5/t/badfile.t
20090 ____________________________________________________________________________
20091 [ 20069] By: jhi                                   on 2003/07/08  08:41:01
20092         Log: Subject: [PATCH] format 'botched' in malloc.c
20093              From: Enache Adrian <enache@rdslink.ro>
20094              Date: Mon, 7 Jul 2003 21:57:06 +0300
20095              Message-ID: <20030707185706.GB7017@ratsnest.hole>
20096      Branch: perl
20097            ! malloc.c
20098 ____________________________________________________________________________
20099 [ 20068] By: jhi                                   on 2003/07/08  08:36:27
20100         Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
20101              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
20102              Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
20103              Message-ID: <12022.1057655645@www59.gmx.net>
20104      Branch: perl
20105            ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c
20106 ____________________________________________________________________________
20107 [ 20066] By: jhi                                   on 2003/07/08  05:24:58
20108         Log: Retract #20065: I don't think this is the right way
20109              to patch this issue.
20110      Branch: perl
20111            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
20112 ____________________________________________________________________________
20113 [ 20065] By: jhi                                   on 2003/07/08  05:14:31
20114         Log: Configure tweak from Johnny Lam so that the
20115              INSTALLSITEMAN[13]DIR get correctly set.
20116      Branch: perl
20117            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
20118 ____________________________________________________________________________
20119 [ 20063] By: rgs                                   on 2003/07/07  18:58:47
20120         Log: Regexp bug in the docs, spotted by Enache's eagle eyes.
20121      Branch: perl
20122            ! pod/perlsyn.pod
20123 ____________________________________________________________________________
20124 [ 20062] By: jhi                                   on 2003/07/07  18:27:02
20125         Log: Mark Bixby ++.
20126      Branch: perl
20127            ! perl.c
20128 ____________________________________________________________________________
20129 [ 20061] By: jhi                                   on 2003/07/07  18:26:35
20130         Log: The nanosleep() probe was kaputt, fixed by Mark Bixby.
20131      Branch: perl
20132            ! ext/Time/HiRes/Makefile.PL
20133 ____________________________________________________________________________
20134 [ 20059] By: jhi                                   on 2003/07/07  15:06:35
20135         Log: Good catch from Gisle.
20136      Branch: perl
20137            ! pod/perlfunc.pod
20138 ____________________________________________________________________________
20139 [ 20058] By: jhi                                   on 2003/07/07  14:12:27
20140         Log: Refashioned #20055: we cannot trust stdio to fail here.
20141      Branch: perl
20142            ! ext/Digest/MD5/t/badfile.t
20143 ____________________________________________________________________________
20144 [ 20057] By: jhi                                   on 2003/07/07  14:08:16
20145         Log: Retract #20056, #20055, #20052, #20050, #20048: the changes
20146              are just breaking more than they are fixing.
20147      Branch: perl
20148            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
20149            ! ext/Digest/MD5/t/files.t perlio.c
20150 ____________________________________________________________________________
20151 [ 20056] By: jhi                                   on 2003/07/07  13:31:14
20152         Log: Returning zero from PerlIO_read() is okay;
20153              update MD5 sums.
20154      Branch: perl
20155            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
20156 ____________________________________________________________________________
20157 [ 20055] By: jhi                                   on 2003/07/07  13:23:58
20158         Log: If perlio is completely out of the picture, we can
20159              get tripped by different stdio implementations.
20160      Branch: perl
20161            ! ext/Digest/MD5/t/badfile.t
20162 ____________________________________________________________________________
20163 [ 20054] By: jhi                                   on 2003/07/07  12:58:06
20164         Log: AUTHORS tweak.
20165      Branch: perl
20166            ! AUTHORS
20167 ____________________________________________________________________________
20168 [ 20053] By: jhi                                   on 2003/07/07  12:04:26
20169         Log: Subject: Patch to README.solaris
20170              From: Alan Burlison <Alan.Burlison@sun.com>
20171              Date: Mon, 07 Jul 2003 14:15:57 +0100
20172              Message-ID: <3F09728D.1070408@sun.com>
20173      Branch: perl
20174            ! README.solaris
20175 ____________________________________________________________________________
20176 [ 20052] By: jhi                                   on 2003/07/07  10:28:35
20177         Log: Update MD5 checksums.
20178      Branch: perl
20179            ! ext/Digest/MD5/t/files.t
20180 ____________________________________________________________________________
20181 [ 20051] By: jhi                                   on 2003/07/07  09:56:48
20182         Log: Be more explicit than just 'characters'.
20183      Branch: perl
20184            ! pod/perlfunc.pod
20185 ____________________________________________________________________________
20186 [ 20050] By: jhi                                   on 2003/07/07  09:38:28
20187         Log: Try making PerlIO errors more consistent.
20188              (1) Check early whether the filehandle is capable of
20189              the requested action.
20190              (2) PerlIO_read() really can return -1, and so can
20191              PerlIOUnix_read().
20192              (3) Some stdio implementations are more forgiving
20193              than others, so check also for errors recorded
20194              by PerlIO in PerlStdio_errno().
20195      Branch: perl
20196            ! perlio.c
20197 ____________________________________________________________________________
20198 [ 20049] By: jhi                                   on 2003/07/07  09:08:19
20199         Log: Linewrapping.
20200      Branch: perl
20201            ! pod/perlapio.pod
20202 ____________________________________________________________________________
20203 [ 20048] By: jhi                                   on 2003/07/07  09:06:58
20204         Log: PerlIO_read() can return negative.
20205      Branch: perl
20206            ! ext/Digest/MD5/MD5.xs
20207 ____________________________________________________________________________
20208 [ 20043] By: jhi                                   on 2003/07/07  04:36:22
20209         Log: Use the existence, instead of the truth, to decide
20210              whether to scan for a symbol.
20211              (Also remove trailing spaces.)
20212      Branch: perl
20213            ! ext/Time/HiRes/Makefile.PL
20214 ____________________________________________________________________________
20215 [ 20042] By: jhi                                   on 2003/07/07  04:29:35
20216         Log: MPE/iX tweak from Mark Bixby.
20217      Branch: perl
20218            ! ext/Time/HiRes/Makefile.PL
20219 ____________________________________________________________________________
20220 [ 20041] By: rgs                                   on 2003/07/06  21:45:37
20221         Log: Upgrade BigInt and BigRat
20222              Subject: BigInt v1.65, Bigrat v0.10 - reloaded
20223              From: Tels <perl_dummy@bloodgate.com>
20224              Date: Sun, 6 Jul 2003 15:41:36 +0200
20225              Message-Id: <200307061158.23576@bloodgate.com>
20226      Branch: perl
20227            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
20228            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
20229            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
20230            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
20231            ! lib/Math/BigRat/t/bigratpm.t
20232 ____________________________________________________________________________
20233 [ 20040] By: rgs                                   on 2003/07/06  21:11:20
20234         Log: Subject: Re: [perl #5025] #line directive explination wrong
20235              From: Casey West <casey@geeknest.com>
20236              Date: Sun, 6 Jul 2003 18:24:46 -0400
20237              Message-ID: <20030706222446.GL7506@geeknest.com>
20238      Branch: perl
20239            ! pod/perlsyn.pod
20240 ____________________________________________________________________________
20241 [ 20039] By: jhi                                   on 2003/07/06  20:19:31
20242         Log: Update the CPAN mirrors list.
20243      Branch: perl
20244            ! pod/perlmodlib.PL pod/perlmodlib.pod
20245 ____________________________________________________________________________
20246 [ 20036] By: gsar                                  on 2003/07/06  17:11:59
20247         Log: yet another symbol missing in change#20018
20248      Branch: perl
20249            ! makedef.pl
20250 ____________________________________________________________________________
20251 [ 20035] By: gsar                                  on 2003/07/06  17:02:21
20252         Log: PerlIOBase_pushed seems to have gone missing in change#20018
20253      Branch: perl
20254            ! makedef.pl
20255 ____________________________________________________________________________
20256 [ 20034] By: jhi                                   on 2003/07/06  16:46:20
20257         Log: Subject: [PATCH @19834] DProf fixes
20258              From: Radu Greab <radu@netsoft.ro>
20259              Date: Sun, 6 Jul 2003 20:09:12 +0300
20260              Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
20261      Branch: perl
20262            + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
20263            + t/lib/dprof/test8_v
20264            ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
20265            ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod
20266            ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c
20267 ____________________________________________________________________________
20268 [ 20032] By: jhi                                   on 2003/07/06  16:21:33
20269         Log: Forgotten from change #20031.
20270      Branch: perl
20271            ! makedef.pl malloc_ctl.h
20272 ____________________________________________________________________________
20273 [ 20031] By: jhi                                   on 2003/07/06  16:16:08
20274         Log: Subject: [PATCH] improve WinCE port
20275              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
20276              Date: Sun, 6 Jul 2003 18:46:09 +0400
20277              Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
20278
20279              Subject: [PATCH] improve WinCE port -- addition
20280              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
20281              Date: Sun, 6 Jul 2003 19:50:47 +0400
20282              Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
20283      Branch: perl
20284            + wince/perlhost.h wince/vdir.h wince/vmem.h
20285            ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c
20286            ! wince/win32.h wince/win32io.c wince/win32iop.h
20287            ! wince/win32thread.c wince/win32thread.h wince/wince.c
20288            ! wince/wince.h
20289 ____________________________________________________________________________
20290 [ 20030] By: jhi                                   on 2003/07/06  15:59:25
20291         Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
20292              From: merlyn@stonehenge.com (Randal L. Schwartz)
20293              Date: 05 Jul 2003 16:29:14 -0700
20294              Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
20295      Branch: perl
20296            ! pod/perlfaq2.pod
20297 ____________________________________________________________________________
20298 [ 20026] By: jhi                                   on 2003/07/06  08:14:48
20299         Log: FreeBSD: if someone *really* wants to use the system malloc.
20300      Branch: perl
20301            ! hints/freebsd.sh
20302 ____________________________________________________________________________
20303 [ 20025] By: jhi                                   on 2003/07/06  07:48:01
20304         Log: Make the 'slow ok' feature optional.
20305      Branch: perl
20306            ! lib/Test/Harness.pm
20307 ____________________________________________________________________________
20308 [ 20024] By: jhi                                   on 2003/07/06  07:44:57
20309         Log: The change #20022 didn't work for Command.t.
20310      Branch: perl
20311            ! lib/ExtUtils/t/Command.t
20312 ____________________________________________________________________________
20313 [ 20023] By: jhi                                   on 2003/07/06  07:29:22
20314         Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
20315              From: Michael G Schwern <schwern@pobox.com>
20316              Date: Sat, 5 Jul 2003 13:34:37 -0700
20317              Message-ID: <20030705203437.GB2598@windhund.schwern.org>
20318
20319              Print out the "ok" messages only once every second,
20320              this should make output much less and therefore testing
20321              much faster, especially on slower connections.
20322      Branch: perl
20323            ! lib/Test/Harness.pm
20324 ____________________________________________________________________________
20325 [ 20022] By: jhi                                   on 2003/07/06  07:26:52
20326         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
20327              From: Michael G Schwern <schwern@pobox.com>
20328              Date: Sat, 5 Jul 2003 16:59:49 -0700
20329              Message-ID: <20030705235949.GB3485@windhund.schwern.org>
20330      Branch: perl
20331            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
20332            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
20333            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod
20334            ! lib/ExtUtils/t/Command.t
20335 ____________________________________________________________________________
20336 [ 20021] By: jhi                                   on 2003/07/06  07:19:17
20337         Log: Reintroduce changes #19723 and #19723 that were not
20338              in Net::Ping 2.31; needed for Windows.
20339      Branch: perl
20340            ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
20341 ____________________________________________________________________________
20342 [ 20020] By: jhi                                   on 2003/07/05  19:12:21
20343         Log: Upgrade to Digest::MD5 2.25.
20344      Branch: perl
20345            + ext/Digest/MD5/t/clone.t
20346            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
20347            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
20348            ! ext/Digest/MD5/t/files.t
20349 ____________________________________________________________________________
20350 [ 20019] By: jhi                                   on 2003/07/05  18:40:51
20351         Log: Make a read from a write-only fh to set errno
20352              (found by Gisle)
20353      Branch: perl
20354            ! perlio.c
20355 ____________________________________________________________________________
20356 [ 20018] By: jhi                                   on 2003/07/05  18:05:19
20357         Log: Add PerlIOBuf_close to makedef.pl as pointed out by
20358              Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
20359              duplicates.
20360      Branch: perl
20361            ! makedef.pl
20362 ____________________________________________________________________________
20363 [ 20017] By: jhi                                   on 2003/07/05  17:47:47
20364         Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures
20365              From: Dave Mitchell <davem@fdgroup.com>
20366              Date: Sat, 5 Jul 2003 19:12:51 +0100
20367              Message-ID: <20030705181251.GA14502@fdgroup.com>
20368      Branch: perl
20369            ! ext/threads/t/problems.t
20370 ____________________________________________________________________________
20371 [ 20016] By: jhi                                   on 2003/07/05  17:36:34
20372         Log: OpenBSD sometimes gets -0, probably due to fp fuzziness..
20373      Branch: perl
20374            ! lib/Benchmark.t
20375 ____________________________________________________________________________
20376 [ 20012] By: jhi                                   on 2003/07/05  13:46:05
20377         Log: Be explicit about the $0 pain in Linux 2.2.
20378      Branch: perl
20379            ! pod/perlvar.pod
20380 ____________________________________________________________________________
20381 [ 20010] By: rgs                                   on 2003/07/05  12:06:41
20382         Log: Comment out some debugging output in Math::BigInt, that
20383              causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
20384      Branch: perl
20385            ! lib/Math/BigInt.pm
20386 ____________________________________________________________________________
20387 [ 20009] By: jhi                                   on 2003/07/05  10:56:55
20388         Log: The logic for additional randomisation for 64-bit UV
20389              cases was wrong.
20390      Branch: perl
20391            ! perl.c
20392 ____________________________________________________________________________
20393 [ 20008] By: jhi                                   on 2003/07/05  09:10:46
20394         Log: IIRC gcc would complain about if (s = ...).
20395      Branch: perl
20396            ! perl.c
20397 ____________________________________________________________________________
20398 [ 20007] By: jhi                                   on 2003/07/05  09:09:44
20399         Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
20400              since CGI scripts are (should be) run under -T, being able
20401              to show the HASH_SEED in case of problems is good.
20402              The $ENV{PERL_HASH_SEED} is still ignored under taint.
20403      Branch: perl
20404            ! perl.c
20405 ____________________________________________________________________________
20406 [ 20006] By: jhi                                   on 2003/07/05  07:56:56
20407         Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation
20408              From: "Craig A. Berry" <craigberry@mac.com>
20409              Date: Sat, 05 Jul 2003 00:38:28 -0500
20410              Message-ID: <3F066454.90003@mac.com>
20411      Branch: perl
20412            ! lib/ExtUtils/MM_VMS.pm
20413 ____________________________________________________________________________
20414 [ 20004] By: jhi                                   on 2003/07/05  07:47:02
20415         Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
20416              From: Robin Barker <Robin.Barker@npl.co.uk>
20417              Date: Fri, 4 Jul 2003 19:15:01 +0100
20418              Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
20419      Branch: perl
20420            ! dump.c
20421 ____________________________________________________________________________
20422 [ 20003] By: rgs                                   on 2003/07/05  07:45:16
20423         Log: Allow to create more than one Shell object :
20424              Subject: [patch] Shell.pm fix
20425              From: Stéphane Payrard <stef@payrard.net>
20426              Date: Sat, 5 Jul 2003 01:16:50 +0200
20427              Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
20428      Branch: perl
20429            ! lib/Shell.pm
20430 ____________________________________________________________________________
20431 [ 20002] By: rgs                                   on 2003/07/04  21:49:05
20432         Log: Author list update (to be continued...)
20433      Branch: perl
20434            ! AUTHORS
20435 ____________________________________________________________________________
20436 [ 20001] By: rgs                                   on 2003/07/04  21:42:12
20437         Log: Add a new test target in the makefile, test_harness_notty.
20438              It's like test_harness, but sets HARNESS_NOTTY=1 to make
20439              Test::Harness' output less blinking.
20440      Branch: perl
20441            ! Makefile.SH
20442 ____________________________________________________________________________
20443 [ 20000] By: rgs                                   on 2003/07/04  20:58:05
20444         Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
20445              and bignum v0.14.
20446      Branch: perl
20447            + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
20448            + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
20449            + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
20450            + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
20451            + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
20452            + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
20453            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
20454            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
20455            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
20456            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
20457            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
20458            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/bigints.t
20459            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
20460            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/mbimbf.inc
20461            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/require.t
20462            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
20463            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.inc
20464            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
20465            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
20466            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
20467            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
20468            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
20469            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
20470            ! lib/bignum/t/brinfnan.t lib/bigrat.pm
20471            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
20472            ! t/lib/Math/BigInt/Subclass.pm
20473 ____________________________________________________________________________
20474 [ 19999] By: rgs                                   on 2003/07/04  19:39:01
20475         Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
20476              appears just before the name of the command to be run. See
20477
20478              Subject: Re: PERL_SKIP_TTY_TEST fix
20479              From: Alexey Tourbin <at@altlinux.ru>
20480              Date: Fri, 4 Jul 2003 17:25:34 +0400
20481              Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
20482      Branch: perl
20483            ! Makefile.SH
20484 ____________________________________________________________________________
20485 [ 19998] By: rgs                                   on 2003/07/04  19:31:33
20486         Log: Fix non-numeric $VERSION.
20487      Branch: perl
20488            ! lib/Math/BigInt.pm
20489 ____________________________________________________________________________
20490 [ 19995] By: jhi                                   on 2003/07/04  14:36:56
20491         Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN.
20492      Branch: perl
20493            ! lib/Math/BigInt.pm
20494 ____________________________________________________________________________
20495 [ 19994] By: jhi                                   on 2003/07/04  14:36:17
20496         Log: More $0 sad tales.
20497      Branch: perl
20498            ! pod/perlvar.pod
20499 ____________________________________________________________________________
20500 [ 19993] By: jhi                                   on 2003/07/04  14:34:40
20501         Log: Oops.
20502      Branch: perl
20503            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
20504 ____________________________________________________________________________
20505 [ 19990] By: jhi                                   on 2003/07/04  13:50:29
20506         Log: Upgrade to PodParser 1.23; but do not update
20507              t/pod/find.t or t/pod/testp2pt.pl since the
20508              first one does not work at all under core,
20509              and the second change would drop MacOS Classic
20510              portability tweaks introduced by change #18669.
20511      Branch: perl
20512            ! lib/Pod/Find.pm lib/Pod/Usage.pm
20513 ____________________________________________________________________________
20514 [ 19989] By: jhi                                   on 2003/07/04  13:20:51
20515         Log: Upgrade to Text::Balanced 1.94.
20516      Branch: perl
20517            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
20518            ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t
20519            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
20520 ____________________________________________________________________________
20521 [ 19988] By: jhi                                   on 2003/07/04  13:17:22
20522         Log: Upgrade to Net::Ping 2.31.
20523      Branch: perl
20524            ! lib/Net/Ping.pm lib/Net/Ping/Changes
20525            ! lib/Net/Ping/t/250_ping_hires.t
20526            ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t
20527 ____________________________________________________________________________
20528 [ 19987] By: jhi                                   on 2003/07/04  13:09:04
20529         Log: Upgrade to Locale::Maketext 1.06.
20530      Branch: perl
20531            + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
20532            + lib/Locale/Maketext/t/90utf8.t
20533            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
20534 ____________________________________________________________________________
20535 [ 19986] By: jhi                                   on 2003/07/04  12:59:45
20536         Log: Upgrade to Digest::MD5 2.24, with few extra tweaks:
20537              (1) make the PATCHLEVEL logic as it is with List::Util
20538              (more portable to older Perls)
20539              (2) regen the MD5 checksums with ...
20540              (3) ... the Mac OS Classic checksums generated via MacRoman
20541              (just a guess)
20542              (4) Keep the core Makefile.PL.
20543      Branch: perl
20544            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
20545            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
20546 ____________________________________________________________________________
20547 [ 19985] By: jhi                                   on 2003/07/04  12:43:10
20548         Log: Upgrade to CPAN 1.71.
20549      Branch: perl
20550            ! lib/CPAN.pm
20551 ____________________________________________________________________________
20552 [ 19984] By: jhi                                   on 2003/07/04  12:39:20
20553         Log: Upgrade to CGI.pm 2.97.
20554      Branch: perl
20555            ! lib/CGI.pm lib/CGI/Carp.pm
20556 ____________________________________________________________________________
20557 [ 19982] By: jhi                                   on 2003/07/04  10:45:05
20558         Log: No energy now to figure out what is wrong with $0
20559              (or ps) in Tru64.  The test works fine when run from
20560              command line.
20561      Branch: perl
20562            ! ext/threads/t/join.t
20563 ____________________________________________________________________________
20564 [ 19981] By: jhi                                   on 2003/07/04  10:34:42
20565         Log: AUTHORS updates.
20566      Branch: perl
20567            ! AUTHORS
20568 ____________________________________________________________________________
20569 [ 19980] By: jhi                                   on 2003/07/04  08:40:51
20570         Log: line_t is U32, not I32.
20571      Branch: perl
20572            ! bytecode.pl
20573 ____________________________________________________________________________
20574 [ 19979] By: jhi                                   on 2003/07/04  08:33:32
20575         Log: Remove PL_earlytaint since the hash seed code
20576              can be delayed until perl_parse().
20577      Branch: perl
20578            ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h
20579            ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h
20580            ! plan9/plan9ish.h unixish.h vms/vmsish.h
20581 ____________________________________________________________________________
20582 [ 19977] By: jhi                                   on 2003/07/04  04:56:41
20583         Log: $0 is pain.
20584      Branch: perl
20585            ! ext/threads/t/join.t
20586 ____________________________________________________________________________
20587 [ 19976] By: jhi                                   on 2003/07/04  04:48:37
20588         Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
20589              From: PPrymmer@factset.com
20590              Date: Thu, 3 Jul 2003 23:59:51 -0400
20591              Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
20592      Branch: perl
20593            ! vms/vms.c vms/vmspipe.com
20594 ____________________________________________________________________________
20595 [ 19973] By: jhi                                   on 2003/07/03  21:34:03
20596         Log: Bump Time::HiRes version to 1.50.
20597      Branch: perl
20598            ! ext/Time/HiRes/HiRes.pm
20599 ____________________________________________________________________________
20600 [ 19972] By: jhi                                   on 2003/07/03  21:33:10
20601         Log: Subject: [PATCH] installperl -n
20602              From: Slaven Rezic <slaven@rezic.de>
20603              Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
20604              Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
20605      Branch: perl
20606            ! installperl
20607 ____________________________________________________________________________
20608 [ 19971] By: jhi                                   on 2003/07/03  21:31:47
20609         Log: Subject: [PATCH] t/op/magic.t on FreeBSD
20610              From: Slaven Rezic <slaven@rezic.de>
20611              Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
20612              Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
20613      Branch: perl
20614            ! t/op/magic.t
20615 ____________________________________________________________________________
20616 [ 19969] By: jhi                                   on 2003/07/03  21:27:11
20617         Log: Ask Schwern.
20618      Branch: perl
20619            - Porting/Modules
20620            ! AUTHORS MANIFEST
20621 ____________________________________________________________________________
20622 [ 19967] By: jhi                                   on 2003/07/03  19:02:40
20623         Log: Add autarch and Time::Local to Modules.
20624      Branch: perl
20625            ! Porting/Modules
20626 ____________________________________________________________________________
20627 [ 19966] By: jhi                                   on 2003/07/03  18:59:44
20628         Log: Subject: Re: [PATCH] Bring Time::Local to 1.07
20629              From: Dave Rolsky <autarch@urth.org>
20630              Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
20631              Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
20632      Branch: perl
20633            ! lib/Time/Local.pm
20634 ____________________________________________________________________________
20635 [ 19965] By: jhi                                   on 2003/07/03  18:58:25
20636         Log: Subject: [PATCH] Win32: fix WM_TIMER handling
20637              From: Mattia Barbon <mbarbon@dsi.unive.it>
20638              Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
20639              Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
20640      Branch: perl
20641            ! win32/win32.c
20642 ____________________________________________________________________________
20643 [ 19964] By: jhi                                   on 2003/07/03  18:56:26
20644         Log: Subject: Re: randomly untainting?
20645              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20646              Date: Thu, 3 Jul 2003 17:35:09 +0200
20647              Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
20648      Branch: perl
20649            ! t/TestInit.pm
20650 ____________________________________________________________________________
20651 [ 19963] By: jhi                                   on 2003/07/03  18:55:37
20652         Log: Revert #19957 as requested by Rafael.
20653      Branch: perl
20654            ! ext/List/Util/t/tainted.t
20655 ____________________________________________________________________________
20656 [ 19962] By: jhi                                   on 2003/07/03  18:54:09
20657         Log: Add at least meager beginnings of assertion checks for
20658              the UTF-8 length/pos cache.  It's not as full as I would
20659              like since the exact behaviour of the second half of the
20660              cache, used in substr(), eludes me right now.
20661      Branch: perl
20662            ! sv.c
20663 ____________________________________________________________________________
20664 [ 19961] By: jhi                                   on 2003/07/03  13:57:47
20665         Log: Extra light testing for the UTF-8 cache
20666              (that it isn't broken, not that it helps).
20667      Branch: perl
20668            ! t/op/length.t
20669 ____________________________________________________________________________
20670 [ 19957] By: jhi                                   on 2003/07/03  12:01:25
20671         Log: Subject: Re: randomly untainting?
20672              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20673              Date: Thu, 3 Jul 2003 14:58:18 +0200
20674              Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
20675              (plus extra debug printing)
20676      Branch: perl
20677            ! ext/List/Util/t/tainted.t
20678 ____________________________________________________________________________
20679 [ 19954] By: jhi                                   on 2003/07/03  11:10:21
20680         Log: Subject: Re: maint @ 19923
20681              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
20682              Date: Thu, 3 Jul 2003 15:57:55 +0400
20683              Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
20684      Branch: perl
20685            ! wince/Makefile.ce wince/wince.c
20686 ____________________________________________________________________________
20687 [ 19952] By: jhi                                   on 2003/07/03  10:56:45
20688         Log: Tiny tweak to perlartistic from Robin Barker.
20689      Branch: perl
20690            ! pod/perlartistic.pod
20691 ____________________________________________________________________________
20692 [ 19950] By: jhi                                   on 2003/07/03  07:46:45
20693         Log: Mention Modules in AUTHORS.
20694      Branch: perl
20695            ! AUTHORS
20696 ____________________________________________________________________________
20697 [ 19949] By: jhi                                   on 2003/07/03  06:58:01
20698         Log: No fancy binmode() if no perlio.
20699      Branch: perl
20700            ! ext/IO/lib/IO/t/io_sock.t
20701 ____________________________________________________________________________
20702 [ 19948] By: jhi                                   on 2003/07/03  06:55:12
20703         Log: Underline the fact that XSLoader is not DynaLoader
20704              ([perl #21974] dl_load_flags not honored by XSLoader)
20705      Branch: perl
20706            ! ext/DynaLoader/XSLoader_pm.PL
20707 ____________________________________________________________________________
20708 [ 19947] By: jhi                                   on 2003/07/03  06:35:29
20709         Log: Apply Schwern's suggested warning code from
20710              [perl #22209] Test::Harness::Straps vs. $Config{path_sep}
20711      Branch: perl
20712            ! lib/Test/Harness/Straps.pm
20713 ____________________________________________________________________________
20714 [ 19944] By: jhi                                   on 2003/07/03  06:30:11
20715         Log: Subject: [PATCH] "without parens" vs "without parentheses"
20716              From: Iain Truskett <spoon@cpan.org>
20717              Date: Thu, 3 Jul 2003 12:40:42 +1000
20718              Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
20719      Branch: perl
20720            ! t/lib/warnings/toke toke.c
20721 ____________________________________________________________________________
20722 [ 19943] By: jhi                                   on 2003/07/03  06:27:18
20723         Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
20724              From: Dave Mitchell <davem@fdgroup.com>
20725              Date: Thu, 3 Jul 2003 01:32:11 +0100
20726              Message-ID: <20030703003211.GB3747@fdgroup.com>
20727      Branch: perl
20728            ! mg.c sv.c
20729 ____________________________________________________________________________
20730 [ 19942] By: jhi                                   on 2003/07/03  06:25:30
20731         Log: Nicer options for Porting/Modules.
20732      Branch: perl
20733            ! MANIFEST Porting/Modules
20734 ____________________________________________________________________________
20735 [ 19941] By: rgs                                   on 2003/07/02  21:38:19
20736         Log: Minor test adjustments :
20737              - test name correction in op/concat.t by Yitzchak Scott-Thoennes
20738              - prototypes added to some public functions in t/test.pl,
20739              as suggested by Enache Adrian
20740      Branch: perl
20741            ! t/op/concat.t t/test.pl
20742 ____________________________________________________________________________
20743 [ 19940] By: rgs                                   on 2003/07/02  20:58:19
20744         Log: Skip a socketpair test on SCO OSR
20745      Branch: perl
20746            ! ext/Socket/socketpair.t
20747 ____________________________________________________________________________
20748 [ 19939] By: jhi                                   on 2003/07/02  20:10:47
20749         Log: Subject: [PATCH] various Deparse fixes
20750              From: Dave Mitchell <davem@fdgroup.com>
20751              Date: Wed, 2 Jul 2003 18:10:45 +0100
20752              Message-ID: <20030702171045.GF2137@fdgroup.com>
20753      Branch: perl
20754            ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
20755            ! ext/B/defsubs_h.PL t/TEST t/op/ord.t
20756 ____________________________________________________________________________
20757 [ 19935] By: jhi                                   on 2003/07/02  20:01:06
20758         Log: It would seem that in Linux 2.2 there is no way
20759              we can do the right thing to make ps(1) see $0
20760              our way.  Also amend the $0 documentation a bit.
20761      Branch: perl
20762            ! pod/perlvar.pod t/op/magic.t
20763 ____________________________________________________________________________
20764 [ 19934] By: jhi                                   on 2003/07/02  19:39:11
20765         Log: Subject: [PATCH] line numbers are given % 64k
20766              From: James Jurach <muaddib@erf.net>
20767              Date: Wed, 2 Jul 2003 13:31:05 -0500
20768              Message-ID: <20030702183105.GA4837@lebowski>
20769      Branch: perl
20770            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
20771            ! handy.h pp_ctl.c scope.h
20772 ____________________________________________________________________________
20773 [ 19933] By: jhi                                   on 2003/07/02  14:55:49
20774         Log: Subject: Re: maint @ 19923
20775              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
20776              Date: Wed, 2 Jul 2003 11:43:05 -0400
20777              Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
20778      Branch: perl
20779            ! pod/perlfunc.pod
20780 ____________________________________________________________________________
20781 [ 19932] By: jhi                                   on 2003/07/02  14:29:42
20782         Log: Subject: Re: maint @ 19923
20783              From: Jim Cromie <jcromie@divsol.com>
20784              Date: Wed, 02 Jul 2003 05:35:06 -0600
20785              Message-ID: <3F02C36A.9030704@divsol.com>
20786      Branch: perl
20787            ! pod/perlfunc.pod
20788 ____________________________________________________________________________
20789 [ 19931] By: jhi                                   on 2003/07/02  11:34:49
20790         Log: Fix for [perl #22759 insufficient format string checking];
20791              using ewix makes no sense, assuming evix was intended,
20792              no old tests fail; add the test case.
20793      Branch: perl
20794            ! sv.c t/op/sprintf.t
20795 ____________________________________________________________________________
20796 [ 19929] By: jhi                                   on 2003/07/02  09:13:33
20797         Log: Better links.
20798      Branch: perl
20799            ! pod/perlipc.pod pod/perlrun.pod
20800 ____________________________________________________________________________
20801 [ 19928] By: jhi                                   on 2003/07/02  08:58:26
20802         Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
20803      Branch: perl
20804            ! hints/darwin.sh
20805 ____________________________________________________________________________
20806 [ 19927] By: jhi                                   on 2003/07/02  08:48:00
20807         Log: ...and getting the comma right, too.
20808      Branch: perl
20809            ! t/op/magic.t
20810 ____________________________________________________________________________
20811 [ 19926] By: jhi                                   on 2003/07/02  08:46:18
20812         Log: Getting the whitespace right.
20813      Branch: perl
20814            ! t/op/magic.t
20815 ____________________________________________________________________________
20816 [ 19925] By: jhi                                   on 2003/07/02  08:40:36
20817         Log: FreeBSD $0 dance.
20818      Branch: perl
20819            ! pod/perlvar.pod t/op/magic.t
20820 ____________________________________________________________________________
20821 [ 19924] By: jhi                                   on 2003/07/02  08:17:31
20822         Log: Fix from Enache Adrian for the magic.t failure in
20823              FreeBSD: setproctitle() cannot get rid of the " (perl)".
20824      Branch: perl
20825            ! t/op/magic.t
20826 ____________________________________________________________________________
20827 [ 19921] By: jhi                                   on 2003/07/02  05:26:33
20828         Log: VMS: with this, 100% make test in Compaq C V6.5-001
20829              on OpenVMS Alpha V7.3-1, from Craig Berry.
20830      Branch: perl
20831            ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t
20832 ____________________________________________________________________________
20833 [ 19920] By: jhi                                   on 2003/07/02  05:21:23
20834         Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
20835              The latest releases of NetBSD don't require the hack.  From
20836              Johnny Lam.
20837      Branch: perl
20838            ! hints/netbsd.sh
20839 ____________________________________________________________________________
20840 [ 19918] By: jhi                                   on 2003/07/01  20:02:33
20841         Log: Add a new utility, Porting/Modules.
20842      Branch: perl
20843            + Porting/Modules
20844            ! MANIFEST
20845 ____________________________________________________________________________
20846 [ 19917] By: jhi                                   on 2003/07/01  17:00:02
20847         Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
20848              From: Robin Barker <Robin.Barker@npl.co.uk>
20849              Date: Tue, 1 Jul 2003 18:21:34 +0100
20850              Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
20851
20852              Subject:  [PATCH] long C<=item>s in lib/CGI.pm
20853              From: Robin Barker <Robin.Barker@npl.co.uk>
20854              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
20855              Date: Tue, 1 Jul 2003 18:25:17 +0100
20856
20857              Subject: [PATCH] long <=item>s  in lib/ExtUtils/MakeMaker/FAQ.pod
20858              From: Robin Barker <Robin.Barker@npl.co.uk>
20859              Date: Tue, 1 Jul 2003 18:29:09 +0100
20860              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
20861      Branch: perl
20862            ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
20863 ____________________________________________________________________________
20864 [ 19916] By: jhi                                   on 2003/07/01  16:51:31
20865         Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
20866              From: Enache Adrian <enache@rdslink.ro>
20867              Date: Tue, 1 Jul 2003 19:51:25 +0300
20868              Message-ID: <20030701165125.GA1521@ratsnest.hole>
20869      Branch: perl
20870            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL
20871            ! ext/B/typemap t/op/magic.t
20872 ____________________________________________________________________________
20873 [ 19915] By: jhi                                   on 2003/07/01  16:22:09
20874         Log: Upgrade to Unicode::Normalize 0.23.
20875      Branch: perl
20876            ! ext/Unicode/Normalize/Changes
20877            ! ext/Unicode/Normalize/Normalize.pm
20878            ! ext/Unicode/Normalize/Normalize.xs
20879 ____________________________________________________________________________
20880 [ 19914] By: jhi                                   on 2003/07/01  13:08:44
20881         Log: A naked values() caused shuffling of lib/Config.pm,
20882              which in turn caused unnecessary rebuilds.
20883      Branch: perl
20884            ! configpm
20885 ____________________________________________________________________________
20886 [ 19913] By: jhi                                   on 2003/07/01  13:01:10
20887         Log: Even more :utf8 socket testing, now in both directions.
20888      Branch: perl
20889            ! ext/IO/lib/IO/t/io_sock.t
20890 ____________________________________________________________________________
20891 [ 19912] By: jhi                                   on 2003/07/01  12:44:32
20892         Log: One more test (does binmode()ing a socket succeed)
20893              and add -w.
20894      Branch: perl
20895            ! ext/IO/lib/IO/t/io_sock.t
20896 ____________________________________________________________________________
20897 [ 19911] By: jhi                                   on 2003/07/01  12:38:13
20898         Log: Tweak an existing IO test to test also the change #19910.
20899      Branch: perl
20900            ! ext/IO/lib/IO/t/io_sock.t
20901 ____________________________________________________________________________
20902 [ 19910] By: jhi                                   on 2003/07/01  11:18:27
20903         Log: Integrate from perlio:
20904              [ 19909]
20905              binmode() should affect IoOFP() as well as IoIFP() if it is
20906              distinct (e.g. sockets).
20907      Branch: perl
20908           !> pp_sys.c
20909 ____________________________________________________________________________
20910 [ 19906] By: jhi                                   on 2003/07/01  08:03:17
20911         Log: Do the "aligned contiguous" check only if the arguments
20912              look like aligned; re-introduce the "traditional contiguous"
20913              checks with OS/2 special quirks and all.
20914      Branch: perl
20915            ! perl.c
20916 ____________________________________________________________________________
20917 [ 19903] By: jhi                                   on 2003/07/01  06:22:12
20918         Log: Switch on PERL_IMPLICIT_SYS, not on Win32.
20919      Branch: perl
20920            ! perl.c
20921 ____________________________________________________________________________
20922 [ 19902] By: jhi                                   on 2003/07/01  06:20:48
20923         Log: Regen Glossary et al.
20924      Branch: perl
20925            ! Porting/Glossary Porting/config.sh Porting/config_H
20926 ____________________________________________________________________________
20927 [ 19900] By: jhi                                   on 2003/07/01  05:56:38
20928         Log: Regen Configure.
20929      Branch: perl
20930            ! Configure
20931 ____________________________________________________________________________
20932 [ 19899] By: jhi                                   on 2003/07/01  05:56:14
20933         Log: More nanosleep removal.
20934      Branch: perl
20935            ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh
20936            ! hints/vos.sh win32/config.gc win32/config.vc win32/config.vc64
20937            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20938            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
20939 ____________________________________________________________________________
20940 [ 19898] By: jhi                                   on 2003/07/01  05:54:58
20941         Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
20942      Branch: perl
20943            + ext/Time/HiRes/hints/dec_osf.pl
20944            ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
20945            ! ext/Time/HiRes/hints/sco.pl
20946 ____________________________________________________________________________
20947 [ 19897] By: jhi                                   on 2003/07/01  05:04:50
20948         Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
20949              From: Alan Burlison <Alan.Burlison@sun.com>
20950              Date: Tue, 01 Jul 2003 00:03:24 +0100
20951              Message-ID: <3F00C1BC.3020103@sun.com>
20952      Branch: perl
20953            ! Configure Makefile.SH config_h.SH configure.com
20954            ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh
20955 ____________________________________________________________________________
20956 [ 19896] By: jhi                                   on 2003/06/30  20:20:54
20957         Log: Integrate #19892, #19895 from perlio to compile and avoid
20958              crashing on Win32.
20959      Branch: perl
20960           !> perl.c
20961 ____________________________________________________________________________
20962 [ 19890] By: jhi                                   on 2003/06/30  08:41:51
20963         Log: int is not UV.
20964      Branch: perl
20965            ! perl.c
20966 ____________________________________________________________________________
20967 [ 19889] By: jhi                                   on 2003/06/30  08:36:38
20968         Log: The 'contiguous' test for argv[], envp[] was bogus
20969              since those need not be in memory end-to-end, e.g.
20970              in Tru64 they are aligned by eight.  Loosen the test
20971              so that 'contiguousness' is fulfilled if the elements
20972              are within PTRSIZE alignment.  This makes Tru64 to pass
20973              the join.t, too.
20974      Branch: perl
20975            ! ext/threads/t/join.t mg.c perl.c
20976 ____________________________________________________________________________
20977 [ 19888] By: jhi                                   on 2003/06/30  07:24:18
20978         Log: $0 doc tweakage.
20979      Branch: perl
20980            ! pod/perlvar.pod
20981 ____________________________________________________________________________
20982 [ 19887] By: jhi                                   on 2003/06/30  07:20:58
20983         Log: $0 test tweaks from Andreas.
20984      Branch: perl
20985            ! ext/threads/t/join.t t/op/magic.t
20986 ____________________________________________________________________________
20987 [ 19886] By: rgs                                   on 2003/06/29  19:18:43
20988         Log: Misc Pod Nits.
20989      Branch: perl
20990            ! ext/B/B.pm pod/perlrun.pod
20991 ____________________________________________________________________________
20992 [ 19885] By: jhi                                   on 2003/06/29  15:49:52
20993         Log: Fix a faulty alias.
20994      Branch: perl
20995            ! ext/Encode/lib/Encode/Alias.pm
20996 ____________________________________________________________________________
20997 [ 19884] By: jhi                                   on 2003/06/29  15:41:05
20998         Log: The joy of $0.  Undoing the #16399 makes Andreas'
20999              tests (see [perl #22811]) pass (yes, padding with space    instead
21000              of nul makes no sense, but that seems to work, maybe Linux does
21001              some deep magic in ps(1)?); moving the PL_origalen computation
21002              earlier makes also the threaded-first case fully pass.
21003
21004              But in general modifying the argv[] is very non-portable.
21005              (e.g. in Tru64 it seems to be limited to the size of the
21006              original argv[0] since the argv[] are not contiguous?)
21007
21008              Everybody should just have setproctitle().
21009      Branch: perl
21010            ! mg.c perl.c pod/perlvar.pod
21011 ____________________________________________________________________________
21012 [ 19883] By: jhi                                   on 2003/06/29  13:47:36
21013         Log: More on the macro debugging and expansion.
21014      Branch: perl
21015            ! pod/perlhack.pod
21016 ____________________________________________________________________________
21017 [ 19882] By: rgs                                   on 2003/06/29  13:17:09
21018         Log: Perl_doing_taint must be public, for programs that embed perl
21019      Branch: perl
21020            ! embed.fnc embed.h global.sym
21021 ____________________________________________________________________________
21022 [ 19881] By: jhi                                   on 2003/06/29  10:17:28
21023         Log: More coffee...
21024      Branch: perl
21025            ! lib/Test/Harness.pm
21026 ____________________________________________________________________________
21027 [ 19880] By: jhi                                   on 2003/06/29  09:48:50
21028         Log: argc, argv.
21029      Branch: perl
21030            ! perl.h
21031 ____________________________________________________________________________
21032 [ 19879] By: jhi                                   on 2003/06/29  09:34:47
21033         Log: Another spot where a zero $test{$max} can make things go boom.
21034      Branch: perl
21035            ! lib/Test/Harness.pm
21036 ____________________________________________________________________________
21037 [ 19878] By: jhi                                   on 2003/06/29  09:28:58
21038         Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT()
21039              as per suggestion from Sarathy.
21040      Branch: perl
21041            ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h
21042            ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h
21043 ____________________________________________________________________________
21044 [ 19877] By: jhi                                   on 2003/06/28  18:28:01
21045         Log: The #19842 is no more needed thanks to #19876,
21046              and the #19842 was wrong anyway (it affected
21047              only the threaded case.)
21048      Branch: perl
21049            ! hints/dec_osf.sh
21050 ____________________________________________________________________________
21051 [ 19876] By: jhi                                   on 2003/06/28  18:24:46
21052         Log: Subject: Re: your malloc patches
21053              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
21054              Date: Fri, 27 Jun 2003 06:54:06 -0700
21055              Message-ID: <20030627135406.GA8914@math.berkeley.edu>
21056
21057              More malloc patches: now they seem to work even in Tru64.
21058      Branch: perl
21059            ! malloc.c
21060 ____________________________________________________________________________
21061 [ 19875] By: jhi                                   on 2003/06/28  18:09:30
21062         Log: Duh.
21063      Branch: perl
21064            ! perl.h
21065 ____________________________________________________________________________
21066 [ 19874] By: jhi                                   on 2003/06/28  17:30:52
21067         Log: Retract #19867; the bug was really much simpler:
21068              the < max must be <= max instead.
21069      Branch: perl
21070            ! hv.c
21071 ____________________________________________________________________________
21072 [ 19873] By: rgs                                   on 2003/06/28  16:02:53
21073         Log: Using $1 without testing success of the regexp, bad.
21074      Branch: perl
21075            ! pod/perlretut.pod
21076 ____________________________________________________________________________
21077 [ 19872] By: rgs                                   on 2003/06/28  16:01:08
21078         Log: Some clarification about the current semantics of CHECK and
21079              INIT blocks. See bug [perl #22826].
21080      Branch: perl
21081            ! pod/perlmod.pod
21082 ____________________________________________________________________________
21083 [ 19871] By: rgs                                   on 2003/06/28  15:47:22
21084         Log: Subject: [Encode] pre-1.97 patches
21085              From: Dan Kogai <dankogai@dan.co.jp>
21086              Date: Sat, 28 Jun 2003 01:20:59 +0900
21087              Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
21088      Branch: perl
21089            ! ext/Encode/Changes ext/Encode/Encode.pm
21090            ! ext/Encode/lib/Encode/Guess.pm
21091 ____________________________________________________________________________
21092 [ 19870] By: rgs                                   on 2003/06/28  15:39:57
21093         Log: Two debugging patches.
21094              The first allows to hold symbolic switches in $^D
21095              and more generally fixes assignment to $^D. The
21096              second one improves the information given by -Dl.
21097
21098              Subject: [PATCH] allow $^D = "flags"
21099              From: Dave Mitchell <davem@fdgroup.com>
21100              Date: Fri, 27 Jun 2003 22:26:24 +0100
21101              Message-ID: <20030627212624.GB12887@fdgroup.com>
21102
21103              Subject: [PATCH] make -Dl show more scope info
21104              From: Dave Mitchell <davem@fdgroup.com>
21105              Date: Fri, 27 Jun 2003 23:00:36 +0100
21106              Message-ID: <20030627220036.GC12887@fdgroup.com>
21107      Branch: perl
21108            ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod
21109            ! proto.h scope.h
21110 ____________________________________________________________________________
21111 [ 19869] By: rgs                                   on 2003/06/28  14:39:40
21112         Log: Fix test count, by Abe Timmerman.
21113      Branch: perl
21114            ! t/comp/require.t
21115 ____________________________________________________________________________
21116 [ 19867] By: jhi                                   on 2003/06/27  10:08:20
21117         Log: The two-for-loops is no more a valid way to walk through
21118              a hash (this was the reason the Hash/Util.t intermittently
21119              failed, the two-loop didn't find all the SVs of the HV).
21120      Branch: perl
21121            ! hv.c
21122 ____________________________________________________________________________
21123 [ 19866] By: jhi                                   on 2003/06/27  08:54:16
21124         Log: Some warnings about the (im)proper uses of the hash randomisation.
21125      Branch: perl
21126            ! pod/perlsec.pod
21127 ____________________________________________________________________________
21128 [ 19865] By: jhi                                   on 2003/06/27  08:40:45
21129         Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED
21130              is larger than INT_MAX (atoi() returns -1 in that case).
21131      Branch: perl
21132            ! perl.c
21133 ____________________________________________________________________________
21134 [ 19864] By: jhi                                   on 2003/06/27  08:18:47
21135         Log: Use the PL_earlytaint.  (PL_earlytaint is a global,
21136              not per-interp, since perl_construct() is not passed
21137              the argc, argv, and therefore it can't set the per-interp
21138              PL_tainting.)
21139      Branch: perl
21140            ! perl.c perl.h
21141 ____________________________________________________________________________
21142 [ 19863] By: jhi                                   on 2003/06/27  08:15:11
21143         Log: Introduce (global) variable PL_earlytaint which
21144              is set very early in main(), before perl_parse()
21145              has been called and PL_tainting (or PL_taint_warn)
21146              might have been set.
21147      Branch: perl
21148            ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h
21149            ! perlvars.h proto.h
21150 ____________________________________________________________________________
21151 [ 19862] By: jhi                                   on 2003/06/27  07:39:58
21152         Log: Make doing_taint() always available (though not
21153              part of the public API).
21154      Branch: perl
21155            ! embed.fnc embed.h perl.c proto.h
21156 ____________________________________________________________________________
21157 [ 19861] By: jhi                                   on 2003/06/27  05:30:03
21158         Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
21159              if tainting-- but is this a good thing or a bad thing?
21160              (At least it makes debugging lib/Hash/Util.t harder,
21161              since it has, for no apparent good reason, -T: one must
21162              make a copy of it without the -T.)
21163      Branch: perl
21164            ! perl.c
21165 ____________________________________________________________________________
21166 [ 19860] By: jhi                                   on 2003/06/27  05:02:14
21167         Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
21168              From: Tim Bunce <Tim.Bunce@pobox.com>
21169              Date: Thu, 26 Jun 2003 10:53:22 +0100
21170              Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
21171      Branch: perl
21172            ! INSTALL
21173 ____________________________________________________________________________
21174 [ 19859] By: jhi                                   on 2003/06/27  04:59:23
21175         Log: Hash/Util.t and Encode/t/Aliases.t seem to be having
21176              random failures.  To make these easier to reproduce,
21177              add a variable, PERL_HASH_SEED_DEBUG, to display the
21178              hash seed.  E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
21179              of 82972356 makes the first one to fail.
21180      Branch: perl
21181            ! perl.c pod/perlrun.pod
21182 ____________________________________________________________________________
21183 [ 19858] By: rgs                                   on 2003/06/26  20:21:53
21184         Log: perlhack update, by Steve Grazzini
21185              about macro support in gdb and gcc.
21186      Branch: perl
21187            ! pod/perlhack.pod
21188 ____________________________________________________________________________
21189 [ 19854] By: jhi                                   on 2003/06/26  05:32:02
21190         Log: Bite the bullet and apply the hash randomisation patch.
21191              [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
21192      Branch: perl
21193            ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
21194            ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h
21195            ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
21196            ! sv.c
21197 ____________________________________________________________________________
21198 [ 19853] By: rgs                                   on 2003/06/25  19:35:02
21199         Log: Subject: Re: P and V
21200              From: "Philip Newton" <pnewton@gmx.de>
21201              Date: Wed, 25 Jun 2003 17:50:22 +0200
21202              Message-ID: <3EF9E0DE.4786.16A6869@localhost>
21203      Branch: perl
21204            ! lib/Thread/Semaphore.pm
21205 ____________________________________________________________________________
21206 [ 19852] By: rgs                                   on 2003/06/25  19:27:42
21207         Log: Enhance some macro robustness.
21208      Branch: perl
21209            ! opcode.h opcode.pl
21210 ____________________________________________________________________________
21211 [ 19851] By: rgs                                   on 2003/06/25  19:25:47
21212         Log: Fix [perl #21742] :
21213              require() should always be called in scalar context,
21214              even when it's the last statement in an eval("").
21215      Branch: perl
21216            ! pp_ctl.c t/comp/require.t
21217 ____________________________________________________________________________
21218 [ 19849] By: jhi                                   on 2003/06/24  17:32:37
21219         Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
21220              From: Dave Mitchell <davem@fdgroup.com>
21221              Date: Tue, 24 Jun 2003 13:16:18 +0100
21222              Message-ID: <20030624121618.GC22675@fdgroup.com>
21223      Branch: perl
21224            ! sv.c t/op/ref.t
21225 ____________________________________________________________________________
21226 [ 19848] By: merijn                                on 2003/06/24  08:06:57
21227         Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
21228              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
21229              Date: Tue, 24 Jun 2003 11:00:34 +0200
21230              Message-ID: <186930306740.20030624110034@familiehaase.de>
21231      Branch: perl
21232            ! lib/Pod/Perldoc.pm
21233 ____________________________________________________________________________
21234 [ 19847] By: jhi                                   on 2003/06/24  04:52:42
21235         Log: Subject: [PATCH] version.pm up to date with CPAN
21236              From: John Peacock <jpeacock@rowman.com>
21237              Date: Mon, 23 Jun 2003 21:58:18 -0400
21238              Message-ID: <3EF7B03A.2060705@rowman.com>
21239      Branch: perl
21240            ! lib/version.pm lib/version.t universal.c
21241 ____________________________________________________________________________
21242 [ 19846] By: rgs                                   on 2003/06/23  20:52:26
21243         Log: Subject: [perlport.pod] code point of \cU
21244              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21245              Date: Tue, 24 Jun 2003 01:00:16 +0900
21246              Message-Id: <20030624004743.1237.BQW10602@nifty.com>
21247      Branch: perl
21248            ! pod/perlport.pod
21249 ____________________________________________________________________________
21250 [ 19845] By: jhi                                   on 2003/06/23  04:55:39
21251         Log: Test tweaks for VMS from Craig Berry.
21252      Branch: perl
21253            ! lib/strict.t lib/warnings.t
21254 ____________________________________________________________________________
21255 [ 19843] By: jhi                                   on 2003/06/22  17:00:10
21256         Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
21257      Branch: perl
21258            ! embed.fnc embed.h pp.c proto.h util.c
21259 ____________________________________________________________________________
21260 [ 19842] By: jhi                                   on 2003/06/22  16:44:16
21261         Log: Until the Perl malloc problems in Tru64 are fixed.
21262      Branch: perl
21263            ! hints/dec_osf.sh
21264 ____________________________________________________________________________
21265 [ 19841] By: jhi                                   on 2003/06/22  16:35:33
21266         Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
21267              From: Enache Adrian <enache@rdslink.ro>
21268              Date: Sat, 21 Jun 2003 03:19:31 +0300
21269              Message-ID: <20030621001931.GB1255@ratsnest.hole>
21270      Branch: perl
21271            ! op.c t/op/concat.t
21272 ____________________________________________________________________________
21273 [ 19840] By: jhi                                   on 2003/06/22  16:33:25
21274         Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs
21275              From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
21276              Date: 21 Jun 2003 19:02:30 -0000
21277              Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
21278      Branch: perl
21279            ! lib/overload.pm lib/overload.t
21280 ____________________________________________________________________________
21281 [ 19839] By: jhi                                   on 2003/06/22  16:31:05
21282         Log: Subject: FileCache 1.03 broken on VMS -- possible patch
21283              From: "Craig A. Berry" <craigberry@mac.com>
21284              Date: Sat, 21 Jun 2003 10:31:59 -0500
21285              Message-ID: <3EF47A6F.9060904@mac.com>
21286      Branch: perl
21287            ! lib/FileCache.pm lib/FileCache/t/01open.t
21288            ! lib/FileCache/t/03append.t lib/FileCache/t/05override.t
21289 ____________________________________________________________________________
21290 [ 19838] By: jhi                                   on 2003/06/22  16:16:01
21291         Log: Debian fix from Brendan O'Dea:
21292              Adjust output to screen width.
21293              (adjusted to probe for the stty command)
21294      Branch: perl
21295            ! utils/dprofpp.PL
21296 ____________________________________________________________________________
21297 [ 19837] By: jhi                                   on 2003/06/22  15:56:45
21298         Log: Debian fix from Brendan O'Dea:
21299              Use a temporary directory to avoid symlink attacks.
21300              Specify -gstabs explicitly (not the default format for gcc 3.2).
21301      Branch: perl
21302            ! utils/c2ph.PL
21303 ____________________________________________________________________________
21304 [ 19836] By: jhi                                   on 2003/06/22  15:55:13
21305         Log: Debian fix from Brendan O'Dea:
21306              Bug#156284: the stucture used by pp_accept is too small to hold an
21307              IPv6 address.
21308      Branch: perl
21309            ! pp_sys.c
21310 ____________________________________________________________________________
21311 [ 19835] By: jhi                                   on 2003/06/22  15:46:50
21312         Log: For characters beyond the BMP the $bits will be undef,
21313              which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
21314              analysis and fix from SADAHIRO Tomoyuki)
21315      Branch: perl
21316            ! lib/utf8_heavy.pl
21317 ____________________________________________________________________________
21318 [ 19834] By: jhi                                   on 2003/06/20  08:42:58
21319         Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
21320      Branch: perl
21321            ! malloc.c
21322 ____________________________________________________________________________
21323 [ 19833] By: jhi                                   on 2003/06/20  08:16:02
21324         Log: Don't do sprintf().
21325      Branch: perl
21326            ! malloc.c
21327 ____________________________________________________________________________
21328 [ 19832] By: jhi                                   on 2003/06/20  07:43:48
21329         Log: Show the source code location of an "assertion botch".
21330      Branch: perl
21331            ! malloc.c
21332 ____________________________________________________________________________
21333 [ 19831] By: jhi                                   on 2003/06/20  07:31:11
21334         Log: More Perl malloc debugging magic from Ilya.  Seems to work in
21335              Linux, Solaris, AIX.  Had to do #ifdef OS2 for the <io.h> in
21336              malloc.c, found in AIX since there is no such header.
21337              In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
21338              memory was overwritten?"
21339              (In IRIX compiles but that doesn't prove much since in IRIX
21340              Perl's malloc is simply not used.)
21341      Branch: perl
21342            + malloc_ctl.h
21343            ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c
21344            ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h
21345 ____________________________________________________________________________
21346 [ 19830] By: jhi                                   on 2003/06/20  06:02:21
21347         Log: Retract #19785 and #19756: JPL nowadays works without this
21348              (verified by a true JPL user).
21349      Branch: perl
21350            ! perl.c
21351 ____________________________________________________________________________
21352 [ 19827] By: jhi                                   on 2003/06/19  20:18:31
21353         Log: Apparently this is needed for VMS (Craig Berry).
21354      Branch: perl
21355            ! lib/Tie/File.pm
21356 ____________________________________________________________________________
21357 [ 19824] By: jhi                                   on 2003/06/19  15:11:48
21358         Log: Bump Time::HiRes to 1.49.
21359      Branch: perl
21360            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21361            ! ext/Time/HiRes/HiRes.xs
21362 ____________________________________________________________________________
21363 [ 19822] By: jhi                                   on 2003/06/19  14:49:37
21364         Log: This change chunk doesn't work well with blead.
21365      Branch: perl
21366            ! lib/ExtUtils/t/Command.t
21367 ____________________________________________________________________________
21368 [ 19821] By: jhi                                   on 2003/06/19  14:27:52
21369         Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
21370              make happy.
21371      Branch: perl
21372            ! lib/ExtUtils/MM_Unix.pm
21373 ____________________________________________________________________________
21374 [ 19820] By: jhi                                   on 2003/06/19  14:25:53
21375         Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
21376              as of 2003-06-19 18:39 EET).
21377      Branch: perl
21378            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
21379            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
21380            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
21381            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
21382 ____________________________________________________________________________
21383 [ 19819] By: jhi                                   on 2003/06/19  14:08:13
21384         Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
21385              From: grazz@pobox.com (Steve Grazzini)
21386              Date: Wed, 18 Jun 2003 19:42:37 -0400
21387              Message-ID: <20030618234237.GA6267@grazzini.net>
21388      Branch: perl
21389            ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h
21390            ! t/op/runlevel.t t/op/tiehandle.t util.c
21391 ____________________________________________________________________________
21392 [ 19818] By: jhi                                   on 2003/06/19  13:57:55
21393         Log: Subject: [PATCH -current] email address correction
21394              Date: Thu, 19 Jun 2003 02:19:31 -0700
21395              Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
21396              From: rs@crystalflame.net (Richard Soderberg)
21397      Branch: perl
21398            ! ext/threads/threads.pm
21399 ____________________________________________________________________________
21400 [ 19816] By: jhi                                   on 2003/06/19  05:02:22
21401         Log: MPE/iX gets serious indigestion on w-packed infinities.
21402      Branch: perl
21403            ! t/op/pack.t
21404 ____________________________________________________________________________
21405 [ 19815] By: rgs                                   on 2003/06/18  20:47:47
21406         Log: A bunch of minor changes to perlguts.pod.
21407      Branch: perl
21408            ! pod/perlguts.pod
21409 ____________________________________________________________________________
21410 [ 19814] By: jhi                                   on 2003/06/18  19:19:38
21411         Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics
21412              From: Enache Adrian <enache@rdslink.ro>
21413              Date: Wed, 18 Jun 2003 23:00:43 +0300
21414              Message-ID: <20030618200043.GA1249@ratsnest.hole>
21415      Branch: perl
21416            ! pp.c regexec.c t/op/pat.t
21417 ____________________________________________________________________________
21418 [ 19813] By: jhi                                   on 2003/06/18  17:31:50
21419         Log: Upgrade to Tie::File 0.97.
21420      Branch: perl
21421            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
21422            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t
21423            ! lib/Tie/File/t/29_downcopy.t
21424 ____________________________________________________________________________
21425 [ 19812] By: gbarr                                 on 2003/06/18  16:41:31
21426         Log: Sync with libnet 1.16
21427      Branch: perl
21428            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
21429 ____________________________________________________________________________
21430 [ 19811] By: jhi                                   on 2003/06/18  12:11:07
21431         Log: Subject: Encode] 1.96 Released
21432              From: Dan Kogai <dankogai@dan.co.jp>
21433              Date: Wed, 18 Jun 2003 19:09:11 +0900
21434              Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
21435      Branch: perl
21436            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
21437            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
21438            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv
21439            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
21440            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t
21441            ! ext/Encode/t/guess.t
21442 ____________________________________________________________________________
21443 [ 19810] By: jhi                                   on 2003/06/18  09:20:43
21444         Log: Oops in change #19809.
21445      Branch: perl
21446            ! ext/POSIX/POSIX.xs
21447 ____________________________________________________________________________
21448 [ 19809] By: jhi                                   on 2003/06/18  09:08:47
21449         Log: If the first argument of sigaction() was a string, not a number
21450              (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
21451              isn't numeric in subroutine entry ...' but after that one got
21452              (depending on the OS) either a coredump (because of trying to
21453              assign to *0 in mg_get) or a hang (because of the sigprocmask()
21454              blocking signals inside POSIX::sigaction, a nasty hang since
21455              one obviously cannot interrupt it...only SIGKILL works).
21456              In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
21457              because of the string becoming zero due to the XS typemap magic.
21458              Resolved by making the POSIX::sigaction to try harder to figure
21459              out a valid signal number (one still gets the warning, though),
21460              and returning undef if no sense can be made.
21461      Branch: perl
21462            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
21463 ____________________________________________________________________________
21464 [ 19808] By: rgs                                   on 2003/06/17  21:10:06
21465         Log: Some docs for the assertions.
21466      Branch: perl
21467            ! lib/assertions.pm lib/assertions/activate.pm
21468            ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t
21469 ____________________________________________________________________________
21470 [ 19806] By: jhi                                   on 2003/06/17  18:12:26
21471         Log: io_dir.t tweak from Craig Berry.
21472      Branch: perl
21473            ! ext/IO/lib/IO/t/io_dir.t
21474 ____________________________________________________________________________
21475 [ 19805] By: jhi                                   on 2003/06/17  16:47:06
21476         Log: Subject: /ext/DynaLoader/dl_dyld.xs
21477              From: "Peter O'Gorman" <peter@pogma.com>
21478              Date: Tue, 17 Jun 2003 23:45:47 +0900
21479              Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
21480
21481              No need to see dlclose() and dlsym() outside the dl_dyld.xs
21482              (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
21483              of OpenDarwin.
21484      Branch: perl
21485            ! ext/DynaLoader/dl_dyld.xs
21486 ____________________________________________________________________________
21487 [ 19804] By: jhi                                   on 2003/06/17  13:12:21
21488         Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches
21489              From: david nicol <whatever@davidnicol.com>
21490              Date: 16 Jun 2003 20:35:24 -0500
21491              Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
21492
21493              Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
21494              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
21495              Date: Tue, 17 Jun 2003 00:12:04 -0400
21496              Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
21497      Branch: perl
21498            ! pod/perlre.pod pod/perltrap.pod
21499 ____________________________________________________________________________
21500 [ 19802] By: jhi                                   on 2003/06/17  04:51:33
21501         Log: UNICOS: try papering over the Configure symbol scan problems
21502              by disavowing any knowledge of dynaloading.
21503      Branch: perl
21504            ! hints/unicos.sh
21505 ____________________________________________________________________________
21506 [ 19801] By: rgs                                   on 2003/06/16  22:47:28
21507         Log: Revert change #19126, a poor attempt at fixing bug #21742.
21508              The test for #21742 is marked as TODO.
21509              Plus new regression tests from :
21510
21511              Subject: [perl #22708] void context in string eval is broken
21512              From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
21513              Date: 15 Jun 2003 23:09:03 -0000
21514              Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
21515      Branch: perl
21516            ! pp_ctl.c t/comp/require.t t/op/eval.t
21517 ____________________________________________________________________________
21518 [ 19800] By: rgs                                   on 2003/06/16  21:14:26
21519         Log: Subject: [PATCH] unnecessary stringification in eval/die
21520              From: Steve Grazzini <grazz@pobox.com>
21521              Date: 15 Jun 2003 21:02:26 -0000
21522              Message-ID: <20030615210226.56430.qmail@onion.perl.org>
21523              (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
21524              in c.l.p.misc and bug #17763)
21525      Branch: perl
21526            ! pod/perlfunc.pod pp_ctl.c
21527 ____________________________________________________________________________
21528 [ 19799] By: rgs                                   on 2003/06/16  20:15:28
21529         Log: Subject: [perl #22622] Bogus error codes from File::Copy::move
21530              From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
21531              Date: 9 Jun 2003 15:48:09 -0000
21532              Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
21533      Branch: perl
21534            ! lib/File/Copy.pm
21535 ____________________________________________________________________________
21536 [ 19798] By: jhi                                   on 2003/06/16  12:26:29
21537         Log: And even more glibc fcntl constants, this time mostly F_XXX.
21538              Be more conservative and use @EXPORT_OK instead of @EXPORT.
21539      Branch: perl
21540            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
21541 ____________________________________________________________________________
21542 [ 19797] By: jhi                                   on 2003/06/16  08:05:11
21543         Log: Even more glibc O_ modes.
21544      Branch: perl
21545            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
21546 ____________________________________________________________________________
21547 [ 19796] By: jhi                                   on 2003/06/16  07:59:26
21548         Log: Add O_NOATIME.
21549      Branch: perl
21550            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
21551 ____________________________________________________________________________
21552 [ 19795] By: jhi                                   on 2003/06/16  06:51:19
21553         Log: Instead of fancy condvar footwork do a simple join,
21554              as suggested by Arthur.
21555      Branch: perl
21556            ! ext/threads/shared/t/hv_refs.t
21557 ____________________________________________________________________________
21558 [ 19794] By: rgs                                   on 2003/06/15  21:01:18
21559         Log: Rename again the warning about $* being no longer supported
21560              (and update perldiag this time!)
21561      Branch: perl
21562            ! gv.c pod/perldiag.pod t/lib/warnings/gv
21563 ____________________________________________________________________________
21564 [ 19793] By: rgs                                   on 2003/06/15  19:47:21
21565         Log: Remove all magic in untie()
21566
21567              Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
21568              From: Aaron J Mackey <ajm6q@virginia.edu>
21569              Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
21570              Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
21571              (plus a test case)
21572      Branch: perl
21573            ! pp_sys.c t/op/tie.t
21574 ____________________________________________________________________________
21575 [ 19790] By: jhi                                   on 2003/06/15  17:22:08
21576         Log: Start using Perl malloc in FreeBSD since the system malloc
21577              is reaaally slooow for Perl.
21578
21579              Subject: FreeBSD 5.1 vs. -Uusemymalloc
21580              From: Dan Kogai <dankogai@dan.co.jp>
21581              Date: Mon, 16 Jun 2003 01:48:49 +0900
21582              Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
21583      Branch: perl
21584            ! hints/freebsd.sh
21585 ____________________________________________________________________________
21586 [ 19789] By: jhi                                   on 2003/06/15  17:08:02
21587         Log: Subject: [PATCH 5.8.1 @19774] OS2 patches
21588              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
21589              Date: Sat, 14 Jun 2003 17:49:57 -0700
21590              Message-ID: <20030615004956.GA28272@math.berkeley.edu>
21591      Branch: perl
21592            + os2/OS2/typemap os2/perlrexx.cmd
21593            - os2/OS2/PrfDB/typemap
21594            ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h
21595            ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl
21596            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
21597            ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm
21598            ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t
21599            ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c
21600            ! os2/os2ish.h pp_sys.c utils/h2xs.PL
21601 ____________________________________________________________________________
21602 [ 19788] By: jhi                                   on 2003/06/15  15:05:40
21603         Log: Reindent a section of the file.
21604      Branch: perl
21605            ! universal.c
21606 ____________________________________________________________________________
21607 [ 19787] By: jhi                                   on 2003/06/15  15:01:26
21608         Log: Unused variable.
21609      Branch: perl
21610            ! universal.c
21611 ____________________________________________________________________________
21612 [ 19786] By: jhi                                   on 2003/06/15  07:41:23
21613         Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
21614              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
21615              Date: Sun, 15 Jun 2003 10:48:40 +0200
21616              Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
21617      Branch: perl
21618            ! embed.fnc embed.h proto.h sv.c
21619 ____________________________________________________________________________
21620 [ 19785] By: jhi                                   on 2003/06/15  07:37:02
21621         Log: Most often unused variables.
21622      Branch: perl
21623            ! perl.c
21624 ____________________________________________________________________________
21625 [ 19784] By: rgs                                   on 2003/06/14  20:08:52
21626         Log: Rename the warning about $* being removed,
21627              as suggested by Dave Mitchell
21628      Branch: perl
21629            ! gv.c t/lib/warnings/gv
21630 ____________________________________________________________________________
21631 [ 19783] By: jhi                                   on 2003/06/14  16:30:23
21632         Log: The FileCache 1.03 tests from belg4mit.
21633      Branch: perl
21634            + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
21635            + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
21636            + lib/FileCache/t/05override.t
21637            - lib/FileCache.t
21638            ! MANIFEST
21639 ____________________________________________________________________________
21640 [ 19782] By: jhi                                   on 2003/06/14  13:45:01
21641         Log: Mention the Unicode::Regex::Set module.
21642      Branch: perl
21643            ! pod/perlunicode.pod
21644 ____________________________________________________________________________
21645 [ 19781] By: jhi                                   on 2003/06/14  13:39:45
21646         Log: Followup on #19779: make the helper function static,
21647              and rename it for paranoia reasons.
21648      Branch: perl
21649            ! embed.fnc embed.h proto.h sv.c
21650 ____________________________________________________________________________
21651 [ 19779] By: jhi                                   on 2003/06/14  13:13:34
21652         Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
21653              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
21654              Date: Sat, 14 Jun 2003 12:51:31 +0200
21655              Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
21656
21657              (choosing the safe alternative)
21658      Branch: perl
21659            ! sv.c
21660 ____________________________________________________________________________
21661 [ 19778] By: jhi                                   on 2003/06/14  09:28:01
21662         Log: Exercise the utf8:: "internal" functions.
21663      Branch: perl
21664            ! lib/utf8.pm lib/utf8.t
21665 ____________________________________________________________________________
21666 [ 19777] By: jhi                                   on 2003/06/14  09:05:07
21667         Log: Having to pull in the whole Encode just to get SvUTF8()
21668              is a bit too much: introduce utf8::is_utf8().
21669      Branch: perl
21670            ! lib/utf8.pm pod/perluniintro.pod universal.c
21671 ____________________________________________________________________________
21672 [ 19776] By: jhi                                   on 2003/06/14  08:56:11
21673         Log: Slight tweaks on the length() and chr() entries,
21674              passing-by rewrapping on the rmdir entry.
21675      Branch: perl
21676            ! pod/perlfunc.pod
21677 ____________________________________________________________________________
21678 [ 19775] By: jhi                                   on 2003/06/14  08:50:16
21679         Log: test.pl-ify and add a couple of tests.
21680      Branch: perl
21681            ! lib/bytes.t
21682 ____________________________________________________________________________
21683 [ 19773] By: jhi                                   on 2003/06/14  08:05:01
21684         Log: Slight reorg of the binmode() entry.
21685      Branch: perl
21686            ! pod/perlfunc.pod
21687 ____________________________________________________________________________
21688 [ 19772] By: jhi                                   on 2003/06/14  07:07:38
21689         Log: Illegal cpp.
21690      Branch: perl
21691            ! util.c
21692 ____________________________________________________________________________
21693 [ 19770] By: jhi                                   on 2003/06/14  04:36:18
21694         Log: Subject: Re: FileCache
21695              From: belg4mit <belg4mit@MIT.EDU>
21696              Date: Sat, 14 Jun 2003 01:35:05 -0400
21697              Message-ID: <3EEAB409.7B4C21EA@mit.edu>
21698
21699              FileCache 1.03.
21700      Branch: perl
21701            ! lib/FileCache.pm
21702 ____________________________________________________________________________
21703 [ 19769] By: rgs                                   on 2003/06/13  19:17:50
21704         Log: Remove the deprecated $* variable.
21705              Incidentally, this fixes bug #22354, about unwanted
21706              action-at-distance of the /m regexp modifier.
21707              Add a new warning to advertise this fact.
21708      Branch: perl
21709            ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod
21710            ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv
21711            ! t/op/pat.t t/op/study.t
21712 ____________________________________________________________________________
21713 [ 19768] By: jhi                                   on 2003/06/13  17:08:45
21714         Log: Encode simply needs more work on EBCDIC.
21715      Branch: perl
21716            ! ext/Encode/t/Unicode.t
21717 ____________________________________________________________________________
21718 [ 19767] By: jhi                                   on 2003/06/13  17:05:01
21719         Log: Redundancy removal from Brian De Pradine;
21720              both the forms, pthread_mutexattr_settype() and
21721              pthread_mutexattr_setkind_np(), exist on z/OS.
21722      Branch: perl
21723            ! thread.h
21724 ____________________________________________________________________________
21725 [ 19766] By: jhi                                   on 2003/06/13  17:02:57
21726         Log: Somehow MPE/iX managed to get
21727              "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
21728      Branch: perl
21729            ! lib/Test/Harness.pm
21730 ____________________________________________________________________________
21731 [ 19765] By: jhi                                   on 2003/06/13  14:36:18
21732         Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
21733              From: alan <alan@pair.com>
21734              Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
21735              Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
21736
21737              (the first alternative)
21738      Branch: perl
21739            ! util.c
21740 ____________________________________________________________________________
21741 [ 19764] By: jhi                                   on 2003/06/13  14:33:51
21742         Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
21743              way of detecting Darwin/Mac OS X; instead it is recommended to
21744              detect the OS at a higher level and pass the information manually
21745              down to the application, using e.g. a -Ddefinition.
21746      Branch: perl
21747            ! hints/darwin.sh perl.h x2p/util.c
21748 ____________________________________________________________________________
21749 [ 19763] By: jhi                                   on 2003/06/13  14:12:13
21750         Log: Define a cpp symbol, BSDish, if that looks appropriate.
21751      Branch: perl
21752            ! perl.h
21753 ____________________________________________________________________________
21754 [ 19760] By: jhi                                   on 2003/06/13  12:00:06
21755         Log: Even more tweakage on symbol scanning from Alan Burlison.
21756      Branch: perl
21757            ! Configure
21758 ____________________________________________________________________________
21759 [ 19758] By: gbarr                                 on 2003/06/13  07:01:11
21760         Log: Sync with libnet 1.15
21761      Branch: perl
21762            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
21763 ____________________________________________________________________________
21764 [ 19756] By: jhi                                   on 2003/06/13  05:09:17
21765         Log: The changes #8803 and #8896 that fixed JPL for use with
21766              JDK 1.2/1.3 had somehow disappeared.
21767      Branch: perl
21768            ! perl.c perl.h
21769 ____________________________________________________________________________
21770 [ 19752] By: rgs                                   on 2003/06/12  20:49:25
21771         Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
21772              to be issued if the string to be left-justified by s?printf contains
21773              a newline.
21774
21775              Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
21776              From: Robin Barker <Robin.Barker@npl.co.uk>
21777              Date: Wed, 11 Jun 2003 18:10:14 +0100
21778              Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
21779      Branch: perl
21780            ! pod/perldiag.pod sv.c t/lib/warnings/sv
21781 ____________________________________________________________________________
21782 [ 19751] By: rgs                                   on 2003/06/12  20:25:41
21783         Log: Patch for a warning emitted twice, from :
21784              Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
21785              From: Steve Grazzini <grazz@pobox.com>
21786              Date: Wed, 11 Jun 2003 00:46:47 -0400
21787              Message-ID: <20030611044647.GA16696@grazzini.net>
21788      Branch: perl
21789            ! pp_sys.c
21790 ____________________________________________________________________________
21791 [ 19750] By: sky                                   on 2003/06/12  15:03:55
21792         Log: In free we want to destroy, not init, thanks to Tim Bunce for
21793              detecting this. Should hopefully fix memory leak on Tru64
21794      Branch: perl
21795            ! ext/threads/shared/shared.xs
21796 ____________________________________________________________________________
21797 [ 19749] By: jhi                                   on 2003/06/12  13:27:44
21798         Log: More perlio ->Open paranoia.  Set errno to EINVAL if there's
21799              no ->Open, not if ->Open returns NULL.
21800      Branch: perl
21801            ! perlio.c
21802 ____________________________________________________________________________
21803 [ 19748] By: jhi                                   on 2003/06/12  11:32:44
21804         Log: Further perlio doc tweaks.
21805      Branch: perl
21806            ! lib/PerlIO.pm pod/perlrun.pod
21807 ____________________________________________________________________________
21808 [ 19747] By: jhi                                   on 2003/06/12  11:25:19
21809         Log: Slightly amended version of the proposed patch for
21810              "[perl #22390] export PERLIO=bytes segfaults";
21811              the amendment is to set errno.
21812              TODO: we really should not get here if the layer
21813              stack is corrupt or non-sensical (like "bytes").
21814      Branch: perl
21815            ! perlio.c
21816 ____________________________________________________________________________
21817 [ 19746] By: sky                                   on 2003/06/12  08:37:39
21818         Log: Be polite and destroy the mutexes and conditions we use!
21819      Branch: perl
21820            ! ext/threads/shared/shared.xs
21821 ____________________________________________________________________________
21822 [ 19744] By: rgs                                   on 2003/06/11  20:49:04
21823         Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
21824              From: Andy Dougherty <doughera@lafayette.edu>
21825              Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
21826              Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
21827      Branch: perl
21828            ! lib/File/Temp/t/security.t
21829 ____________________________________________________________________________
21830 [ 19742] By: jhi                                   on 2003/06/11  18:28:12
21831         Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list
21832              From: Andy Dougherty <doughera@lafayette.edu>
21833              Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
21834              Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
21835      Branch: perl
21836            ! Configure
21837 ____________________________________________________________________________
21838 [ 19741] By: merijn                                on 2003/06/11  14:06:49
21839         Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
21840              From: PPrymmer@factset.com
21841              Date: Wed, 11 Jun 2003 09:00:34 -0400
21842              Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
21843      Branch: perl
21844            ! lib/vmsish.t
21845 ____________________________________________________________________________
21846 [ 19740] By: jhi                                   on 2003/06/11  13:29:59
21847         Log: Doc nit.
21848      Branch: perl
21849            ! INSTALL
21850 ____________________________________________________________________________
21851 [ 19739] By: jhi                                   on 2003/06/11  05:30:53
21852         Log: Integrate from maint:
21853              [ 19738]
21854              Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
21855              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
21856              Date: Tue, 10 Jun 2003 22:10:47 +0200
21857              Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
21858      Branch: perl
21859           !> ext/Encode/encengine.c ext/List/Util/Util.xs
21860           !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs
21861           !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
21862           !> sv.c
21863 ____________________________________________________________________________
21864 [ 19735] By: jhi                                   on 2003/06/10  05:27:33
21865         Log: Upgrade to Unicode::Normalize 0.22.
21866      Branch: perl
21867            ! ext/Unicode/Normalize/Changes
21868            ! ext/Unicode/Normalize/Makefile.PL
21869            ! ext/Unicode/Normalize/Normalize.pm
21870            ! ext/Unicode/Normalize/Normalize.xs
21871            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
21872            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
21873            ! ext/Unicode/Normalize/t/test.t
21874 ____________________________________________________________________________
21875 [ 19734] By: jhi                                   on 2003/06/10  05:14:18
21876         Log: Upgrade to Unicode::Collate 0.25.
21877      Branch: perl
21878            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
21879            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
21880            ! lib/Unicode/Collate/t/test.t
21881 ____________________________________________________________________________
21882 [ 19731] By: jhi                                   on 2003/06/09  20:48:14
21883         Log: On a real multicpu box the child thread could still be running
21884              when the parent thread was already testing.
21885      Branch: perl
21886            ! ext/threads/shared/t/hv_refs.t
21887 ____________________________________________________________________________
21888 [ 19730] By: rgs                                   on 2003/06/09  19:56:29
21889         Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
21890              From: Andy Dougherty <doughera@lafayette.edu>
21891              Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
21892              Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
21893      Branch: perl
21894            ! INSTALL
21895 ____________________________________________________________________________
21896 [ 19729] By: rgs                                   on 2003/06/09  19:13:16
21897         Log: Subject: [PATCH] Re: nitpick with \(0..2)
21898              From: Steve Grazzini <grazz@pobox.com>
21899              Date: Fri, 6 Jun 2003 01:42:59 -0400
21900              Message-ID: <20030606054259.GA30249@grazzini.net>
21901      Branch: perl
21902            ! op.c pod/perlop.pod t/op/ref.t
21903 ____________________________________________________________________________
21904 [ 19726] By: jhi                                   on 2003/06/09  18:45:00
21905         Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
21906      Branch: perl
21907            ! ext/Unicode/Normalize/Normalize.pm
21908 ____________________________________________________________________________
21909 [ 19725] By: rgs                                   on 2003/06/09  18:33:50
21910         Log: In the debugger, flush stdout/stderr before the prompt is printed
21911              Subject: Re: [PATCH] Perlbug #15228
21912              From: Alex Vandiver <alexmv@MIT.EDU>
21913              Date: 04 Jun 2003 04:50:10 -0400
21914              Message-Id: <1054716610.21402.45.camel@supox>
21915      Branch: perl
21916            ! lib/perl5db.pl
21917 ____________________________________________________________________________
21918 [ 19724] By: gsar                                  on 2003/06/09  18:17:42
21919         Log: mark 450_service.t#18 as a todo test on windows
21920      Branch: perl
21921            ! lib/Net/Ping/t/450_service.t
21922 ____________________________________________________________________________
21923 [ 19723] By: gsar                                  on 2003/06/09  18:00:57
21924         Log: one of the Net::Ping time-dependent tests fails sporadically
21925              when the response from localhost is "too quick"
21926      Branch: perl
21927            ! lib/Net/Ping/t/250_ping_hires.t
21928 ____________________________________________________________________________
21929 [ 19721] By: jhi                                   on 2003/06/09  17:04:50
21930         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
21931              From: Michael G Schwern <schwern@pobox.com>
21932              Date: Sat, 7 Jun 2003 01:16:32 -0700
21933              Message-ID: <20030607081632.GA16228@windhund.schwern.org>
21934      Branch: perl
21935            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
21936            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod
21937            ! lib/ExtUtils/t/Liblist.t
21938 ____________________________________________________________________________
21939 [ 19720] By: gsar                                  on 2003/06/09  15:59:52
21940         Log: fix for perlio.t failures on windows (from Dan Kogai)
21941      Branch: perl
21942            ! ext/Encode/t/perlio.t
21943 ____________________________________________________________________________
21944 [ 19719] By: jhi                                   on 2003/06/09  15:28:18
21945         Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
21946              From: PPrymmer@factset.com
21947              Date: Mon, 9 Jun 2003 09:57:43 -0400
21948              Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
21949      Branch: perl
21950            ! configure.com utils/perlivp.PL
21951 ____________________________________________________________________________
21952 [ 19717] By: gsar                                  on 2003/06/09  14:09:55
21953         Log: windows: fix memory leak in %ENV handling (shows up as a
21954              leak even in the simplest fork() loop, because perl_construct()
21955              now does the equivalent of %ENV assignments using mg_set())
21956      Branch: perl
21957            ! win32/perlhost.h
21958 ____________________________________________________________________________
21959 [ 19715] By: sky                                   on 2003/06/09  09:35:47
21960         Log: Support blessed shared references.
21961      Branch: perl
21962            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
21963            ! ext/threads/shared/t/hv_refs.t
21964 ____________________________________________________________________________
21965 [ 19714] By: jhi                                   on 2003/06/09  04:29:04
21966         Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
21967              From: "Craig A. Berry" <craigberry@mac.com>
21968              Date: Sun, 08 Jun 2003 16:49:43 -0500
21969              Message-ID: <3EE3AF77.7060302@mac.com>
21970      Branch: perl
21971            ! t/op/pack.t
21972 ____________________________________________________________________________
21973 [ 19712] By: jhi                                   on 2003/06/08  17:05:59
21974         Log: Subject: Re: forwarded you a test result
21975              From: Dan Kogai <dankogai@dan.co.jp>
21976              Date: Sun, 8 Jun 2003 11:04:43 +0900
21977              Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
21978      Branch: perl
21979            ! ext/Encode/t/Encode.t
21980 ____________________________________________________________________________
21981 [ 19710] By: jhi                                   on 2003/06/08  17:03:07
21982         Log: Regen Configure et al.
21983      Branch: perl
21984            ! Configure Porting/config.sh Porting/config_H
21985 ____________________________________________________________________________
21986 [ 19709] By: jhi                                   on 2003/06/08  16:45:50
21987         Log: More symbol scan logic from Alan Burlison.
21988      Branch: perl
21989            ! Configure Porting/Glossary hints/solaris_2.sh
21990 ____________________________________________________________________________
21991 [ 19708] By: sky                                   on 2003/06/07  13:28:50
21992         Log: Major (internal) change to make it much more easy to embed
21993              threaded perl because we don't use our own TLS for the current
21994              thread info, but instead use PL_modglobal. Should make the
21995              mod_perl2 team (Hi Stas!) happy. Should also be more robust.
21996      Branch: perl
21997            ! ext/threads/threads.xs
21998 ____________________________________________________________________________
21999 [ 19707] By: sky                                   on 2003/06/07  13:27:01
22000         Log: Last patch broke this slightly because INC was wrong.
22001      Branch: perl
22002            ! ext/threads/t/thread.t
22003 ____________________________________________________________________________
22004 [ 19706] By: sky                                   on 2003/06/07  13:07:53
22005         Log: Remove warnings from tests.
22006      Branch: perl
22007            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
22008            ! ext/threads/t/list.t
22009 ____________________________________________________________________________
22010 [ 19705] By: sky                                   on 2003/06/07  12:42:28
22011         Log: Work in non core env.
22012      Branch: perl
22013            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
22014            ! ext/threads/t/libc.t ext/threads/t/list.t
22015            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
22016            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
22017            ! ext/threads/t/thread.t
22018 ____________________________________________________________________________
22019 [ 19703] By: jhi                                   on 2003/06/07  05:11:50
22020         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
22021              From: Michael G Schwern <schwern@pobox.com>
22022              Date: Fri, 6 Jun 2003 18:41:45 -0700
22023              Message-ID: <20030607014145.GB12031@windhund.schwern.org>
22024      Branch: perl
22025            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
22026            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml
22027            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
22028            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
22029            ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t
22030            ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t
22031            ! lib/ExtUtils/t/zz_cleanup_dummy.t
22032 ____________________________________________________________________________
22033 [ 19702] By: rgs                                   on 2003/06/06  23:00:00
22034         Log: Upgrade to Time::Local 1.06, by Dave Rolsky
22035      Branch: perl
22036            ! lib/Time/Local.pm lib/Time/Local.t
22037 ____________________________________________________________________________
22038 [ 19701] By: rgs                                   on 2003/06/06  22:50:37
22039         Log: Complement to change #19698 :
22040              add also this information (=> and curly braces doesn't
22041              quote compound identifiers) to the strict manpage.
22042              As an experiment in documentation, add a "HISTORY" section
22043              to the strict manpage.
22044      Branch: perl
22045            ! lib/strict.pm
22046 ____________________________________________________________________________
22047 [ 19700] By: rgs                                   on 2003/06/06  22:31:50
22048         Log: Minor grammatical nit.
22049      Branch: perl
22050            ! README.hpux
22051 ____________________________________________________________________________
22052 [ 19699] By: rgs                                   on 2003/06/06  22:29:38
22053         Log: Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
22054              From: Stas Bekman <stas@stason.org>
22055              Date: Thu, 05 Jun 2003 10:10:36 +1000
22056              Message-ID: <3EDE8A7C.2080302@stason.org>
22057
22058              Subject: [patch] perlguts authors dup
22059              From: Stas Bekman <stas@stason.org>
22060              Date: Thu, 05 Jun 2003 10:14:12 +1000
22061              Message-ID: <3EDE8B54.6090808@stason.org>
22062      Branch: perl
22063            ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod
22064 ____________________________________________________________________________
22065 [ 19698] By: rgs                                   on 2003/06/06  22:23:56
22066         Log: Clarify that => doesn't quote compound identifiers.
22067      Branch: perl
22068            ! pod/perldata.pod
22069 ____________________________________________________________________________
22070 [ 19696] By: merijn                                on 2003/06/06  12:21:43
22071         Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
22072              as the compiler supports it)
22073      Branch: perl
22074            ! README.hpux
22075 ____________________________________________________________________________
22076 [ 19695] By: jhi                                   on 2003/06/05  18:50:51
22077         Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work!
22078              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22079              Date: Wed, 04 Jun 2003 00:08:32 -0700
22080              Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
22081      Branch: perl
22082            ! t/run/switches.t toke.c
22083 ____________________________________________________________________________
22084 [ 19694] By: jhi                                   on 2003/06/05  18:37:02
22085         Log: Subject: [PATCH] RE: maint @ 19683
22086              From: Robin Barker <Robin.Barker@npl.co.uk>
22087              Date: Thu, 5 Jun 2003 17:16:58 +0100
22088              Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
22089
22090              (skipped the MIME::Base64 part, leaving that to Gisle)
22091      Branch: perl
22092            ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
22093 ____________________________________________________________________________
22094 [ 19693] By: jhi                                   on 2003/06/05  17:26:04
22095         Log: SKIP label was missing.
22096      Branch: perl
22097            ! t/io/utf8.t
22098 ____________________________________________________________________________
22099 [ 19692] By: jhi                                   on 2003/06/05  16:58:23
22100         Log: z/OS makedepend fix from Peter Prymmer;
22101              still needed as reported by Brian De Pradine.
22102      Branch: perl
22103            ! makedepend.SH
22104 ____________________________________________________________________________
22105 [ 19691] By: jhi                                   on 2003/06/05  16:56:01
22106         Log: Even more getspecific patches from Brian De Pradine;
22107              macrofy the construct.
22108      Branch: perl
22109            ! ext/threads/threads.xs
22110 ____________________________________________________________________________
22111 [ 19690] By: jhi                                   on 2003/06/05  16:19:40
22112         Log: z/OS threads tweak from Brian De Pradine.
22113      Branch: perl
22114            ! ext/threads/threads.xs
22115 ____________________________________________________________________________
22116 [ 19689] By: jhi                                   on 2003/06/05  05:43:31
22117         Log: Upgrade to Time::HiRes 1.48.
22118      Branch: perl
22119            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
22120 ____________________________________________________________________________
22121 [ 19688] By: rgs                                   on 2003/06/04  18:53:48
22122         Log: Prevent a potential null pointer dereference.
22123              Noticed by Ryan Koga <rkoga@caida.org> in
22124              Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
22125      Branch: perl
22126            ! perlio.c
22127 ____________________________________________________________________________
22128 [ 19687] By: jhi                                   on 2003/06/04  18:26:08
22129         Log: Subject: Re: [MacOS X] consider useshrplib='false' by default
22130              From: Andy Dougherty <doughera@lafayette.edu>
22131              Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
22132              Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
22133      Branch: perl
22134            ! hints/darwin.sh
22135 ____________________________________________________________________________
22136 [ 19686] By: jhi                                   on 2003/06/04  11:02:54
22137         Log: On closer reading the proposed UTS#18 update required
22138              even more changes.
22139      Branch: perl
22140            ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl
22141            ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
22142            ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl
22143            ! lib/unicore/mktables
22144 ____________________________________________________________________________
22145 [ 19685] By: jhi                                   on 2003/06/04  10:14:09
22146         Log: Align the 'graph' property definition with the proposed
22147              Unicode UTS #18 update (v7).
22148      Branch: perl
22149            ! lib/unicore/lib/Graph.pl lib/unicore/mktables
22150 ____________________________________________________________________________
22151 [ 19681] By: jhi                                   on 2003/06/04  05:16:38
22152         Log: Subject: [MacOS X] consider useshrplib='false' by default
22153              From: Dan Kogai <dankogai@dan.co.jp>
22154              Date: Wed, 4 Jun 2003 01:29:42 +0900
22155              Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
22156      Branch: perl
22157            ! hints/darwin.sh
22158 ____________________________________________________________________________
22159 [ 19679] By: jhi                                   on 2003/06/03  15:51:36
22160         Log: Urk.  Joe's patches were for the maint branch,
22161              not for the blead (which has assertions and stuff).
22162              Retract #19677, #19676, #19674.
22163      Branch: perl
22164            ! lib/perl5db.pl
22165 ____________________________________________________________________________
22166 [ 19678] By: jhi                                   on 2003/06/03  15:05:19
22167         Log: According to Arthur this should help
22168              #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
22169      Branch: perl
22170            ! ext/threads/threads.xs
22171 ____________________________________________________________________________
22172 [ 19677] By: jhi                                   on 2003/06/03  14:07:06
22173         Log: Tiny tweaks from Joe McMahon.
22174      Branch: perl
22175            ! lib/perl5db.pl
22176 ____________________________________________________________________________
22177 [ 19676] By: jhi                                   on 2003/06/03  12:38:46
22178         Log: Tiny pod and speling tweaks.
22179      Branch: perl
22180            ! lib/perl5db.pl
22181 ____________________________________________________________________________
22182 [ 19674] By: jhi                                   on 2003/06/03  12:20:59
22183         Log: Subject: Extensive documentation patch redux
22184              From: Joe McMahon <mcmahon@ibiblio.org>
22185              Date: Mon, 2 Jun 2003 09:53:40 -0400
22186              Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
22187
22188              Subject: RE: [PATCH] RE: Extensive documentation patch redux
22189              From: Robin Barker <Robin.Barker@npl.co.uk>
22190              Date: Tue, 3 Jun 2003 10:00:22 +0100
22191              Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
22192      Branch: perl
22193            ! lib/perl5db.pl
22194 ____________________________________________________________________________
22195 [ 19673] By: jhi                                   on 2003/06/03  09:51:59
22196         Log: Salvage parts of #19667.
22197      Branch: perl
22198            ! perlio.c win32/win32.c win32/win32iop.h
22199 ____________________________________________________________________________
22200 [ 19672] By: jhi                                   on 2003/06/03  09:26:45
22201         Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t
22202              still is there).
22203      Branch: perl
22204            ! MANIFEST pod/perlfunc.pod
22205 ____________________________________________________________________________
22206 [ 19671] By: merijn                                on 2003/06/03  08:27:07
22207         Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
22208              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22209              Date: Tue, 03 Jun 2003 01:55:06 -0700
22210              Message-ID: <qJG3+gzkgajL092yn@efn.org>
22211      Branch: perl
22212            ! README.cygwin
22213 ____________________________________________________________________________
22214 [ 19670] By: jhi                                   on 2003/06/03  08:04:39
22215         Log: Retract #19667, #19660, #19659, #19658, #19657, #19656,
22216              #19655, #19418; File::Temp no more used internally.
22217              Some parts of these will be salvaged later.
22218      Branch: perl
22219            ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod
22220            ! proto.h win32/win32.c win32/win32iop.h
22221 ____________________________________________________________________________
22222 [ 19669] By: gsar                                  on 2003/06/02  20:59:39
22223         Log: fix for 09_gen_rs.t#59 failure on windows
22224      Branch: perl
22225            ! lib/Tie/File/t/09_gen_rs.t
22226 ____________________________________________________________________________
22227 [ 19668] By: gsar                                  on 2003/06/02  20:40:19
22228         Log: resurrect change#19628 and make it work by generalizing
22229              a spot that had a hardcoded dependency on the cmd.exe
22230              arguments being "/x/c" or "/c"
22231      Branch: perl
22232            ! pod/perlrun.pod win32/win32.c
22233 ____________________________________________________________________________
22234 [ 19667] By: gsar                                  on 2003/06/02  18:44:34
22235         Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
22236              reuse the straightforward native implementation instead
22237
22238              this fixes the warning from io_xs.t
22239
22240              NOTE: File::Temp has a less-than-robust implementation on windows
22241              that relies on END blocks being run (this may not happen always)
22242      Branch: perl
22243            ! op.c win32/win32.c win32/win32iop.h
22244 ____________________________________________________________________________
22245 [ 19666] By: gsar                                  on 2003/06/02  18:29:46
22246         Log: change#19628 broke many win32/system.t tests, so back it out
22247      Branch: perl
22248            ! pod/perlrun.pod win32/win32.c
22249 ____________________________________________________________________________
22250 [ 19665] By: rgs                                   on 2003/06/02  18:22:06
22251         Log: A little bit more of weird-code-proofing in B::Deparse.
22252              Fixes a bug reported by Alexey Tourbin in
22253              Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
22254      Branch: perl
22255            ! ext/B/B/Deparse.pm
22256 ____________________________________________________________________________
22257 [ 19664] By: jhi                                   on 2003/06/02  16:41:37
22258         Log: Upgrade to the CGI.pm 2.93.
22259
22260              (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks.  Sigh.)
22261      Branch: perl
22262            + lib/CGI/t/util-58.t
22263            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
22264            ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm
22265            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
22266            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
22267            ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t
22268            ! lib/CGI/t/switch.t lib/CGI/t/util.t
22269 ____________________________________________________________________________
22270 [ 19663] By: jhi                                   on 2003/06/02  16:16:51
22271         Log: Whitespace tweaks.
22272      Branch: perl
22273            ! hints/uwin.sh
22274 ____________________________________________________________________________
22275 [ 19662] By: jhi                                   on 2003/06/02  16:08:22
22276         Log: U/WIN: final (for now) touches from John P. Linderman;
22277              now we get 97% success rate, the remaining failures are
22278              quite obscure.
22279      Branch: perl
22280            ! hints/uwin.sh lib/locale.t
22281 ____________________________________________________________________________
22282 [ 19661] By: gbarr                                 on 2003/06/02  12:13:35
22283         Log: Sync with libnet 1.14
22284      Branch: perl
22285            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm
22286            ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm
22287            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
22288            ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t
22289 ____________________________________________________________________________
22290 [ 19660] By: jhi                                   on 2003/06/02  09:28:30
22291         Log: Beautification.
22292      Branch: perl
22293            ! op.c
22294 ____________________________________________________________________________
22295 [ 19659] By: jhi                                   on 2003/06/02  09:07:38
22296         Log: Duplicate definition bad.
22297      Branch: perl
22298            ! op.c
22299 ____________________________________________________________________________
22300 [ 19658] By: jhi                                   on 2003/06/02  09:02:18
22301         Log: I thought I tried building threaded.  Never think.  Try.
22302      Branch: perl
22303            ! perlio.c
22304 ____________________________________________________________________________
22305 [ 19657] By: jhi                                   on 2003/06/02  08:54:04
22306         Log: Stick with the original (5.8.0) logic.
22307      Branch: perl
22308            ! op.c
22309 ____________________________________________________________________________
22310 [ 19656] By: jhi                                   on 2003/06/02  08:28:51
22311         Log: Since pulling in File::Temp for tempfiles would pull in
22312              also Fcntl, miniperl could not open up tempfiles.  This broke
22313              the use of miniperl in VMS, as noticed by Craig Berry.
22314              Try to cure this by moving the creation of tempfile into its
22315              own routine, my_tmpfp(), which gets compiled differently
22316              for miniperl and perl.
22317      Branch: perl
22318            ! embed.fnc embed.h op.c perlio.c proto.h
22319 ____________________________________________________________________________
22320 [ 19655] By: jhi                                   on 2003/06/02  06:54:05
22321         Log: A pointless test, noticed by Craig Berry.
22322      Branch: perl
22323            ! perlio.c
22324 ____________________________________________________________________________
22325 [ 19654] By: rgs                                   on 2003/06/01  07:37:50
22326         Log: Two Cygwin patches from Gerrit.
22327
22328              Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
22329              From: "Gerrit P. Haase" <gp@familiehaase.de>
22330              Date: Sat, 31 May 2003 14:12:07 +0200
22331              Message-ID: <179860591535.20030531141207@familiehaase.de>
22332
22333              Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
22334              Date: Sat, 31 May 2003 13:57:49 +0200
22335              Message-ID: <11859733881.20030531135749@familiehaase.de>
22336      Branch: perl
22337            ! README.cygwin perl.h t/io/layers.t
22338 ____________________________________________________________________________
22339 [ 19652] By: rgs                                   on 2003/05/31  19:54:31
22340         Log: Fix a case of segfault in gv_check(), by making
22341              it ignore non-GV values in stashes.
22342      Branch: perl
22343            ! gv.c t/op/stash.t
22344 ____________________________________________________________________________
22345 [ 19651] By: rgs                                   on 2003/05/31  18:48:59
22346         Log: Don't install test.pl files.
22347      Branch: perl
22348            ! installperl
22349 ____________________________________________________________________________
22350 [ 19650] By: rgs                                   on 2003/05/31  18:47:50
22351         Log: Regenerate internals pods.
22352      Branch: perl
22353            ! pod/perlapi.pod pod/perlintern.pod
22354 ____________________________________________________________________________
22355 [ 19649] By: rgs                                   on 2003/05/31  18:33:07
22356         Log: Subject: [PATCH] jumbo closure patch broke formats
22357              From: Dave Mitchell <davem@fdgroup.com>
22358              Date: Sat, 31 May 2003 19:54:48 +0100
22359              Message-ID: <20030531185448.GA6055@fdgroup.com>
22360              Plus restore the original test script for bug #22372
22361      Branch: perl
22362            ! pad.c t/op/write.t
22363 ____________________________________________________________________________
22364 [ 19648] By: jhi                                   on 2003/05/31  17:37:36
22365         Log: Better patch from Inaba Hiroto for
22366              [perl #22375] 'split'/'index' problem for utf8
22367      Branch: perl
22368            ! sv.c
22369 ____________________________________________________________________________
22370 [ 19647] By: rgs                                   on 2003/05/31  11:46:52
22371         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
22372              From: Enache Adrian <enache@rdslink.ro>
22373              Date: Sat, 31 May 2003 14:18:11 +0300
22374              Message-ID: <20030531111811.GA1240@ratsnest.hole>
22375      Branch: perl
22376            ! t/op/write.t
22377 ____________________________________________________________________________
22378 [ 19646] By: jhi                                   on 2003/05/31  05:40:15
22379         Log: Interesting patch(1) glitch.
22380      Branch: perl
22381            ! lib/Tie/File.pm
22382 ____________________________________________________________________________
22383 [ 19645] By: jhi                                   on 2003/05/31  05:37:10
22384         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
22385              From: Enache Adrian <enache@rdslink.ro>
22386              Date: Fri, 30 May 2003 18:52:28 +0300
22387              Message-ID: <20030530155228.GA872@ratsnest.hole>
22388      Branch: perl
22389            ! sv.c t/op/write.t
22390 ____________________________________________________________________________
22391 [ 19644] By: jhi                                   on 2003/05/31  05:31:11
22392         Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
22393              From: "Craig A. Berry" <craigberry@mac.com>
22394              Date: Fri, 30 May 2003 13:08:01 -0500
22395              Message-ID: <3ED79E01.8050401@mac.com>
22396      Branch: perl
22397            ! ext/Encode/t/perlio.t
22398 ____________________________________________________________________________
22399 [ 19643] By: jhi                                   on 2003/05/31  05:28:56
22400         Log: Upgrade to Tie::File 0.96.
22401      Branch: perl
22402            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
22403            ! lib/Tie/File/t/09_gen_rs.t
22404 ____________________________________________________________________________
22405 [ 19642] By: jhi                                   on 2003/05/30  19:06:02
22406         Log: test.pl-isation.
22407      Branch: perl
22408            ! t/op/index.t
22409 ____________________________________________________________________________
22410 [ 19641] By: jhi                                   on 2003/05/30  15:59:57
22411         Log: A bit of networking notworking negativity.
22412              (Inspiration from Jos.)
22413      Branch: perl
22414            ! pod/perlport.pod
22415 ____________________________________________________________________________
22416 [ 19640] By: jhi                                   on 2003/05/30  05:47:15
22417         Log: Fix for "#22375 'split'/'index' problem for utf8".
22418      Branch: perl
22419            ! sv.c t/op/index.t
22420 ____________________________________________________________________________
22421 [ 19639] By: jhi                                   on 2003/05/29  19:07:35
22422         Log: Add the test case for the already fixed
22423              [perl #22351] perl bug with 'e' substitution modifier
22424      Branch: perl
22425            ! t/op/subst.t
22426 ____________________________________________________________________________
22427 [ 19638] By: jhi                                   on 2003/05/29  18:56:46
22428         Log: Comment tweakage.
22429      Branch: perl
22430            ! intrpvar.h
22431 ____________________________________________________________________________
22432 [ 19637] By: rgs                                   on 2003/05/29  18:47:40
22433         Log: Subject: [PATCH] jumbo closure fix
22434              From: Dave Mitchell <davem@fdgroup.com>
22435              Date: Wed, 26 Feb 2003 14:49:47 +0000
22436              Message-ID: <20030226144947.A14444@fdgroup.com>
22437      Branch: perl
22438            ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h
22439            ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod
22440            ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad
22441            ! t/op/closure.t
22442 ____________________________________________________________________________
22443 [ 19635] By: jhi                                   on 2003/05/29  09:13:06
22444         Log: Subject: Credits patch
22445              From: Ed Avis <ed@membled.com>
22446              Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
22447              Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
22448      Branch: perl
22449            ! lib/Tie/RefHash.pm
22450 ____________________________________________________________________________
22451 [ 19634] By: jhi                                   on 2003/05/29  09:11:30
22452         Log: Subject: [patch] IO::File->open() with encoding
22453              From: Pradeep Hodigere <phodigere@yahoo.com>
22454              Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
22455              Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
22456      Branch: perl
22457            + ext/IO/lib/IO/t/io_utf8.t
22458            ! MANIFEST ext/IO/lib/IO/File.pm
22459 ____________________________________________________________________________
22460 [ 19633] By: jhi                                   on 2003/05/29  08:18:09
22461         Log: A *much* cut-down version of the patches in the thread
22462              Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
22463              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
22464              Date: 16 May 2003 19:04:28 -0000
22465              Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
22466      Branch: perl
22467            ! pod/perldiag.pod
22468 ____________________________________________________________________________
22469 [ 19632] By: jhi                                   on 2003/05/29  08:12:46
22470         Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
22471              From: Dave Mitchell <davem@fdgroup.com>
22472              Date: Tue, 27 May 2003 19:31:10 +0100
22473              Message-ID: <20030527183110.GA22715@fdgroup.com>
22474      Branch: perl
22475            ! hv.c
22476 ____________________________________________________________________________
22477 [ 19631] By: jhi                                   on 2003/05/29  08:11:42
22478         Log: Document that setvbuf() is not probably any more available.
22479              Many reports, most recently by mjd in
22480              [perl #22339] IO::Handle::setvbuf not defined properly
22481      Branch: perl
22482            ! ext/IO/lib/IO/Handle.pm
22483 ____________________________________________________________________________
22484 [ 19630] By: jhi                                   on 2003/05/29  07:59:51
22485         Log: Subject: typo in pod/perlfunc.pod
22486              From: Alexey Mahotkin <alexm@w-m.ru>
22487              Date: Wed, 28 May 2003 15:18:04 +0400
22488              Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
22489      Branch: perl
22490            ! pod/perlfunc.pod
22491 ____________________________________________________________________________
22492 [ 19629] By: merijn                                on 2003/05/28  12:24:42
22493         Log: Subject: [PATCH] Re: a2p is linked against too many libraries
22494              From: Andy Dougherty <doughera@lafayette.edu>
22495              Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
22496              Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
22497      Branch: perl
22498            ! x2p/Makefile.SH
22499 ____________________________________________________________________________
22500 [ 19628] By: jhi                                   on 2003/05/28  05:26:43
22501         Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
22502              From: Jan Dubois <jand@ActiveState.com>
22503              Date: Mon, 26 May 2003 23:33:53 -0700
22504              Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
22505      Branch: perl
22506            ! pod/perlrun.pod win32/win32.c
22507 ____________________________________________________________________________
22508 [ 19627] By: jhi                                   on 2003/05/28  05:08:07
22509         Log: OpenZaurus cross-compilation patches from Redvers Davies.
22510      Branch: perl
22511            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
22512            ! Cross/config.sh-arm-linux Cross/generate_config_sh
22513            ! Cross/installperl.patch
22514 ____________________________________________________________________________
22515 [ 19626] By: jhi                                   on 2003/05/27  06:30:54
22516         Log: For now reword the sysread/syswrite description to
22517              stress the fact that by default everything is still bytes.
22518      Branch: perl
22519            ! pod/perlfunc.pod
22520 ____________________________________________________________________________
22521 [ 19625] By: jhi                                   on 2003/05/26  20:31:56
22522         Log: Subject: Re: [perl #22299] goto doesn't find label
22523              From: Dave Mitchell <davem@fdgroup.com>
22524              Date: Sat, 24 May 2003 12:25:17 +0100
22525              Message-ID: <20030524112517.GA11761@fdgroup.com>
22526
22527              Subject: [PATCH] Re: [perl #22299] goto doesn't find label
22528              From: Dave Mitchell <davem@fdgroup.com>
22529              Date: Mon, 26 May 2003 13:47:11 +0100
22530              Message-ID: <20030526124710.GA17670@fdgroup.com>
22531      Branch: perl
22532            ! pp_ctl.c t/op/goto.t
22533 ____________________________________________________________________________
22534 [ 19623] By: merijn                                on 2003/05/26  11:19:38
22535         Log: Subject: [PATCH] for cygwin/perlld.in
22536              From: "Gerrit P. Haase" <gp@familiehaase.de>
22537              Date: Sat, 24 May 2003 16:51:29 +0200
22538              Message-ID: <162265353578.20030524165129@familiehaase.de>
22539      Branch: perl
22540            ! cygwin/perlld.in
22541 ____________________________________________________________________________
22542 [ 19622] By: jhi                                   on 2003/05/25  18:57:18
22543         Log: Regen modlib and toc.
22544      Branch: perl
22545            ! pod/perlmodlib.pod pod/perltoc.pod
22546 ____________________________________________________________________________
22547 [ 19621] By: jhi                                   on 2003/05/25  18:51:00
22548         Log: Run external commands only with localized sanitized $ENV{PATH}.
22549      Branch: perl
22550            ! ext/Sys/Hostname/Hostname.pm
22551 ____________________________________________________________________________
22552 [ 19620] By: jhi                                   on 2003/05/25  18:39:04
22553         Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613
22554              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
22555              Date: Sun, 25 May 2003 21:17:42 +0200
22556              Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
22557      Branch: perl
22558            ! perlio.h
22559 ____________________________________________________________________________
22560 [ 19619] By: jhi                                   on 2003/05/25  18:36:17
22561         Log: Protect against race conditions: if the pid is not seen,
22562              neither will be the $0 change be seen (and vice versa).
22563      Branch: perl
22564            ! ext/threads/t/join.t
22565 ____________________________________________________________________________
22566 [ 19618] By: jhi                                   on 2003/05/24  19:54:39
22567         Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long
22568              From: Dan Kogai <dankogai@dan.co.jp>
22569              Date: 24 May 2003 19:50:48 -0000
22570              Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
22571      Branch: perl
22572            ! ext/Encode/bin/piconv
22573 ____________________________________________________________________________
22574 [ 19610] By: jhi                                   on 2003/05/24  06:42:52
22575         Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
22576              From: Dave Mitchell <davem@fdgroup.com>
22577              Date: Thu, 22 May 2003 10:13:19 +0100
22578              Message-ID: <20030522091319.GA4568@fdgroup.com>
22579
22580              Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
22581              From: Dave Mitchell <davem@fdgroup.com>
22582              Date: Fri, 23 May 2003 17:09:44 +0100
22583              Message-ID: <20030523160944.GC9194@fdgroup.com>
22584      Branch: perl
22585            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t
22586            ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t
22587 ____________________________________________________________________________
22588 [ 19608] By: jhi                                   on 2003/05/24  06:30:40
22589         Log: Missing "to".
22590      Branch: perl
22591            ! NetWare/config_H.wc Porting/config_H config_h.SH
22592            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
22593            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22594            ! win32/config_H.vc64 wince/config_H.ce
22595 ____________________________________________________________________________
22596 [ 19607] By: jhi                                   on 2003/05/24  06:23:51
22597         Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands.
22598      Branch: perl
22599            ! Cross/config.sh-arm-linux NetWare/config.wc
22600            ! NetWare/config_H.wc configure.com epoc/config.sh
22601            ! plan9/config.plan9 plan9/config_h.sample
22602            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
22603            ! win32/config.gc win32/config.vc win32/config.vc64
22604            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22605            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
22606 ____________________________________________________________________________
22607 [ 19606] By: jhi                                   on 2003/05/24  06:05:17
22608         Log: Regen Glossary et al.
22609      Branch: perl
22610            ! Porting/Glossary Porting/config.sh Porting/config_H
22611 ____________________________________________________________________________
22612 [ 19604] By: jhi                                   on 2003/05/24  05:57:49
22613         Log: Add a real scan for pthread_attr_setscope().
22614      Branch: perl
22615            ! Configure config_h.SH ext/threads/threads.xs
22616 ____________________________________________________________________________
22617 [ 19603] By: jhi                                   on 2003/05/24  05:32:34
22618         Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
22619      Branch: perl
22620            - lib/ftp.pl
22621            ! MANIFEST
22622 ____________________________________________________________________________
22623 [ 19602] By: jhi                                   on 2003/05/23  17:02:28
22624         Log: Noticed by John P. Linderman.
22625      Branch: perl
22626            ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h
22627 ____________________________________________________________________________
22628 [ 19601] By: jhi                                   on 2003/05/23  16:58:04
22629         Log: Subject: [PATCH] RE: state of deparse?
22630              From: Robin Barker <Robin.Barker@npl.co.uk>
22631              Date: Fri, 23 May 2003 17:42:37 +0100
22632              Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
22633      Branch: perl
22634            ! ext/B/B/Deparse.pm
22635 ____________________________________________________________________________
22636 [ 19600] By: jhi                                   on 2003/05/23  16:55:09
22637         Log: Subject: [PATCH] for Configure -Dnoextensions=Encode
22638              From: Robin Barker <Robin.Barker@npl.co.uk>
22639              Date: Fri, 23 May 2003 17:37:09 +0100
22640              Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
22641      Branch: perl
22642            ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t
22643            ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t
22644 ____________________________________________________________________________
22645 [ 19599] By: jhi                                   on 2003/05/23  16:51:18
22646         Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
22647              From: Robin Barker <Robin.Barker@npl.co.uk>
22648              Date: Fri, 23 May 2003 17:32:22 +0100
22649              Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
22650      Branch: perl
22651            ! embed.pl perl.h perlio.c perlio.h proto.h
22652 ____________________________________________________________________________
22653 [ 19598] By: jhi                                   on 2003/05/23  16:05:36
22654         Log: Hasty editing, grumble.
22655      Branch: perl
22656            ! ext/POSIX/POSIX.xs
22657 ____________________________________________________________________________
22658 [ 19597] By: jhi                                   on 2003/05/23  16:02:30
22659         Log: Linewrapping MUAs, grumble.
22660      Branch: perl
22661            ! ext/POSIX/POSIX.xs
22662 ____________________________________________________________________________
22663 [ 19596] By: jhi                                   on 2003/05/23  16:00:51
22664         Log: U/WIN extension fix from John P. Linderman.
22665      Branch: perl
22666            ! ext/POSIX/POSIX.xs
22667 ____________________________________________________________________________
22668 [ 19595] By: jhi                                   on 2003/05/23  14:19:53
22669         Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
22670              From: Dan Kogai <dankogai@dan.co.jp>
22671              Date: Sat, 24 May 2003 00:15:49 +0900
22672              Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
22673      Branch: perl
22674            ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs
22675            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
22676 ____________________________________________________________________________
22677 [ 19594] By: jhi                                   on 2003/05/23  13:06:25
22678         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
22679              From: Michael G Schwern <schwern@pobox.com>
22680              Date: Fri, 23 May 2003 02:10:46 -0700
22681              Message-ID: <20030523091046.GB11662@windhund.schwern.org>
22682      Branch: perl
22683            + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
22684            + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
22685            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
22686            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Any.pm
22687            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
22688            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
22689            ! lib/ExtUtils/MakeMaker/FAQ.pod
22690            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
22691            ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t
22692            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
22693 ____________________________________________________________________________
22694 [ 19593] By: jhi                                   on 2003/05/23  12:56:23
22695         Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
22696              From: Dan Kogai <dankogai@dan.co.jp>
22697              Date: Fri, 23 May 2003 20:17:16 +0900
22698              Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
22699      Branch: perl
22700            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
22701            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
22702            ! ext/Encode/lib/Encode/Encoding.pm
22703            ! ext/PerlIO/encoding/encoding.xs
22704 ____________________________________________________________________________
22705 [ 19592] By: jhi                                   on 2003/05/23  12:52:05
22706         Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
22707      Branch: perl
22708            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
22709            ! ext/Time/HiRes/HiRes.xs
22710 ____________________________________________________________________________
22711 [ 19590] By: jhi                                   on 2003/05/22  11:51:46
22712         Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
22713              From: Dan Kogai <dankogai@dan.co.jp>
22714              Date: Thu, 22 May 2003 18:46:40 +0900
22715              Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>
22716      Branch: perl
22717            ! ext/Encode/encoding.pm
22718 ____________________________________________________________________________
22719 [ 19589] By: rgs                                   on 2003/05/21  21:37:28
22720         Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
22721              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
22722              Date: Tue, 13 May 2003 10:36:32 +0200
22723              Message-id: <20030513083631.GA21782@ethan>
22724      Branch: perl
22725            ! utils/h2xs.PL
22726 ____________________________________________________________________________
22727 [ 19588] By: rgs                                   on 2003/05/21  21:03:04
22728         Log: New warning "Useless localization of %s", based on
22729              Subject: [PATCH] new warning "Useless localization of %s is deprecated"
22730              From: Dave Mitchell <davem@fdgroup.com>
22731              Date: Wed, 30 Apr 2003 21:17:38 +0100
22732              Message-ID: <20030430201738.GA22054@fdgroup.com>
22733
22734              The proposed patch added this warning in the 'deprecated' category ;
22735              I think this category is for things that exist and will be removed,
22736              rather than for things that don't exist and that will maybe be added.
22737      Branch: perl
22738            ! op.c pod/perldiag.pod t/lib/warnings/op
22739 ____________________________________________________________________________
22740 [ 19586] By: rgs                                   on 2003/05/21  19:56:38
22741         Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
22742              disable the loading of .pmc files if defined.
22743              Rename the function S_doopen_pmc to S_doopen_pm.
22744      Branch: perl
22745            ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h
22746 ____________________________________________________________________________
22747 [ 19585] By: jhi                                   on 2003/05/21  19:28:23
22748         Log: More U/WIN tweaks from John P. Linderman.
22749      Branch: perl
22750            ! t/io/layers.t t/io/tell.t
22751 ____________________________________________________________________________
22752 [ 19584] By: rgs                                   on 2003/05/21  19:27:13
22753         Log: Subject: [PATCH] perldata.pod revamp rev. 3
22754              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
22755              Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
22756              Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
22757      Branch: perl
22758            ! pod/perldata.pod
22759 ____________________________________________________________________________
22760 [ 19583] By: jhi                                   on 2003/05/21  19:18:21
22761         Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
22762              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
22763              Date: Mon, 19 May 2003 17:53:25 -0400
22764              Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
22765
22766              (the bug id corrected to be #22231, not #22238)
22767      Branch: perl
22768            ! lib/Switch.pm
22769 ____________________________________________________________________________
22770 [ 19582] By: jhi                                   on 2003/05/21  14:17:14
22771         Log: MAN3PODS => {} good.  (Was in 5.8.0, has been lost at some point.)
22772      Branch: perl
22773            ! ext/MIME/Base64/Makefile.PL
22774 ____________________________________________________________________________
22775 [ 19581] By: jhi                                   on 2003/05/21  14:15:26
22776         Log: U/WIN test tweak from John P. Linderman.
22777      Branch: perl
22778            ! t/op/chdir.t
22779 ____________________________________________________________________________
22780 [ 19580] By: jhi                                   on 2003/05/21  13:06:13
22781         Log: VMS test tweak from Craig Berry.
22782      Branch: perl
22783            ! lib/DirHandle.t
22784 ____________________________________________________________________________
22785 [ 19579] By: jhi                                   on 2003/05/21  13:03:34
22786         Log: U/WIN test nit for John P. Linderman.
22787      Branch: perl
22788            ! ext/Cwd/t/cwd.t
22789 ____________________________________________________________________________
22790 [ 19578] By: jhi                                   on 2003/05/21  13:01:42
22791         Log: Subject: [Encode] 1.95 released
22792              From: Dan Kogai <dankogai@dan.co.jp>
22793              Date: Wed, 21 May 2003 18:26:26 +0900
22794              Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
22795      Branch: perl
22796            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
22797            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
22798            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
22799            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.t
22800            ! ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
22801            ! ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
22802            ! ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
22803            ! ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
22804            ! ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
22805            ! ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
22806            ! ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
22807            ! ext/Encode/ucm/8859-9.ucm
22808 ____________________________________________________________________________
22809 [ 19575] By: rgs                                   on 2003/05/20  19:22:30
22810         Log: Enhance the failure reporting for the pod2html tests
22811      Branch: perl
22812            ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl
22813 ____________________________________________________________________________
22814 [ 19574] By: rgs                                   on 2003/05/20  18:52:21
22815         Log: Upgrade to Getopt::Long 2.33
22816              (mostly a version number increment)
22817      Branch: perl
22818            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
22819            ! lib/Getopt/Long/README
22820 ____________________________________________________________________________
22821 [ 19573] By: rgs                                   on 2003/05/20  18:43:37
22822         Log: Upgrade to CPAN 1.70_54
22823              Subject: Re: CPAN.pm into blead
22824              From: Andreas J Koenig <andreas.koenig@anima.de>
22825              Date: Tue, 20 May 2003 11:31:16 +0200
22826              Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
22827      Branch: perl
22828            - lib/CPAN/README
22829            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
22830 ____________________________________________________________________________
22831 [ 19571] By: jhi                                   on 2003/05/19  19:52:23
22832         Log: Further -Uuseperlio tweaking.
22833      Branch: perl
22834            ! ext/Encode/t/Unicode.t
22835 ____________________________________________________________________________
22836 [ 19570] By: rgs                                   on 2003/05/19  19:20:48
22837         Log: Subject: Re: Possible precedence problem on bitwise ^ operator
22838              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22839              Date: Sun, 18 May 2003 19:21:01 -0700
22840              Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
22841              (with tweaks to perldiag.pod)
22842      Branch: perl
22843            ! op.c pod/perldiag.pod
22844 ____________________________________________________________________________
22845 [ 19569] By: jhi                                   on 2003/05/19  19:02:23
22846         Log: More Ultrix double definition avoidance.
22847      Branch: perl
22848            ! ext/Socket/Socket.xs
22849 ____________________________________________________________________________
22850 [ 19566] By: jhi                                   on 2003/05/19  04:58:25
22851         Log: Integrate perlio:
22852              [ 19556]
22853              Fix ticket 18265
22854
22855              [ 19557]
22856              EINTR retry should exit on count >= 0 not !=0
22857      Branch: perl
22858           !> perlio.c
22859 ____________________________________________________________________________
22860 [ 19565] By: jhi                                   on 2003/05/19  04:56:16
22861         Log: Nekkid numbers.
22862      Branch: perl
22863            ! ext/threads/threads.xs
22864 ____________________________________________________________________________
22865 [ 19564] By: jhi                                   on 2003/05/19  04:52:49
22866         Log: Meaningless cosmetics.
22867      Branch: perl
22868            ! ext/threads/threads.xs
22869 ____________________________________________________________________________
22870 [ 19563] By: jhi                                   on 2003/05/19  04:47:53
22871         Log: Make Perl_ithread_self() a bit more helpful when
22872              finding the thread fails (suggested by Stas in
22873              perl-ithreads Mar 01)
22874      Branch: perl
22875            ! ext/threads/threads.xs
22876 ____________________________________________________________________________
22877 [ 19562] By: jhi                                   on 2003/05/19  04:40:11
22878         Log: Slightly wrong panic messages.
22879      Branch: perl
22880            ! ext/threads/threads.xs
22881 ____________________________________________________________________________
22882 [ 19561] By: jhi                                   on 2003/05/19  04:33:31
22883         Log: Ultrix: the #19435 helped the IO extension, so this should
22884              help the Socket extension (socket structs redefinitions).
22885      Branch: perl
22886            ! ext/Socket/Socket.xs
22887 ____________________________________________________________________________
22888 [ 19560] By: jhi                                   on 2003/05/19  04:30:01
22889         Log: Based on
22890
22891              Subject: [PATCH threads.xs] no system scope on VMS
22892              From: "Craig A. Berry" <craigberry@mac.com>
22893              Date: Sun, 18 May 2003 23:02:07 -0500
22894              Message-ID: <3EC8573F.6050005@mac.com>
22895
22896              but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
22897      Branch: perl
22898            ! ext/threads/threads.xs
22899 ____________________________________________________________________________
22900 [ 19559] By: jhi                                   on 2003/05/19  04:24:27
22901         Log: Make the test work without perlio, from Dan Kogai.
22902      Branch: perl
22903            ! ext/Encode/t/Unicode.t
22904 ____________________________________________________________________________
22905 [ 19558] By: rgs                                   on 2003/05/18  21:40:10
22906         Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
22907              From: Michael G Schwern <schwern@pobox.com>
22908              Date: Wed, 14 May 2003 15:36:23 -0700
22909              Message-ID: <20030514223623.GD23350@windhund.schwern.org>
22910      Branch: perl
22911            ! pod/perlsyn.pod pod/perltrap.pod
22912 ____________________________________________________________________________
22913 [ 19552] By: jhi                                   on 2003/05/18  07:57:23
22914         Log: Integrate from perlio:
22915              [ 19542]
22916              Fix ticket #22219
22917
22918              [ 19543]
22919              Spotted a bare close() where PerlLIO_close() seems correct.
22920      Branch: perl
22921           !> doio.c perlio.c
22922 ____________________________________________________________________________
22923 [ 19550] By: jhi                                   on 2003/05/18  06:23:50
22924         Log: UTF-7 tweak from Dan Kogai.
22925      Branch: perl
22926            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
22927 ____________________________________________________________________________
22928 [ 19549] By: jhi                                   on 2003/05/18  05:58:58
22929         Log: The 'quotes' really are important (caught by Enache Adrian).
22930      Branch: perl
22931            ! Makefile.SH
22932 ____________________________________________________________________________
22933 [ 19548] By: jhi                                   on 2003/05/17  16:39:19
22934         Log: Subject: [Encode] UTF-7 Support
22935              From: Dan Kogai <dankogai@dan.co.jp>
22936              Date: Sun, 18 May 2003 00:45:35 +0900
22937              Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
22938      Branch: perl
22939            + ext/Encode/lib/Encode/Unicode/UTF7.pm
22940            ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST
22941            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
22942            ! ext/Encode/lib/Encode/Config.pm
22943            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
22944 ____________________________________________________________________________
22945 [ 19547] By: jhi                                   on 2003/05/17  16:26:47
22946         Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand
22947              non-left-aligned heredocs.
22948      Branch: perl
22949            ! Makefile.SH
22950 ____________________________________________________________________________
22951 [ 19545] By: jhi                                   on 2003/05/17  15:51:07
22952         Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
22953              From: Alan Burlison <Alan.Burlison@sun.com>
22954              Date: Thu, 15 May 2003 22:17:55 +0100
22955              Message-ID: <3EC40403.9000804@sun.com>
22956
22957              (fixed symbol scanning for Solaris 10)
22958      Branch: perl
22959            ! Configure
22960 ____________________________________________________________________________
22961 [ 19541] By: rgs                                   on 2003/05/17  12:10:14
22962         Log: Upgrade to Getopt::Long 2.32_05
22963      Branch: perl
22964            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
22965            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
22966            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
22967            ! lib/Getopt/Long/t/gol-oo.t
22968 ____________________________________________________________________________
22969 [ 19540] By: rgs                                   on 2003/05/17  11:46:25
22970         Log: Clarify the explanation of the warning "Possible precedence problem
22971              on bitwise operator".
22972      Branch: perl
22973            ! pod/perldiag.pod
22974 ____________________________________________________________________________
22975 [ 19539] By: rgs                                   on 2003/05/17  11:36:08
22976         Log: Fix bug #22216 : B::Deparse can't handle "use Module Version"
22977              with fractional version numbers or v-strings.
22978      Branch: perl
22979            ! ext/B/B/Deparse.pm
22980 ____________________________________________________________________________
22981 [ 19537] By: gsar                                  on 2003/05/17  06:32:46
22982         Log: missing init in change#19533
22983      Branch: perl
22984            ! win32/win32sck.c
22985 ____________________________________________________________________________
22986 [ 19536] By: gsar                                  on 2003/05/17  06:07:07
22987         Log: apply Net::Ping patch that makes the fork()-based approach
22988              work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
22989
22990              the code this affects is currently not enabled anywhere, but
22991              could be enabled if the non-blocking approach runs into problems
22992              on older windows versions
22993      Branch: perl
22994            ! lib/Net/Ping.pm
22995 ____________________________________________________________________________
22996 [ 19535] By: gsar                                  on 2003/05/17  05:54:39
22997         Log: improve the implementation of Net::Ping on windows by avoiding
22998              fork(), which is pretty heavy-weight for this kind of
22999              application; use non-blocking sockets instead
23000
23001              has been verified to work on Win2k but will need testing on
23002              other flavors of windows
23003
23004              there is a single known failure on windows in 450_service.t (test 18)
23005              due to what appears to be bugs in the ping_syn()/ack() code
23006      Branch: perl
23007            ! lib/Net/Ping.pm
23008 ____________________________________________________________________________
23009 [ 19534] By: gsar                                  on 2003/05/17  04:53:06
23010         Log: change#16723 broke the ioctl() return value on platforms
23011              that have ioctl() but no fcntl() (e.g. windows)
23012
23013              change#17577 then attempted to fix the bustage, but got
23014              it wrong
23015      Branch: perl
23016            ! pp_sys.c
23017 ____________________________________________________________________________
23018 [ 19533] By: gsar                                  on 2003/05/17  04:49:18
23019         Log: avoid select() on windows destroying errno (used to typically
23020              always sets it to EINVAL due to the way it maps the FD_SETs)
23021      Branch: perl
23022            ! win32/win32sck.c
23023 ____________________________________________________________________________
23024 [ 19532] By: jhi                                   on 2003/05/16  18:21:27
23025         Log: The suggested patch for [perl #22201] "patch: perl 5.8.0
23026              compile error on ia64/HP-UX (comparing incompatible pointers)"
23027              plus a possible cure for the warning mentioned in the case.
23028      Branch: perl
23029            ! ext/Storable/Storable.xs
23030 ____________________________________________________________________________
23031 [ 19531] By: jhi                                   on 2003/05/16  17:56:06
23032         Log: Apply the supplied patch for [perl #22195]
23033              "File::Find, sorted directory traversal order is inverted"
23034      Branch: perl
23035            ! lib/File/Find.pm
23036 ____________________________________________________________________________
23037 [ 19528] By: jhi                                   on 2003/05/16  15:56:33
23038         Log: Subject: [PATCH] RE: maint snapshot @ 19525
23039              From: Robin Barker <Robin.Barker@npl.co.uk>
23040              Date: Fri, 16 May 2003 17:16:57 +0100
23041              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
23042
23043              (Part #2: the hv.c SVf)
23044      Branch: perl
23045            ! hv.c
23046 ____________________________________________________________________________
23047 [ 19527] By: jhi                                   on 2003/05/16  15:55:10
23048         Log: Subject: [PATCH] RE: maint snapshot @ 19525
23049              From: Robin Barker <Robin.Barker@npl.co.uk>
23050              Date: Fri, 16 May 2003 17:16:57 +0100
23051              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
23052
23053              (Part #1: the __format__ and __printf__)
23054      Branch: perl
23055            ! Configure embed.pl perlio.c proto.h
23056 ____________________________________________________________________________
23057 [ 19523] By: jhi                                   on 2003/05/14  05:19:05
23058         Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
23059              From: Gisle Aas <gisle@ActiveState.com>
23060              Date: 13 May 2003 19:51:19 -0700
23061              Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
23062      Branch: perl
23063            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
23064            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
23065            ! ext/MIME/Base64/t/quoted-print.t
23066 ____________________________________________________________________________
23067 [ 19522] By: jhi                                   on 2003/05/14  05:11:49
23068         Log: More Panther moves.
23069      Branch: perl
23070            ! Makefile.SH hints/darwin.sh
23071 ____________________________________________________________________________
23072 [ 19521] By: jhi                                   on 2003/05/13  19:33:44
23073         Log: Curliff and liff with ease.
23074      Branch: perl
23075            + Porting/curliff.pl
23076            ! MANIFEST
23077 ____________________________________________________________________________
23078 [ 19520] By: jhi                                   on 2003/05/13  18:59:51
23079         Log: Use /usr/bin/perl (de facto in Porting/ scripts).
23080      Branch: perl
23081            ! Porting/sort_perldiag.pl
23082 ____________________________________________________________________________
23083 [ 19518] By: jhi                                   on 2003/05/13  18:53:48
23084         Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/
23085              From: Casey West <casey@geeknest.com>
23086              Date: Fri, 9 May 2003 04:00:44 -0400
23087              Message-ID: <20030509080044.GA49820@geeknest.com>
23088
23089              (except for the dup.t patch which diddled with system().)
23090      Branch: perl
23091            ! Configure NetWare/config_H.wc Porting/config_H README.Y2K
23092            ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm
23093            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
23094            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23095            ! win32/config_H.vc64 wince/config_H.ce
23096 ____________________________________________________________________________
23097 [ 19517] By: jhi                                   on 2003/05/13  18:39:40
23098         Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
23099              From: Gisle Aas <gisle@ActiveState.com>
23100              Date: 13 May 2003 09:59:50 -0700
23101              Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
23102      Branch: perl
23103            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
23104            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
23105            ! ext/MIME/Base64/t/quoted-print.t
23106 ____________________________________________________________________________
23107 [ 19516] By: jhi                                   on 2003/05/13  18:37:11
23108         Log: Subject: [PATCH] More perldiag.pod sorting
23109              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
23110              Date: Tue, 13 May 2003 15:13:53 -0400
23111              Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
23112
23113              (plus add 'no locale;')
23114      Branch: perl
23115            + Porting/sort_perldiag.pl
23116            ! MANIFEST pod/perldiag.pod
23117 ____________________________________________________________________________
23118 [ 19514] By: jhi                                   on 2003/05/13  17:38:09
23119         Log: Detypo.
23120      Branch: perl
23121            ! lib/Unicode/UCD.pm
23122 ____________________________________________________________________________
23123 [ 19512] By: gsar                                  on 2003/05/13  13:28:42
23124         Log: make it easier to reproduce the bug
23125      Branch: perl
23126            ! lib/Tie/File.pm
23127 ____________________________________________________________________________
23128 [ 19511] By: gsar                                  on 2003/05/13  13:08:47
23129         Log: the \do {local *FH} trick in Tie::File was really only needed
23130              on 5.005 and earlier, since later versions can autovivify
23131              the handle
23132
23133              however, a search in the p5p archives reveals the trick doesn't
23134              fully work in the versions it is needed in, so use the more
23135              standard Symbol::gensym() way
23136      Branch: perl
23137            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
23138 ____________________________________________________________________________
23139 [ 19510] By: gsar                                  on 2003/05/13  12:36:01
23140         Log: $Config{usethreads} wasn't being set on windows
23141      Branch: perl
23142            ! win32/Makefile win32/makefile.mk
23143 ____________________________________________________________________________
23144 [ 19509] By: jhi                                   on 2003/05/13  12:24:19
23145         Log: Reinstate the #19498 but now skip the crashing
23146              tests (when threaded) as TODOs.
23147      Branch: perl
23148            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
23149 ____________________________________________________________________________
23150 [ 19508] By: jhi                                   on 2003/05/13  11:22:06
23151         Log: Revert #19498 since it broke threaded builds.
23152      Branch: perl
23153            ! lib/Tie/File.pm
23154 ____________________________________________________________________________
23155 [ 19507] By: jhi                                   on 2003/05/13  05:20:56
23156         Log: Better be explicit with dangling elses.
23157      Branch: perl
23158            ! pp.c
23159 ____________________________________________________________________________
23160 [ 19506] By: jhi                                   on 2003/05/13  04:46:18
23161         Log: Detypo Pantherisms.
23162      Branch: perl
23163            ! Makefile.SH hints/darwin.sh
23164 ____________________________________________________________________________
23165 [ 19505] By: rgs                                   on 2003/05/12  21:49:21
23166         Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016]
23167              From: Alex Vandiver <alexmv@MIT.EDU>
23168              Date: 02 May 2003 06:45:05 -0400
23169              Message-Id: <1051872303.26203.104.camel@supox>
23170              (plus perldiag nit)
23171      Branch: perl
23172            ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c
23173            ! t/comp/package.t
23174 ____________________________________________________________________________
23175 [ 19504] By: rgs                                   on 2003/05/12  20:52:52
23176         Log: Small nit in perlsyn about the new // operator
23177      Branch: perl
23178            ! pod/perlsyn.pod
23179 ____________________________________________________________________________
23180 [ 19503] By: rgs                                   on 2003/05/12  19:43:07
23181         Log: Use a more sophisticated heuristics to produce the warning
23182              'Parentheses missing around "%s" list'. This fixes bug #22147.
23183              Also, the warning is now produced for C<local *a,*b;>.
23184      Branch: perl
23185            ! op.c t/lib/warnings/op
23186 ____________________________________________________________________________
23187 [ 19502] By: jhi                                   on 2003/05/12  19:34:10
23188         Log: Work also without perlio.
23189      Branch: perl
23190            ! t/io/dup.t
23191 ____________________________________________________________________________
23192 [ 19500] By: jhi                                   on 2003/05/12  05:25:14
23193         Log: Panther preparation.
23194      Branch: perl
23195            ! Makefile.SH hints/darwin.sh
23196 ____________________________________________________________________________
23197 [ 19499] By: jhi                                   on 2003/05/12  04:49:57
23198         Log: More moves to intrpvar.h.
23199      Branch: perl
23200            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
23201 ____________________________________________________________________________
23202 [ 19498] By: gsar                                  on 2003/05/12  01:40:46
23203         Log: fix for Tie::File test failures on windows: the problem was
23204              that Tie::File did not close any file handles it opens internally,
23205              leading to file handle leaks and t/tf* temporary file littering;
23206              we now close the handle iff Tie::File opened it
23207
23208              this fix unearths what appears to be a perl bug in localizing globs:
23209              09_gen_rs.t fails due to a prematurely closed filehandle, although
23210              it wasn't explicitly closed anywhere by the code (renaming the
23211              *FH at line 97 to *FH1 makes it work, but I haven't done this
23212              to allow the bug to be tracked down)
23213      Branch: perl
23214            ! lib/Tie/File.pm
23215 ____________________________________________________________________________
23216 [ 19497] By: jhi                                   on 2003/05/11  20:17:30
23217         Log: Move the thread *hook into interpreter.
23218      Branch: perl
23219            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
23220 ____________________________________________________________________________
23221 [ 19496] By: rgs                                   on 2003/05/11  20:06:03
23222         Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
23223              From: Dave Mitchell <davem@fdgroup.com>
23224              Date: Sat, 10 May 2003 01:45:23 +0100
23225              Message-ID: <20030510004523.GC20871@fdgroup.com>
23226      Branch: perl
23227            ! pp_ctl.c
23228 ____________________________________________________________________________
23229 [ 19495] By: rgs                                   on 2003/05/11  20:01:10
23230         Log: Open UNIX is not really "formerly Unixware", since the most
23231              recent releases are known as Unixware, not as Open UNIX.
23232      Branch: perl
23233            ! pod/perlport.pod
23234 ____________________________________________________________________________
23235 [ 19494] By: jhi                                   on 2003/05/11  19:52:38
23236         Log: Slight tweaks to the platform list.
23237      Branch: perl
23238            ! pod/perlport.pod
23239 ____________________________________________________________________________
23240 [ 19493] By: rgs                                   on 2003/05/11  19:13:00
23241         Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
23242              From: Casey West <casey@geeknest.com>
23243              Date: Fri, 9 May 2003 10:30:13 -0400
23244              Message-ID: <20030509143013.GM49820@geeknest.com>
23245      Branch: perl
23246            ! pod/perlop.pod
23247 ____________________________________________________________________________
23248 [ 19492] By: rgs                                   on 2003/05/11  19:04:27
23249         Log: perlport.pod nit for doc bug #8253.
23250      Branch: perl
23251            ! pod/perlport.pod
23252 ____________________________________________________________________________
23253 [ 19491] By: jhi                                   on 2003/05/11  17:50:49
23254         Log: Use test.pl.
23255      Branch: perl
23256            ! t/io/fflush.t
23257 ____________________________________________________________________________
23258 [ 19490] By: jhi                                   on 2003/05/11  17:46:09
23259         Log: Try to handle a $^X with spaces in it.
23260      Branch: perl
23261            ! t/test.pl
23262 ____________________________________________________________________________
23263 [ 19489] By: jhi                                   on 2003/05/11  17:44:28
23264         Log: Separate the creation of the command to run by
23265              runperl() into its own function, _create_runperl().
23266      Branch: perl
23267            ! t/test.pl
23268 ____________________________________________________________________________
23269 [ 19488] By: jhi                                   on 2003/05/11  16:52:00
23270         Log: Fixup the method behaviour table.
23271      Branch: perl
23272            ! pod/perliol.pod
23273 ____________________________________________________________________________
23274 [ 19487] By: jhi                                   on 2003/05/11  16:43:26
23275         Log: Integrate from perlio:
23276              [ 19474]
23277              Tweaks to Jarkko's NULL deref checks in perlio.c
23278
23279              [ 19475]
23280              Fix for bugs 21717 and 22140.
23281              Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
23282              and derived layers. So have :unix's "pushed" method stat() the fd and
23283              cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
23284              UNIX behaviour.
23285
23286              [ 19479]
23287              Better but still unproven fix for lseek() on pipes.
23288
23289              [ 19483]
23290              Unused variable
23291
23292              [ 19485]
23293              Tests to prove Ticket 9468 is fixed.
23294
23295              [ 19486]
23296              add test for change#19475,19479 (bugs#21717,22140)
23297      Branch: perl
23298           !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t
23299           !> t/io/fflush.t
23300 ____________________________________________________________________________
23301 [ 19484] By: gsar                                  on 2003/05/11  15:37:14
23302         Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
23303              in terms of an exported function rather than as an inlined
23304              macro (latter wants PL_op_mutex which isn't exported as such)
23305
23306              Jarkko: please merge into maint-5.8
23307      Branch: perl
23308            ! dosish.h makedef.pl win32/win32.c win32/win32.h
23309 ____________________________________________________________________________
23310 [ 19482] By: jhi                                   on 2003/05/11  07:53:26
23311         Log: Test _getcode().
23312      Branch: perl
23313            ! lib/Unicode/UCD.t
23314 ____________________________________________________________________________
23315 [ 19481] By: jhi                                   on 2003/05/11  06:25:08
23316         Log: Clarify the doc (and the code) for Unicode code points.
23317      Branch: perl
23318            ! lib/Unicode/UCD.pm
23319 ____________________________________________________________________________
23320 [ 19480] By: jhi                                   on 2003/05/11  06:18:06
23321         Log: Another doc suggestion from terry@eatoni.com (terry jones):
23322              use codepoints that return undef.
23323      Branch: perl
23324            ! lib/Unicode/UCD.pm
23325 ____________________________________________________________________________
23326 [ 19478] By: jhi                                   on 2003/05/10  19:01:17
23327         Log: Add Encode's META.yml.
23328      Branch: perl
23329            + ext/Encode/META.yml
23330            ! MANIFEST
23331 ____________________________________________________________________________
23332 [ 19477] By: jhi                                   on 2003/05/10  18:59:29
23333         Log: Upgrade to Encode 1.94.
23334      Branch: perl
23335            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
23336            ! ext/Encode/MANIFEST ext/Encode/bin/piconv
23337            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t
23338            ! ext/Encode/t/mime-header.t
23339 ____________________________________________________________________________
23340 [ 19476] By: jhi                                   on 2003/05/10  18:56:08
23341         Log: Doc bug noticed by terry@eatoni.com (terry jones).
23342      Branch: perl
23343            ! lib/Unicode/UCD.pm
23344 ____________________________________________________________________________
23345 [ 19472] By: jhi                                   on 2003/05/10  10:55:49
23346         Log: Try to plug more potential PerlIO NULL method
23347              dereferences; try to document the matter.
23348      Branch: perl
23349            ! perlio.c pod/perliol.pod
23350 ____________________________________________________________________________
23351 [ 19471] By: jhi                                   on 2003/05/10  07:07:30
23352         Log: UseNicerNames instead of SHOUTING_LIKE_THIS.
23353      Branch: perl
23354            ! perlio.c
23355 ____________________________________________________________________________
23356 [ 19470] By: jhi                                   on 2003/05/10  06:51:24
23357         Log: In eof() the errno can get stomped by the peek-ahead.
23358      Branch: perl
23359            ! doio.c ext/Socket/socketpair.t
23360 ____________________________________________________________________________
23361 [ 19469] By: rgs                                   on 2003/05/09  21:33:15
23362         Log: A regression test for the remaining "Final $ should be..." error.
23363      Branch: perl
23364            ! t/comp/parser.t
23365 ____________________________________________________________________________
23366 [ 19468] By: rgs                                   on 2003/05/09  21:23:57
23367         Log: Remove the error messages "Final @ should be \@ or @name"
23368              and "Final % should be \% or %name", that appear to be
23369              only produced in addition to another syntax error, and therefore
23370              misleading, if I understand correctly that kind of black magic.
23371      Branch: perl
23372            ! pod/perldiag.pod toke.c
23373 ____________________________________________________________________________
23374 [ 19467] By: jhi                                   on 2003/05/09  20:11:18
23375         Log: Have to think this test more when I'm awake.
23376      Branch: perl
23377            ! ext/Socket/socketpair.t
23378 ____________________________________________________________________________
23379 [ 19466] By: rgs                                   on 2003/05/09  19:56:37
23380         Log: Document that perl tries to load .pmc files before .pm files.
23381              Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
23382              From: Casey West <casey@geeknest.com>
23383              Date: Fri, 9 May 2003 17:03:50 -0400
23384              Message-ID: <20030509210350.GW49820@geeknest.com>
23385      Branch: perl
23386            ! pod/perlfunc.pod
23387 ____________________________________________________________________________
23388 [ 19465] By: rgs                                   on 2003/05/09  19:47:49
23389         Log: Fix for doc bug #8602 : clarify eof() example comments
23390      Branch: perl
23391            ! pod/perlfunc.pod
23392 ____________________________________________________________________________
23393 [ 19464] By: rgs                                   on 2003/05/09  19:34:30
23394         Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
23395              From: Casey West <casey@geeknest.com>
23396              Date: Fri, 9 May 2003 11:09:39 -0400
23397              Message-ID: <20030509150939.GN49820@geeknest.com>
23398      Branch: perl
23399            ! pod/perltrap.pod
23400 ____________________________________________________________________________
23401 [ 19463] By: rgs                                   on 2003/05/09  19:33:25
23402         Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
23403              From: Casey West <casey@geeknest.com>
23404              Date: Fri, 9 May 2003 15:25:59 -0400
23405              Message-ID: <20030509192559.GS49820@geeknest.com>
23406      Branch: perl
23407            ! pod/perlfunc.pod
23408 ____________________________________________________________________________
23409 [ 19462] By: jhi                                   on 2003/05/09  18:53:27
23410         Log: Try to comprehensively have a plan B if a PerlIO
23411              layer doesn't have a particular function.
23412              (1) If there's a corresponding PerlIOBase, call it.
23413              (2) If not having the function is 'harmless', be silently happy.
23414              (Currently only Flush is in this category.)
23415              (3) Otherwise set errno and return failure.
23416      Branch: perl
23417            ! perlio.c
23418 ____________________________________________________________________________
23419 [ 19461] By: rgs                                   on 2003/05/09  18:45:39
23420         Log: Subject: [PATCH] [perl #8703] unescaped @ is fine
23421              From: Casey West <casey@geeknest.com>
23422              Date: Fri, 9 May 2003 11:17:53 -0400
23423              Message-ID: <20030509151753.GO49820@geeknest.com>
23424      Branch: perl
23425            ! pod/perltrap.pod
23426 ____________________________________________________________________________
23427 [ 19460] By: jhi                                   on 2003/05/09  14:25:49
23428         Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas.
23429      Branch: perl
23430            ! makedef.pl
23431 ____________________________________________________________________________
23432 [ 19459] By: jhi                                   on 2003/05/09  14:22:08
23433         Log: Result of change #19458.
23434      Branch: perl
23435            ! MANIFEST
23436 ____________________________________________________________________________
23437 [ 19458] By: jhi                                   on 2003/05/09  14:21:51
23438         Log: Subject: Weekend fun: MANIFEST sorting
23439              From: andreas.koenig@anima.de (Andreas J. Koenig)
23440              Date: Fri, 09 May 2003 15:12:05 +0200
23441              Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
23442
23443              (both sorts need LC_ALL=C)
23444              (add also manicheck target)
23445      Branch: perl
23446            ! Makefile.SH
23447 ____________________________________________________________________________
23448 [ 19457] By: jhi                                   on 2003/05/09  04:30:13
23449         Log: Better skip this test on OpenBSD and BSD/OS since it
23450              does not seem to work (Slaven Rezic).
23451      Branch: perl
23452            ! lib/filetest.t
23453 ____________________________________________________________________________
23454 [ 19456] By: jhi                                   on 2003/05/09  03:41:56
23455         Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
23456              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23457              Date: Wed, 07 May 2003 23:37:47 -0700
23458              Message-ID: <7sfu+gzkg+AY092yn@efn.org>
23459      Branch: perl
23460            ! pod/perlfunc.pod
23461 ____________________________________________________________________________
23462 [ 19455] By: jhi                                   on 2003/05/09  03:36:54
23463         Log: Missing files.
23464      Branch: perl
23465            ! MANIFEST
23466 ____________________________________________________________________________
23467 [ 19454] By: rgs                                   on 2003/05/08  18:49:25
23468         Log: Suppress a few compilation warnings in pp_hot.c.
23469      Branch: perl
23470            ! pp_hot.c
23471 ____________________________________________________________________________
23472 [ 19453] By: rgs                                   on 2003/05/08  18:42:16
23473         Log: Remove duplicate entries from perldiag
23474      Branch: perl
23475            ! pod/perldiag.pod
23476 ____________________________________________________________________________
23477 [ 19452] By: jhi                                   on 2003/05/08  18:12:46
23478         Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
23479              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23480              Date: Wed, 07 May 2003 15:27:07 -0700
23481              Message-ID: <7gYu+gzkgaFU092yn@efn.org>
23482      Branch: perl
23483            ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
23484            ! pp_hot.c t/op/magic.t
23485 ____________________________________________________________________________
23486 [ 19451] By: jhi                                   on 2003/05/08  17:47:13
23487         Log: Tiny nit from mjd.
23488      Branch: perl
23489            ! lib/Tie/File.pm
23490 ____________________________________________________________________________
23491 [ 19450] By: jhi                                   on 2003/05/08  17:46:26
23492         Log: Upgrade to Tie::File 0.95.
23493      Branch: perl
23494            + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
23495            + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
23496            + lib/Tie/File/t/42_offset.t
23497            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
23498            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
23499            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
23500            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t
23501            ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t
23502            ! lib/Tie/File/t/30_defer.t
23503 ____________________________________________________________________________
23504 [ 19449] By: jhi                                   on 2003/05/08  17:35:10
23505         Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
23506              From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
23507              Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
23508              Date: 8 May 2003 00:42:18 -0000
23509      Branch: perl
23510            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
23511            ! ext/Time/HiRes/Makefile.PL
23512 ____________________________________________________________________________
23513 [ 19448] By: jhi                                   on 2003/05/08  17:27:47
23514         Log: Subject: [PATCH] alphabetize perldiag.pod
23515              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
23516              Date: Thu, 8 May 2003 11:52:39 -0400
23517              Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
23518      Branch: perl
23519            ! pod/perldiag.pod
23520 ____________________________________________________________________________
23521 [ 19447] By: jhi                                   on 2003/05/08  17:19:06
23522         Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
23523              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
23524              Date: Thu, 08 May 2003 08:42:20 +0200
23525              Message-id: <20030508064220.GA763@ethan>
23526      Branch: perl
23527            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
23528            ! ext/Devel/PPPort/t/test.t
23529 ____________________________________________________________________________
23530 [ 19445] By: jhi                                   on 2003/05/08  05:21:44
23531         Log: A variant of
23532
23533              Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
23534              From: enache@rdslink.ro (Enache Adrian)
23535              Date: Tue, 22 Apr 2003 02:54:05 +0300
23536              Message-ID: <20030421235405.GA1162@ratsnest.hole>
23537
23538              to quench the black smoke from the BSD builds.
23539      Branch: perl
23540            ! lib/ExtUtils/MM_Unix.pm
23541 ____________________________________________________________________________
23542 [ 19444] By: rgs                                   on 2003/05/07  20:25:45
23543         Log: Subject: Re: [DOC PATCH] & More File::Path issues
23544              From: Casey West <casey@geeknest.com>
23545              Date: Mon, 5 May 2003 13:25:47 -0400
23546              Message-ID: <20030505172547.GB20508@geeknest.com>
23547      Branch: perl
23548            ! lib/File/Path.pm
23549 ____________________________________________________________________________
23550 [ 19443] By: jhi                                   on 2003/05/07  20:03:58
23551         Log: Spelling correction from Nicholas Clark.
23552      Branch: perl
23553            ! ext/POSIX/POSIX.pod
23554 ____________________________________________________________________________
23555 [ 19440] By: jhi                                   on 2003/05/07  19:20:53
23556         Log: One more possible extensions permutation.
23557      Branch: perl
23558            ! Configure
23559 ____________________________________________________________________________
23560 [ 19437] By: jhi                                   on 2003/05/07  16:58:21
23561         Log: Allow platforms to manipulate their archname by creating
23562              a archname.cbu in their hints files.
23563      Branch: perl
23564            ! Configure
23565 ____________________________________________________________________________
23566 [ 19436] By: jhi                                   on 2003/05/07  16:53:26
23567         Log: More long double logic from Alan Burlison.
23568      Branch: perl
23569            ! Configure
23570 ____________________________________________________________________________
23571 [ 19435] By: jhi                                   on 2003/05/06  15:21:55
23572         Log: Worth a try for [perl #17146]
23573      Branch: perl
23574            ! ext/IO/poll.c
23575 ____________________________________________________________________________
23576 [ 19433] By: jhi                                   on 2003/05/06  05:12:23
23577         Log: Document which interfaces are NOT Unicode-aware.
23578      Branch: perl
23579            ! pod/perltodo.pod pod/perlunicode.pod
23580 ____________________________________________________________________________
23581 [ 19432] By: rgs                                   on 2003/05/05  20:31:22
23582         Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
23583              From: Casey West <casey@geeknest.com>
23584              Date: Mon, 28 Apr 2003 11:07:36 -0400
23585              Message-ID: <20030428150736.GD62281@geeknest.com>
23586      Branch: perl
23587            ! pod/perlfilter.pod
23588 ____________________________________________________________________________
23589 [ 19431] By: rgs                                   on 2003/05/05  20:07:33
23590         Log: Subject: [patch] Re: [perl #21728] regexp SEGV
23591              From: Enache Adrian <enache@rdslink.ro>
23592              Date: Fri, 28 Mar 2003 23:53:09 +0200
23593              Message-ID: <20030328215309.GA6413@ratsnest.hole>
23594              (with minor tweaks)
23595      Branch: perl
23596            ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h
23597 ____________________________________________________________________________
23598 [ 19430] By: rgs                                   on 2003/05/05  20:01:36
23599         Log: Fix doc bug #22067, noticed by Mark Knutsen
23600      Branch: perl
23601            ! pod/perlfunc.pod
23602 ____________________________________________________________________________
23603 [ 19429] By: rgs                                   on 2003/05/05  18:59:59
23604         Log: Fix : the svr5 hints file doesn't propagate libswanted with
23605              threads enabled. Now threads are OK on OpenUNIX 8, except a
23606              mysterious failure in ext/POSIX/t/sigaction.t.
23607      Branch: perl
23608            ! hints/svr5.sh
23609 ____________________________________________________________________________
23610 [ 19428] By: jhi                                   on 2003/05/05  16:54:34
23611         Log: Snip away the perlunicode slowness demo since the new
23612              caching scheme should help things a bit.
23613      Branch: perl
23614            ! pod/perlunicode.pod
23615 ____________________________________________________________________________
23616 [ 19427] By: jhi                                   on 2003/05/05  16:14:09
23617         Log: Subject: Re: Minor change to strict.pm. Who? How?
23618              From: Adam Kennedy <adam@ali.as>
23619              Date: Wed, 30 Apr 2003 00:02:40 +1000
23620              Message-ID: <3EAE8600.2000806@ali.as>
23621
23622              Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
23623              From: Michael G Schwern <schwern@pobox.com>
23624              Date: Tue, 29 Apr 2003 12:26:32 -0700
23625              Message-ID: <20030429192632.GA6129@windhund.schwern.org>
23626      Branch: perl
23627            ! lib/strict.pm
23628 ____________________________________________________________________________
23629 [ 19426] By: jhi                                   on 2003/05/05  15:48:57
23630         Log: Subject: [DOC PATCH] missing ')' in File::Path docs
23631              From: "Jos I.Boumans" <kane@dwim.org>
23632              Date: 30 Apr 2003 09:45:16 -0000
23633              Message-ID: <20030430114513165+0200@nntp.perl.org>
23634      Branch: perl
23635            ! lib/File/Path.pm
23636 ____________________________________________________________________________
23637 [ 19425] By: jhi                                   on 2003/05/05  15:47:19
23638         Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
23639              From: Michael G Schwern <schwern@pobox.com>
23640              Date: Sat, 3 May 2003 15:30:16 -0700
23641              Message-ID: <20030503223016.GE1234@windhund.schwern.org>
23642      Branch: perl
23643            ! pod/perlmod.pod
23644 ____________________________________________________________________________
23645 [ 19424] By: jhi                                   on 2003/05/05  15:44:39
23646         Log: Subject: [PATCH] [perl #3096] undefing hash with object values
23647              From: Dave Mitchell <davem@fdgroup.com>
23648              Date: Thu, 1 May 2003 21:06:57 +0100
23649              Message-ID: <20030501200657.GA25456@fdgroup.com>
23650      Branch: perl
23651            ! hv.c t/op/undef.t
23652 ____________________________________________________________________________
23653 [ 19423] By: jhi                                   on 2003/05/05  15:42:58
23654         Log: Subject: Re: hv.c patch - pathological hashes too easy
23655              From: "Tye McQueen" <tye@metronet.com>
23656              Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
23657              Message-Id: <200305011834.h41IYoE08503@metronet.com>
23658      Branch: perl
23659            ! hv.c
23660 ____________________________________________________________________________
23661 [ 19422] By: jhi                                   on 2003/05/05  15:40:02
23662         Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
23663              From: Casey West <casey@geeknest.com>
23664              Date: Tue, 29 Apr 2003 16:14:20 -0400
23665              Message-ID: <20030429201420.GT62281@geeknest.com>
23666      Branch: perl
23667            ! pod/perlrequick.pod
23668 ____________________________________________________________________________
23669 [ 19421] By: jhi                                   on 2003/05/05  15:38:23
23670         Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
23671              From: Slaven Rezic <slaven@rezic.de>
23672              Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
23673              Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
23674      Branch: perl
23675            ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
23676 ____________________________________________________________________________
23677 [ 19420] By: jhi                                   on 2003/05/05  15:36:39
23678         Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
23679              From: Steve Hay <steve.hay@uk.radan.com>
23680              Date: Wed, 30 Apr 2003 09:52:30 +0100
23681              Message-ID: <3EAF8ECE.8060403@uk.radan.com>
23682      Branch: perl
23683            ! utils/h2xs.PL
23684 ____________________________________________________________________________
23685 [ 19419] By: jhi                                   on 2003/05/05  08:20:34
23686         Log: Reintroduce the mention of the fact that the Artistic/GPL
23687              also are Perl's own licenses.
23688      Branch: perl
23689            ! pod/perlartistic.pod pod/perlgpl.pod
23690 ____________________________________________________________________________
23691 [ 19418] By: jhi                                   on 2003/05/05  07:23:57
23692         Log: Switch the new perlio way of opening anonymous temporary files
23693              open my $fh, '+>', undef
23694              to using File::Temp.  Test it, and test also the "accidental
23695              feature" of +< working the same way.
23696              This should address [perl #21937].
23697      Branch: perl
23698            + ext/PerlIO/t/open.t
23699            ! MANIFEST perlio.c pod/perlfunc.pod
23700 ____________________________________________________________________________
23701 [ 19417] By: jhi                                   on 2003/05/05  05:52:47
23702         Log: perlartistic and perlgpl reformatting from Sean Burke.
23703      Branch: perl
23704            ! pod/perlartistic.pod pod/perlgpl.pod
23705 ____________________________________________________________________________
23706 [ 19416] By: jhi                                   on 2003/05/05  05:33:43
23707         Log: pack/unpack fixes from Wolfgang Laun:
23708              - fix bug in UNICOS (where SIZE16 != sizeof(short))
23709              - introduce and use new internal pack/unpack API
23710              (packlist, unpackstring)
23711              that does away with the unused arguments in the old API
23712              (pack_cat, unpack_str).
23713      Branch: perl
23714            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h
23715 ____________________________________________________________________________
23716 [ 19415] By: jhi                                   on 2003/05/05  04:58:39
23717         Log: Subject: [PATCH] Embed.t flushing problem
23718              From: "Craig A. Berry" <craigberry@mac.com>
23719              Date: Sun, 04 May 2003 16:25:38 -0500
23720              Message-ID: <3EB58552.2070207@mac.com>
23721      Branch: perl
23722            ! lib/ExtUtils/t/Embed.t
23723 ____________________________________________________________________________
23724 [ 19414] By: jhi                                   on 2003/05/05  04:52:37
23725         Log: Doc nit from mjd.
23726      Branch: perl
23727            ! ext/DB_File/DB_File.pm
23728 ____________________________________________________________________________
23729 [ 19413] By: ams                                   on 2003/05/05  04:03:10
23730         Log: None of that "our" stuff here, please.
23731      Branch: perl
23732            ! ext/Storable/t/tied.t
23733 ____________________________________________________________________________
23734 [ 19412] By: ams                                   on 2003/05/05  03:57:06
23735         Log: Oops. More Storable 2.07 preparations.
23736      Branch: perl
23737            ! ext/Storable/README ext/Storable/Storable.pm
23738 ____________________________________________________________________________
23739 [ 19411] By: ams                                   on 2003/05/05  03:53:44
23740         Log: Update changelog for 2.07 release.
23741      Branch: perl
23742            ! ext/Storable/ChangeLog
23743 ____________________________________________________________________________
23744 [ 19410] By: ams                                   on 2003/05/05  03:31:36
23745         Log: Update Changes.
23746      Branch: perl
23747            ! Changes
23748 ____________________________________________________________________________
23749 [ 19409] By: ams                                   on 2003/05/05  03:21:41
23750         Log: Subject: Re: Bug in Storable???
23751              From: Slaven Rezic <slaven@rezic.de>
23752              Date: 04 May 2003 18:00:40 +0200
23753              Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
23754      Branch: perl
23755            ! ext/Storable/Storable.xs ext/Storable/t/integer.t
23756 ____________________________________________________________________________
23757 [ 19407] By: jhi                                   on 2003/05/04  19:39:01
23758         Log: This way reads a bit better with pod2man.
23759      Branch: perl
23760            ! pod/perlartistic.pod pod/perlgpl.pod
23761 ____________________________________________________________________________
23762 [ 19406] By: jhi                                   on 2003/05/04  12:01:00
23763         Log: Integrate from maint:
23764              [ 18568]
23765              Add the POSIX::sigaction() trick by Slaven Rezic
23766              for [perl #17341].
23767      Branch: perl
23768           !> pod/perlfunc.pod pod/perlipc.pod
23769 ____________________________________________________________________________
23770 [ 19401] By: jhi                                   on 2003/05/04  09:25:48
23771         Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
23772              regen perltoc, perlmodlib.  The GPL added as verbatim as possible,
23773              the perlartistic is a straightforward podification.
23774      Branch: perl
23775            + pod/perlartistic.pod pod/perlgpl.pod
23776            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
23777            ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
23778 ____________________________________________________________________________
23779 [ 19398] By: jhi                                   on 2003/05/04  08:19:14
23780         Log: Doesn't make any difference for the test but is more logical.
23781      Branch: perl
23782            ! t/lib/Devel/switchd.pm
23783 ____________________________________________________________________________
23784 [ 19396] By: jhi                                   on 2003/05/03  15:42:54
23785         Log: Plagued by thinkos tonight.
23786      Branch: perl
23787            ! lib/filetest.t
23788 ____________________________________________________________________________
23789 [ 19395] By: jhi                                   on 2003/05/03  15:37:35
23790         Log: Must skip more.
23791      Branch: perl
23792            ! lib/filetest.t
23793 ____________________________________________________________________________
23794 [ 19394] By: jhi                                   on 2003/05/03  15:30:45
23795         Log: Subject: Re: Does filetest work at all?
23796              From: Slaven Rezic <slaven@rezic.de>
23797              Date: 03 May 2003 18:26:49 +0200
23798              Message-ID: <87ade4q9me.fsf@vran.herceg.de>
23799      Branch: perl
23800            ! lib/filetest.t pp_sys.c
23801 ____________________________________________________________________________
23802 [ 19393] By: jhi                                   on 2003/05/03  05:34:21
23803         Log: Extra tweakage from Rafael for #19392.
23804      Branch: perl
23805            ! ext/B/B/Concise.pm lib/filetest.pm
23806 ____________________________________________________________________________
23807 [ 19392] By: jhi                                   on 2003/05/03  05:33:04
23808         Log: Salvage 'use filetest "access"' from compiletime to runtime.
23809      Branch: perl
23810            ! dump.c op.c op.h pp_sys.c
23811 ____________________________________________________________________________
23812 [ 19391] By: jhi                                   on 2003/05/03  05:19:23
23813         Log: Upgrade to Unicode 4.0.0.  (Well, upgrade at least
23814              the Unicode character database to 4.0.0.)
23815      Branch: perl
23816            + lib/unicore/HangulSyllableType.txt
23817            + lib/unicore/NormalizationCorrections.txt
23818            + lib/unicore/StandardizedVariants.txt
23819            + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
23820            + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
23821            + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
23822            + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
23823            + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
23824            + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
23825            + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
23826            + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
23827            + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
23828            + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
23829            + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
23830            + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
23831            ! (edit 129 files)
23832 ____________________________________________________________________________
23833 [ 19390] By: jhi                                   on 2003/05/03  04:52:09
23834         Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
23835              the fp offset, which was quite a big larger than the input file,
23836              which meant that the SvGROW tried to grow the file to about
23837              2**64-2**20, which made safesysrealloc() to understandably
23838              croak (in argv.t).
23839      Branch: perl
23840            ! sv.c
23841 ____________________________________________________________________________
23842 [ 19387] By: jhi                                   on 2003/05/02  19:18:35
23843         Log: Regen Configure (no changes but that's fine).
23844      Branch: perl
23845            ! Configure
23846 ____________________________________________________________________________
23847 [ 19386] By: jhi                                   on 2003/05/02  19:06:39
23848         Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
23849              From: Andy Dougherty <doughera@lafayette.edu>
23850              Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
23851              Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
23852      Branch: perl
23853            ! Configure
23854 ____________________________________________________________________________
23855 [ 19385] By: jhi                                   on 2003/05/02  19:01:04
23856         Log: Subject: [PATCH] OpenUNIX 8 support
23857              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23858              Date: Fri, 2 May 2003 12:12:08 +0200
23859              Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
23860      Branch: perl
23861            ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
23862 ____________________________________________________________________________
23863 [ 19384] By: jhi                                   on 2003/05/02  18:58:32
23864         Log: Subject: [PATCH win32/win32.c] silence compiler warnings
23865              From: Abe Timmerman <abe@ztreet.demon.nl>
23866              Date: Fri, 2 May 2003 00:51:42 +0200
23867              Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
23868      Branch: perl
23869            ! win32/win32.c
23870 ____________________________________________________________________________
23871 [ 19383] By: jhi                                   on 2003/05/02  18:55:37
23872         Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
23873              From: Abe Timmerman <abe@ztreet.demon.nl>
23874              Date: Thu, 1 May 2003 18:34:35 +0200
23875              Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
23876      Branch: perl
23877            ! win32/win32.h
23878 ____________________________________________________________________________
23879 [ 19382] By: jhi                                   on 2003/05/02  18:50:25
23880         Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
23881              From: Michael G Schwern <schwern@pobox.com>
23882              Date: Wed, 30 Apr 2003 18:19:32 -0700
23883              Message-ID: <20030501011932.GM701@windhund.schwern.org>
23884      Branch: perl
23885            ! ext/POSIX/POSIX.pod
23886 ____________________________________________________________________________
23887 [ 19381] By: jhi                                   on 2003/05/02  15:12:47
23888         Log: Forgot to check in the -d: file.
23889      Branch: perl
23890            + t/lib/Devel/switchd.pm
23891            ! MANIFEST t/run/switchd.t
23892 ____________________________________________________________________________
23893 [ 19380] By: jhi                                   on 2003/05/02  15:02:04
23894         Log: Solaris: make -Duse64bitall'ed to have an archname of
23895              sun4-solaris-64, from Alan Burlison.  (The default is to not
23896              to suffix anything with -Duse64bitall if longs are 64 bit.
23897              This may lead into confusion and much sorrow if 32-bit binaries
23898              and 64-bit binaries are installed under the same directories.
23899              Why is "-64" or something like that the default?  Well, there
23900              are platforms where 64 bits really is the default default.
23901              There adding a "-64" would be kind of odd.  Better to let
23902              each 64-bit capable platform to choose their archnames.)
23903      Branch: perl
23904            ! hints/solaris_2.sh
23905 ____________________________________________________________________________
23906 [ 19378] By: jhi                                   on 2003/05/02  08:41:40
23907         Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
23908              by change #18589 (it was broken by change #9754); add test case.
23909      Branch: perl
23910            + t/run/switchd.t
23911            ! MANIFEST
23912 ____________________________________________________________________________
23913 [ 19376] By: jhi                                   on 2003/05/02  05:31:52
23914         Log: great_circle_direction() was broken,
23915              reported by Alexander Becher.
23916      Branch: perl
23917            ! lib/Math/Trig.pm lib/Math/Trig.t
23918 ____________________________________________________________________________
23919 [ 19375] By: jhi                                   on 2003/05/01  18:18:06
23920         Log: OS X: could not -Doptimize=-g.
23921      Branch: perl
23922            ! hints/darwin.sh
23923 ____________________________________________________________________________
23924 [ 19374] By: jhi                                   on 2003/05/01  12:33:44
23925         Log: OS X test tweak.
23926      Branch: perl
23927            ! ext/Cwd/t/cwd.t
23928 ____________________________________________________________________________
23929 [ 19373] By: jhi                                   on 2003/05/01  11:09:42
23930         Log: Subject: [PATCH] RE: perl@19333
23931              From: Robin Barker <Robin.Barker@npl.co.uk>
23932              Date: Tue, 29 Apr 2003 17:30:23 +0100
23933              Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
23934      Branch: perl
23935            ! embed.pl pp_hot.c pp_pack.c proto.h
23936 ____________________________________________________________________________
23937 [ 19372] By: jhi                                   on 2003/05/01  09:52:52
23938         Log: miniperl cannot handle layers.t.
23939      Branch: perl
23940            ! t/io/layers.t
23941 ____________________________________________________________________________
23942 [ 19371] By: jhi                                   on 2003/05/01  08:26:06
23943         Log: The solution in change #19363 was too unportable.
23944      Branch: perl
23945            ! t/io/openpid.t
23946 ____________________________________________________________________________
23947 [ 19369] By: jhi                                   on 2003/05/01  07:48:06
23948         Log: perlreftut updates from mjd.
23949      Branch: perl
23950            ! pod/perlreftut.pod
23951 ____________________________________________________________________________
23952 [ 19368] By: jhi                                   on 2003/05/01  07:45:06
23953         Log: z/OS: More threaded build tweaks from Brian De Pradine--
23954              apparently now it works!
23955      Branch: perl
23956            ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
23957 ____________________________________________________________________________
23958 [ 19367] By: rgs                                   on 2003/04/29  20:31:07
23959         Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
23960              From: Enache Adrian <enache@rdslink.ro>
23961              Date: Sat, 19 Apr 2003 01:41:07 +0300
23962              Message-ID: <20030418224107.GA2751@ratsnest.hole>
23963      Branch: perl
23964            ! t/comp/parser.t toke.c
23965 ____________________________________________________________________________
23966 [ 19366] By: jhi                                   on 2003/04/29  08:55:12
23967         Log: If it's S_, it should be STATIC.
23968      Branch: perl
23969            ! embed.fnc embed.h numeric.c proto.h
23970 ____________________________________________________________________________
23971 [ 19365] By: sky                                   on 2003/04/28  16:30:03
23972         Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
23973              From: Casey West <casey@geeknest.com>
23974              Date: mÂŒn apr 28, 2003  16:00:05 Europe/Stockholm
23975              Message-Id: <20030428140005.GC62281@geeknest.com>
23976      Branch: perl
23977            ! pod/perlop.pod
23978 ____________________________________________________________________________
23979 [ 19364] By: sky                                   on 2003/04/28  16:20:43
23980         Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
23981              From: Casey West <casey@geeknest.com>
23982              Date: mÂŒn apr 28, 2003  19:22:06 Europe/Stockholm
23983              Message-Id: <20030428172206.GK62281@geeknest.com>
23984      Branch: perl
23985            ! pod/perlop.pod
23986 ____________________________________________________________________________
23987 [ 19363] By: sky                                   on 2003/04/28  15:32:35
23988         Log: Fix bug 2681, change the test not to use the shell and use 3+arg
23989              open.
23990      Branch: perl
23991            ! t/io/openpid.t
23992 ____________________________________________________________________________
23993 [ 19359] By: jhi                                   on 2003/04/28  08:43:23
23994         Log: Feel-good cleanup.
23995      Branch: perl
23996            ! intrpvar.h sv.c
23997 ____________________________________________________________________________
23998 [ 19358] By: jhi                                   on 2003/04/28  08:27:15
23999         Log: SysV msg queues can be something hanging (witnessed in IRIX),
24000              so let's use IPC_NOWAIT.
24001      Branch: perl
24002            ! ext/IPC/SysV/t/msg.t t/op/taint.t
24003 ____________________________________________________________________________
24004 [ 19357] By: jhi                                   on 2003/04/28  06:32:47
24005         Log: Detecting errors of reentrant APIs: getgrgid_r and the like
24006              when returning an int can either return the error in the return
24007              value or in the errno.  We need a new per-interp variable to store
24008              the return value instead of clobbering the errno with it.  The new
24009              variable, PL_reentrant_retint, is only used within the reentrancy
24010              framework, and immediately after it's set, so there should not be
24011              similar visibility issues as for the errno.  Spotted by Edward Moy.
24012      Branch: perl
24013            ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
24014 ____________________________________________________________________________
24015 [ 19356] By: rgs                                   on 2003/04/27  20:09:01
24016         Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
24017              Check errno to see if the call to nice(2) succeeded.
24018              Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
24019              From: Enache Adrian <enache@rdslink.ro>
24020              Date: Wed, 23 Apr 2003 22:48:20 +0300
24021              Message-ID: <20030423194820.GA874@ratsnest.hole>
24022      Branch: perl
24023            ! ext/POSIX/POSIX.xs
24024 ____________________________________________________________________________
24025 [ 19355] By: jhi                                   on 2003/04/27  19:56:09
24026         Log: Document a faint compilation noise.
24027      Branch: perl
24028            ! README.aix
24029 ____________________________________________________________________________
24030 [ 19354] By: rgs                                   on 2003/04/27  19:35:11
24031         Log: $[ clarifications.
24032      Branch: perl
24033            ! pod/perlvar.pod
24034 ____________________________________________________________________________
24035 [ 19353] By: rgs                                   on 2003/04/27  18:51:37
24036         Log: utime() doc clarifications
24037              based on :
24038              Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
24039              From: Casey West <casey@geeknest.com>
24040              Date: Fri, 25 Apr 2003 08:00:54 -0400
24041              Message-ID: <20030425120054.GQ34510@geeknest.com>
24042      Branch: perl
24043            ! pod/perlfunc.pod
24044 ____________________________________________________________________________
24045 [ 19351] By: jhi                                   on 2003/04/27  08:13:34
24046         Log: Add a test case for [perl #15288] (already solved).
24047      Branch: perl
24048            ! t/op/pack.t
24049 ____________________________________________________________________________
24050 [ 19350] By: jhi                                   on 2003/04/27  07:38:17
24051         Log: Add Dave Mitchell's test case for fields.
24052      Branch: perl
24053            ! lib/fields.t
24054 ____________________________________________________________________________
24055 [ 19349] By: jhi                                   on 2003/04/27  06:50:09
24056         Log: Subject: [PATCH] VMS::Stdio test tweak
24057              From: "Craig A. Berry" <craigberry@mac.com>
24058              Date: Sat, 26 Apr 2003 15:53:07 -0500
24059              Message-ID: <3EAAF1B3.7020708@mac.com>
24060      Branch: perl
24061            ! vms/ext/Stdio/test.pl
24062 ____________________________________________________________________________
24063 [ 19348] By: jhi                                   on 2003/04/27  06:46:16
24064         Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
24065              From: Casey West <casey@geeknest.com>
24066              Date: Thu, 24 Apr 2003 08:18:42 -0400
24067              Message-ID: <20030424121842.GW34510@geeknest.com>
24068      Branch: perl
24069            ! lib/UNIVERSAL.pm
24070 ____________________________________________________________________________
24071 [ 19346] By: jhi                                   on 2003/04/27  06:03:48
24072         Log: Document that restricted hashes are not atomic
24073              (from Dave Mitchell).
24074      Branch: perl
24075            ! lib/Hash/Util.pm
24076 ____________________________________________________________________________
24077 [ 19345] By: jhi                                   on 2003/04/27  05:59:39
24078         Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
24079              From: Dave Mitchell <davem@fdgroup.com>
24080              Date: Sat, 26 Apr 2003 18:45:28 +0100
24081              Message-ID: <20030426174528.GA9588@fdgroup.com>
24082      Branch: perl
24083            ! hv.c lib/Hash/Util.t pod/perldiag.pod
24084 ____________________________________________________________________________
24085 [ 19344] By: rgs                                   on 2003/04/26  22:48:32
24086         Log: Some doc patches by Casey West :
24087
24088              Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
24089              From: Casey West <casey@geeknest.com>
24090              Date: Fri, 25 Apr 2003 10:46:39 -0400
24091              Message-ID: <20030425144639.GY34510@geeknest.com>
24092
24093              Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
24094              From: Casey West <casey@geeknest.com>
24095              Date: Fri, 25 Apr 2003 07:52:13 -0400
24096              Message-ID: <20030425115213.GP34510@geeknest.com>
24097
24098              Subject: Re: [perl #7213] [PATCH] Updating example in perldata
24099              From: Casey West <casey@geeknest.com>
24100              Date: Thu, 24 Apr 2003 21:27:22 -0400
24101              Message-ID: <20030425012722.GN34510@geeknest.com>
24102      Branch: perl
24103            ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
24104 ____________________________________________________________________________
24105 [ 19343] By: rgs                                   on 2003/04/26  22:30:07
24106         Log: Document that splice() doesn't extend arrays
24107              Subject: Re: slice autoextending ? still another revised doc patch; COW
24108              From: david nicol <whatever@davidnicol.com>
24109              Date: 22 Apr 2003 22:05:02 -0500
24110              Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
24111      Branch: perl
24112            ! pod/perlfunc.pod
24113 ____________________________________________________________________________
24114 [ 19342] By: sky                                   on 2003/04/26  21:43:32
24115         Log: Fix bug #15161 by increasing the refcount on the RE and making
24116              sure to restore it correctly. Deals with both s//e and s///g.
24117      Branch: perl
24118            ! pp_ctl.c pp_hot.c
24119 ____________________________________________________________________________
24120 [ 19341] By: jhi                                   on 2003/04/26  04:36:03
24121         Log: Integrate:
24122              [ 19340]
24123              Caught by Mark Lutz in UNICOS: A declaration cannot appear
24124              after an executable statement in a block.
24125      Branch: perl
24126           !> pp_pack.c
24127 ____________________________________________________________________________
24128 [ 19337] By: jhi                                   on 2003/04/25  20:19:36
24129         Log: Now the -Dnoextensions and -Dnoextensions have the
24130              chance of actually doing something.
24131      Branch: perl
24132            ! Configure
24133 ____________________________________________________________________________
24134 [ 19334] By: jhi                                   on 2003/04/25  19:48:31
24135         Log: Subject: [PATCH] Configure's extension sanity check is too strict
24136              From: Andy Dougherty <doughera@lafayette.edu>
24137              Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
24138              Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
24139      Branch: perl
24140            ! Configure
24141 ____________________________________________________________________________
24142 [ 19330] By: jhi                                   on 2003/04/25  14:11:33
24143         Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
24144              From: "Craig A. Berry" <craigberry@mac.com>
24145              Date: Thu, 24 Apr 2003 20:09:48 -0500
24146              Message-ID: <3EA88ADC.3000300@mac.com>
24147      Branch: perl
24148            ! ext/Encode/t/enc_module.t
24149 ____________________________________________________________________________
24150 [ 19329] By: jhi                                   on 2003/04/25  07:06:49
24151         Log: Upgrade to Time::HiRes 1.46.
24152      Branch: perl
24153            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
24154            ! ext/Time/HiRes/Makefile.PL
24155 ____________________________________________________________________________
24156 [ 19328] By: jhi                                   on 2003/04/25  06:57:10
24157         Log: Subject: typo in Time::HiRes docs
24158              From: mjd@plover.com
24159              Date: 19 Apr 2003 15:13:44 -0000
24160              Message-ID: <20030419151344.28237.qmail@plover.com>
24161      Branch: perl
24162            ! ext/Time/HiRes/HiRes.pm
24163 ____________________________________________________________________________
24164 [ 19327] By: jhi                                   on 2003/04/25  04:45:05
24165         Log: Clarify(?) the perlio default layers table.
24166      Branch: perl
24167            ! lib/PerlIO.pm t/io/layers.t
24168 ____________________________________________________________________________
24169 [ 19326] By: jhi                                   on 2003/04/25  04:22:49
24170         Log: Upgrade to Test::Harness 2.28.
24171      Branch: perl
24172            ! lib/Test/Harness.pm lib/Test/Harness/Changes
24173            ! lib/Test/Harness/t/pod.t
24174 ____________________________________________________________________________
24175 [ 19325] By: jhi                                   on 2003/04/24  19:06:29
24176         Log: Upgrade to Encode 1.93.
24177      Branch: perl
24178            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
24179            ! ext/Encode/lib/Encode/CJKConstants.pm
24180            ! ext/Encode/lib/Encode/CN/HZ.pm
24181            ! ext/Encode/lib/Encode/Encoding.pm
24182            ! ext/Encode/lib/Encode/Guess.pm
24183            ! ext/Encode/lib/Encode/KR/2022_KR.pm
24184            ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
24185            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
24186            ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
24187            ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
24188 ____________________________________________________________________________
24189 [ 19323] By: jhi                                   on 2003/04/24  16:57:13
24190         Log: VMS patch for faststdio from Craig Berry.
24191      Branch: perl
24192            ! configure.com
24193 ____________________________________________________________________________
24194 [ 19320] By: rgs                                   on 2003/04/23  20:20:58
24195         Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
24196              From: Casey West <casey@geeknest.com>
24197              Date: Wed, 23 Apr 2003 14:03:20 -0400
24198              Message-ID: <20030423180320.GZ15574@geeknest.com>
24199      Branch: perl
24200            ! pod/perlmodlib.PL pod/perlmodlib.pod
24201 ____________________________________________________________________________
24202 [ 19319] By: rgs                                   on 2003/04/23  19:54:31
24203         Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
24204              From: Chris Pepper (via RT) <perlbug-followup@perl.org>
24205              Date: 22 Apr 2003 04:31:17 -0000
24206              Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
24207              (with minor further corrections)
24208      Branch: perl
24209            ! pod/perlmod.pod
24210 ____________________________________________________________________________
24211 [ 19316] By: rgs                                   on 2003/04/23  19:11:01
24212         Log: A new fatal error :
24213              Subject: [PATCH] Perl_croak("Use of freed value in iteration")
24214              From: Dave Mitchell <davem@fdgroup.com>
24215              Date: Mon, 21 Apr 2003 13:19:50 +0100
24216              Message-ID: <20030421121950.GB18189@fdgroup.com>
24217              Message-ID: <20030421125433.GC18189@fdgroup.com>
24218      Branch: perl
24219            ! pod/perldiag.pod pp_hot.c t/cmd/for.t
24220 ____________________________________________________________________________
24221 [ 19314] By: jhi                                   on 2003/04/23  18:53:46
24222         Log: Introduce 'fast stdio' symbols to non-Configure lands.
24223      Branch: perl
24224            ! NetWare/config.wc NetWare/config_H.wc configure.com
24225            ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
24226            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
24227            ! win32/config.gc win32/config.vc win32/config.vc64
24228            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24229            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
24230 ____________________________________________________________________________
24231 [ 19312] By: jhi                                   on 2003/04/23  18:21:47
24232         Log: Regen Configure, Glossary, et alia.
24233      Branch: perl
24234            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24235            ! config_h.SH
24236 ____________________________________________________________________________
24237 [ 19310] By: jhi                                   on 2003/04/23  08:34:33
24238         Log: Handle the combination of dosish and non-faststdio.
24239      Branch: perl
24240            ! t/io/layers.t
24241 ____________________________________________________________________________
24242 [ 19308] By: rgs                                   on 2003/04/22  20:53:20
24243         Log: Subject: 5.8.0: two problems
24244              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
24245              Date: Tue, 22 Apr 2003 11:43:17 -0700
24246              Message-ID: <20030422184316.GA8602@math.berkeley.edu>
24247      Branch: perl
24248            ! XSUB.h
24249 ____________________________________________________________________________
24250 [ 19307] By: ams                                   on 2003/04/22  16:39:51
24251         Log: Subject: [PATCH] Doc pointers in perlbot.
24252              From: Casey West <casey@geeknest.com>
24253              Date: Tue, 22 Apr 2003 11:19:09 -0400
24254              Message-Id: <20030422151909.GC11119@geeknest.com>
24255              (Applied by hand.)
24256      Branch: perl
24257            ! pod/perlbot.pod
24258 ____________________________________________________________________________
24259 [ 19306] By: jhi                                   on 2003/04/22  13:09:21
24260         Log: z/OS: changes for building threaded from "Brian De Pradine"
24261              <PRADINE@uk.ibm.com>.
24262      Branch: perl
24263            ! Makefile.SH hints/os390.sh thread.h util.c
24264 ____________________________________________________________________________
24265 [ 19305] By: jhi                                   on 2003/04/22  11:42:35
24266         Log: Enache's turn.
24267      Branch: perl
24268            ! ext/Encode/t/enc_module.t
24269 ____________________________________________________________________________
24270 [ 19304] By: jhi                                   on 2003/04/22  10:48:47
24271         Log: Re-merge Encode 1.92.
24272      Branch: perl
24273            ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
24274 ____________________________________________________________________________
24275 [ 19302] By: jhi                                   on 2003/04/22  05:26:21
24276         Log: Argh, cut-and-pasto.
24277      Branch: perl
24278            ! perlio.c
24279 ____________________________________________________________________________
24280 [ 19301] By: sky                                   on 2003/04/21  21:33:14
24281         Log: Fix bug 17964 by properly refcounting the gv top.
24282              Seems like the entries in rsfp are way different than
24283              normal PVIO objects.
24284      Branch: perl
24285            ! sv.c
24286 ____________________________________________________________________________
24287 [ 19300] By: rgs                                   on 2003/04/21  19:42:04
24288         Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
24289
24290              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
24291              From: Enache Adrian <enache@rdslink.ro>
24292              Date: Sun, 20 Apr 2003 02:45:48 +0300
24293              Message-ID: <20030419234548.GA849@ratsnest.hole>
24294              and
24295              Date: Wed, 2 Apr 2003 07:52:28 +0300
24296              Message-ID: <20030402045227.GA1023@ratsnest.hole>
24297      Branch: perl
24298            ! pp_sys.c t/op/ref.t util.c
24299 ____________________________________________________________________________
24300 [ 19299] By: sky                                   on 2003/04/21  17:05:31
24301         Log: Croak on non ref to shared methods instead of segfault.
24302              This can really only happen for &share("string").
24303      Branch: perl
24304            ! ext/threads/shared/shared.xs
24305 ____________________________________________________________________________
24306 [ 19297] By: jhi                                   on 2003/04/21  16:24:36
24307         Log: Add OpenZaurus cross-compilation patches.
24308      Branch: perl
24309            + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
24310            + Cross/config.sh-arm-linux Cross/generate_config_sh
24311            + Cross/installperl.patch Cross/warp
24312            ! Cross/README INSTALL MANIFEST
24313 ____________________________________________________________________________
24314 [ 19289] By: sky                                   on 2003/04/21  13:24:40
24315         Log: Fixes bug #17043, resets PL_srand_called before the cloning.
24316              Allows people to override the resetting by using srand() in CLONE.
24317      Branch: perl
24318            ! ext/threads/t/thread.t ext/threads/threads.xs
24319 ____________________________________________________________________________
24320 [ 19286] By: jhi                                   on 2003/04/21  06:50:42
24321         Log: Introduce two new Configure symbols:
24322              [1] d_faststdio  = d_stdstdio && d_stdio_ptr_lval &&
24323              (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
24324              [2] usefaststdio = do we use fast stdio if we have it?
24325              For 5.[68], we do.  For anything else, we don't.
24326              (At least, unless otherwise instructed by -Dusefaststdio.)
24327              This means that for bleadperl we no more use stdio, but instead
24328              default to perlio: the effect of PERLIO=perlio, in other words.
24329              (PERLIO=stdio will still switch to using stdio.)
24330              This change may endanger extensions using FILE*-- but if we are
24331              to migrate fully to perlio, better start swallowing the poison now.
24332              For maintperl, the usefaststdio still defaults to yes.
24333      Branch: perl
24334            ! Configure config_h.SH perlio.c t/io/layers.t
24335 ____________________________________________________________________________
24336 [ 19285] By: jhi                                   on 2003/04/21  05:43:55
24337         Log: Upgrade to Locale::Maketext 1.05.
24338      Branch: perl
24339            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
24340 ____________________________________________________________________________
24341 [ 19284] By: jhi                                   on 2003/04/21  05:40:34
24342         Log: Upgrade to Test 1.24.
24343      Branch: perl
24344            ! lib/Test.pm
24345 ____________________________________________________________________________
24346 [ 19283] By: rgs                                   on 2003/04/20  22:01:28
24347         Log: Subject: [PATCH] goto &sub doesn't empty @_
24348              From: Dave Mitchell <davem@fdgroup.com>
24349              Date: Sun, 20 Apr 2003 21:46:51 +0100
24350              Message-ID: <20030420204651.GE15591@fdgroup.com>
24351      Branch: perl
24352            ! pp_ctl.c
24353 ____________________________________________________________________________
24354 [ 19282] By: rgs                                   on 2003/04/20  21:22:29
24355         Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
24356              the commands that invoke $(CC).
24357              Subject: Re: Smoke failure
24358              From: Enache Adrian <enache@rdslink.ro>
24359              Date: Fri, 18 Apr 2003 19:06:07 +0300
24360              Message-ID: <20030418160606.GA797@ratsnest.hole>
24361      Branch: perl
24362            ! Makefile.SH
24363 ____________________________________________________________________________
24364 [ 19281] By: rgs                                   on 2003/04/20  19:53:53
24365         Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
24366              From: Enache Adrian <enache@rdslink.ro>
24367              Date: Sat, 19 Apr 2003 20:12:18 +0300
24368              Message-ID: <20030419171218.GA974@ratsnest.hole>
24369      Branch: perl
24370            ! sv.c
24371 ____________________________________________________________________________
24372 [ 19280] By: rgs                                   on 2003/04/20  18:55:40
24373         Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
24374              Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
24375              From: Steve Hay <steve.hay@uk.radan.com>
24376              Date: Wed, 16 Apr 2003 11:12:22 +0100
24377              Message-ID: <3E9D2C86.8040104@uk.radan.com>
24378      Branch: perl
24379            ! INSTALL win32/Makefile
24380 ____________________________________________________________________________
24381 [ 19278] By: jhi                                   on 2003/04/20  07:42:17
24382         Log: Give more information of what to do when -Dusexxx fail.
24383      Branch: perl
24384            ! Configure
24385 ____________________________________________________________________________
24386 [ 19277] By: rgs                                   on 2003/04/19  19:40:22
24387         Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
24388              by adding a dummy destructor method Regexp::DESTROY.
24389              This prevents infinite recursion, since Regexp::DESTROY
24390              is no more autoloaded.
24391
24392              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
24393              From: Enache Adrian <enache@rdslink.ro>
24394              Date: Wed, 2 Apr 2003 05:02:42 +0300
24395              Message-ID: <20030402020242.GA2966@ratsnest.hole>
24396      Branch: perl
24397            ! ext/B/t/stash.t t/op/ref.t universal.c
24398 ____________________________________________________________________________
24399 [ 19276] By: rgs                                   on 2003/04/19  19:32:25
24400         Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
24401              From: Dave Mitchell <davem@fdgroup.com>
24402              Date: Sat, 19 Apr 2003 20:06:51 +0100
24403              Message-ID: <20030419190651.GD13333@fdgroup.com>
24404      Branch: perl
24405            ! t/comp/parser.t toke.c
24406 ____________________________________________________________________________
24407 [ 19275] By: jhi                                   on 2003/04/19  18:52:24
24408         Log: Restore the two variables retired by the change #19268
24409              (for binary backward compatibility)
24410      Branch: perl
24411            ! embedvar.h perlapi.h thrdvar.h
24412 ____________________________________________________________________________
24413 [ 19273] By: jhi                                   on 2003/04/19  17:36:33
24414         Log: Fail if the specified -Duse64xxx cannot be fulfilled.
24415              (And undo a doublesize probe glitch from change #19272.)
24416      Branch: perl
24417            ! Configure
24418 ____________________________________________________________________________
24419 [ 19272] By: jhi                                   on 2003/04/19  16:38:12
24420         Log: If long doubles fail, we really cannot sensibly
24421              drop back to doubles anymore, therefore abort.
24422              Pointed out by Slaven Rezic. (I tried to fix this
24423              via metaconfig but ended up with a vicious cyclic
24424              dependency.)
24425      Branch: perl
24426            ! Configure
24427 ____________________________________________________________________________
24428 [ 19270] By: jhi                                   on 2003/04/19  12:09:21
24429         Log: Upgrade to Net::Ping 2.30.
24430      Branch: perl
24431            ! lib/Net/Ping.pm lib/Net/Ping/Changes
24432            ! lib/Net/Ping/t/450_service.t
24433 ____________________________________________________________________________
24434 [ 19269] By: jhi                                   on 2003/04/19  07:10:57
24435         Log: Bump the test count.
24436      Branch: perl
24437            ! ext/Storable/t/tied.t
24438 ____________________________________________________________________________
24439 [ 19268] By: jhi                                   on 2003/04/19  07:06:13
24440         Log: Subject: [PATCH] allow recursive FETCHes
24441              From: Dave Mitchell <davem@fdgroup.com>
24442              Date: Mon, 7 Apr 2003 10:00:41 +0100
24443              Message-ID: <20030407100041.A1617@fdgroup.com>
24444      Branch: perl
24445            ! av.c dump.c embed.fnc embed.h embedvar.h
24446            ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
24447            ! sv.h t/op/tie.t thrdvar.h
24448 ____________________________________________________________________________
24449 [ 19267] By: jhi                                   on 2003/04/19  06:54:34
24450         Log: Subject: [PATCH] readline.t tweak for VMS
24451              From: "Craig A. Berry" <craigberry@mac.com>
24452              Date: Thu, 17 Apr 2003 17:18:19 -0500
24453              Message-ID: <3E9F282B.6090603@mac.com>
24454      Branch: perl
24455            ! t/op/readline.t
24456 ____________________________________________________________________________
24457 [ 19266] By: jhi                                   on 2003/04/19  06:46:48
24458         Log: Subject: [PATCH] Re: any takers for this Storable bug?
24459              From: Enache Adrian <enache@rdslink.ro>
24460              Date: Wed, 16 Apr 2003 21:11:11 +0300
24461              Message-ID: <20030416181111.GA6687@ratsnest.hole>
24462
24463              ams had already fixed the bug by #19227, but take the
24464              test case.
24465      Branch: perl
24466            ! ext/Storable/t/tied.t
24467 ____________________________________________________________________________
24468 [ 19265] By: sky                                   on 2003/04/19  00:40:42
24469         Log: Don't use the stack to allocate a SV that we hand out to another
24470              function, only badness can ensure.
24471              Message-Id: <20030418180131.GD10086@fdgroup.com>
24472              Thanks go to Dave Mitchell for help in tracking down the bug!
24473      Branch: perl
24474            ! sv.c
24475 ____________________________________________________________________________
24476 [ 19264] By: jhi                                   on 2003/04/18  19:28:04
24477         Log: UTF8 regexp patch from Inaba Hiroto.
24478      Branch: perl
24479            ! regcomp.c t/op/pat.t
24480 ____________________________________________________________________________
24481 [ 19263] By: jhi                                   on 2003/04/18  19:16:43
24482         Log: Unused variables.
24483      Branch: perl
24484            ! perlio.c universal.c
24485 ____________________________________________________________________________
24486 [ 19262] By: sky                                   on 2003/04/17  20:02:33
24487         Log: Another needle in the voodoo doll.
24488              Now I think it should work with the shared
24489              strings.
24490      Branch: perl
24491            ! sv.c
24492 ____________________________________________________________________________
24493 [ 19254] By: sky                                   on 2003/04/17  17:31:52
24494         Log: Extreme Voodoo programming, by not pinching the SV if it is a
24495              PADTMP it happily keeps it's value later on!
24496      Branch: perl
24497            ! sv.c
24498 ____________________________________________________________________________
24499 [ 19253] By: jhi                                   on 2003/04/17  17:09:16
24500         Log: Implement -Dnoextensions=... and -Donlyextensions=...
24501      Branch: perl
24502            ! Configure INSTALL
24503 ____________________________________________________________________________
24504 [ 19252] By: ams                                   on 2003/04/17  16:19:31
24505         Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
24506              Anything that's broken by this change should be fixed.
24507      Branch: perl
24508            ! gv.c
24509 ____________________________________________________________________________
24510 [ 19251] By: jhi                                   on 2003/04/17  15:39:56
24511         Log: Introduce the new *l APIs, undefined, to non-Configure lands.
24512      Branch: perl
24513            ! NetWare/config.wc NetWare/config_H.wc configure.com
24514            ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
24515            ! plan9/config_h.sample plan9/config_sh.sample win32/config.bc
24516            ! win32/config.gc win32/config.vc win32/config.vc64
24517            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24518            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
24519 ____________________________________________________________________________
24520 [ 19250] By: jhi                                   on 2003/04/17  15:07:08
24521         Log: Regen Glossary et alia.
24522      Branch: perl
24523            ! Porting/Glossary Porting/config.sh Porting/config_H
24524 ____________________________________________________________________________
24525 [ 19248] By: jhi                                   on 2003/04/17  14:53:41
24526         Log: Small tidying up of the selectminbits code, but most
24527              importantly allocate the buffer from the heap using
24528              malloc, not from the stack: using stack causes unaligned
24529              access in LP64 Solaris since stack data is not guaranteed
24530              to be 64-bit aligned, while a fd_set is (it has 1024 longs).
24531              (via Alan Burlison)
24532      Branch: perl
24533            ! Configure
24534 ____________________________________________________________________________
24535 [ 19247] By: ams                                   on 2003/04/17  12:24:57
24536         Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
24537              From: Enache Adrian <enache@rdslink.ro>
24538              Date: Thu, 17 Apr 2003 14:35:36 +0300
24539              Message-Id: <20030417113536.GA898@ratsnest.hole>
24540      Branch: perl
24541            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
24542 ____________________________________________________________________________
24543 [ 19245] By: jhi                                   on 2003/04/17  09:20:27
24544         Log: Document that the open pragma does not affect
24545              the three-headed hydra, ummm, open.
24546      Branch: perl
24547            ! lib/open.pm
24548 ____________________________________________________________________________
24549 [ 19244] By: jhi                                   on 2003/04/17  06:45:26
24550         Log: More maneuvering closer to proposed POSIX classes
24551              mapping to Unicode: (1) The definitions of "graph" and
24552              "print" are still in flux: move closer back to how Perl
24553              5.8.0 defined it (though drop Co, that did not make sense)
24554              (2) Add U+0085 (NEL) to "space".
24555      Branch: perl
24556            ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
24557            ! lib/unicore/lib/Space.pl lib/unicore/mktables
24558 ____________________________________________________________________________
24559 [ 19243] By: jhi                                   on 2003/04/17  05:29:24
24560         Log: Detect the 'fast stdio' case.
24561      Branch: perl
24562            ! lib/PerlIO.pm t/io/layers.t
24563 ____________________________________________________________________________
24564 [ 19242] By: jhi                                   on 2003/04/16  20:14:01
24565         Log: Fix up Larry's copyright statements to my best knowledge.
24566              (Lots of Perl 5 source code archaeology was involved.)
24567              Larry didn't make strangled noises when I showed him
24568              the patch, either :-)
24569      Branch: perl
24570            ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
24571            ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
24572            ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
24573            ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
24574            ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
24575            ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
24576            ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
24577            ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
24578            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
24579            ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
24580            ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
24581            ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h
24582            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
24583            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
24584            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
24585 ____________________________________________________________________________
24586 [ 19241] By: jhi                                   on 2003/04/16  17:24:24
24587         Log: Handle PERLIO= and document a bit.
24588      Branch: perl
24589            ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
24590 ____________________________________________________________________________
24591 [ 19240] By: sky                                   on 2003/04/16  16:27:43
24592         Log: Fix double join problem for those places where free
24593              actually means free (solaris for example :)
24594              Fixes bug #16681
24595      Branch: perl
24596            ! ext/threads/t/join.t ext/threads/threads.xs
24597 ____________________________________________________________________________
24598 [ 19239] By: jhi                                   on 2003/04/16  14:57:47
24599         Log: Try to get the layers.t working also for dosish platforms.
24600      Branch: perl
24601            ! lib/PerlIO.pm t/io/layers.t
24602 ____________________________________________________________________________
24603 [ 19238] By: jhi                                   on 2003/04/16  13:27:24
24604         Log: A -C parsed from the #! line can still have line endings in it.
24605      Branch: perl
24606            ! util.c
24607 ____________________________________________________________________________
24608 [ 19237] By: jhi                                   on 2003/04/16  13:23:37
24609         Log: What does an empty PERLIO= mean, anyway?
24610      Branch: perl
24611            ! t/io/layers.t
24612 ____________________________________________________________________________
24613 [ 19236] By: jhi                                   on 2003/04/16  13:09:42
24614         Log: Document the effect of thread creation context.
24615      Branch: perl
24616            ! ext/threads/threads.pm
24617 ____________________________________________________________________________
24618 [ 19235] By: jhi                                   on 2003/04/16  12:13:07
24619         Log: Use the right prototype and a glob is fine (from Rafael).
24620      Branch: perl
24621            ! lib/PerlIO.pm universal.c
24622 ____________________________________________________________________________
24623 [ 19234] By: jhi                                   on 2003/04/16  10:20:46
24624         Log: PerlIO::get_layers() usage tip.
24625      Branch: perl
24626            ! lib/PerlIO.pm
24627 ____________________________________________________________________________
24628 [ 19233] By: jhi                                   on 2003/04/16  10:07:48
24629         Log: Syntax terror.
24630      Branch: perl
24631            ! lib/unicore/mktables
24632 ____________________________________________________________________________
24633 [ 19232] By: jhi                                   on 2003/04/16  09:45:51
24634         Log: Redundant test.
24635      Branch: perl
24636            ! lib/unicore/mktables
24637 ____________________________________________________________________________
24638 [ 19231] By: jhi                                   on 2003/04/16  09:21:25
24639         Log: Synchronize the specifications of the POSIX character
24640              classes alnum, graph, and print closer to the planned
24641              Unicode proposal.
24642      Branch: perl
24643            ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
24644            ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
24645 ____________________________________________________________________________
24646 [ 19230] By: jhi                                   on 2003/04/16  08:57:01
24647         Log: Patch from Merijn.
24648      Branch: perl
24649            ! perl.h
24650 ____________________________________________________________________________
24651 [ 19228] By: jhi                                   on 2003/04/16  08:27:26
24652         Log: Thinko in modfl detection.
24653      Branch: perl
24654            ! Configure
24655 ____________________________________________________________________________
24656 [ 19227] By: ams                                   on 2003/04/16  02:32:11
24657         Log: Storable now handles self-tied scalars with NULL mg_obj.
24658      Branch: perl
24659            ! ext/Storable/Storable.xs
24660 ____________________________________________________________________________
24661 [ 19226] By: jhi                                   on 2003/04/15  18:00:21
24662         Log: Upgrade to Pod::LaTeX 0.55.
24663      Branch: perl
24664            + lib/Pod/t/pod2latex.t
24665            - lib/Pod/t/latex.t
24666            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
24667 ____________________________________________________________________________
24668 [ 19224] By: jhi                                   on 2003/04/15  17:01:27
24669         Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
24670      Branch: perl
24671            ! Configure
24672 ____________________________________________________________________________
24673 [ 19223] By: jhi                                   on 2003/04/15  16:36:32
24674         Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
24675      Branch: perl
24676            ! t/io/layers.t
24677 ____________________________________________________________________________
24678 [ 19221] By: jhi                                   on 2003/04/15  16:27:49
24679         Log: False alarm: no cyclic dependency.
24680      Branch: perl
24681            ! Configure config_h.SH
24682 ____________________________________________________________________________
24683 [ 19219] By: jhi                                   on 2003/04/15  16:08:11
24684         Log: Backport of _most_ of the changes in #19218: not one big
24685              cyclic dependency, though, it must be broken up somehow.
24686      Branch: perl
24687            ! Configure config_h.SH
24688 ____________________________________________________________________________
24689 [ 19218] By: jhi                                   on 2003/04/15  14:09:31
24690         Log: Big patch from Alan Burlison to make Solaris long doubles work.
24691              (Also spreads more <stdlib.h> joy.)
24692              Needs backporting to metaconfig units and introducing the new
24693              symbols to non-Configure lands.
24694      Branch: perl
24695            ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
24696 ____________________________________________________________________________
24697 [ 19217] By: jhi                                   on 2003/04/15  14:01:03
24698         Log: Don't skip the whole test for PERLIO=perlio.
24699      Branch: perl
24700            ! t/io/layers.t
24701 ____________________________________________________________________________
24702 [ 19215] By: jhi                                   on 2003/04/15  05:54:17
24703         Log: Add a test for [perl #17753].
24704      Branch: perl
24705            ! t/op/undef.t
24706 ____________________________________________________________________________
24707 [ 19214] By: jhi                                   on 2003/04/15  05:40:52
24708         Log: "proto.h": 'id' is a reserved word in Objective-C.
24709      Branch: perl
24710            ! embed.fnc op.c proto.h
24711 ____________________________________________________________________________
24712 [ 19213] By: sky                                   on 2003/04/14  21:42:10
24713         Log: Ook, run tests on correct build-dir next time.
24714              We must check if the hv is a stash, otherwise we try to delete
24715              something that is a HvNAME of null.....  tests pass better now
24716      Branch: perl
24717            ! gv.c
24718 ____________________________________________________________________________
24719 [ 19212] By: sky                                   on 2003/04/14  21:15:00
24720         Log: Fixes to bugs introduced by PL_stashcache
24721              A) Follow suggestion by Benjamin Goldberg to use hv_delete
24722              instead of hv_delete_ent to avoid creating a temporary SV
24723              B) Don't increment the refcount, sneak it into an IV instead
24724              C) When a GP is a deleted that contains a stash, remove the
24725              corresponding entry since hv might be in use in other places.
24726              D) Note that no test cases test the deletion of packages to catch
24727              this bug.
24728      Branch: perl
24729            ! gv.c hv.c pp_hot.c
24730 ____________________________________________________________________________
24731 [ 19211] By: rgs                                   on 2003/04/14  21:11:11
24732         Log: Mention that "make test_harness" lets messages sent through
24733              standard error out. Complements change #19206.
24734      Branch: perl
24735            ! pod/perlhack.pod
24736 ____________________________________________________________________________
24737 [ 19210] By: rgs                                   on 2003/04/14  20:48:02
24738         Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1  [perl #17757]
24739              From: Inaba Hiroto <inaba@st.rim.or.jp>
24740              Date: Fri, 21 Mar 2003 17:35:21 +0900
24741              Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
24742              Date: Sat, 22 Mar 2003 11:28:05 +0900
24743              Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
24744      Branch: perl
24745            ! regexec.c t/op/pat.t
24746 ____________________________________________________________________________
24747 [ 19209] By: jhi                                   on 2003/04/14  20:36:55
24748         Log: PERLIO=perlio requires extra steps.
24749      Branch: perl
24750            ! lib/PerlIO.pm t/io/layers.t
24751 ____________________________________________________________________________
24752 [ 19208] By: jhi                                   on 2003/04/14  20:02:04
24753         Log: Skip as early as possible if no perlio since the
24754              use open would be compile-time.
24755      Branch: perl
24756            ! t/io/layers.t
24757 ____________________________________________________________________________
24758 [ 19207] By: rgs                                   on 2003/04/14  19:34:42
24759         Log: Document and test autovivified dirhandles.
24760              Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
24761              From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
24762              Date: 12 Apr 2003 12:40:45 -0000
24763              Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
24764      Branch: perl
24765            ! pod/perlfunc.pod t/op/readdir.t
24766 ____________________________________________________________________________
24767 [ 19206] By: rgs                                   on 2003/04/14  19:13:26
24768         Log: More docs about running tests and the test suite.
24769              Update perlhack.pod in various places.
24770              Add 'test_harness' as a .PHONY dependency in the Makefile.
24771      Branch: perl
24772            ! Makefile.SH pod/perlhack.pod t/README
24773 ____________________________________________________________________________
24774 [ 19205] By: jhi                                   on 2003/04/14  18:58:01
24775         Log: Build get_layers() also under -Uuseperlio.
24776      Branch: perl
24777            ! universal.c
24778 ____________________________________________________________________________
24779 [ 19204] By: jhi                                   on 2003/04/14  18:48:04
24780         Log: Bump up the version and admonish against aspiring (ab)use.
24781      Branch: perl
24782            ! lib/PerlIO.pm
24783 ____________________________________________________________________________
24784 [ 19203] By: jhi                                   on 2003/04/14  17:35:51
24785         Log: Introduce PerlIO::get_layers() to allow people to peek
24786              at the PerlIO layer stack.
24787      Branch: perl
24788            + t/io/layers.t
24789            ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
24790            ! universal.c
24791 ____________________________________________________________________________
24792 [ 19202] By: merijn                                on 2003/04/14  05:42:18
24793         Log: Subject: [PATCH] vms/vms.c waitpid tweak
24794              From: "Craig A. Berry" <craigberry@mac.com>
24795              Date: Mon, 14 Apr 2003 00:43:00 -0500
24796              Message-ID: <3E9A4A64.6030205@mac.com>
24797      Branch: perl
24798            ! vms/vms.c
24799 ____________________________________________________________________________
24800 [ 19201] By: sky                                   on 2003/04/13  19:26:46
24801         Log: Fix bug #16253, use all the CPU that we can :-)
24802      Branch: perl
24803            ! ext/threads/threads.xs
24804 ____________________________________________________________________________
24805 [ 19200] By: sky                                   on 2003/04/13  18:38:58
24806         Log: Fix bug #15893 by creating shared scalars with a refcount of 1
24807              instead of 2 and make push and pop increase the refcount.
24808      Branch: perl
24809            ! ext/threads/shared/shared.xs
24810 ____________________________________________________________________________
24811 [ 19199] By: jhi                                   on 2003/04/13  11:45:42
24812         Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
24813              ../../lib for the lc() at line 66 (UTF-8 data possible
24814              if using UTF-8 locales).
24815      Branch: perl
24816            ! lib/ExtUtils/t/Install.t
24817 ____________________________________________________________________________
24818 [ 19198] By: jhi                                   on 2003/04/13  09:43:09
24819         Log: The lib/ipc_sysv.t test has a new name.
24820      Branch: perl
24821            ! INSTALL
24822 ____________________________________________________________________________
24823 [ 19197] By: jhi                                   on 2003/04/13  09:32:05
24824         Log: Continue hunting for the cause of the Tru64 failed threaded smokes
24825              most probably introduced by the change #19157.  The tweak suggested
24826              by Stephen McCamant trades a possible dangling pointer (CopFILE()
24827              is tricky like that with threads) to a memory leak.  (This means
24828              that this tweak shouldn't be left in as-is, but if this helps,
24829              we at least know that the failure was caused by the #19157.)
24830      Branch: perl
24831            ! op.c
24832 ____________________________________________________________________________
24833 [ 19196] By: jhi                                   on 2003/04/13  09:20:02
24834         Log: Upgrade to Net::Ping 2.29.
24835      Branch: perl
24836            + lib/Net/Ping/t/510_ping_udp.t
24837            - lib/Net/Ping/README
24838            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
24839 ____________________________________________________________________________
24840 [ 19195] By: jhi                                   on 2003/04/13  09:02:05
24841         Log: Upgrade to Test::Harness 2.27_04.
24842      Branch: perl
24843            + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
24844            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
24845            ! lib/Test/Harness/t/test-harness.t
24846 ____________________________________________________________________________
24847 [ 19194] By: rgs                                   on 2003/04/12  21:21:04
24848         Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
24849      Branch: perl
24850            ! hints/darwin.sh hints/rhapsody.sh
24851 ____________________________________________________________________________
24852 [ 19192] By: jhi                                   on 2003/04/12  18:23:40
24853         Log: The debugging aid #19182 didn't.
24854      Branch: perl
24855            ! ext/B/t/deparse.t
24856 ____________________________________________________________________________
24857 [ 19191] By: jhi                                   on 2003/04/12  16:51:12
24858         Log: Benchmark nit from Nick Clark (in OpenBSD the result could
24859              be a negative zero, -0).
24860      Branch: perl
24861            ! lib/Benchmark.t
24862 ____________________________________________________________________________
24863 [ 19190] By: rgs                                   on 2003/04/12  13:41:25
24864         Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
24865              From: Michael G Schwern <schwern@pobox.com>
24866              Date: Fri, 11 Apr 2003 00:32:02 -0700
24867              Message-ID: <20030411073202.GC5916@windhund.schwern.org>
24868      Branch: perl
24869            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
24870            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
24871            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
24872            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
24873            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
24874            ! lib/ExtUtils/t/zz_cleanup_dummy.t
24875 ____________________________________________________________________________
24876 [ 19189] By: rgs                                   on 2003/04/10  20:40:14
24877         Log: Peter Scott suggests that the docs for base.pm should
24878              state explicitely that base.pm doesn't call import()
24879              on base classes. Plus a few typos.
24880      Branch: perl
24881            ! lib/base.pm
24882 ____________________________________________________________________________
24883 [ 19188] By: rgs                                   on 2003/04/10  19:45:08
24884         Log: PerlFAQ sync.
24885      Branch: perl
24886            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
24887            ! pod/perlfaq7.pod pod/perlfaq9.pod
24888 ____________________________________________________________________________
24889 [ 19187] By: rgs                                   on 2003/04/10  19:25:18
24890         Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
24891              There used to be a nullstash (%{"<none>::"}) to hold illegal
24892              variables under strict 'vars'. It has been removed by change #17942.
24893              This can lead to segfaults during the parsing, because some illegal
24894              variables might have been discarded before the compilation of the
24895              current statement had completed.
24896              Bug analysis and test case by Enache Adrian.
24897      Branch: perl
24898            ! gv.c t/lib/strict/vars
24899 ____________________________________________________________________________
24900 [ 19186] By: jhi                                   on 2003/04/10  19:13:40
24901         Log: Be more descriptive.
24902      Branch: perl
24903            ! MANIFEST
24904 ____________________________________________________________________________
24905 [ 19185] By: jhi                                   on 2003/04/10  19:06:02
24906         Log: Noted by Nat: -0 didn't work that well with Unicode.
24907      Branch: perl
24908            ! perl.c pod/perlrun.pod
24909 ____________________________________________________________________________
24910 [ 19184] By: jhi                                   on 2003/04/10  17:26:43
24911         Log: Add an option for the grok_xxx() to silently ignore bad digits.
24912      Branch: perl
24913            ! numeric.c perl.h
24914 ____________________________________________________________________________
24915 [ 19183] By: jhi                                   on 2003/04/10  10:56:25
24916         Log: The test doesn't work that well when -Uusedl.
24917              Some of the tests could be salvaged even then I guess.
24918      Branch: perl
24919            ! lib/ExtUtils/t/Constant.t
24920 ____________________________________________________________________________
24921 [ 19182] By: jhi                                   on 2003/04/10  09:40:24
24922         Log: A temporary debugging aid for Tru64 threaded builds.
24923      Branch: perl
24924            ! ext/B/t/deparse.t
24925 ____________________________________________________________________________
24926 [ 19181] By: jhi                                   on 2003/04/10  08:02:10
24927         Log: Unless Inuits are involved...
24928      Branch: perl
24929            ! pod/perlrun.pod
24930 ____________________________________________________________________________
24931 [ 19180] By: jhi                                   on 2003/04/10  07:02:44
24932         Log: With AFS the cwds have little chance of agreeing.
24933      Branch: perl
24934            ! ext/Cwd/t/cwd.t
24935 ____________________________________________________________________________
24936 [ 19179] By: jhi                                   on 2003/04/10  06:46:50
24937         Log: I assume the idea was to use the *cwd variables for testing.
24938      Branch: perl
24939            ! ext/Cwd/t/cwd.t
24940 ____________________________________________________________________________
24941 [ 19177] By: jhi                                   on 2003/04/10  04:34:48
24942         Log: perlport information about portably embedding string data.
24943      Branch: perl
24944            ! pod/perlport.pod
24945 ____________________________________________________________________________
24946 [ 19176] By: jhi                                   on 2003/04/10  04:18:45
24947         Log: Also locale names can contain illegal UTF-8.
24948      Branch: perl
24949            ! lib/locale.t
24950 ____________________________________________________________________________
24951 [ 19175] By: jhi                                   on 2003/04/10  04:03:48
24952         Log: In case someone is using UTF-8 locales.
24953      Branch: perl
24954            ! lib/ExtUtils/MM_MacOS.pm
24955 ____________________________________________________________________________
24956 [ 19174] By: merijn                                on 2003/04/09  14:33:12
24957         Log: Even more promotion for -lc128 (long doubles on AIX)
24958              More obvious detection of C compiler
24959              cc_type should not promote to config.sh
24960
24961              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24962              Date: Wed, 09 Apr 2003 14:31:48 +0200
24963              Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
24964      Branch: perl
24965            ! hints/aix.sh
24966 ____________________________________________________________________________
24967 [ 19173] By: jhi                                   on 2003/04/09  12:39:35
24968         Log: open(my $fh, ">&", STDOUT) should not warn under strict.
24969      Branch: perl
24970            ! op.c t/io/open.t
24971 ____________________________________________________________________________
24972 [ 19172] By: jhi                                   on 2003/04/09  10:40:31
24973         Log: Try to be more descriptive than just __ANONIO__ which is what
24974              you get when you autovivify filehandles into array/hash elements.
24975      Branch: perl
24976            ! doio.c op.c t/io/open.t
24977 ____________________________________________________________________________
24978 [ 19171] By: rgs                                   on 2003/04/08  20:44:20
24979         Log: Implement support for --help and --version in Getopt::Std
24980              Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
24981              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
24982              Date: Mon, 7 Apr 2003 17:07:15 -0700
24983              Message-ID: <20030408000714.GA953@math.berkeley.edu>
24984      Branch: perl
24985            ! lib/Getopt/Std.pm
24986 ____________________________________________________________________________
24987 [ 19170] By: rgs                                   on 2003/04/08  19:47:05
24988         Log: Subject: [PATCH] Re: Error: Unknown error
24989              From: Enache Adrian <enache@rdslink.ro>
24990              Date: Tue, 8 Apr 2003 07:12:13 +0300
24991              Message-ID: <20030408041213.GA13553@ratsnest.hole>
24992      Branch: perl
24993            ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
24994 ____________________________________________________________________________
24995 [ 19169] By: rgs                                   on 2003/04/08  19:19:34
24996         Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
24997              From: Dave Mitchell <davem@fdgroup.com>
24998              Date: Mon, 7 Apr 2003 21:43:17 +0100
24999              Message-ID: <20030407204317.GA8796@fdgroup.com>
25000
25001              The new XTERMORDORDOR lexer expectation must also be named
25002              in debugging perls, to be used in the output of -DT.
25003      Branch: perl
25004            ! perl.h toke.c
25005 ____________________________________________________________________________
25006 [ 19168] By: rgs                                   on 2003/04/08  19:05:22
25007         Log: Document that perl recognizes 2>&1 on the command-line on VMS.
25008      Branch: perl
25009            ! vms/perlvms.pod
25010 ____________________________________________________________________________
25011 [ 19167] By: rgs                                   on 2003/04/08  18:47:18
25012         Log: Typos fixes by Stas Bekman.
25013      Branch: perl
25014            ! cv.h lib/attributes.pm sv.h
25015 ____________________________________________________________________________
25016 [ 19166] By: rgs                                   on 2003/04/08  18:43:22
25017         Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1`  these days?
25018              From: Robin Barker <Robin.Barker@npl.co.uk>
25019              Date: Tue, 8 Apr 2003 14:23:04 +0100
25020              Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
25021      Branch: perl
25022            ! pod/perlpod.pod
25023 ____________________________________________________________________________
25024 [ 19164] By: jhi                                   on 2003/04/08  04:42:05
25025         Log: Few more words about safe/unsafe signals.
25026      Branch: perl
25027            ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
25028 ____________________________________________________________________________
25029 [ 19163] By: jhi                                   on 2003/04/07  19:25:39
25030         Log: The SvGROW() might move the PV.
25031      Branch: perl
25032            ! pp.c
25033 ____________________________________________________________________________
25034 [ 19162] By: jhi                                   on 2003/04/07  18:23:29
25035         Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
25036              From: Michael G Schwern <schwern@pobox.com>
25037              Date: Mon, 7 Apr 2003 02:09:17 -0700
25038              Message-ID: <20030407090917.GA9221@windhund.schwern.org>
25039      Branch: perl
25040            + lib/ExtUtils/t/MM_Any.t
25041            ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
25042            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
25043            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
25044            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
25045            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
25046            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
25047            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.pm
25048            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
25049            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
25050            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
25051            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
25052            ! lib/ExtUtils/README lib/ExtUtils/TODO
25053            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
25054            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
25055 ____________________________________________________________________________
25056 [ 19160] By: jhi                                   on 2003/04/07  04:17:38
25057         Log: Time::HiRes: Do not create files in blib directories under core
25058              (from Rafael)
25059      Branch: perl
25060            ! ext/Time/HiRes/Makefile.PL
25061 ____________________________________________________________________________
25062 [ 19159] By: jhi                                   on 2003/04/07  03:53:01
25063         Log: Future binary compat wishful thinking:
25064              maint will use the stashcache, but not the dbassertion.
25065      Branch: perl
25066            ! intrpvar.h
25067 ____________________________________________________________________________
25068 [ 19158] By: jhi                                   on 2003/04/07  03:41:17
25069         Log: More WinCE tweaking for Vadim Konovalov.
25070      Branch: perl
25071            ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
25072            ! wince/makedist.pl
25073 ____________________________________________________________________________
25074 [ 19157] By: rgs                                   on 2003/04/06  20:53:29
25075         Log: Subject: CvFILE for constant subs
25076              From: Stephen McCamant <smcc@mit.edu>
25077              Date: Sun, 6 Apr 2003 16:39:13 -0400
25078              Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
25079      Branch: perl
25080            ! op.c
25081 ____________________________________________________________________________
25082 [ 19156] By: rgs                                   on 2003/04/06  20:44:09
25083         Log: Subject: [PATCH] B::Deparse: sv_no != 0
25084              From: Stephen McCamant <smcc@mit.edu>
25085              Date: Sun, 6 Apr 2003 17:00:48 -0400
25086              Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
25087      Branch: perl
25088            ! ext/B/B/Deparse.pm
25089 ____________________________________________________________________________
25090 [ 19154] By: jhi                                   on 2003/04/06  19:46:35
25091         Log: An unconditional carp is not nice.
25092      Branch: perl
25093            ! ext/Sys/Syslog/Syslog.pm
25094 ____________________________________________________________________________
25095 [ 19153] By: rgs                                   on 2003/04/06  18:37:58
25096         Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
25097              From: Robert Spier <rspier@pobox.com>
25098              Date: Sat, 05 Apr 2003 21:12:20 -0800
25099              Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
25100      Branch: perl
25101            ! README.solaris
25102 ____________________________________________________________________________
25103 [ 19152] By: rgs                                   on 2003/04/06  18:24:38
25104         Log: Remove unportable ">|" shell syntax
25105              Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
25106              From: Enache Adrian <enache@rdslink.ro>
25107              Date: Sun, 6 Apr 2003 21:13:27 +0300
25108              Message-ID: <20030406181326.GA873@ratsnest.hole>
25109      Branch: perl
25110            ! Makefile.SH
25111 ____________________________________________________________________________
25112 [ 19151] By: jhi                                   on 2003/04/06  18:14:44
25113         Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
25114              From: Joost van Baal <J.E.vanBaal@uvt.nl>
25115              Date: Mon, 25 Nov 2002 17:35:37 +0100
25116              Message-ID: <20021125163537.GC4745@banach.uvt.nl>
25117
25118              (The .pm patch modified a bit, and removed the false
25119              claim that _PATH_INFO would be coming from syslog.ph)
25120      Branch: perl
25121            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
25122            ! ext/Sys/Syslog/syslog.t
25123 ____________________________________________________________________________
25124 [ 19150] By: rgs                                   on 2003/04/05  21:10:00
25125         Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
25126              From: Enache Adrian <enache@rdslink.ro>
25127              Date: Thu, 3 Apr 2003 15:50:48 +0300
25128              Message-ID: <20030403125048.GA6107@ratsnest.hole>
25129
25130              On linux, when building a shared library, generate
25131              a small shell wrapper, "preload", that preloads libperl.so
25132              only if it exists. Useful when the 'make' process stops
25133              before the link phase.
25134      Branch: perl
25135            ! Makefile.SH
25136 ____________________________________________________________________________
25137 [ 19149] By: jhi                                   on 2003/04/05  20:44:25
25138         Log: Upgrade to Locale::Maketext 1.04.
25139      Branch: perl
25140            + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
25141            + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
25142            - lib/Locale/Maketext/test.pl
25143            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
25144            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
25145 ____________________________________________________________________________
25146 [ 19148] By: jhi                                   on 2003/04/05  20:38:30
25147         Log: perluniintro.pod: nice_string() doesn't escape
25148              literal escape chars -- use Sadahiro-san's fix(es).
25149      Branch: perl
25150            ! pod/perluniintro.pod
25151 ____________________________________________________________________________
25152 [ 19147] By: rgs                                   on 2003/04/05  19:12:30
25153         Log: Subject: [PATCH 5.8.1 @19053] Embedding
25154              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
25155              Date: Mon, 31 Mar 2003 12:39:24 -0800
25156              Message-ID: <20030331203924.GA3602@math.berkeley.edu>
25157
25158              Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
25159              to be used in a C program's main function.
25160      Branch: perl
25161            ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
25162 ____________________________________________________________________________
25163 [ 19146] By: jhi                                   on 2003/04/05  19:08:37
25164         Log: Heredocs and use encoding didn't work for SJIS;
25165              patch from Inaba Hiroto.
25166      Branch: perl
25167            ! toke.c
25168 ____________________________________________________________________________
25169 [ 19145] By: rgs                                   on 2003/04/05  11:45:36
25170         Log: The manpages don't have to be built by MakeMaker for the
25171              core modules in ext/. Disable this in Devel::PPPort (not
25172              up-to-date on CPAN), Unicode::Normalize (the CPAN version
25173              uses a different Makefile.PL anyway) and XS::APItest
25174              (not CPANized.)
25175      Branch: perl
25176            ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
25177            ! ext/XS/APItest/Makefile.PL
25178 ____________________________________________________________________________
25179 [ 19144] By: rgs                                   on 2003/04/05  11:28:22
25180         Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
25181              by SADAHIRO Tomoyuki.
25182      Branch: perl
25183            ! ext/Unicode/Normalize/Changes
25184            ! ext/Unicode/Normalize/Normalize.pm
25185            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
25186            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
25187            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
25188            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
25189            ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
25190 ____________________________________________________________________________
25191 [ 19143] By: merijn                                on 2003/04/03  08:55:33
25192         Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
25193              From: "Craig A. Berry" <craigberry@mac.com>
25194              Date: Wed, 02 Apr 2003 18:09:03 -0600
25195              Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
25196      Branch: perl
25197            ! vms/vms.c vms/vmsish.h
25198 ____________________________________________________________________________
25199 [ 19142] By: merijn                                on 2003/04/03  08:50:55
25200         Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
25201              From: andreas.koenig@anima.de (Andreas J. Koenig)
25202              Date: Thu, 03 Apr 2003 08:28:52 +0200
25203              Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
25204      Branch: perl
25205            ! lib/Pod/t/Functions.t
25206 ____________________________________________________________________________
25207 [ 19141] By: jhi                                   on 2003/04/03  05:00:36
25208         Log: Don't recurse from threads to threads/shared (since
25209              threads/shared is built separately, temp solution from
25210              Schwern while MM is being fixed.)
25211      Branch: perl
25212            ! ext/threads/Makefile.PL
25213 ____________________________________________________________________________
25214 [ 19140] By: rgs                                   on 2003/04/02  20:41:46
25215         Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
25216              From: Steve Hay <steve.hay@uk.radan.com>
25217              Date: Thu, 20 Mar 2003 11:55:01 +0000
25218              Message-ID: <3E79AC15.80307@uk.radan.com>
25219      Branch: perl
25220            ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
25221 ____________________________________________________________________________
25222 [ 19139] By: jhi                                   on 2003/04/02  19:44:07
25223         Log: Make perldiag agree with #19138.
25224      Branch: perl
25225            ! pod/perldiag.pod
25226 ____________________________________________________________________________
25227 [ 19138] By: jhi                                   on 2003/04/02  19:37:59
25228         Log: Make at least the thread count make sense.
25229      Branch: perl
25230            ! ext/threads/threads.xs
25231 ____________________________________________________________________________
25232 [ 19137] By: rgs                                   on 2003/04/02  19:24:47
25233         Log: Adjust test for the recent change (#19136) to Pod::Html
25234      Branch: perl
25235            ! lib/Pod/t/htmlview.t
25236 ____________________________________________________________________________
25237 [ 19136] By: rgs                                   on 2003/04/02  18:46:31
25238         Log: Fixes for "installhtml --splithead", based on :
25239              Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
25240              From: Steve Hay <steve.hay@uk.radan.com>
25241              Date: Wed, 02 Apr 2003 11:33:41 +0100
25242              Message-ID: <3E8ABC85.5060807@uk.radan.com>
25243
25244              This also includes a small patch to Pod::Html : when generating
25245              anchor names, play on the safe side and turn every non-alphanumeric
25246              character into an '_'. Moreover, Pod::Html::anchorify() is now
25247              optionally exported.
25248      Branch: perl
25249            ! installhtml lib/Pod/Html.pm
25250 ____________________________________________________________________________
25251 [ 19135] By: rgs                                   on 2003/04/02  18:42:50
25252         Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
25253              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25254              Date: Tue, 01 Apr 2003 16:32:46 -0800
25255              Message-ID: <u+ii+gzkgqkV092yn@efn.org>
25256      Branch: perl
25257            ! pp.c t/op/split.t
25258 ____________________________________________________________________________
25259 [ 19134] By: sky                                   on 2003/04/02  18:01:40
25260         Log: Fix some small nits, thanks to Rafael.
25261      Branch: perl
25262            ! pp_hot.c
25263 ____________________________________________________________________________
25264 [ 19133] By: sky                                   on 2003/04/02  13:41:14
25265         Log: Add packname->stash cache before the check if a packname is a
25266              filehandle or a package, it works because only packnames
25267              that have been resolved to stashes are added to the cache,
25268              and when a newIO is created we clean the cache.
25269              Results in roughly 1.8 speed increase for class->method()
25270              calls.
25271      Branch: perl
25272            ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
25273 ____________________________________________________________________________
25274 [ 19132] By: merijn                                on 2003/04/02  11:28:02
25275         Log: #19122 should have been tested on non-glibc system (like AIX)
25276      Branch: perl
25277            ! pp.c
25278 ____________________________________________________________________________
25279 [ 19131] By: jhi                                   on 2003/04/02  05:25:19
25280         Log: Spread IlyaZ's PERL_CORE detection trick.
25281      Branch: perl
25282            ! ext/Encode/Makefile.PL
25283 ____________________________________________________________________________
25284 [ 19130] By: jhi                                   on 2003/04/02  04:42:40
25285         Log: Cannot portably compare files if one of them is still open
25286              (from Craig Berry).
25287      Branch: perl
25288            ! ext/Encode/t/enc_module.t
25289 ____________________________________________________________________________
25290 [ 19129] By: jhi                                   on 2003/04/02  04:30:45
25291         Log: MM_VMS tweak from Craig Berry:
25292              http://nntp.x.perl.org/group/perl.makemaker/1002
25293      Branch: perl
25294            ! lib/ExtUtils/MM_VMS.pm
25295 ____________________________________________________________________________
25296 [ 19128] By: rgs                                   on 2003/04/01  21:30:12
25297         Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
25298              From: Steve Hay <steve.hay@uk.radan.com>
25299              Date: Thu, 20 Mar 2003 12:34:15 +0000
25300              Message-ID: <3E79B547.6030201@uk.radan.com>
25301              (with a few minor tweaks)
25302      Branch: perl
25303            ! installhtml
25304 ____________________________________________________________________________
25305 [ 19127] By: rgs                                   on 2003/04/01  19:01:20
25306         Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
25307              From: Enache Adrian <enache@rdslink.ro>
25308              Date: Sat, 29 Mar 2003 19:45:41 +0200
25309              Message-ID: <20030329174541.GA8138@ratsnest.hole>
25310      Branch: perl
25311            ! ext/B/B/Deparse.pm
25312 ____________________________________________________________________________
25313 [ 19126] By: rgs                                   on 2003/04/01  18:39:43
25314         Log: Fix bug #21742. require should be always invoked in
25315              scalar context. This wasn't the case when called from
25316              an eval(""), because the void context doesn't propagate
25317              through the leaveeval op. Instead of making scalarvoid()
25318              handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
25319              a workaround in doeval().
25320      Branch: perl
25321            ! pp_ctl.c t/comp/require.t
25322 ____________________________________________________________________________
25323 [ 19124] By: jhi                                   on 2003/04/01  16:52:28
25324         Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
25325              From: "Green, Paul" <Paul.Green@stratus.com>
25326              Date: Tue, 1 Apr 2003 12:37:38 -0500
25327              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
25328      Branch: perl
25329            ! hints/vos.sh
25330 ____________________________________________________________________________
25331 [ 19122] By: jhi                                   on 2003/04/01  16:36:52
25332         Log: Integrate:
25333              [ 19119]
25334              Address "5.8.1@19053: crypt_r() takes 128K per thread".
25335      Branch: perl
25336           !> pp.c reentr.c reentr.h reentr.pl
25337 ____________________________________________________________________________
25338 [ 19121] By: jhi                                   on 2003/04/01  16:36:02
25339         Log: Integrate:
25340              [ 19109]
25341              Subject: [PATCH 5.8.1 @19053] Time::HiRes
25342              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
25343              Date: Mon, 31 Mar 2003 12:53:01 -0800
25344              Message-ID: <20030331205301.GA3687@math.berkeley.edu>
25345
25346              [ 19111]
25347              A cleaner way to detect PERL_CORE, from IlyaZ.
25348      Branch: perl
25349           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
25350 ____________________________________________________________________________
25351 [ 19120] By: jhi                                   on 2003/04/01  16:32:03
25352         Log: Integrate:
25353              [ 19106]
25354              Subject: [PATCH 5.8.1 @19053] OS/2-related patches
25355              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
25356              Date: Mon, 31 Mar 2003 12:43:37 -0800
25357              Message-ID: <20030331204337.GA3634@math.berkeley.edu>
25358
25359              and regen Configure.
25360      Branch: perl
25361            ! Configure config_h.SH embedvar.h
25362           !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
25363           !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
25364           !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
25365           !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
25366           !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
25367           !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
25368           !> reentr.h reentr.pl sv.c
25369 ____________________________________________________________________________
25370 [ 19118] By: jhi                                   on 2003/04/01  16:17:04
25371         Log: Document the _exit() issue with threads in Linux [perl #17057].
25372      Branch: perl
25373            ! ext/POSIX/POSIX.pod
25374 ____________________________________________________________________________
25375 [ 19117] By: jhi                                   on 2003/04/01  16:07:59
25376         Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
25377              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25378              Date: Tue, 1 Apr 2003 11:02:35 +0200
25379              Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
25380      Branch: perl
25381            ! t/op/getpid.t
25382 ____________________________________________________________________________
25383 [ 19116] By: jhi                                   on 2003/04/01  16:06:12
25384         Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
25385              From: Michael G Schwern <schwern@pobox.com>
25386              Date: Mon, 31 Mar 2003 15:16:57 -0800
25387              Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
25388      Branch: perl
25389            ! ext/SDBM_File/sdbm/Makefile.PL
25390 ____________________________________________________________________________
25391 [ 19115] By: jhi                                   on 2003/04/01  15:58:45
25392         Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
25393              From: Richard.Foley@ubsw.com
25394              Date: Mon, 31 Mar 2003 16:27:14 +0200
25395              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
25396      Branch: perl
25397            ! pod/perlhack.pod
25398 ____________________________________________________________________________
25399 [ 19114] By: jhi                                   on 2003/04/01  15:56:27
25400         Log: Subject: [PATCH] Text::Abbrev warnings safe
25401              From: Peter Scott <Peter@PSDT.com>
25402              Date: Fri, 28 Mar 2003 16:34:47 -0800
25403              Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
25404      Branch: perl
25405            ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
25406 ____________________________________________________________________________
25407 [ 19113] By: merijn                                on 2003/04/01  14:12:33
25408         Log: Implemented AIX longdouble support in hints/aix.sh, which now
25409              actually work.  Thanks to John L. Allen for the hint.
25410
25411              Subject: Re: AIX longdoubles
25412              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25413              Date: Tue, 01 Apr 2003 17:18:57 +0200
25414              Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
25415      Branch: perl
25416            ! hints/aix.sh
25417 ____________________________________________________________________________
25418 [ 19104] By: jhi                                   on 2003/03/31  10:51:36
25419         Log: Tabify; strictly speaking unnecessary but anyway...
25420      Branch: perl
25421            ! MANIFEST
25422 ____________________________________________________________________________
25423 [ 19102] By: jhi                                   on 2003/03/31  10:36:48
25424         Log: Upgrade to Test::Harness 2.27_02.
25425      Branch: perl
25426            + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
25427            + t/lib/sample-tests/too_many
25428            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
25429            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
25430            ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t
25431 ____________________________________________________________________________
25432 [ 19101] By: jhi                                   on 2003/03/31  10:07:35
25433         Log: Upgrade to podlators 1.26.
25434      Branch: perl
25435            ! lib/Pod/Man.pm
25436 ____________________________________________________________________________
25437 [ 19100] By: jhi                                   on 2003/03/31  10:03:50
25438         Log: Upgrade to Encode 1.92.
25439      Branch: perl
25440            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
25441            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
25442            ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
25443            ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
25444            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
25445            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
25446 ____________________________________________________________________________
25447 [ 19099] By: jhi                                   on 2003/03/31  09:54:52
25448         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
25449              From: Michael G Schwern <schwern@pobox.com>
25450              Date: Mon, 31 Mar 2003 02:42:58 -0800
25451              Message-ID: <20030331104257.GB15327@windhund.schwern.org>
25452      Branch: perl
25453            + lib/ExtUtils/MakeMaker/FAQ.pod
25454            + lib/ExtUtils/MakeMaker/Tutorial.pod
25455            + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
25456            + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
25457            + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
25458            + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
25459            + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
25460            + t/lib/TieIn.pm
25461            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
25462            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
25463            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
25464            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
25465            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
25466            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
25467            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
25468            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
25469            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
25470            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
25471            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
25472            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
25473            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
25474            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t
25475            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
25476            ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t
25477            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
25478            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
25479 ____________________________________________________________________________
25480 [ 19098] By: jhi                                   on 2003/03/31  09:36:11
25481         Log: Subject: [PATCH dump.c] stray n_a
25482              From: Michael G Schwern <schwern@pobox.com>
25483              Date: Mon, 31 Mar 2003 00:55:49 -0800
25484              Message-ID: <20030331085549.GB1300@windhund.schwern.org>
25485      Branch: perl
25486            ! dump.c
25487 ____________________________________________________________________________
25488 [ 19097] By: jhi                                   on 2003/03/31  05:00:07
25489         Log: Some low-hanging fruit for EBCDIC portability
25490              (or for marking as EBCDIC todos)
25491      Branch: perl
25492            ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
25493            ! t/uni/write.t
25494 ____________________________________________________________________________
25495 [ 19094] By: jhi                                   on 2003/03/30  15:54:35
25496         Log: Upgrade to Time::HiRes 1.44.
25497      Branch: perl
25498            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
25499 ____________________________________________________________________________
25500 [ 19092] By: jhi                                   on 2003/03/30  15:09:02
25501         Log: IRIX 5.3 update.
25502      Branch: perl
25503            ! README.irix
25504 ____________________________________________________________________________
25505 [ 19091] By: jhi                                   on 2003/03/30  10:26:32
25506         Log: Not all compilers like #ifdefs within cpp macros
25507              (follow-up on #19086)
25508      Branch: perl
25509            ! pp_sys.c
25510 ____________________________________________________________________________
25511 [ 19090] By: jhi                                   on 2003/03/30  09:50:33
25512         Log: Ending strings is customary (typo from #19084).
25513      Branch: perl
25514            ! ext/Socket/Socket.t
25515 ____________________________________________________________________________
25516 [ 19089] By: jhi                                   on 2003/03/30  09:24:08
25517         Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
25518      Branch: perl
25519            ! MANIFEST
25520 ____________________________________________________________________________
25521 [ 19088] By: jhi                                   on 2003/03/30  09:09:42
25522         Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
25523              as the test expects.
25524      Branch: perl
25525            ! lib/Net/hostent.t
25526 ____________________________________________________________________________
25527 [ 19087] By: jhi                                   on 2003/03/30  09:08:07
25528         Log: In IRIX 5.3 turn off some of the warnings that cannot
25529              really be helped (e.g. warnings coming from system headers,
25530              or linker warnings during Configure).
25531      Branch: perl
25532            ! hints/irix_5.sh
25533 ____________________________________________________________________________
25534 [ 19086] By: jhi                                   on 2003/03/30  08:59:24
25535         Log: In IRIX 5.3 the cc is awfully confused about the prototype
25536              of select().
25537      Branch: perl
25538            ! hints/irix_5.sh pp_sys.c
25539 ____________________________________________________________________________
25540 [ 19085] By: jhi                                   on 2003/03/30  08:43:53
25541         Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
25542      Branch: perl
25543            + ext/Time/HiRes/hints/irix.pl
25544            ! MANIFEST
25545 ____________________________________________________________________________
25546 [ 19084] By: jhi                                   on 2003/03/30  08:31:53
25547         Log: gethostbyname('localhost') is not that portable.
25548              inet_aton('localhost') in IRIX 5.3 returned an undef,
25549              which in turn made pack_sockaddr_in to barf on zero
25550              length in_addr.
25551      Branch: perl
25552            ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
25553 ____________________________________________________________________________
25554 [ 19083] By: jhi                                   on 2003/03/30  07:49:46
25555         Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
25556              From: Nicholas Clark <nick@unfortu.net>
25557              Date: Sun, 30 Mar 2003 00:35:48 +0000
25558              Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
25559      Branch: perl
25560            ! sv.c
25561 ____________________________________________________________________________
25562 [ 19082] By: jhi                                   on 2003/03/29  21:18:32
25563         Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
25564              not defined AF_LINK.
25565      Branch: perl
25566            ! ext/Socket/Socket.xs
25567 ____________________________________________________________________________
25568 [ 19081] By: jhi                                   on 2003/03/29  20:41:56
25569         Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
25570              From: Nicholas Clark <nick@unfortu.net>
25571              Date: Sat, 29 Mar 2003 18:58:09 +0000
25572              Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
25573      Branch: perl
25574            ! dump.c
25575 ____________________________________________________________________________
25576 [ 19080] By: rgs                                   on 2003/03/29  20:39:34
25577         Log: Minor rephrasing in perlopentut,
25578              noticed by Bob Wilkinson (RT [perl #21725])
25579      Branch: perl
25580            ! pod/perlopentut.pod
25581 ____________________________________________________________________________
25582 [ 19079] By: rgs                                   on 2003/03/29  20:21:11
25583         Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
25584              From: Nicholas Clark <nick@unfortu.net>
25585              Date: Thu, 27 Mar 2003 22:37:35 +0000
25586              Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
25587      Branch: perl
25588            ! pod/perlapi.pod sv.h
25589 ____________________________________________________________________________
25590 [ 19078] By: jhi                                   on 2003/03/29  07:23:00
25591         Log: It seems that in Tru64 V5 gcc cannot be used to
25592              compile a threaded Perl because <pthread.h> explicitly
25593              checks for supported compilers (gcc not being one of them).
25594              This is not so bad since the system C compiler is always there.
25595      Branch: perl
25596            ! README.tru64 hints/dec_osf.sh
25597 ____________________________________________________________________________
25598 [ 19077] By: jhi                                   on 2003/03/28  06:03:16
25599         Log: Feeding illegal QP (like \x80) to this
25600              ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
25601              caused a coredump in av_length() <- nextargv() because
25602              the av was NULL.  I don't know that returning Nullfp is
25603              the best thing to do, but it dodges the segfault and
25604              introduces no test failures.
25605      Branch: perl
25606            ! doio.c
25607 ____________________________________________________________________________
25608 [ 19074] By: jhi                                   on 2003/03/27  18:17:20
25609         Log: Missing final \n.
25610      Branch: perl
25611            ! lib/Attribute/Handlers/Changes
25612 ____________________________________________________________________________
25613 [ 19072] By: rgs                                   on 2003/03/26  22:30:09
25614         Log: Subject: [perl #21672] IO::New and undefined filename behaviour
25615              From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
25616              Date: 24 Mar 2003 16:29:08 -0000
25617              Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
25618              plus a regression test
25619      Branch: perl
25620            ! ext/IO/lib/IO/File.pm lib/FileHandle.t
25621 ____________________________________________________________________________
25622 [ 19071] By: rgs                                   on 2003/03/26  22:08:16
25623         Log: Better version of change #19069
25624              Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
25625              From: Nicholas Clark <nick@unfortu.net>
25626              Date: Wed, 26 Mar 2003 23:01:46 +0000
25627              Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
25628      Branch: perl
25629            ! pp_hot.c sv.c t/op/readline.t
25630 ____________________________________________________________________________
25631 [ 19070] By: rgs                                   on 2003/03/26  21:31:55
25632         Log: Subject: [patch] for Stratus VOS
25633              From: "Green, Paul" <Paul.Green@stratus.com>
25634              Date: Wed, 26 Mar 2003 17:24:38 -0500
25635              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
25636              (plus a small tweak to the test script)
25637      Branch: perl
25638            ! README.vos t/op/pack.t
25639 ____________________________________________________________________________
25640 [ 19069] By: rgs                                   on 2003/03/26  21:14:33
25641         Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
25642              From: Nicholas Clark <nick@unfortu.net>
25643              Date: Tue, 25 Mar 2003 22:59:17 +0000
25644              Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
25645      Branch: perl
25646            ! sv.c t/op/readline.t
25647 ____________________________________________________________________________
25648 [ 19068] By: rgs                                   on 2003/03/26  20:53:18
25649         Log: Win32 counterpart of change #19065
25650      Branch: perl
25651            ! win32/Makefile win32/makefile.mk
25652 ____________________________________________________________________________
25653 [ 19067] By: rgs                                   on 2003/03/26  20:34:32
25654         Log: VMS counterpart of change #19065
25655      Branch: perl
25656            ! vms/descrip_mms.template
25657 ____________________________________________________________________________
25658 [ 19066] By: jhi                                   on 2003/03/26  20:05:40
25659         Log: Upgrade to Term::ANSIColor 1.07.
25660      Branch: perl
25661            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
25662            ! lib/Term/ANSIColor/README
25663 ____________________________________________________________________________
25664 [ 19065] By: rgs                                   on 2003/03/26  19:55:20
25665         Log: Add a file utils/cpan.PL to generate the "cpan" utility,
25666              also separately maintained on CPAN, and now moved as
25667              lib/CPAN/bin/cpan. Tweak installperl to avoid installing
25668              this last file.
25669      Branch: perl
25670            + utils/cpan.PL
25671           +> lib/CPAN/bin/cpan
25672            - utils/cpan
25673            ! MANIFEST installperl utils/Makefile
25674 ____________________________________________________________________________
25675 [ 19064] By: jhi                                   on 2003/03/26  19:48:32
25676         Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
25677              From: Dave Mitchell <davem@fdgroup.com>
25678              Date: Thu, 20 Mar 2003 01:26:19 +0000
25679              Message-ID: <20030320012619.C19869@fdgroup.com>
25680
25681              Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
25682              From: Dave Mitchell <davem@fdgroup.com>
25683              Date: Mon, 24 Mar 2003 16:06:51 +0000
25684              Message-ID: <20030324160651.D1798@fdgroup.com>
25685      Branch: perl
25686            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
25687 ____________________________________________________________________________
25688 [ 19063] By: jhi                                   on 2003/03/26  19:33:09
25689         Log: Subject: [perl #21648] Doc typo in Net::servent
25690              From: Andy Lester (via RT) <perlbug-followup@perl.org>
25691              Date: 22 Mar 2003 05:02:31 -0000
25692              Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
25693      Branch: perl
25694            ! lib/Net/servent.pm
25695 ____________________________________________________________________________
25696 [ 19062] By: jhi                                   on 2003/03/26  19:29:39
25697         Log: Subject: [PATCH README.qnx] for QNX 6.2
25698              From: Norton Allen <allen@huarp.harvard.edu>
25699              Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
25700              Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
25701      Branch: perl
25702            ! README.qnx
25703 ____________________________________________________________________________
25704 [ 19060] By: merijn                                on 2003/03/26  13:13:23
25705         Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
25706              From: "Craig A. Berry" <craigberry@mac.com>
25707              Date: Tue, 25 Mar 2003 22:52:58 -0600
25708              Message-ID: <3E81322A.3040508@mac.com>
25709      Branch: perl
25710            ! lib/vmsish.t
25711 ____________________________________________________________________________
25712 [ 19059] By: rgs                                   on 2003/03/24  21:43:03
25713         Log: Change 19056 wasn't good enough.
25714              ldlibpth should be changed later, to avoid spaces to be quoted.
25715      Branch: perl
25716            ! Makefile.SH
25717 ____________________________________________________________________________
25718 [ 19058] By: rgs                                   on 2003/03/24  21:37:59
25719         Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
25720              From: Michael G Schwern <schwern@pobox.com>
25721              Date: Mon, 24 Mar 2003 00:50:39 -0800
25722              Message-ID: <20030324085039.GA19981@windhund.schwern.org>
25723      Branch: perl
25724            ! pod/perlhist.pod
25725 ____________________________________________________________________________
25726 [ 19057] By: rgs                                   on 2003/03/24  21:33:43
25727         Log: Typo, spotted by Doru Petrescu
25728              Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
25729      Branch: perl
25730            ! ext/Data/Dumper/Dumper.pm
25731 ____________________________________________________________________________
25732 [ 19056] By: rgs                                   on 2003/03/24  21:05:48
25733         Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
25734              From: Enache Adrian <enache@rdslink.ro>
25735              Date: Mon, 24 Mar 2003 23:56:25 +0200
25736              Message-ID: <20030324215625.GB853@ratsnest.hole>
25737      Branch: perl
25738            ! Makefile.SH
25739 ____________________________________________________________________________
25740 [ 19055] By: merijn                                on 2003/03/24  07:05:39
25741         Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
25742              From: Enache Adrian <enache@rdslink.ro>
25743              Date: Sat, 22 Mar 2003 22:49:49 +0200
25744              Message-ID: <20030322204949.GB794@ratsnest.hole>
25745
25746              This is a slightly more defensive patch than Chip's patch that
25747              fell through the cracks, but does the same
25748              Subject: Shared libperl.so and build issues
25749              From: Chip Turner <cturner@redhat.com>
25750              Date: Tue 31 Dec 2002 17:21
25751      Branch: perl
25752            ! Makefile.SH
25753 ____________________________________________________________________________
25754 [ 19054] By: merijn                                on 2003/03/24  06:54:23
25755         Log: Subject: [PATCH bleadperl] vms.c thread clean-up
25756              From: "Craig A. Berry" <craigberry@mac.com>
25757              Date: Sun, 23 Mar 2003 15:32:58 -0600
25758              Message-ID: <3E7E280A.5000304@mac.com>
25759      Branch: perl
25760            ! vms/vms.c
25761 ____________________________________________________________________________
25762 [ 19052] By: jhi                                   on 2003/03/24  04:28:13
25763         Log: For change #19051: a new .bat to CRLF.
25764      Branch: perl
25765            ! Porting/makerel
25766 ____________________________________________________________________________
25767 [ 19051] By: jhi                                   on 2003/03/24  04:27:55
25768         Log: WinCE update from Vadim Konovalov.
25769      Branch: perl
25770            + wince/compile-all.bat wince/makedist.pl
25771            - wince/include/sys/stat.h wince/xbuildall.ksh
25772            - wince/xdistclean.ksh wince/xmakediffs.ksh
25773            ! MANIFEST README.ce dosish.h wince/Makefile.ce
25774            ! wince/compile.bat wince/config.ce
25775 ____________________________________________________________________________
25776 [ 19050] By: jhi                                   on 2003/03/24  04:25:15
25777         Log: Oops (change #19013 missed changing the Perl version number).
25778      Branch: perl
25779            ! cygwin/perlld.in
25780 ____________________________________________________________________________
25781 [ 19047] By: jhi                                   on 2003/03/23  17:54:33
25782         Log: Integrate from maint-5.8:
25783              [ 19045]
25784              If no IVSIZE == 8, no need for modulo_1.
25785      Branch: perl
25786           !> pp.c
25787 ____________________________________________________________________________
25788 [ 19044] By: rgs                                   on 2003/03/21  21:09:15
25789         Log: Subject: [PATCH] p4genpatch
25790              From: andreas.koenig@anima.de (Andreas J. Koenig)
25791              Date: Sat, 15 Mar 2003 12:04:18 +0100
25792              Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
25793      Branch: perl
25794            ! Porting/p4genpatch
25795 ____________________________________________________________________________
25796 [ 19043] By: rgs                                   on 2003/03/21  20:43:55
25797         Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
25798              From: Martien Verbruggen <mgjv@tradingpost.com.au>
25799              Date: Sat, 15 Mar 2003 12:31:47 +1100
25800              Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
25801      Branch: perl
25802            ! pod/perlsub.pod pod/perlsyn.pod
25803 ____________________________________________________________________________
25804 [ 19042] By: merijn                                on 2003/03/21  07:45:54
25805         Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
25806              From: "Craig A. Berry" <craigberry@mac.com>
25807              Date: Thu, 20 Mar 2003 23:03:36 -0600
25808              Message-ID: <3E7A9D28.1040706@mac.com>
25809      Branch: perl
25810            ! configure.com vms/vms.c vms/vmsish.h
25811 ____________________________________________________________________________
25812 [ 19039] By: rgs                                   on 2003/03/20  22:40:38
25813         Log: Subject: Re: [patch] [perl #21628] rcatline issue
25814              From: Enache Adrian <enache@rdslink.ro>
25815              Date: Thu, 20 Mar 2003 22:39:06 +0200
25816              Message-ID: <20030320203906.GA31199@ratsnest.hole>
25817      Branch: perl
25818            ! MANIFEST pp_hot.c t/op/readline.t
25819 ____________________________________________________________________________
25820 [ 19038] By: rgs                                   on 2003/03/20  22:07:50
25821         Log: Subject: Re: Bytecode? Back into service.
25822              From: Enache Adrian <enache@rdslink.ro>
25823              Date: Thu, 20 Mar 2003 07:38:39 +0200
25824              Message-ID: <20030320053839.GA4044@ratsnest.hole>
25825      Branch: perl
25826            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
25827            ! ext/ByteLoader/byterun.h op.c
25828 ____________________________________________________________________________
25829 [ 19037] By: rgs                                   on 2003/03/20  20:16:43
25830         Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
25831              From: "Gerrit P. Haase" <gp@familiehaase.de>
25832              Date: Thu, 20 Mar 2003 21:23:28 +0100
25833              Message-ID: <941032389637.20030320212328@familiehaase.de>
25834      Branch: perl
25835            ! README.cygwin
25836 ____________________________________________________________________________
25837 [ 19036] By: jhi                                   on 2003/03/20  05:23:15
25838         Log: Integrate:
25839              [ 19033]
25840              file test operators weren't doing the right thing if the SV
25841              passed to them wasn't NUL-terminated
25842
25843              [ 19034]
25844              ensure SVs returned by Win32::Get{Short,Full}PathName() are
25845              NUL-terminated
25846      Branch: perl
25847           !> doio.c win32/win32.c
25848 ____________________________________________________________________________
25849 [ 19028] By: jhi                                   on 2003/03/19  09:46:27
25850         Log: Better wording as requested by Rafael, and
25851              the module is BerkeleyDB, not BerkeleyFile.
25852      Branch: perl
25853            ! README.tru64
25854 ____________________________________________________________________________
25855 [ 19026] By: jhi                                   on 2003/03/19  09:11:43
25856         Log: Update the DB_File instructions in Tru64.
25857      Branch: perl
25858            ! README.tru64
25859 ____________________________________________________________________________
25860 [ 19025] By: rgs                                   on 2003/03/18  21:59:33
25861         Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
25862              From: Dave Mitchell <davem@fdgroup.com>
25863              Date: Tue, 18 Mar 2003 21:55:05 +0000
25864              Message-ID: <20030318215505.A16787@fdgroup.com>
25865      Branch: perl
25866            ! pp_ctl.c t/op/goto.t
25867 ____________________________________________________________________________
25868 [ 19024] By: rgs                                   on 2003/03/18  21:24:27
25869         Log: Subject: [PATCH] VMS pod install tweaks
25870              From: "Craig A. Berry" <craigberry@mac.com>
25871              Date: Sat, 15 Mar 2003 16:06:07 -0600
25872              Message-ID: <3E73A3CF.3060502@mac.com>
25873      Branch: perl
25874            ! vms/descrip_mms.template
25875 ____________________________________________________________________________
25876 [ 19023] By: rgs                                   on 2003/03/18  21:22:03
25877         Log: Subject: [PATCH] poll() help for VMS
25878              From: "Craig A. Berry" <craigberry@mac.com>
25879              Date: Tue, 18 Mar 2003 01:10:10 -0600
25880              Message-ID: <3E76C652.30205@mac.com>
25881      Branch: perl
25882            ! configure.com ext/IO/poll.h
25883 ____________________________________________________________________________
25884 [ 19021] By: jhi                                   on 2003/03/18  06:56:26
25885         Log: The description of SIG_SIZE was off.
25886      Branch: perl
25887            ! Configure NetWare/config_H.wc Porting/Glossary
25888            ! Porting/config.sh Porting/config_H config_h.SH
25889            ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
25890            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
25891            ! wince/config_H.ce
25892 ____________________________________________________________________________
25893 [ 19020] By: merijn                                on 2003/03/18  05:45:50
25894         Log: Minor updates of Wolfgang's pack patch
25895
25896              Subject: Re: pack changes and related fixes
25897              From: Philip Newton <Philip.Newton@gmx.net>
25898              Date: Tue, 18 Mar 2003 06:19:30 +0100
25899              Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
25900      Branch: perl
25901            ! embed.fnc pod/perldiag.pod
25902 ____________________________________________________________________________
25903 [ 19019] By: gsar                                  on 2003/03/18  05:06:07
25904         Log: regenerate win32/config_H.*
25905      Branch: perl
25906            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25907            ! win32/config_H.vc64
25908 ____________________________________________________________________________
25909 [ 19018] By: gsar                                  on 2003/03/18  03:02:38
25910         Log: there is no trailing NULL in sig_name or sig_num, so don't
25911              talk about it
25912      Branch: perl
25913            ! Porting/Glossary
25914 ____________________________________________________________________________
25915 [ 19017] By: gsar                                  on 2003/03/18  03:01:02
25916         Log: according to the new Porting/Glossary, sig_num doesn't have an
25917              extra '0' at the end
25918      Branch: perl
25919            ! win32/config.bc win32/config.gc win32/config.vc
25920            ! win32/config.vc64
25921 ____________________________________________________________________________
25922 [ 19016] By: hv                                    on 2003/03/18  00:52:09
25923         Log: add tests for existing behaviour of undef postinc/dec
25924      Branch: perl
25925            ! t/op/inc.t
25926 ____________________________________________________________________________
25927 [ 19015] By: hv                                    on 2003/03/18  00:46:18
25928         Log: add comment at undef postinc special case
25929      Branch: perl
25930            ! pp.c
25931 ____________________________________________________________________________
25932 [ 19014] By: hv                                    on 2003/03/18  00:27:19
25933         Log: clarify behaviour of $a++
25934      Branch: perl
25935            ! pod/perlop.pod
25936 ____________________________________________________________________________
25937 [ 19013] By: jhi                                   on 2003/03/17  19:52:06
25938         Log: Integrate:
25939              [ 19012]
25940              We don't have the new Perl at this stage.
25941      Branch: perl
25942           !> cygwin/perlld.in
25943 ____________________________________________________________________________
25944 [ 19010] By: jhi                                   on 2003/03/17  17:16:44
25945         Log: Subject: pack changes and related fixes
25946              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
25947              Date: Mon, 17 Mar 2003 13:55:37 +0100
25948              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
25949      Branch: perl
25950            ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
25951            ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
25952            ! t/lib/warnings/pp_pack t/op/pack.t
25953 ____________________________________________________________________________
25954 [ 19007] By: jhi                                   on 2003/03/17  04:45:40
25955         Log: Integrate:
25956              [ 19006]
25957              Subject: Re: [Patch] Maintperl versioning for Cygwin
25958              From: Slaven Rezic <slaven@rezic.de>
25959              Date: 17 Mar 2003 00:42:43 +0100
25960              Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
25961      Branch: perl
25962           !> cygwin/perlld.in
25963 ____________________________________________________________________________
25964 [ 19005] By: hv                                    on 2003/03/17  02:06:20
25965         Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
25966              From: chocolateboy <chocolateboy@chocolatey.com>
25967              Date: Sat, 22 Feb 2003 12:17:28 +0000
25968              Message-ID: <3E576A58.8010901@chocolatey.com>
25969      Branch: perl
25970            + ext/Data/Dumper/t/pair.t
25971            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
25972 ____________________________________________________________________________
25973 [ 19004] By: hv                                    on 2003/03/17  01:38:23
25974         Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
25975              From: Stas Bekman <stas@stason.org>
25976              Date: Fri, 14 Feb 2003 11:59:53 +1100
25977              Message-ID: <3E4C3F89.6050005@stason.org>
25978      Branch: perl
25979            ! utils/h2xs.PL
25980 ____________________________________________________________________________
25981 [ 19003] By: hv                                    on 2003/03/17  01:23:02
25982         Log: Subject: [perl #20724] Patch for dprofpp
25983              From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
25984              Date: 5 Feb 2003 08:41:17 -0000
25985              Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
25986      Branch: perl
25987            ! utils/dprofpp.PL
25988 ____________________________________________________________________________
25989 [ 19002] By: hv                                    on 2003/03/16  23:36:57
25990         Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
25991              From: Adam Spiers (via RT) <perlbug-followup@perl.org>
25992              Date: 10 Jan 2003 10:59:44 -0000
25993              Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
25994      Branch: perl
25995            ! lib/IPC/Open3.pm
25996 ____________________________________________________________________________
25997 [ 19001] By: jhi                                   on 2003/03/16  21:50:24
25998         Log: getservbyname_r() kaputt in OpenBSD (might get fixed
25999              for 3.3, but only might)
26000      Branch: perl
26001            ! hints/openbsd.sh
26002 ____________________________________________________________________________
26003 [ 18999] By: jhi                                   on 2003/03/16  21:33:49
26004         Log: Stay within known facts: what platforms the skippage helps,
26005              and in which it is not needed.
26006      Branch: perl
26007            ! ext/POSIX/t/posix.t
26008 ____________________________________________________________________________
26009 [ 18998] By: jhi                                   on 2003/03/16  18:15:42
26010         Log: This seems to fix (well, dodge) the problems in FreeBSD for
26011              Enache Adrian; in _theory_ this patch could be good for NetBSD,
26012              too, but Alian gets a core dump already at subtest #9 (anyone
26013              with a real NetBSD, Alian's is a VMware one, which has in the
26014              past caused similar odd crashes).  OpenBSD threaded build result
26015              still unknown.
26016      Branch: perl
26017            ! ext/POSIX/t/posix.t
26018 ____________________________________________________________________________
26019 [ 18997] By: jhi                                   on 2003/03/16  18:07:30
26020         Log: IRIX ls -l marks sockets with 'S'.
26021      Branch: perl
26022            ! t/op/stat.t
26023 ____________________________________________________________________________
26024 [ 18996] By: jhi                                   on 2003/03/16  17:41:42
26025         Log: Turn on UTF-8 flag only if the $str is valid utf8
26026              (pointed out by Dan Kogai).
26027      Branch: perl
26028            ! lib/Term/ReadLine.pm
26029 ____________________________________________________________________________
26030 [ 18995] By: jhi                                   on 2003/03/16  16:40:06
26031         Log: Signedness nits.
26032      Branch: perl
26033            ! regcomp.c
26034 ____________________________________________________________________________
26035 [ 18994] By: jhi                                   on 2003/03/16  15:41:44
26036         Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
26037              Should work both for PERL_UNICODE/-C and use encoding 'foo';
26038      Branch: perl
26039            ! lib/Term/ReadLine.pm
26040 ____________________________________________________________________________
26041 [ 18991] By: jhi                                   on 2003/03/16  15:14:31
26042         Log: Pod fix from Philip Newton.
26043      Branch: perl
26044            ! pod/perlfunc.pod
26045 ____________________________________________________________________________
26046 [ 18990] By: jhi                                   on 2003/03/16  15:12:00
26047         Log: Further potential pitfalls for the utf8 len/pos cache
26048              found by Inaba Hiroto.  No test cases, yet.
26049      Branch: perl
26050            ! regcomp.c
26051 ____________________________________________________________________________
26052 [ 18989] By: jhi                                   on 2003/03/16  08:02:31
26053         Log: Make the :bytes conditional on PerlIO.
26054      Branch: perl
26055            ! ext/Encode/t/CJKT.t
26056 ____________________________________________________________________________
26057 [ 18988] By: jhi                                   on 2003/03/15  18:27:36
26058         Log: Needs PerlIO for :bytes.
26059      Branch: perl
26060            ! ext/Encode/t/CJKT.t
26061 ____________________________________________________________________________
26062 [ 18986] By: rgs                                   on 2003/03/14  20:28:20
26063         Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
26064              From: Enache Adrian <enache@rdslink.ro>
26065              Date: Fri, 14 Mar 2003 23:02:42 +0200
26066              Message-ID: <20030314210242.GA1159@ratsnest.hole>
26067              (with an added test)
26068      Branch: perl
26069            ! t/comp/parser.t toke.c
26070 ____________________________________________________________________________
26071 [ 18985] By: rgs                                   on 2003/03/14  19:45:18
26072         Log: Time::HiRes is a core module
26073      Branch: perl
26074            ! pod/perlfunc.pod
26075 ____________________________________________________________________________
26076 [ 18984] By: rgs                                   on 2003/03/14  19:38:57
26077         Log: Subject: [patch ext/B/typemap] STRLEN T_UV
26078              From: Stas Bekman <stas@stason.org>
26079              Date: Fri, 14 Mar 2003 17:45:09 +1100
26080              Message-ID: <3E717A75.2060300@stason.org>
26081      Branch: perl
26082            ! ext/B/typemap
26083 ____________________________________________________________________________
26084 [ 18982] By: jhi                                   on 2003/03/14  15:16:18
26085         Log: Better pass in the $self for a method.
26086      Branch: perl
26087            ! lib/File/Spec/Unix.pm
26088 ____________________________________________________________________________
26089 [ 18980] By: jhi                                   on 2003/03/14  13:42:32
26090         Log: Cleanup the File::Spec tmpdir() implementations:
26091              now all the platforms specific modules call _tmpdir()
26092              (inherited from Unix.pm) with the list of platform
26093              specific list of temporary directories, and _tmpdir()
26094              then does the appropriate suitability checking.
26095      Branch: perl
26096            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
26097            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
26098            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
26099            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
26100 ____________________________________________________________________________
26101 [ 18979] By: jhi                                   on 2003/03/14  12:48:09
26102         Log: whichsig() really does return -1 for unknown signals.
26103      Branch: perl
26104            ! mg.c
26105 ____________________________________________________________________________
26106 [ 18977] By: jhi                                   on 2003/03/14  10:42:33
26107         Log: Rework the @Config{/sig.*/} tests.
26108      Branch: perl
26109            ! lib/Config.t
26110 ____________________________________________________________________________
26111 [ 18976] By: jhi                                   on 2003/03/14  10:31:50
26112         Log: Subject: [PATCH] configure.com: sig_num, etc.
26113              From: "Craig A. Berry" <craigberry@mac.com>
26114              Date: Thu, 13 Mar 2003 21:38:19 -0600
26115              Message-ID: <3E714EAB.6030001@mac.com>
26116      Branch: perl
26117            ! configure.com
26118 ____________________________________________________________________________
26119 [ 18975] By: jhi                                   on 2003/03/14  10:30:53
26120         Log: Make whichsig() to work also if some system defines
26121              zero signals (now -1 is the "not found").  Note that
26122              in couple of mg.c spots only whichsig() > 0 branches
26123              are taken because signal handlers et al don't make
26124              much sense for the zero signal.
26125      Branch: perl
26126            ! doio.c mg.c
26127 ____________________________________________________________________________
26128 [ 18973] By: jhi                                   on 2003/03/14  10:27:46
26129         Log: Since Configure does the signal name/number probe with awk
26130              based on the cpp results (not by really running code), testing
26131              for the signum value is not really helpful if we have runtime
26132              function calls (some signal numbers are dynamic, for example)
26133              (or other extra stuff where the signum value is expected).
26134              (Runtimeness also means that Configure cannot get these right,
26135              anyway.) Better filter in just the constant non-negative numbers.
26136      Branch: perl
26137            ! Configure
26138 ____________________________________________________________________________
26139 [ 18971] By: jhi                                   on 2003/03/14  09:30:18
26140         Log: Signal issues.
26141              (1) Filter out negative signals.
26142              (2) Correct sig_num* and sig_name* descriptions.
26143      Branch: perl
26144            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26145            ! config_h.SH
26146 ____________________________________________________________________________
26147 [ 18970] By: jhi                                   on 2003/03/14  06:21:48
26148         Log: Hopefully this works also in Win32.
26149      Branch: perl
26150            ! ext/Encode/t/CJKT.t
26151 ____________________________________________________________________________
26152 [ 18969] By: jhi                                   on 2003/03/14  05:43:34
26153         Log: Subject: [PATCH] Perldoc.pm tweak for VMS
26154              From: "Craig A. Berry" <craigberry@mac.com>
26155              Date: Thu, 13 Mar 2003 13:44:55 -0600
26156              Message-ID: <3E70DFB7.8070405@mac.com>
26157      Branch: perl
26158            ! lib/Pod/Perldoc.pm
26159 ____________________________________________________________________________
26160 [ 18968] By: gsar                                  on 2003/03/14  04:41:25
26161         Log: fix for switchC.t test#6 failure on windows
26162      Branch: perl
26163            ! perl.c
26164 ____________________________________________________________________________
26165 [ 18967] By: gsar                                  on 2003/03/14  04:29:10
26166         Log: Config.t wasn't getting the sig_num and sig_size relationship
26167              right, and therefore failed test#35 on windows
26168
26169              note that config_h.SH documents that $sig_size does NOT include
26170              the final NULL in $sig_num!
26171      Branch: perl
26172            ! lib/Config.t
26173 ____________________________________________________________________________
26174 [ 18966] By: gsar                                  on 2003/03/14  04:20:51
26175         Log: another fix for failing test on windows ("use encoding" puts
26176              STDIN in :raw mode, so chomp() wasn't stripping the CR)
26177      Branch: perl
26178            ! ext/Encode/t/enc_module.t
26179 ____________________________________________________________________________
26180 [ 18965] By: gsar                                  on 2003/03/14  04:06:31
26181         Log: fix CJKT.t failures on windows due to incorrect binmode()
26182      Branch: perl
26183            ! ext/Encode/t/CJKT.t
26184 ____________________________________________________________________________
26185 [ 18964] By: rgs                                   on 2003/03/13  21:47:52
26186         Log: Skip the last test of Config.t on HP-UX.
26187              (This test should be skipped for every system that
26188              actually defines a negative signal number. Maybe that
26189              test should be removed, to be future-proof.)
26190      Branch: perl
26191            ! lib/Config.t
26192 ____________________________________________________________________________
26193 [ 18963] By: rgs                                   on 2003/03/13  20:57:32
26194         Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
26195              From: Kurt Starsinic <kstar@cpan.org>
26196              Date: Mon, 10 Mar 2003 00:54:49 -0500
26197              Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
26198      Branch: perl
26199            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
26200 ____________________________________________________________________________
26201 [ 18962] By: rgs                                   on 2003/03/13  20:46:53
26202         Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
26203              From: "Craig A. Berry" <craigberry@mac.com>
26204              Date: Tue, 11 Mar 2003 21:29:31 -0600
26205              Message-ID: <3E6EA99B.9060902@mac.com>
26206              Patch by Scott Lepage (scott.lepage@hp.com)
26207      Branch: perl
26208            ! hv.c
26209 ____________________________________________________________________________
26210 [ 18959] By: jhi                                   on 2003/03/13  20:05:50
26211         Log: Some more stdlib.h inclusions and change the gccversion
26212              test to use return (could have used that for all, sigh).
26213      Branch: perl
26214            ! Configure
26215 ____________________________________________________________________________
26216 [ 18958] By: rgs                                   on 2003/03/12  20:46:58
26217         Log: Trims slashes from the argument to rmdir(), likewise
26218              to what happens with rmdir(). Factorize the code in a
26219              local macro, TRIMSLASHES.
26220      Branch: perl
26221            ! pp_sys.c
26222 ____________________________________________________________________________
26223 [ 18957] By: jhi                                   on 2003/03/12  14:23:02
26224         Log: VOS nit from Paul Green.
26225      Branch: perl
26226            ! vos/configure_full_perl.sh
26227 ____________________________________________________________________________
26228 [ 18956] By: jhi                                   on 2003/03/12  13:58:26
26229         Log: File::Spec: Do not fall back to '', use curdir instead.
26230              Note: Mac used to use cwd(), now curdir, slight change
26231              (relative vs. absolute).
26232      Branch: perl
26233            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
26234            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
26235            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
26236 ____________________________________________________________________________
26237 [ 18955] By: jhi                                   on 2003/03/12  13:49:15
26238         Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
26239              was unset (the tests attempted to create files at the /)
26240      Branch: perl
26241            ! lib/File/Spec/Cygwin.pm
26242 ____________________________________________________________________________
26243 [ 18954] By: jhi                                   on 2003/03/12  10:59:03
26244         Log: Another finding by IRIX cc: non-void function
26245              sv_cat_decode() should return a value.
26246      Branch: perl
26247            ! sv.c
26248 ____________________________________________________________________________
26249 [ 18952] By: jhi                                   on 2003/03/12  10:53:02
26250         Log: Integrate:
26251              [ 18949]
26252              pudge> never integrate anything from macos/
26253      Branch: perl
26254            - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
26255            - macos/macperl.sym
26256           !> MANIFEST
26257 ____________________________________________________________________________
26258 [ 18951] By: jhi                                   on 2003/03/12  10:52:17
26259         Log: Integrate:
26260              [ 18946]
26261              Integrate from maint-5.8/macperl:
26262              [ 18937]
26263              Various MacOS portability fixes for tests
26264
26265              [ 18938]
26266              File::Spec::Unix method should be called on $self
26267
26268              [ 18939]
26269              lib.pm:_get_dirs() should use $_[0], not $_
26270
26271              [ 18940]
26272              Update MacOS for new configpm
26273
26274              [ 18941]
26275              Update MacOS build
26276              Update Makefile for new source files,
26277              update test script, add additional symbol for APItest
26278      Branch: perl
26279           +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
26280           +> macos/macperl.sym
26281           !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
26282           !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
26283           !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
26284           !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
26285           !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
26286           !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
26287 ____________________________________________________________________________
26288 [ 18950] By: jhi                                   on 2003/03/12  10:49:27
26289         Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
26290              (Too early? If inited there the pthread_mutex_init() returns
26291              an integer much too large be an errno), but initing the mutex
26292              later, in perl_alloc(), seems to be okay with Cygwin, and also
26293              with Linux.
26294      Branch: perl
26295            ! perl.c
26296 ____________________________________________________________________________
26297 [ 18944] By: jhi                                   on 2003/03/12  06:00:48
26298         Log: Ouch.  Missed one more, the void flags check (and exit() is void).
26299      Branch: perl
26300            ! Configure
26301 ____________________________________________________________________________
26302 [ 18943] By: jhi                                   on 2003/03/12  05:51:21
26303         Log: Tell how to possibly dodge 'Out of memory' errors.
26304      Branch: perl
26305            ! pod/perldiag.pod
26306 ____________________________________________________________________________
26307 [ 18935] By: jhi                                   on 2003/03/11  22:00:54
26308         Log: WinCE tweaks from Vadim Konovalov.
26309      Branch: perl
26310            ! perl.c perlio.c wince/Makefile.ce
26311 ____________________________________________________________________________
26312 [ 18932] By: jhi                                   on 2003/03/11  20:22:07
26313         Log: Missed one.
26314      Branch: perl
26315            ! Configure
26316 ____________________________________________________________________________
26317 [ 18929] By: jhi                                   on 2003/03/11  20:15:51
26318         Log: Single vs doublequoted context is important...
26319      Branch: perl
26320            ! Configure
26321 ____________________________________________________________________________
26322 [ 18927] By: jhi                                   on 2003/03/11  20:04:33
26323         Log: """glob.*""" patch for VMS, from Peter Prymmer.
26324      Branch: perl
26325            ! vms/perlvms.pod vms/vms.c
26326 ____________________________________________________________________________
26327 [ 18926] By: rgs                                   on 2003/03/11  19:44:54
26328         Log: Questionable construct.
26329      Branch: perl
26330            ! pod/perltooc.pod
26331 ____________________________________________________________________________
26332 [ 18925] By: jhi                                   on 2003/03/11  19:15:15
26333         Log: Better setmode() prototype for cygwin.
26334      Branch: perl
26335            ! perl.h
26336 ____________________________________________________________________________
26337 [ 18923] By: jhi                                   on 2003/03/11  19:11:39
26338         Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
26339      Branch: perl
26340            ! Configure
26341 ____________________________________________________________________________
26342 [ 18921] By: jhi                                   on 2003/03/11  18:15:45
26343         Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
26344              (cc-1171 cc: WARNING ... The indicated expression has no effect.)
26345              So make the macro to include the , and the non-gcc case empty.
26346      Branch: perl
26347            ! sv.h
26348 ____________________________________________________________________________
26349 [ 18919] By: jhi                                   on 2003/03/11  17:43:10
26350         Log: Uid_t and Gid_t can easily be shorts and one cannot
26351              pull shorts off the va_args, int is the shortest (ahem).
26352      Branch: perl
26353            ! reentr.c reentr.pl
26354 ____________________________________________________________________________
26355 [ 18918] By: jhi                                   on 2003/03/11  17:32:23
26356         Log: Subject: [PATCH] io_sock.t
26357              From: Norton Allen <allen@huarp.harvard.edu>
26358              Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
26359              Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
26360      Branch: perl
26361            ! README.qnx ext/IO/lib/IO/t/io_sock.t
26362 ____________________________________________________________________________
26363 [ 18917] By: jhi                                   on 2003/03/11  17:30:43
26364         Log: Get rid of one Cygwin warning by introducing a prototype
26365              for the init_os_extras().  Since there is no header file
26366              in Perl specific to cygwin, use perl.h.
26367      Branch: perl
26368            ! perl.h
26369 ____________________________________________________________________________
26370 [ 18916] By: jhi                                   on 2003/03/11  11:40:38
26371         Log: Upgrade to Time-HiRes 1.43.
26372      Branch: perl
26373            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
26374            ! ext/Time/HiRes/Makefile.PL
26375 ____________________________________________________________________________
26376 [ 18915] By: jhi                                   on 2003/03/11  09:19:54
26377         Log: Be more lax about the out of memory error message.
26378      Branch: perl
26379            ! t/op/recurse.t
26380 ____________________________________________________________________________
26381 [ 18914] By: jhi                                   on 2003/03/11  09:18:25
26382         Log: Try to handle hitting the heap/data limit in small systems.
26383              (One can simulate this with e.g. 32MB or 64MB datasize,
26384              use your shell's ulimit/limit/limits command.)
26385      Branch: perl
26386            ! t/op/recurse.t
26387 ____________________________________________________________________________
26388 [ 18912] By: hv                                    on 2003/03/11  07:36:00
26389         Log: typo for utf8locale in #18907
26390      Branch: perl
26391            ! sv.c
26392 ____________________________________________________________________________
26393 [ 18910] By: jhi                                   on 2003/03/11  06:55:29
26394         Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
26395              From: "Craig A. Berry" <craigberry@mac.com>
26396              Date: Tue, 11 Mar 2003 00:34:39 -0600
26397              Message-ID: <3E6D837F.7000506@mac.com>
26398      Branch: perl
26399            ! perl.c
26400 ____________________________________________________________________________
26401 [ 18909] By: jhi                                   on 2003/03/11  06:29:35
26402         Log: Upgrade to cperl-mode 5.0, from IlyaZ.
26403      Branch: perl
26404            ! emacs/cperl-mode.el
26405 ____________________________________________________________________________
26406 [ 18908] By: jhi                                   on 2003/03/11  06:09:05
26407         Log: Missed some, cryptically.
26408      Branch: perl
26409            ! pod/perlfunc.pod
26410 ____________________________________________________________________________
26411 [ 18907] By: jhi                                   on 2003/03/11  06:01:28
26412         Log: Add missing intrpvar clonings to perl_clone.
26413              Also move the IDBassertion to the end since there's
26414              no particular reason to break bincompat for that.
26415      Branch: perl
26416            ! intrpvar.h sv.c
26417 ____________________________________________________________________________
26418 [ 18906] By: jhi                                   on 2003/03/11  05:43:30
26419         Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
26420      Branch: perl
26421            ! intrpvar.h
26422 ____________________________________________________________________________
26423 [ 18905] By: jhi                                   on 2003/03/11  05:38:10
26424         Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
26425              From: Stas Bekman <stas@stason.org>
26426              Date: Tue, 11 Mar 2003 17:09:02 +1100
26427              Message-ID: <3E6D7D7E.5000704@stason.org>
26428      Branch: perl
26429            ! sv.c
26430 ____________________________________________________________________________
26431 [ 18904] By: jhi                                   on 2003/03/11  05:33:10
26432         Log: Subject: [PATCH] typos and other minor things
26433              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
26434              Date: Mon, 10 Mar 2003 21:00:55 -0700
26435              Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
26436      Branch: perl
26437            ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
26438            ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
26439            ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
26440            ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
26441            ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
26442            ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
26443            ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
26444            ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
26445            ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
26446 ____________________________________________________________________________
26447 [ 18903] By: jhi                                   on 2003/03/11  05:29:12
26448         Log: A rejected hunk of #18902 reapplied.
26449      Branch: perl
26450            ! t/io/utf8.t
26451 ____________________________________________________________________________
26452 [ 18902] By: jhi                                   on 2003/03/11  05:19:15
26453         Log: Patch from Craig Berry to resolve test failures in VMS.
26454              Will poke the Net::Ping author.
26455      Branch: perl
26456            ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
26457            ! t/io/utf8.t t/op/magic.t
26458 ____________________________________________________________________________
26459 [ 18900] By: rgs                                   on 2003/03/10  22:12:37
26460         Log: Integrate (by hand) change #18386 from maint-5.8
26461      Branch: perl
26462            ! t/op/split.t
26463 ____________________________________________________________________________
26464 [ 18899] By: jhi                                   on 2003/03/10  21:44:12
26465         Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
26466      Branch: perl
26467            ! t/run/switchC.t
26468 ____________________________________________________________________________
26469 [ 18891] By: rgs                                   on 2003/03/10  20:22:39
26470         Log: A new test, to check that signal numbers are actually positive,
26471              and that there is a consistent number of signals available.
26472      Branch: perl
26473            ! lib/Config.t
26474 ____________________________________________________________________________
26475 [ 18889] By: rgs                                   on 2003/03/10  19:55:06
26476         Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
26477              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26478              Date: Fri, 07 Mar 2003 13:12:49 -0800
26479              Message-ID: <RtQa+gzkg2kF092yn@efn.org>
26480      Branch: perl
26481            ! mg.c pod/perldiag.pod t/op/tie.t
26482 ____________________________________________________________________________
26483 [ 18888] By: rgs                                   on 2003/03/10  19:37:40
26484         Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
26485              From: Nicholas Clark <nick@unfortu.net>
26486              Date: Sun, 9 Mar 2003 21:24:46 +0000
26487              Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
26488      Branch: perl
26489            ! lib/Config.t
26490 ____________________________________________________________________________
26491 [ 18880] By: jhi                                   on 2003/03/10  16:17:50
26492         Log: Integrate from maint:
26493              [ 18428]
26494              Somehow I managed to get makefile.olds that didn't get cleaned away.
26495      Branch: perl
26496           !> Makefile.SH x2p/Makefile.SH
26497 ____________________________________________________________________________
26498 [ 18876] By: jhi                                   on 2003/03/10  06:35:20
26499         Log: Comment fix.
26500      Branch: perl
26501            ! t/io/utf8.t
26502 ____________________________________________________________________________
26503 [ 18875] By: jhi                                   on 2003/03/10  05:31:00
26504         Log: Remove the foo-old files.
26505      Branch: perl
26506            ! opcode.pl
26507 ____________________________________________________________________________
26508 [ 18874] By: jhi                                   on 2003/03/10  05:23:32
26509         Log: Subject: Re: Shared libperl.so and build issues
26510              From: Chip Turner <cturner@redhat.com>
26511              Date: 05 Jan 2003 10:35:40 -0500
26512              Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
26513      Branch: perl
26514            ! INSTALL
26515 ____________________________________________________________________________
26516 [ 18873] By: jhi                                   on 2003/03/10  05:18:02
26517         Log: Bunch of doc patches from Stas; plus regen.
26518
26519              Subject: [doc patch] perl.c's pod api entry
26520              From: Stas Bekman <stas@stason.org>
26521              Date: Mon, 10 Mar 2003 12:35:52 +1100
26522              Message-ID: <3E6BEBF8.80402@stason.org>
26523
26524              Subject: Re: [patch] perlguts.pod
26525              From: Stas Bekman <stas@stason.org>
26526              Date: Mon, 10 Mar 2003 12:38:57 +1100
26527              Message-ID: <3E6BECB1.7050009@stason.org>
26528
26529              Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
26530              From: Stas Bekman <stas@stason.org>
26531              Date: Mon, 10 Mar 2003 12:41:46 +1100
26532              Message-ID: <3E6BED5A.801@stason.org>
26533
26534              Subject: Re: [patch] perlapi.pod fix
26535              From: Stas Bekman <stas@stason.org>
26536              Date: Mon, 10 Mar 2003 12:43:33 +1100
26537              Message-ID: <3E6BEDC5.6010405@stason.org>
26538
26539              Subject: Re: [docs patch] replace gets() with fgets() in example
26540              From: Stas Bekman <stas@stason.org>
26541              Date: Mon, 10 Mar 2003 12:45:41 +1100
26542              Message-ID: <3E6BEE45.9030901@stason.org>
26543
26544              Subject: [doc patch] perlrun.pod
26545              From: Stas Bekman <stas@stason.org>
26546              Date: Mon, 10 Mar 2003 14:49:59 +1100
26547              Message-ID: <3E6C0B67.4050606@stason.org>
26548      Branch: perl
26549            ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
26550            ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
26551 ____________________________________________________________________________
26552 [ 18871] By: jhi                                   on 2003/03/09  20:15:13
26553         Log: Must not hide the protos, though.
26554      Branch: perl
26555            ! embed.pl proto.h
26556 ____________________________________________________________________________
26557 [ 18870] By: jhi                                   on 2003/03/09  20:12:11
26558         Log: I hate embed*.  Tell me what you know.
26559      Branch: perl
26560            ! embed.fnc embed.h
26561 ____________________________________________________________________________
26562 [ 18869] By: jhi                                   on 2003/03/09  19:32:19
26563         Log: Upgrade to Encode 1.91.
26564      Branch: perl
26565            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
26566            ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
26567 ____________________________________________________________________________
26568 [ 18868] By: jhi                                   on 2003/03/09  19:04:22
26569         Log: Export the symbols from #18863; do not prototype (but export)
26570              Nick Clark's experimental COW functions.
26571              Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
26572              a mess of Herculean proportions.  Someone should redesign and
26573              clean up the stables.
26574      Branch: perl
26575            ! embed.fnc embed.pl global.sym proto.h
26576 ____________________________________________________________________________
26577 [ 18867] By: jhi                                   on 2003/03/09  17:12:55
26578         Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
26579      Branch: perl
26580            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
26581            ! ext/Encode/MANIFEST ext/Encode/encoding.pm
26582            ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
26583            ! ext/Encode/t/enc_module.t
26584 ____________________________________________________________________________
26585 [ 18865] By: jhi                                   on 2003/03/09  13:50:57
26586         Log: From Inaba Hiroto: DATA wasn't properly utf8ed
26587              under 'use encoding'.
26588      Branch: perl
26589            + ext/Encode/t/enc_data.t
26590            ! MANIFEST ext/Encode/MANIFEST toke.c
26591 ____________________________________________________________________________
26592 [ 18864] By: jhi                                   on 2003/03/09  13:21:09
26593         Log: Tru64: additional instructions for building a newer Berkeley DB.
26594      Branch: perl
26595            ! README.tru64 hints/dec_osf.sh
26596 ____________________________________________________________________________
26597 [ 18863] By: jhi                                   on 2003/03/09  12:07:28
26598         Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
26599              function stubs, should be helpful for really simple extensions.
26600              Undoes large parts of changes #16289 and #16290.
26601      Branch: perl
26602            ! sv.c
26603 ____________________________________________________________________________
26604 [ 18862] By: rgs                                   on 2003/03/09  11:48:37
26605         Log: ... and add a test case for bug #20798
26606      Branch: perl
26607            ! t/op/eval.t
26608 ____________________________________________________________________________
26609 [ 18861] By: jhi                                   on 2003/03/09  11:46:17
26610         Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
26611              From: Enache Adrian <enache@rdslink.ro>
26612              Date: Fri, 7 Mar 2003 23:28:37 +0200
26613              Message-ID: <20030307212837.GB765@ratsnest.hole>
26614
26615              (and few more test cases from the thread)
26616      Branch: perl
26617            ! sv.c t/op/sprintf.t
26618 ____________________________________________________________________________
26619 [ 18860] By: rgs                                   on 2003/03/09  11:33:09
26620         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
26621              From: Enache Adrian <enache@rdslink.ro>
26622              Date: Fri, 7 Mar 2003 00:12:03 +0200
26623              Message-ID: <20030306221203.GB13330@ratsnest.hole>
26624      Branch: perl
26625            ! op.c
26626 ____________________________________________________________________________
26627 [ 18859] By: rgs                                   on 2003/03/09  11:30:22
26628         Log: Adjust test count.
26629      Branch: perl
26630            ! t/op/pat.t
26631 ____________________________________________________________________________
26632 [ 18858] By: jhi                                   on 2003/03/09  10:54:10
26633         Log: From Inaba Hiroto: re_intuit_start set a value to
26634              PL_bostr before calling find_byclass when regexp has
26635              ROPT_UTF8 flag on. But right value for PL_bostr is set
26636              before re_intuit_start is called.  PL_regdata is always
26637              assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
26638              can be deleted.
26639      Branch: perl
26640            ! regexec.c t/op/pat.t
26641 ____________________________________________________________________________
26642 [ 18857] By: jhi                                   on 2003/03/09  10:46:23
26643         Log: From Inaba Hiroto: the UTF-8 length cache wasn't
26644              updated when fbm_compile() appended a "\n".
26645      Branch: perl
26646            ! t/op/pat.t util.c
26647 ____________________________________________________________________________
26648 [ 18856] By: rgs                                   on 2003/03/08  20:16:36
26649         Log: Add a B::COP::io() method, to return the cop_io field of COPs.
26650              Print it in B::Debug. Can be used later in B::Deparse to deparse
26651              the open pragma.
26652      Branch: perl
26653            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
26654 ____________________________________________________________________________
26655 [ 18855] By: rgs                                   on 2003/03/08  19:51:40
26656         Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
26657              From: Richard.Foley@ubsw.com
26658              Date: Fri, 21 Feb 2003 13:51:51 +0100
26659              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
26660      Branch: perl
26661            ! pod/perldebug.pod
26662 ____________________________________________________________________________
26663 [ 18854] By: jhi                                   on 2003/03/08  19:41:25
26664         Log: Enache Adrian reads comments.
26665      Branch: perl
26666            ! perl.h
26667 ____________________________________________________________________________
26668 [ 18853] By: rgs                                   on 2003/03/08  19:40:13
26669         Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
26670              From: Richard Soderberg <perl@crystalflame.net>
26671              Date: Sat, 15 Feb 2003 01:27:17 -0500
26672              Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
26673      Branch: perl
26674            ! ext/IO/lib/IO/Select.pm
26675 ____________________________________________________________________________
26676 [ 18852] By: jhi                                   on 2003/03/08  19:05:04
26677         Log: Subject: [PATCH] long %ENV values for VMS
26678              From: "Craig A. Berry" <craigberry@mac.com>
26679              Date: Fri, 07 Mar 2003 13:49:50 -0600
26680              Message-ID: <3E68F7DE.8070603@mac.com>
26681      Branch: perl
26682            ! vms/vms.c
26683 ____________________________________________________________________________
26684 [ 18851] By: jhi                                   on 2003/03/08  06:49:35
26685         Log: regen_headers tiny tidying:
26686              - regen.pl renamed as regen_lib.pl
26687              - regen_headers.pl renamed as regen.pl
26688              - added make target 'regen' (kept target 'regen_headers'
26689              for porters' brains' backward compatibility)
26690              - regen.pl fancified a bit to display the names
26691              of the files that got changed by running the scripts
26692      Branch: perl
26693            + regen_lib.pl
26694            - regen_headers.pl
26695            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
26696            ! keywords.pl opcode.pl regcomp.pl regen.pl
26697 ____________________________________________________________________________
26698 [ 18848] By: jhi                                   on 2003/03/07  08:40:52
26699         Log: Give pointers to runtime Unicode changes.
26700      Branch: perl
26701            ! pod/perlrun.pod pod/perlvar.pod
26702 ____________________________________________________________________________
26703 [ 18847] By: jhi                                   on 2003/03/07  08:02:50
26704         Log: Extra character noticed by Tels.
26705      Branch: perl
26706            ! MANIFEST
26707 ____________________________________________________________________________
26708 [ 18846] By: jhi                                   on 2003/03/07  05:28:11
26709         Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
26710              From: Kay Roepke <kay@dolphin-services.de>
26711              Date: Thu, 06 Mar 2003 23:00:10 +0100
26712              Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
26713
26714              (plus change the d_gethostbyaddr_r_proto default to "0",
26715              that is what an undefined r_proto looks like)
26716      Branch: perl
26717            ! hints/freebsd.sh
26718 ____________________________________________________________________________
26719 [ 18845] By: jhi                                   on 2003/03/07  05:21:43
26720         Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
26721              (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
26722              in non-glibc case", from Craig Berry)
26723      Branch: perl
26724            ! pp.c
26725 ____________________________________________________________________________
26726 [ 18844] By: jhi                                   on 2003/03/07  05:05:57
26727         Log: Good observation from Philip Newton.
26728      Branch: perl
26729            ! pod/perlrun.pod
26730 ____________________________________________________________________________
26731 [ 18843] By: rgs                                   on 2003/03/06  21:59:02
26732         Log: Make the -A switch work without an assertion name.
26733              by Salvador Fandiño.
26734      Branch: perl
26735            ! perl.c t/run/switch_A.t
26736 ____________________________________________________________________________
26737 [ 18842] By: rgs                                   on 2003/03/06  21:27:15
26738         Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
26739              From: "Jos I. Boumans" <kane@dwim.org>
26740              Date: Fri, 21 Feb 2003 20:33:53 +0100
26741              Message-ID: <3E567F21.6020006@dwim.org>
26742              (with some minor tweaks)
26743      Branch: perl
26744            ! pod/perlmodstyle.pod
26745 ____________________________________________________________________________
26746 [ 18841] By: rgs                                   on 2003/03/06  20:56:32
26747         Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
26748              From: Enache Adrian <enache@rdslink.ro>
26749              Date: Sun, 2 Mar 2003 06:05:22 +0200
26750              Message-ID: <20030302040522.GB4905@ratsnest.hole>
26751      Branch: perl
26752            ! t/op/subst.t
26753 ____________________________________________________________________________
26754 [ 18840] By: rgs                                   on 2003/03/06  20:45:08
26755         Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
26756              From: Enache Adrian <enache@rdslink.ro>
26757              Date: Wed, 5 Mar 2003 12:06:20 +0200
26758              Message-ID: <20030305100620.GA909@ratsnest.hole>
26759      Branch: perl
26760            ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
26761            ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
26762 ____________________________________________________________________________
26763 [ 18839] By: jhi                                   on 2003/03/06  17:21:36
26764         Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
26765              From: "Craig A. Berry" <craigberry@mac.com>
26766              Date: Thu, 06 Mar 2003 10:42:05 -0600
26767              Message-ID: <3E677A5D.10805@mac.com>
26768      Branch: perl
26769            ! mg.c
26770 ____________________________________________________________________________
26771 [ 18838] By: jhi                                   on 2003/03/06  10:11:22
26772         Log: Thinko fix.
26773      Branch: perl
26774            ! Porting/findrfuncs
26775 ____________________________________________________________________________
26776 [ 18837] By: jhi                                   on 2003/03/06  09:33:33
26777         Log: PERL_UNICODE explanation saga continues.
26778      Branch: perl
26779            ! pod/perlrun.pod
26780 ____________________________________________________________________________
26781 [ 18836] By: jhi                                   on 2003/03/06  07:55:03
26782         Log: Handle also extra directories et alia.
26783      Branch: perl
26784            ! Porting/manicheck
26785 ____________________________________________________________________________
26786 [ 18835] By: jhi                                   on 2003/03/06  07:48:05
26787         Log: Add mani(fest) check(ing) utility.
26788      Branch: perl
26789            + Porting/manicheck
26790            ! MANIFEST
26791 ____________________________________________________________________________
26792 [ 18833] By: jhi                                   on 2003/03/06  05:36:13
26793         Log: Subject: [patch config_h.SH] redefining __attribute__
26794              From: Stas Bekman <stas@stason.org>
26795              Date: Thu, 06 Mar 2003 12:03:39 +1100
26796              Message-ID: <3E669E6B.1060606@stason.org>
26797      Branch: perl
26798            ! Configure NetWare/config_H.wc Porting/config.sh
26799            ! Porting/config_H config_h.SH plan9/config.plan9
26800            ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
26801            ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
26802 ____________________________________________________________________________
26803 [ 18831] By: jhi                                   on 2003/03/05  19:56:41
26804         Log: Couple more _r possibilities (found in a RH 8.0 box), and
26805              the random() macros were all wrong.  (I don't know why
26806              metaconfig did so much reordering of config_h.SH.)
26807      Branch: perl
26808            ! Configure config_h.SH reentr.h reentr.pl
26809 ____________________________________________________________________________
26810 [ 18830] By: rgs                                   on 2003/03/04  23:25:01
26811         Log: Change #18829 makes this test workaround obsolete.
26812      Branch: perl
26813            ! ext/B/t/deparse.t
26814 ____________________________________________________________________________
26815 [ 18829] By: rgs                                   on 2003/03/04  22:23:41
26816         Log: Patch by Salvador Fandiño to read the warning mask
26817              returned by caller() and ${^WARNING_BITS} from
26818              $warnings::Bits{all} and not from the hardcoded core
26819              constant. (This mask could have been extended by
26820              warnings::register.) Plus tests.
26821      Branch: perl
26822            ! mg.c pp_ctl.c t/op/caller.t
26823 ____________________________________________________________________________
26824 [ 18828] By: rgs                                   on 2003/03/04  20:49:59
26825         Log: Subject: [PATCH] assertions
26826              From: Salvador Fandiño <sfandino@yahoo.com>
26827              Date: Fri, 21 Feb 2003 17:26:16 +0000
26828              Message-ID: <3E566138.4090709@yahoo.com>
26829              and the complement : (with added comments)
26830              Subject: [PATCH] bug in ext/B/t/deparse.t
26831              Message-ID: <3E563E16.7060303@yahoo.com>
26832              plus perldiag.pod patch for the new warning
26833              (previous change was, once again, empty)
26834      Branch: perl
26835            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
26836            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
26837            ! pod/perldiag.pod warnings.h warnings.pl
26838 ____________________________________________________________________________
26839 [ 18827] By: rgs                                   on 2003/03/04  20:48:09
26840         Log: Subject: [PATCH] assertions
26841              From: Salvador Fandiño <sfandino@yahoo.com>
26842              Date: Fri, 21 Feb 2003 17:26:16 +0000
26843              Message-ID: <3E566138.4090709@yahoo.com>
26844              and the complement : (with added comments)
26845              Subject: [PATCH] bug in ext/B/t/deparse.t
26846              Message-ID: <3E563E16.7060303@yahoo.com>
26847              plus perldiag.pod patch for the new warning
26848      Branch: perl
26849            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
26850            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
26851            ! pod/perldiag.pod warnings.h warnings.pl
26852 ____________________________________________________________________________
26853 [ 18826] By: jhi                                   on 2003/03/04  20:22:25
26854         Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
26855              The variant is from how List::Util Util.xs does it.
26856      Branch: perl
26857            ! ext/Devel/PPPort/PPPort.pm
26858 ____________________________________________________________________________
26859 [ 18825] By: rgs                                   on 2003/03/04  19:56:28
26860         Log: Doc typos.
26861      Branch: perl
26862            ! lib/File/Find.pm
26863 ____________________________________________________________________________
26864 [ 18823] By: jhi                                   on 2003/03/04  05:33:50
26865         Log: Try to give rcatline() a good jog on Unicode.
26866      Branch: perl
26867            ! t/io/utf8.t
26868 ____________________________________________________________________________
26869 [ 18822] By: jhi                                   on 2003/03/04  05:14:13
26870         Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
26871              From: Enache Adrian <enache@rdslink.ro>
26872              Date: Sun, 2 Mar 2003 05:43:54 +0200
26873              Message-ID: <20030302034354.GA4905@ratsnest.hole>
26874      Branch: perl
26875            ! sv.c t/io/utf8.t
26876 ____________________________________________________________________________
26877 [ 18821] By: jhi                                   on 2003/03/04  04:58:36
26878         Log: Can't test this without PerlIO.
26879      Branch: perl
26880            ! t/uni/write.t
26881 ____________________________________________________________________________
26882 [ 18820] By: sky                                   on 2003/03/04  01:01:07
26883         Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
26884              What happened was that a constant was freed, the pad released but
26885              the pad slot still held the SV, when pad slot was reallocated
26886              to be a target for a stringify, it did a sv_setpv on the target
26887              and the original SV was wiped out. When this SV was later on
26888              to new places using the constant, they got the wrong value.
26889              By replacing pad_free with pad_swipe for these cases, we
26890              won't have such a problem. (pad_swipe also removes the
26891              pointer to the original SV).
26892      Branch: perl
26893            ! op.c
26894 ____________________________________________________________________________
26895 [ 18819] By: jhi                                   on 2003/03/03  19:15:07
26896         Log: Further clarification on PERL_UNICODE's semantics.
26897      Branch: perl
26898            ! pod/perlrun.pod
26899 ____________________________________________________________________________
26900 [ 18818] By: gbarr                                 on 2003/03/03  10:07:44
26901         Log: Sync with libnet-1.13
26902      Branch: perl
26903            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
26904            ! lib/Net/POP3.pm lib/Net/SMTP.pm
26905 ____________________________________________________________________________
26906 [ 18817] By: jhi                                   on 2003/03/03  06:45:59
26907         Log: Upgrade to Unicode::Normalize 0.20.
26908      Branch: perl
26909            ! ext/Unicode/Normalize/Changes
26910            ! ext/Unicode/Normalize/Normalize.pm
26911            ! ext/Unicode/Normalize/Normalize.xs
26912            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
26913            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
26914            ! ext/Unicode/Normalize/t/test.t
26915 ____________________________________________________________________________
26916 [ 18816] By: jhi                                   on 2003/03/03  06:17:28
26917         Log: Upgrade to Encode 1.89.  The enc_module.t required
26918              a little tweak, sending that to Dan.
26919      Branch: perl
26920            + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
26921            + ext/Encode/t/enc_module.t
26922            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
26923            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
26924            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
26925            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
26926            ! ext/Encode/ucm/viscii.ucm
26927 ____________________________________________________________________________
26928 [ 18813] By: jhi                                   on 2003/03/03  05:33:21
26929         Log: Use a macro for abs() to avoid the possible truncation to an int;
26930              also make an explicit (double)cast for the arguments to fabs().
26931      Branch: perl
26932            ! perl.h pp.c sv.c util.c
26933 ____________________________________________________________________________
26934 [ 18812] By: hv                                    on 2003/03/02  22:36:05
26935         Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
26936              From: andreas.koenig@anima.de (Andreas J. Koenig)
26937              Date: Wed, 19 Feb 2003 11:05:28 +0100
26938              Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
26939      Branch: perl
26940            ! patchlevel.h
26941 ____________________________________________________________________________
26942 [ 18811] By: hv                                    on 2003/03/02  22:30:50
26943         Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
26944              From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
26945              Date: 18 Feb 2003 21:05:15 -0000
26946              Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
26947      Branch: perl
26948            ! ext/IPC/SysV/Msg.pm
26949 ____________________________________________________________________________
26950 [ 18810] By: hv                                    on 2003/03/02  21:59:10
26951         Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
26952              From: Richard Soderberg <perl@crystalflame.net>
26953              Date: Sat, 15 Feb 2003 01:27:21 -0500
26954              Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
26955      Branch: perl
26956            ! lib/File/Basename.pm
26957 ____________________________________________________________________________
26958 [ 18809] By: hv                                    on 2003/03/02  21:54:53
26959         Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
26960              From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
26961              Date: 15 Feb 2003 00:21:41 -0000
26962              Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
26963      Branch: perl
26964            ! lib/File/Find.pm
26965 ____________________________________________________________________________
26966 [ 18807] By: hv                                    on 2003/03/02  21:22:56
26967         Log: Reverse copyright update (#18801) for files not changed in 2003.
26968      Branch: perl
26969            ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
26970            ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
26971            ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
26972            ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
26973            ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
26974            ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c
26975            ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h
26976            ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
26977 ____________________________________________________________________________
26978 [ 18805] By: hv                                    on 2003/03/02  16:29:28
26979         Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
26980              From: Enache Adrian <enache@rdslink.ro>
26981              Date: Sun, 2 Mar 2003 10:11:27 +0200
26982              Message-ID: <20030302081127.GA10782@ratsnest.hole>
26983      Branch: perl
26984            ! pp.c t/op/pat.t
26985 ____________________________________________________________________________
26986 [ 18803] By: hv                                    on 2003/03/02  16:12:34
26987         Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch   included)
26988              From: "Anders Johnson" <ajohnson@wischip.com>
26989              Date: Mon, 10 Feb 2003 14:09:46 -0800
26990              Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
26991      Branch: perl
26992            ! mg.c t/op/magic.t
26993 ____________________________________________________________________________
26994 [ 18802] By: jhi                                   on 2003/03/02  15:39:06
26995         Log: Narrow down the -C test skippage.
26996      Branch: perl
26997            ! t/run/switchC.t
26998 ____________________________________________________________________________
26999 [ 18801] By: hv                                    on 2003/03/02  15:24:22
27000         Log: Update all copyrights to 2003, from Jarkko
27001      Branch: perl
27002            ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
27003            ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
27004            ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
27005            ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
27006            ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
27007            ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
27008            ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
27009            ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
27010            ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
27011            ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
27012            ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
27013            ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h
27014            ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c
27015            ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c
27016            ! x2p/util.h x2p/walk.c xsutils.c
27017 ____________________________________________________________________________
27018 [ 18800] By: hv                                    on 2003/03/02  15:16:38
27019         Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
27020              From: Richard.Foley@ubsw.com
27021              Date: Wed, 19 Feb 2003 13:24:38 +0100
27022              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
27023      Branch: perl
27024            ! lib/perl5db.pl
27025 ____________________________________________________________________________
27026 [ 18799] By: jhi                                   on 2003/03/02  13:34:13
27027         Log: The -CI cannot be easily tested under UTF-8 locale with
27028              the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
27029              Also other small tweaks in the -C neighbourhood.
27030      Branch: perl
27031            ! perl.c perl.h t/run/switchC.t util.c
27032 ____________________________________________________________________________
27033 [ 18798] By: jhi                                   on 2003/03/02  09:12:06
27034         Log: Go with "right = -right" for greater portability, some platforms
27035              might require llabs() to get abs() of long longs.
27036      Branch: perl
27037            ! pp.c
27038 ____________________________________________________________________________
27039 [ 18797] By: jhi                                   on 2003/03/02  08:07:32
27040         Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
27041              with negative quads", or also as RedHat bug #65612.
27042      Branch: perl
27043            ! pp.c
27044 ____________________________________________________________________________
27045 [ 18796] By: jhi                                   on 2003/03/02  07:34:54
27046         Log: Forgotten from change #18795.
27047      Branch: perl
27048            ! global.sym
27049 ____________________________________________________________________________
27050 [ 18795] By: jhi                                   on 2003/03/02  07:27:44
27051         Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
27052              From: Abe Timmerman <abe@ztreet.demon.nl>
27053              Date: Sun, 2 Mar 2003 02:03:16 +0100
27054              Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
27055      Branch: perl
27056            ! embed.fnc embed.h makedef.pl
27057 ____________________________________________________________________________
27058 [ 18794] By: jhi                                   on 2003/03/02  07:21:36
27059         Log: Further Unicode formats patching from Inaba Hiroto.
27060      Branch: perl
27061            + t/uni/write.t
27062            ! MANIFEST pp_ctl.c
27063 ____________________________________________________________________________
27064 [ 18793] By: jhi                                   on 2003/03/01  08:18:35
27065         Log: Integrate change #18788 from maint.
27066      Branch: perl
27067           !> perl.h
27068 ____________________________________________________________________________
27069 [ 18792] By: jhi                                   on 2003/03/01  08:14:43
27070         Log: Subject: [PATCH] Get MSWin32 back compiling
27071              From: Abe Timmerman <abe@ztreet.demon.nl>
27072              Date: Sat, 1 Mar 2003 04:31:19 +0100
27073              Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
27074      Branch: perl
27075            ! embed.fnc embed.h global.sym makedef.pl
27076 ____________________________________________________________________________
27077 [ 18785] By: jhi                                   on 2003/02/26  20:38:55
27078         Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
27079              From: Inaba Hiroto <inaba@st.rim.or.jp>
27080              Date: Mon, 10 Feb 2003 00:04:51 +0900
27081              Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
27082      Branch: perl
27083            ! pp_ctl.c toke.c
27084 ____________________________________________________________________________
27085 [ 18784] By: jhi                                   on 2003/02/26  19:45:53
27086         Log: An already fixed bug from perl-unicode.
27087      Branch: perl
27088            ! t/op/pat.t
27089 ____________________________________________________________________________
27090 [ 18782] By: hv                                    on 2003/02/26  01:36:49
27091         Log: Subject: Re: [perl #20683] [fix] Better Patch
27092              From: Enache Adrian <enache@rdslink.ro>
27093              Date: Sun, 23 Feb 2003 20:16:39 +0200
27094              Message-ID: <20030223181639.GA18713@ratsnest.hole>
27095      Branch: perl
27096            ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
27097            ! regexec.c sv.c t/op/pat.t
27098 ____________________________________________________________________________
27099 [ 18781] By: hv                                    on 2003/02/26  01:11:14
27100         Log: regen headers
27101      Branch: perl
27102            ! perlapi.h pod/perlapi.pod
27103 ____________________________________________________________________________
27104 [ 18780] By: hv                                    on 2003/02/26  00:25:32
27105         Log: Two typos found by Philip Newton <pnewton@gmx.de>
27106      Branch: perl
27107            ! configpm ext/DB_File/DB_File.pm
27108 ____________________________________________________________________________
27109 [ 18779] By: jhi                                   on 2003/02/25  18:20:01
27110         Log: Add tests for the -C switch.  Depending on the
27111              CLIs some $^O dance may be needed.
27112      Branch: perl
27113            + t/run/switchC.t
27114            ! MANIFEST
27115 ____________________________________________________________________________
27116 [ 18778] By: hv                                    on 2003/02/25  15:24:17
27117         Log: Add missing file from change #18774.
27118      Branch: perl
27119            + t/op/localref.t
27120 ____________________________________________________________________________
27121 [ 18777] By: hv                                    on 2003/02/25  14:07:59
27122         Log: More variables for change #18776.
27123      Branch: perl
27124            ! op.c
27125 ____________________________________________________________________________
27126 [ 18776] By: hv                                    on 2003/02/25  14:04:03
27127         Log: Subject: [perl #20682] [fix] @- array not visible in s///
27128              From: Enache Adrian <enache@rdslink.ro>
27129              Date: Fri, 21 Feb 2003 17:50:14 +0200
27130              Message-ID: <20030221155014.GB793@ratsnest.hole>
27131      Branch: perl
27132            ! op.c t/op/subst.t
27133 ____________________________________________________________________________
27134 [ 18775] By: hv                                    on 2003/02/25  13:53:11
27135         Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
27136              From: Enache Adrian <enache@rdslink.ro>
27137              Date: Fri, 21 Feb 2003 17:49:41 +0200
27138              Message-ID: <20030221154941.GA793@ratsnest.hole>
27139      Branch: perl
27140            ! pp_ctl.c t/op/subst.t
27141 ____________________________________________________________________________
27142 [ 18774] By: hv                                    on 2003/02/25  13:21:19
27143         Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
27144              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27145              Date: Sun, 23 Feb 2003 00:03:27 +0100
27146              Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
27147      Branch: perl
27148            ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
27149 ____________________________________________________________________________
27150 [ 18773] By: hv                                    on 2003/02/25  12:45:01
27151         Log: Subject: [Encode] 1.88 Released
27152              From: Dan Kogai <dankogai@dan.co.jp>
27153              Date: Thu, 20 Feb 2003 23:49:55 +0900
27154              Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
27155      Branch: perl
27156            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
27157            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
27158            ! ext/Encode/lib/Encode/CJKConstants.pm
27159            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
27160            ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
27161 ____________________________________________________________________________
27162 [ 18772] By: merijn                                on 2003/02/25  12:12:14
27163         Log: Subject: [perl@18752] warnings from CGI tests under cygwin
27164              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27165              Date: Wed, 19 Feb 2003 13:37:39 -0800
27166              Message-ID: <jk/U+gzkg2DE092yn@efn.org>
27167      Branch: perl
27168            ! lib/CGI.pm
27169 ____________________________________________________________________________
27170 [ 18771] By: jhi                                   on 2003/02/25  07:46:53
27171         Log: Cleanup #18770 as suggested by Rafael.
27172      Branch: perl
27173            ! mg.c perl.h
27174 ____________________________________________________________________________
27175 [ 18770] By: jhi                                   on 2003/02/25  06:01:09
27176         Log: A new try at #18765 (for [perl #20920]).
27177      Branch: perl
27178            ! mg.c
27179 ____________________________________________________________________________
27180 [ 18769] By: jhi                                   on 2003/02/25  05:33:10
27181         Log: Retract change #18765: makes HiRes.t hang after subtest #11.
27182      Branch: perl
27183            ! mg.c
27184 ____________________________________________________________________________
27185 [ 18768] By: chip                                  on 2003/02/24  21:42:57
27186         Log: Include p4d2p in Porting again, because p4genpatch doesn't work
27187              until a change has been submitted.
27188      Branch: perl
27189            + Porting/p4d2p
27190            ! MANIFEST
27191 ____________________________________________________________________________
27192 [ 18767] By: chip                                  on 2003/02/24  21:35:56
27193         Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
27194      Branch: perl
27195            ! Porting/check83.pl Porting/findvars Porting/fixCORE
27196            ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
27197 ____________________________________________________________________________
27198 [ 18766] By: jhi                                   on 2003/02/24  20:04:36
27199         Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
27200      Branch: perl
27201            ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
27202            ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
27203 ____________________________________________________________________________
27204 [ 18765] By: jhi                                   on 2003/02/24  19:56:23
27205         Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
27206              From: Slaven Rezic <slaven@rezic.de>
27207              Date: 14 Feb 2003 09:11:15 +0100
27208              Message-ID: <878ywji8nw.fsf@vran.herceg.de>
27209
27210              (with slight tweaks)
27211      Branch: perl
27212            ! mg.c
27213 ____________________________________________________________________________
27214 [ 18764] By: jhi                                   on 2003/02/24  18:44:41
27215         Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
27216              "scalar upgraded to UTF-8 as a side effect of quote-interpolation
27217              when 'use encoding' is engaged"-- wasn't actually encoding's fault.
27218      Branch: perl
27219            ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
27220 ____________________________________________________________________________
27221 [ 18763] By: chip                                  on 2003/02/24  14:54:36
27222         Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
27223      Branch: perl
27224            ! op.c win32/perlhost.h
27225 ____________________________________________________________________________
27226 [ 18762] By: hv                                    on 2003/02/24  00:18:42
27227         Log: Remove no-longer-true line from perlop
27228      Branch: perl
27229            ! pod/perlop.pod
27230 ____________________________________________________________________________
27231 [ 18761] By: jhi                                   on 2003/02/23  12:07:53
27232         Log: Chip noticed that the intended optionality of the 'IV' was
27233              forgotten in the change #18758.
27234      Branch: perl
27235            ! ext/Devel/Peek/Peek.t
27236 ____________________________________________________________________________
27237 [ 18760] By: jhi                                   on 2003/02/22  19:17:04
27238         Log: API doc tweaks.
27239      Branch: perl
27240            ! utf8.c
27241 ____________________________________________________________________________
27242 [ 18759] By: sky                                   on 2003/02/21  09:08:30
27243         Log: Change regex to be a bit more friendly against various
27244              outputs from ps -f, regex suggest by rgs
27245      Branch: perl
27246            ! ext/threads/t/join.t
27247 ____________________________________________________________________________
27248 [ 18758] By: jhi                                   on 2003/02/20  17:28:44
27249         Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
27250              From: PPrymmer@factset.com
27251              Date: Thu, 20 Feb 2003 13:28:09 -0500
27252              Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
27253      Branch: perl
27254            ! ext/Devel/Peek/Peek.t
27255 ____________________________________________________________________________
27256 [ 18757] By: jhi                                   on 2003/02/20  17:27:17
27257         Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
27258              From: PPrymmer@factset.com
27259              Date: Wed, 19 Feb 2003 15:04:40 -0500
27260              Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
27261      Branch: perl
27262            ! README.vms configure.com
27263 ____________________________________________________________________________
27264 [ 18756] By: jhi                                   on 2003/02/20  06:16:05
27265         Log: Doc tweakage on -C.
27266      Branch: perl
27267            ! pod/perlrun.pod
27268 ____________________________________________________________________________
27269 [ 18755] By: rgs                                   on 2003/02/19  21:31:43
27270         Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
27271              From: Brendan O'Dea <bod@debian.org>
27272              Date: Sun, 16 Feb 2003 21:09:23 +1100
27273              Message-ID: <20030216100923.GA29761@londo.c47.org>
27274      Branch: perl
27275            ! pod/perlcompile.pod
27276 ____________________________________________________________________________
27277 [ 18754] By: rgs                                   on 2003/02/19  21:14:37
27278         Log: Document clearly that "_" is always in package "main".
27279      Branch: perl
27280            ! pod/perlvar.pod
27281 ____________________________________________________________________________
27282 [ 18753] By: rgs                                   on 2003/02/19  20:55:09
27283         Log: Subject: Re: [perl #20716] scope error with brackets
27284              From: Enache Adrian <enache@rdslink.ro>
27285              Date: Thu, 13 Feb 2003 04:52:21 +0200
27286              Message-ID: <20030213025221.GA1215@ratsnest.hole>
27287              (better version of change #18687)
27288      Branch: perl
27289            ! t/comp/parser.t toke.c
27290 ____________________________________________________________________________
27291 [ 18752] By: jhi                                   on 2003/02/19  05:10:26
27292         Log: 'A' is not 65 everywhere.
27293      Branch: perl
27294            ! t/op/pack.t
27295 ____________________________________________________________________________
27296 [ 18751] By: chip                                  on 2003/02/19  03:54:45
27297         Log: Support one-parameter unpack(), which unpacks $_.
27298      Branch: perl
27299            ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
27300 ____________________________________________________________________________
27301 [ 18750] By: hv                                    on 2003/02/19  00:53:03
27302         Log: more complex assertions activation:
27303              Subject: Re: Did the assertion patch/feature submission get overlooked?
27304              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
27305              Date: Tue, 18 Feb 2003 19:24:13 +0000
27306              Message-ID: <3E52885D.5060903@yahoo.com>
27307      Branch: perl
27308            ! lib/assertions.pm lib/assertions/activate.pm
27309            ! t/comp/assertions.t
27310 ____________________________________________________________________________
27311 [ 18749] By: hv                                    on 2003/02/19  00:19:21
27312         Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
27313              From: andreas.koenig@anima.de (Andreas J. Koenig)
27314              Date: Tue, 18 Feb 2003 11:48:40 +0100
27315              Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
27316      Branch: perl
27317            ! patchlevel.h
27318 ____________________________________________________________________________
27319 [ 18748] By: hv                                    on 2003/02/19  00:00:41
27320         Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
27321              From: Dave Mitchell <davem@fdgroup.com>
27322              Date: Tue, 18 Feb 2003 21:45:45 +0000
27323              Message-ID: <20030218214545.C18547@fdgroup.com>
27324
27325              and tests for the same:
27326              From: Dave Mitchell <davem@fdgroup.com>
27327              Date: Wed, 19 Feb 2003 00:42:01 +0000
27328              Message-ID: <20030219004201.F18547@fdgroup.com>
27329      Branch: perl
27330            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
27331 ____________________________________________________________________________
27332 [ 18747] By: hv                                    on 2003/02/18  23:47:06
27333         Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
27334              problems on case-insensitive file systems. Rename it back to
27335              t/run/switch_A.t
27336      Branch: perl
27337           +> t/run/switch_A.t
27338            - t/run/switchA.t
27339            ! MANIFEST
27340 ____________________________________________________________________________
27341 [ 18746] By: sky                                   on 2003/02/18  21:31:37
27342         Log: Subject: Re: -Os for Darwin why?
27343              From: schwern@pobox.com
27344              Date: tis feb 18, 2003  20:37:39 Europe/Stockholm
27345              Message-Id: <20030218113739.D25848@ttul.org>
27346      Branch: perl
27347            ! hints/darwin.sh
27348 ____________________________________________________________________________
27349 [ 18741] By: jhi                                   on 2003/02/18  14:01:34
27350         Log: Format nit.
27351      Branch: perl
27352            ! util.c
27353 ____________________________________________________________________________
27354 [ 18740] By: sky                                   on 2003/02/18  06:33:57
27355         Log: Re: -Os for Darwin why?
27356              From: schwern@pobox.com
27357              Date: tis feb 18, 2003  04:14:03 Europe/Stockholm
27358              Message-Id: <20030217191403.A17553@ttul.org>
27359      Branch: perl
27360            ! hints/darwin.sh
27361 ____________________________________________________________________________
27362 [ 18739] By: hv                                    on 2003/02/18  01:04:01
27363         Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
27364              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
27365              Date: Mon, 17 Feb 2003 23:38:05 +0000
27366              Message-ID: <3E51725D.5060303@yahoo.com>
27367      Branch: perl
27368            + t/comp/assertions.t t/run/switchA.t
27369            ! MANIFEST
27370 ____________________________________________________________________________
27371 [ 18738] By: hv                                    on 2003/02/18  00:51:24
27372         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
27373              From: Nicholas Clark <nick@ccl4.org>
27374              Date: Mon, 17 Feb 2003 21:07:03 +0000
27375              Message-ID: <20030217210330.A8611@plum.flirble.org>
27376      Branch: perl
27377            ! sv.c
27378 ____________________________________________________________________________
27379 [ 18737] By: hv                                    on 2003/02/18  00:47:00
27380         Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
27381              From: Stephen McCamant <smcc@mit.edu>
27382              Date: Mon, 17 Feb 2003 19:34:36 -0500
27383              Date: Mon, 17 Feb 2003 19:34:36 -0500
27384              Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
27385      Branch: perl
27386            ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
27387            ! ext/B/B/Terse.pm ext/B/t/terse.t
27388 ____________________________________________________________________________
27389 [ 18736] By: hv                                    on 2003/02/17  09:33:47
27390         Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
27391              From: Nicholas Clark <nick@unfortu.net>
27392              Date: Sun, 16 Feb 2003 23:09:50 +0000
27393              Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
27394      Branch: perl
27395            ! sv.c
27396 ____________________________________________________________________________
27397 [ 18735] By: hv                                    on 2003/02/17  09:13:02
27398         Log: Use the escape E<ntilde> in source files rather than the actual char.
27399      Branch: perl
27400            ! lib/assertions.pm lib/assertions/activate.pm
27401 ____________________________________________________________________________
27402 [ 18734] By: hv                                    on 2003/02/17  09:06:44
27403         Log: Suppress empty #ifdef blocks in embed.pl
27404      Branch: perl
27405            ! embed.h embed.pl
27406 ____________________________________________________________________________
27407 [ 18733] By: hv                                    on 2003/02/17  08:51:53
27408         Log: fix typo in sv.c and regenerate perlapi.pod
27409      Branch: perl
27410            ! pod/perlapi.pod sv.c
27411 ____________________________________________________________________________
27412 [ 18732] By: jhi                                   on 2003/02/17  06:40:09
27413         Log: Philip Newton has eagle eyes :-)
27414      Branch: perl
27415            ! pod/perlrun.pod
27416 ____________________________________________________________________________
27417 [ 18731] By: jhi                                   on 2003/02/17  05:31:18
27418         Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
27419      Branch: perl
27420            ! locale.c pod/perlrun.pod pod/perlunicode.pod
27421            ! pod/perluniintro.pod pod/perlvar.pod util.c
27422 ____________________________________________________________________________
27423 [ 18730] By: jhi                                   on 2003/02/17  04:44:53
27424         Log: Make also the -CAL conditional on locale.
27425      Branch: perl
27426            ! perl.c pod/perlrun.pod
27427 ____________________________________________________________________________
27428 [ 18729] By: jhi                                   on 2003/02/16  18:33:05
27429         Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
27430      Branch: perl
27431            ! embed.h embed.pl pod/perlembed.pod
27432 ____________________________________________________________________________
27433 [ 18728] By: jhi                                   on 2003/02/16  18:20:04
27434         Log: According to Sarathy it's better have the Ministry
27435              of Information to remove all memory of NO_EMBED.
27436              What NO_EMBED?
27437      Branch: perl
27438            ! embed.h embed.pl
27439 ____________________________________________________________________________
27440 [ 18727] By: hv                                    on 2003/02/16  13:55:10
27441         Log: add support for assertions. Updated form of:
27442              Subject: Re: Did the assertion patch/feature submission get overlooked?
27443              From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
27444              Date: Sat, 30 Nov 2002 17:24:09 +0000
27445              Message-ID: <3DE8F439.50402@yahoo.com>
27446      Branch: perl
27447            + lib/assertions.pm lib/assertions/activate.pm
27448            ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
27449            ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
27450            ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
27451 ____________________________________________________________________________
27452 [ 18726] By: hv                                    on 2003/02/16  13:10:32
27453         Log: COW regexps:
27454              Subject: [PATCH] Copy on write for $& and $1...
27455              From: Nicholas Clark <nick@unfortu.net>
27456              Date: Sun, 9 Feb 2003 23:00:09 +0000
27457              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
27458      Branch: perl
27459            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
27460            ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
27461 ____________________________________________________________________________
27462 [ 18725] By: hv                                    on 2003/02/16  13:08:52
27463         Log: inline SvREFCNT_dec:
27464              Subject: [PATCH] Copy on write for $& and $1...
27465              From: Nicholas Clark <nick@unfortu.net>
27466              Date: Sun, 9 Feb 2003 23:00:09 +0000
27467              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
27468      Branch: perl
27469            ! embed.fnc embed.h proto.h sv.c sv.h
27470 ____________________________________________________________________________
27471 [ 18723] By: hv                                    on 2003/02/16  11:12:58
27472         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
27473              From: Enache Adrian <enache@rdslink.ro>
27474              Date: Sun, 16 Feb 2003 00:05:10 +0200
27475              Message-ID: <20030215220510.GB893@ratsnest.hole>
27476      Branch: perl
27477            ! op.c
27478 ____________________________________________________________________________
27479 [ 18722] By: hv                                    on 2003/02/16  11:08:06
27480         Log: outdent else-if chain in scope()
27481      Branch: perl
27482            ! op.c
27483 ____________________________________________________________________________
27484 [ 18721] By: hv                                    on 2003/02/16  11:00:47
27485         Log: Subject: [PATCH] arcane tainting bug in vms.c
27486              From: "Craig A. Berry" <craigberry@mac.com>
27487              Date: Sat, 15 Feb 2003 12:29:03 -0600
27488              Message-ID: <3E4E86EF.8090609@mac.com>
27489      Branch: perl
27490            ! vms/vms.c
27491 ____________________________________________________________________________
27492 [ 18720] By: hv                                    on 2003/02/16  10:54:58
27493         Log: restrict PERL_PRESERVE_IVUV to things that should really give an
27494              integer, but extend to runtime. Based on:
27495              Subject: Re: [perl #20827] Unexpected scientific notation.
27496              From: hv@crypt.org
27497              Date: Wed, 12 Feb 2003 03:12:43 +0000
27498              Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
27499      Branch: perl
27500            ! op.c pp.c
27501 ____________________________________________________________________________
27502 [ 18718] By: jhi                                   on 2003/02/16  09:47:02
27503         Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
27504              which will disable the short forms of the Perl_ API, good for
27505              embedding stuff.  (Kind of like the old NO_EMBED, but better.)
27506      Branch: perl
27507            ! embed.h embed.pl pod/perlembed.pod
27508 ____________________________________________________________________________
27509 [ 18717] By: jhi                                   on 2003/02/16  09:44:57
27510         Log: Clarify the -C syntax a bit.
27511      Branch: perl
27512            ! pod/perlrun.pod
27513 ____________________________________________________________________________
27514 [ 18716] By: jhi                                   on 2003/02/16  08:29:54
27515         Log: Forgotten from #18715.
27516      Branch: perl
27517            ! embed.h proto.h
27518 ____________________________________________________________________________
27519 [ 18715] By: jhi                                   on 2003/02/15  21:19:37
27520         Log: The new(er) way of controlling Unicode I/O (and other) features;
27521              -C (or PERL_UNICODE).  See perlrun/-C for more details.
27522      Branch: perl
27523            ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
27524            ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
27525            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
27526            ! util.c
27527 ____________________________________________________________________________
27528 [ 18714] By: jhi                                   on 2003/02/15  12:31:25
27529         Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
27530      Branch: perl
27531            ! ext/Storable/Storable.xs
27532 ____________________________________________________________________________
27533 [ 18712] By: jhi                                   on 2003/02/15  08:39:38
27534         Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
27535              even closer to each other.  The dec_osf.pl is irrelevant
27536              for the current core but adding it makes for one less exception
27537              when integrating.
27538      Branch: perl
27539            + ext/Digest/MD5/hints/dec_osf.pl
27540            ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
27541            ! ext/Digest/MD5/t/files.t
27542 ____________________________________________________________________________
27543 [ 18711] By: jhi                                   on 2003/02/15  08:32:04
27544         Log: Update MD5 Changes; update checksums.
27545      Branch: perl
27546            ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
27547 ____________________________________________________________________________
27548 [ 18710] By: jhi                                   on 2003/02/15  08:19:20
27549         Log: Update the MD5 checksums.
27550      Branch: perl
27551            ! ext/Digest/MD5/t/files.t
27552 ____________________________________________________________________________
27553 [ 18709] By: jhi                                   on 2003/02/15  08:16:26
27554         Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
27555              (problem noticed by Graham with List::Util).
27556      Branch: perl
27557            ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
27558            ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
27559 ____________________________________________________________________________
27560 [ 18708] By: jhi                                   on 2003/02/15  07:31:17
27561         Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
27562              From: Enache Adrian <enache@rdslink.ro>
27563              Date: Sat, 15 Feb 2003 00:37:40 +0200
27564              Message-ID: <20030214223740.GA13575@ratsnest.hole>
27565      Branch: perl
27566            ! pp.c t/op/split.t
27567 ____________________________________________________________________________
27568 [ 18707] By: hv                                    on 2003/02/15  06:38:15
27569         Log: Subject: [doc patch] ext/threads/shared/shared.pm
27570              From: Stas Bekman <stas@stason.org>
27571              Date: Fri, 14 Feb 2003 11:12:39 +1100
27572              Message-ID: <3E4C3477.7030306@stason.org>
27573      Branch: perl
27574            ! ext/threads/shared/shared.pm
27575 ____________________________________________________________________________
27576 [ 18706] By: hv                                    on 2003/02/15  06:32:35
27577         Log: Subject: Re: perlvar phrasing clarification for $^S
27578              From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
27579              Date: Fri, 14 Feb 2003 10:12:00 +1100
27580              Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
27581      Branch: perl
27582            ! pod/perlvar.pod
27583 ____________________________________________________________________________
27584 [ 18705] By: hv                                    on 2003/02/15  06:27:07
27585         Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
27586              From: Dave Mitchell <davem@fdgroup.com>
27587              Date: Fri, 14 Feb 2003 22:48:27 +0000
27588              Message-ID: <20030214224827.B6783@fdgroup.com>
27589
27590              with tests:
27591              From: Slaven Rezic <slaven@rezic.de>
27592              Date: 14 Feb 2003 20:23:20 +0100
27593              Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
27594      Branch: perl
27595            ! pp.c t/op/substr.t t/op/vec.t
27596 ____________________________________________________________________________
27597 [ 18704] By: hv                                    on 2003/02/15  06:17:06
27598         Log: Subject: Re: overriding builtins quirk
27599              From: Jerrad Pierce <belg4mit@MIT.EDU>
27600              Date: Fri, 14 Feb 2003 09:28:13 -0500
27601              Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
27602      Branch: perl
27603            ! pod/perlsub.pod
27604 ____________________________________________________________________________
27605 [ 18703] By: rgs                                   on 2003/02/14  22:23:56
27606         Log: Subject: Re: trying to fix #20154, #20357
27607              From: Enache Adrian <enache@rdslink.ro>
27608              Date: Sat, 8 Feb 2003 21:05:14 +0200
27609              Message-ID: <20030208190514.GA866@ratsnest.hole>
27610              (fixes #19061 as well)
27611      Branch: perl
27612            ! pp_ctl.c t/op/goto.t
27613 ____________________________________________________________________________
27614 [ 18702] By: gbarr                                 on 2003/02/14  19:26:23
27615         Log: Update to Scalar-List-Utils 1.11
27616      Branch: perl
27617            + ext/List/Util/t/proto.t
27618            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
27619            ! ext/List/Util/lib/List/Util.pm
27620            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
27621 ____________________________________________________________________________
27622 [ 18699] By: jhi                                   on 2003/02/13  09:43:33
27623         Log: gcc 3.2.1 does not have -Wall faith that tmp
27624              will not be used uninitialized.
27625      Branch: perl
27626            ! toke.c
27627 ____________________________________________________________________________
27628 [ 18698] By: hv                                    on 2003/02/12  03:01:32
27629         Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
27630              From: Slaven Rezic <slaven@rezic.de>
27631              Date: 30 Jan 2003 19:03:41 +0100
27632              Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
27633      Branch: perl
27634            ! utils/perlbug.PL
27635 ____________________________________________________________________________
27636 [ 18697] By: hv                                    on 2003/02/12  02:20:39
27637         Log: Subject: [PATCH 5.9.0] to silence compiler warning
27638              From: Robin Barker <Robin.Barker@npl.co.uk>
27639              Date: Tue, 28 Jan 2003 13:27:17 -0000
27640              Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
27641      Branch: perl
27642            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
27643            ! universal.c util.c
27644 ____________________________________________________________________________
27645 [ 18696] By: rgs                                   on 2003/02/11  20:13:21
27646         Log: Subject: [perl #20654] %*v02x considered invalid in printf
27647              From: Robin Barker (via RT) <perlbug-followup@perl.org>
27648              Date: 10 Feb 2003 16:43:23 -0000
27649              Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
27650      Branch: perl
27651            ! sv.c t/op/sprintf.t
27652 ____________________________________________________________________________
27653 [ 18695] By: rgs                                   on 2003/02/11  20:00:23
27654         Log: Subject: mini-[patch] perlrun "^$W" typo
27655              From: Iain Truskett <spoon@dellah.org>
27656              Date: Tue, 11 Feb 2003 08:38:52 +1100
27657              Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
27658      Branch: perl
27659            ! pod/perlrun.pod
27660 ____________________________________________________________________________
27661 [ 18694] By: rgs                                   on 2003/02/11  19:44:00
27662         Log: Subject: [PATCH] More B::Concise fixes
27663              From: Stephen McCamant <smcc@mit.edu>
27664              Date: Sun, 9 Feb 2003 17:28:38 -0500
27665              Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
27666      Branch: perl
27667            ! ext/B/B/Concise.pm
27668 ____________________________________________________________________________
27669 [ 18693] By: merijn                                on 2003/02/11  08:14:29
27670         Log: More code cleanup.
27671
27672              Subject: Re: New SV Flag
27673              Date: Fri, 07 Feb 2003 09:57:43 +0100
27674              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27675              Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
27676      Branch: perl
27677            ! sv.c sv.h
27678 ____________________________________________________________________________
27679 [ 18692] By: jhi                                   on 2003/02/11  07:53:26
27680         Log: Dueling patches.
27681      Branch: perl
27682            - lib/CPAN/ChangeLog
27683            ! MANIFEST
27684 ____________________________________________________________________________
27685 [ 18691] By: hv                                    on 2003/02/11  00:27:56
27686         Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
27687              From: Mark Mielke <mark@mark.mielke.cc>
27688              Date: Mon, 20 Jan 2003 19:56:13 -0500
27689              Message-ID: <20030121005613.GA31739@mark.mielke.cc>
27690      Branch: perl
27691            ! sv.c
27692 ____________________________________________________________________________
27693 [ 18690] By: hv                                    on 2003/02/10  22:08:05
27694         Log: fix comment in change #18689
27695      Branch: perl
27696            ! sv.c
27697 ____________________________________________________________________________
27698 [ 18689] By: hv                                    on 2003/02/10  21:59:34
27699         Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
27700              Now allows but ignores the 'l' modifier on floating point formats
27701              and adds a couple of tests.
27702      Branch: perl
27703            ! sv.c t/op/sprintf.t
27704 ____________________________________________________________________________
27705 [ 18688] By: sky                                   on 2003/02/10  19:54:13
27706         Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
27707              From: Enache Adrian <enache@rdslink.ro>
27708              Date: sun feb 9, 2003  21:10:25 Europe/Stockholm
27709              Message-Id: <20030209201025.GA1247@ratsnest.hole>
27710      Branch: perl
27711            ! pp_ctl.c
27712 ____________________________________________________________________________
27713 [ 18687] By: sky                                   on 2003/02/10  18:13:29
27714         Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
27715              From: Enache Adrian <enache@rdslink.ro>
27716              Date: mon feb 10, 2003  18:48:58 Europe/Stockholm
27717              Message-id: <20030210174858.GA872@ratsnest.hole>
27718      Branch: perl
27719            ! t/comp/parser.t toke.c
27720 ____________________________________________________________________________
27721 [ 18686] By: sky                                   on 2003/02/10  18:11:35
27722         Log: Compile under threads and MacOSX. For some reason newSVpvf
27723              was not exapnded.
27724      Branch: perl
27725            ! universal.c
27726 ____________________________________________________________________________
27727 [ 18685] By: ams                                   on 2003/02/10  03:44:07
27728         Log: No, we don't really want the utility scripts.
27729      Branch: perl
27730            - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
27731            - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
27732            ! MANIFEST ext/MIME/Base64/Makefile.PL
27733 ____________________________________________________________________________
27734 [ 18684] By: hv                                    on 2003/02/10  01:43:12
27735         Log: fix for C< use if qw/ 1 open :utf8 / > based on:
27736              Subject: [perl #20536] use if 1, open => ':utf8' fails
27737              From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
27738              Date: 24 Jan 2003 22:39:06 -0000
27739              Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
27740      Branch: perl
27741            ! lib/if.pm lib/if.t
27742 ____________________________________________________________________________
27743 [ 18683] By: hv                                    on 2003/02/10  01:15:52
27744         Log: Subject: RE: perldebug.pod suggestion
27745              From: "Jay Hannah" <jhannah@omnihotels.com>
27746              Date: Fri, 24 Jan 2003 11:28:44 -0600
27747              Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
27748      Branch: perl
27749            ! pod/perldebug.pod
27750 ____________________________________________________________________________
27751 [ 18682] By: hv                                    on 2003/02/10  00:26:50
27752         Log: Subject: [PATCH] version objects final(?) patch
27753              From: John Peacock <jpeacock@rowman.com>
27754              Date: Sun, 05 Jan 2003 21:28:41 -0500
27755              Message-ID: <3E18E9D9.2040908@rowman.com>
27756      Branch: perl
27757            ! lib/version.pm lib/version.t universal.c util.c
27758 ____________________________________________________________________________
27759 [ 18680] By: chip                                  on 2003/02/09  17:39:33
27760         Log: Add CPAN ChangeLog to MANIFEST.
27761      Branch: perl
27762            ! MANIFEST
27763 ____________________________________________________________________________
27764 [ 18678] By: jhi                                   on 2003/02/09  14:37:38
27765         Log: CPAN ChangeLog not needed, says Andreas.
27766      Branch: perl
27767            ! MANIFEST
27768 ____________________________________________________________________________
27769 [ 18677] By: jhi                                   on 2003/02/09  08:42:19
27770         Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
27771              From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
27772              Date: 8 Feb 2003 11:54:11 -0000
27773              Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
27774      Branch: perl
27775            ! ext/PerlIO/encoding/encoding.pm
27776 ____________________________________________________________________________
27777 [ 18676] By: jhi                                   on 2003/02/09  08:35:25
27778         Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
27779              From: Stas Bekman <stas@stason.org>
27780              Date: Sat, 08 Feb 2003 11:12:28 +1100
27781              Message-ID: <3E444B6C.5060407@stason.org>
27782      Branch: perl
27783            ! doio.c
27784 ____________________________________________________________________________
27785 [ 18675] By: jhi                                   on 2003/02/08  19:49:40
27786         Log: Possible cruft removal.
27787      Branch: perl
27788            ! x2p/Makefile.SH
27789 ____________________________________________________________________________
27790 [ 18674] By: jhi                                   on 2003/02/08  18:22:42
27791         Log: Signedness nits.
27792      Branch: perl
27793            ! toke.c
27794 ____________________________________________________________________________
27795 [ 18672] By: jhi                                   on 2003/02/08  08:45:35
27796         Log: Upgrade to CPAN 1.64, from Andreas Koenig.
27797      Branch: perl
27798            + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
27799            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
27800            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
27801            ! utils.lst
27802 ____________________________________________________________________________
27803 [ 18671] By: jhi                                   on 2003/02/08  08:35:06
27804         Log: Upgrade to Net::Ping 2.28, from Rob Brown.
27805      Branch: perl
27806            + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
27807            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
27808            ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
27809            ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
27810 ____________________________________________________________________________
27811 [ 18670] By: jhi                                   on 2003/02/08  07:23:02
27812         Log: Subject: [PATCH] perluniintro nit
27813              From: Autrijus Tang <autrijus@autrijus.org>
27814              Date: Fri, 7 Feb 2003 00:02:49 +0800
27815              Message-ID: <20030206160249.GA12984@not.autrijus.org>
27816      Branch: perl
27817            ! pod/perluniintro.pod
27818 ____________________________________________________________________________
27819 [ 18669] By: jhi                                   on 2003/02/06  20:06:09
27820         Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
27821              From: PPrymmer@factset.com
27822              Date: Wed, 5 Feb 2003 12:00:05 -0500
27823              Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
27824      Branch: perl
27825            ! t/pod/find.t
27826 ____________________________________________________________________________
27827 [ 18668] By: jhi                                   on 2003/02/06  20:00:52
27828         Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
27829      Branch: perl
27830            ! proto.h
27831 ____________________________________________________________________________
27832 [ 18666] By: sky                                   on 2003/02/06  09:39:24
27833         Log: Patch from Richard Soderberg, cleanup the code a bit and comment
27834              why we are not using SvOOK_on.
27835      Branch: perl
27836            ! sv.c
27837 ____________________________________________________________________________
27838 [ 18664] By: jhi                                   on 2003/02/06  09:26:53
27839         Log: Things forgotten from Encode 1.87.
27840      Branch: perl
27841            ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
27842 ____________________________________________________________________________
27843 [ 18663] By: jhi                                   on 2003/02/06  04:03:31
27844         Log: Upgrade to Encode 1.87.
27845      Branch: perl
27846            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
27847            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
27848            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
27849            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
27850            ! ext/Encode/lib/Encode/CJKConstants.pm
27851            ! ext/Encode/lib/Encode/Encoder.pm
27852            ! ext/Encode/lib/Encode/Encoding.pm
27853            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
27854            ! ext/Encode/t/enc_eucjp.t
27855 ____________________________________________________________________________
27856 [ 18662] By: jhi                                   on 2003/02/05  19:40:38
27857         Log: Add the test of [perl #8760] (fixed by change #18656).
27858      Branch: perl
27859            ! t/run/fresh_perl.t
27860 ____________________________________________________________________________
27861 [ 18661] By: jhi                                   on 2003/02/05  19:28:37
27862         Log: has become fixed too (by changes #18653
27863              and #18658, methinks), adding the test(s).
27864      Branch: perl
27865            ! t/op/pat.t
27866 ____________________________________________________________________________
27867 [ 18660] By: jhi                                   on 2003/02/05  17:15:35
27868         Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
27869              From: Inaba HIroto <inaba@st.rim.or.jp>
27870              Date: Sat, 01 Feb 2003 21:58:20 +0900
27871              Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
27872      Branch: perl
27873            ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
27874            ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
27875            ! ext/Encode/lib/Encode/Encoding.pm
27876            ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
27877            ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
27878 ____________________________________________________________________________
27879 [ 18659] By: jhi                                   on 2003/02/05  11:51:30
27880         Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
27881              From: PPrymmer@factset.com
27882              Date: Tue, 4 Feb 2003 12:03:17 -0500
27883              Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
27884      Branch: perl
27885            ! ext/PerlIO/via/via.xs
27886 ____________________________________________________________________________
27887 [ 18658] By: jhi                                   on 2003/02/05  05:45:11
27888         Log: s/S_cache_re/cache_re/ for building with threads.
27889      Branch: perl
27890            ! regexec.c
27891 ____________________________________________________________________________
27892 [ 18657] By: rgs                                   on 2003/02/04  20:06:19
27893         Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
27894              From: Stephen McCamant <smcc@mit.edu>
27895              Date: Mon, 3 Feb 2003 21:01:07 -0500
27896              Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
27897      Branch: perl
27898            ! ext/B/B/Concise.pm ext/B/t/concise.t
27899 ____________________________________________________________________________
27900 [ 18656] By: rgs                                   on 2003/02/04  20:02:56
27901         Log: Better version of change #18648, by Enache Adrian
27902              Message-ID: <20030204101533.GA11817@ratsnest.hole>
27903      Branch: perl
27904            ! op.c
27905 ____________________________________________________________________________
27906 [ 18655] By: jhi                                   on 2003/02/04  15:56:36
27907         Log: Add the new test to MANIFEST.
27908      Branch: perl
27909            ! MANIFEST
27910 ____________________________________________________________________________
27911 [ 18654] By: gbarr                                 on 2003/02/04  14:42:51
27912         Log: Sync with 1.10
27913      Branch: perl
27914            + ext/List/Util/t/lln.t
27915            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
27916            ! ext/List/Util/lib/List/Util.pm
27917            ! ext/List/Util/lib/Scalar/Util.pm
27918 ____________________________________________________________________________
27919 [ 18653] By: jhi                                   on 2003/02/04  11:04:25
27920         Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
27921              The PL_regdata was not set up (S_cache_re()) before it
27922              was needed (S_reginclass()).  The test put in fresh_perl.t
27923              because we need a pristine state to start.
27924      Branch: perl
27925            ! regexec.c t/run/fresh_perl.t
27926 ____________________________________________________________________________
27927 [ 18652] By: jhi                                   on 2003/02/04  06:35:51
27928         Log: Comment tweak.
27929      Branch: perl
27930            ! t/op/pat.t
27931 ____________________________________________________________________________
27932 [ 18651] By: jhi                                   on 2003/02/04  06:28:53
27933         Log: Signedness issue.
27934      Branch: perl
27935            ! ext/MIME/Base64/Base64.xs
27936 ____________________________________________________________________________
27937 [ 18650] By: rgs                                   on 2003/02/03  22:02:44
27938         Log: Force the C locale in makedepend, to prevent gcc from
27939              producing locale-dependent messages.
27940      Branch: perl
27941            ! makedepend.SH
27942 ____________________________________________________________________________
27943 [ 18649] By: rgs                                   on 2003/02/03  22:00:21
27944         Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
27945      Branch: perl
27946            ! pod/perlrun.pod
27947 ____________________________________________________________________________
27948 [ 18648] By: rgs                                   on 2003/02/03  19:32:57
27949         Log: Fix bug #8760 : cop_line isn't properly restored
27950              when a module is loaded at runtime behind the scenes.
27951      Branch: perl
27952            ! op.c t/lib/warnings/perlio
27953 ____________________________________________________________________________
27954 [ 18647] By: merijn                                on 2003/02/03  16:14:00
27955         Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
27956              From: Abe Timmerman <abe@ztreet.demon.nl>
27957              Date: Sun, 2 Feb 2003 18:27:57 +0100
27958              Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
27959      Branch: perl
27960            ! hints/openbsd.sh
27961 ____________________________________________________________________________
27962 [ 18644] By: jhi                                   on 2003/02/03  12:41:51
27963         Log: Duh, test -e ENOPORTABLE, I should've remembered that.
27964              (Made Solaris go boom.)
27965      Branch: perl
27966            ! Configure
27967 ____________________________________________________________________________
27968 [ 18643] By: jhi                                   on 2003/02/03  10:36:15
27969         Log: Detypo.
27970      Branch: perl
27971            ! cop.h
27972 ____________________________________________________________________________
27973 [ 18642] By: ams                                   on 2003/02/03  08:26:36
27974         Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
27975              utility scripts?)
27976      Branch: perl
27977            + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
27978            + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
27979            ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
27980            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
27981            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
27982            ! ext/MIME/Base64/t/quoted-print.t
27983 ____________________________________________________________________________
27984 [ 18641] By: sky                                   on 2003/02/02  23:46:24
27985         Log: In any case, never copy this but use the same SV since
27986              if we copy we loose the hash we so badly need.
27987              For op_const we might still need to copy however.
27988      Branch: perl
27989            ! op.c
27990 ____________________________________________________________________________
27991 [ 18640] By: sky                                   on 2003/02/02  23:38:40
27992         Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
27993              threading issue. Should perhaps be a PVOP to save memory, but then
27994              we have nowhere to store the hash of the function!
27995      Branch: perl
27996            ! dump.c op.c pp_hot.c
27997 ____________________________________________________________________________
27998 [ 18637] By: jhi                                   on 2003/02/02  20:07:57
27999         Log: Plan 9: Some time has passed.
28000      Branch: perl
28001            ! plan9/buildinfo
28002 ____________________________________________________________________________
28003 [ 18636] By: jhi                                   on 2003/02/02  20:02:11
28004         Log: Subject: Re: typo in checkin 18616
28005              From: Nick Ing-Simmons <nick@ing-simmons.net>
28006              Date: Sun, 02 Feb 2003 17:23:08 +0000
28007              Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
28008      Branch: perl
28009            ! XSUB.h
28010 ____________________________________________________________________________
28011 [ 18635] By: jhi                                   on 2003/02/02  19:46:35
28012         Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
28013      Branch: perl
28014            + plan9/config_sh.sample
28015            ! MANIFEST
28016 ____________________________________________________________________________
28017 [ 18634] By: ams                                   on 2003/02/02  18:07:01
28018         Log: Subject: [PATCH] pod/perlfunc.pod
28019              From: abigail@abigail.nl
28020              Date: Sun, 2 Feb 2003 16:59:48 +0100
28021              Message-Id: <20030202155948.7971.qmail@abigail.nl>
28022      Branch: perl
28023            ! pod/perlfunc.pod
28024 ____________________________________________________________________________
28025 [ 18633] By: jhi                                   on 2003/02/02  16:48:26
28026         Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
28027              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28028              Date: Wed, 22 Jan 2003 22:35:56 +0100
28029              Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
28030      Branch: perl
28031            ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
28032 ____________________________________________________________________________
28033 [ 18632] By: jhi                                   on 2003/02/02  15:31:36
28034         Log: Also [perl #3547] has been fixed; add its test case.
28035      Branch: perl
28036            ! t/op/pat.t
28037 ____________________________________________________________________________
28038 [ 18631] By: jhi                                   on 2003/02/02  15:26:10
28039         Log: The [perl #7471] seems to have been fixed; add its test.
28040      Branch: perl
28041            ! t/op/pat.t
28042 ____________________________________________________________________________
28043 [ 18630] By: jhi                                   on 2003/02/02  15:21:23
28044         Log: seems to have been fixed; add its test.
28045      Branch: perl
28046            ! t/op/pat.t
28047 ____________________________________________________________________________
28048 [ 18629] By: jhi                                   on 2003/02/02  15:09:39
28049         Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
28050      Branch: perl
28051            + plan9/config_h.sample
28052            ! MANIFEST
28053 ____________________________________________________________________________
28054 [ 18628] By: jhi                                   on 2003/02/02  14:46:26
28055         Log: Plan 9: Update config.plan9 based on Russ Cox' work.
28056      Branch: perl
28057            ! plan9/config.plan9
28058 ____________________________________________________________________________
28059 [ 18627] By: jhi                                   on 2003/02/02  14:24:00
28060         Log: Plan 9: Update the list of object files.
28061      Branch: perl
28062            ! plan9/mkfile
28063 ____________________________________________________________________________
28064 [ 18626] By: jhi                                   on 2003/02/02  14:03:16
28065         Log: Plan 9: No Configure.
28066      Branch: perl
28067            ! Configure
28068 ____________________________________________________________________________
28069 [ 18624] By: jhi                                   on 2003/02/02  13:29:02
28070         Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
28071      Branch: perl
28072            ! Configure
28073 ____________________________________________________________________________
28074 [ 18622] By: jhi                                   on 2003/02/02  12:49:13
28075         Log: minitest wasn't working.  (The $^X /miniperl/ test in
28076              io/crlf.t didn't work in Tru64, $^X was "./perl", used
28077              the same 'eval q/use .../' trick everywhere.)
28078      Branch: perl
28079            ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
28080            ! t/uni/tr_utf8.t
28081 ____________________________________________________________________________
28082 [ 18621] By: jhi                                   on 2003/02/02  12:23:28
28083         Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
28084              (test.pl-ise quotemeta.t, too)
28085      Branch: perl
28086            ! t/op/quotemeta.t toke.c
28087 ____________________________________________________________________________
28088 [ 18618] By: sky                                   on 2003/02/01  21:04:36
28089         Log: Fix bug #15837, temporary from storable call hadn't gotten
28090              freed yet and was cloned but without a real (AvREAL)
28091              reference to it. @_ doesn't refcount!
28092      Branch: perl
28093            ! ext/threads/threads.xs
28094 ____________________________________________________________________________
28095 [ 18616] By: jhi                                   on 2003/02/01  19:43:09
28096         Log: Integrate from perlio:
28097
28098              [ 18591]
28099              PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
28100              correct XSUB.h
28101
28102              [ 18611]
28103              Michael Schroeder's fix for re-try if stdio ops after
28104              interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
28105
28106              [ 18612]
28107              PerlIO friendly version of speed up of $/ = undef case.
28108
28109              [ 18613]
28110              fflush() before invalidating stdio's fileno.
28111      Branch: perl
28112           !> XSUB.h perlio.c sv.c
28113 ____________________________________________________________________________
28114 [ 18615] By: sky                                   on 2003/02/01  12:01:01
28115         Log: Don't free thread before using it, breaks platforms that
28116              trust that I really want to free what I free, (like HPUX
28117              and AIX).
28118      Branch: perl
28119            ! ext/threads/threads.xs
28120 ____________________________________________________________________________
28121 [ 18614] By: ams                                   on 2003/02/01  12:00:29
28122         Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
28123              From: Nick Ing-Simmons <nick@ing-simmons.net>
28124              Date: Sat, 01 Feb 2003 13:03:52 +0000
28125              Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
28126      Branch: perl
28127            ! perlio.c
28128 ____________________________________________________________________________
28129 [ 18609] By: jhi                                   on 2003/01/31  08:58:40
28130         Log: Go even further (back) than change #18608 and revert
28131              to the 5.8.0 code, since otherwise split.t #40 fails.
28132              The four new tests of pat.t should keep us more honest.
28133      Branch: perl
28134            ! regexec.c
28135 ____________________________________________________________________________
28136 [ 18608] By: jhi                                   on 2003/01/31  08:24:53
28137         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
28138              From: Enache Adrian <enache@rdslink.ro>
28139              Date: Fri, 31 Jan 2003 09:20:59 +0200
28140              Message-ID: <20030131072059.GB6045@ratsnest.hole>
28141      Branch: perl
28142            ! regexec.c t/op/pat.t
28143 ____________________________________________________________________________
28144 [ 18607] By: ams                                   on 2003/01/31  02:29:56
28145         Log: Fix typo in version check ($[ to $]).
28146      Branch: perl
28147            ! ext/Storable/t/restrict.t
28148 ____________________________________________________________________________
28149 [ 18606] By: rgs                                   on 2003/01/30  22:02:47
28150         Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
28151              From: Jose.auguste-etienne@cgss-guyane.fr
28152              Date: Thu, 30 Jan 2003 12:40:53 -0300
28153              Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
28154      Branch: perl
28155            ! pod/perlunicode.pod
28156 ____________________________________________________________________________
28157 [ 18605] By: rgs                                   on 2003/01/30  20:58:52
28158         Log: code example in the FAQ that isn't strict-friendly.
28159              Subject: [perl #20616] Tie::IxHash doc error.
28160              From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
28161              Date: 30 Jan 2003 11:43:17 -0000
28162              Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
28163      Branch: perl
28164            ! pod/perlfaq4.pod
28165 ____________________________________________________________________________
28166 [ 18604] By: rgs                                   on 2003/01/30  20:52:05
28167         Log: FAQ sync.
28168      Branch: perl
28169            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
28170            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
28171            ! pod/perlfaq8.pod
28172 ____________________________________________________________________________
28173 [ 18603] By: jhi                                   on 2003/01/30  08:05:22
28174         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
28175              From: Enache Adrian <enache@rdslink.ro>
28176              Date: Thu, 30 Jan 2003 10:48:09 +0200
28177              Message-ID: <20030130084809.GA16902@ratsnest.hole>
28178
28179              Fix for half of the failures, with an expanded test.
28180      Branch: perl
28181            ! lib/utf8.t sv.c
28182 ____________________________________________________________________________
28183 [ 18602] By: merijn                                on 2003/01/30  06:31:50
28184         Log: Updates to the openbsd hints
28185
28186              Subject: [perl #20606] [no subject]
28187              Date: 29 Jan 2003 18:38:37 -0000
28188              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
28189              Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
28190      Branch: perl
28191            ! hints/openbsd.sh
28192 ____________________________________________________________________________
28193 [ 18601] By: jhi                                   on 2003/01/29  05:58:36
28194         Log: More of the #18600.
28195      Branch: perl
28196            ! pad.c
28197 ____________________________________________________________________________
28198 [ 18600] By: jhi                                   on 2003/01/29  05:37:12
28199         Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
28200              dumping (but now use SvPV_nolen).  (This change made an empty
28201              prototype to show up as "_" under -Uuseperlio.)
28202      Branch: perl
28203            ! dump.c
28204 ____________________________________________________________________________
28205 [ 18599] By: rgs                                   on 2003/01/28  21:07:08
28206         Log: Fix a very small memory leak in op_free, by reserving the
28207              case op_seq == (U16)-1 for the compiler backend
28208
28209              Subject: Re: Freeing code
28210              From: "Paul Johnson" <paul@pjcj.net>
28211              Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
28212              Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
28213      Branch: perl
28214            ! op.c
28215 ____________________________________________________________________________
28216 [ 18598] By: rgs                                   on 2003/01/28  20:43:02
28217         Log: Integrate from maint-5.8:
28218              Change 18450 :
28219              Tiny output tweak.
28220              Change 18429 :
28221              AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
28222              things like drand48_data are undefined).
28223              Change 18388 :
28224              List the PERL_MAGIC_utf8 ('w') flag.
28225      Branch: perl
28226           !> hints/aix.sh pod/perlguts.pod t/op/pat.t
28227 ____________________________________________________________________________
28228 [ 18597] By: rgs                                   on 2003/01/27  21:52:00
28229         Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
28230              From: Slaven Rezic <slaven@rezic.de>
28231              Date: 14 Jan 2003 20:58:54 +0100
28232              Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
28233      Branch: perl
28234            ! ext/Sys/Hostname/Hostname.pm
28235 ____________________________________________________________________________
28236 [ 18596] By: rgs                                   on 2003/01/27  20:38:21
28237         Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
28238              without the lval context tweak. Used in OP_DBSTATE.
28239              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
28240              From: Dave Mitchell <davem@fdgroup.com>
28241              Date: Sun, 26 Jan 2003 17:42:42 +0000
28242              Message-ID: <20030126174242.H16182@fdgroup.com>
28243      Branch: perl
28244            ! cop.h pp_ctl.c
28245 ____________________________________________________________________________
28246 [ 18595] By: rgs                                   on 2003/01/27  20:32:01
28247         Log: Subject: [PATCH] make Copy On Write work once again
28248              From: Nicholas Clark <nick@unfortu.net>
28249              Date: Sat, 25 Jan 2003 00:25:50 +0000
28250              Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
28251      Branch: perl
28252            ! sv.h
28253 ____________________________________________________________________________
28254 [ 18594] By: jhi                                   on 2003/01/27  20:01:44
28255         Log: Update the pod list for Plan 9.
28256      Branch: perl
28257            ! plan9/mkfile
28258 ____________________________________________________________________________
28259 [ 18593] By: sky                                   on 2003/01/26  22:37:21
28260         Log: When we copy things out of a hash and increment the
28261              refcount of the shared scalar, we really must protect
28262              that refcount increase with a lock, or else it might not
28263              happen. Fixes segfault when objects would prematurely
28264              be killed.
28265      Branch: perl
28266            ! ext/threads/shared/shared.xs
28267 ____________________________________________________________________________
28268 [ 18592] By: jhi                                   on 2003/01/26  21:54:36
28269         Log: Missing (STRLEN)casts.
28270      Branch: perl
28271            ! sv.c
28272 ____________________________________________________________________________
28273 [ 18589] By: rgs                                   on 2003/01/26  13:06:49
28274         Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
28275
28276              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
28277              From: Dave Mitchell <davem@fdgroup.com>
28278              Date: Fri, 24 Jan 2003 18:44:19 +0000
28279              Message-ID: <20030124184419.F11179@fdgroup.com>
28280      Branch: perl
28281            ! mg.c op.h pp_ctl.c
28282 ____________________________________________________________________________
28283 [ 18588] By: jhi                                   on 2003/01/26  12:18:10
28284         Log: Lest people get worried about not having PerlIO.
28285      Branch: perl
28286            ! pod/perluniintro.pod
28287 ____________________________________________________________________________
28288 [ 18586] By: jhi                                   on 2003/01/26  09:19:01
28289         Log: Plan 9 doesn't do nm, from Russ Cox.
28290      Branch: perl
28291            ! Configure
28292 ____________________________________________________________________________
28293 [ 18584] By: jhi                                   on 2003/01/26  09:11:23
28294         Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
28295      Branch: perl
28296            ! plan9/plan9ish.h
28297 ____________________________________________________________________________
28298 [ 18583] By: jhi                                   on 2003/01/26  09:08:36
28299         Log: Plan 9 compiler can't return quads from the ?: (condop).
28300              (There may be more spots like this, so a Configure test
28301              maybe in order, but this works for now.)  From Russ Cox.
28302      Branch: perl
28303            ! ext/PerlIO/via/via.xs plan9/plan9ish.h
28304 ____________________________________________________________________________
28305 [ 18581] By: ams                                   on 2003/01/26  05:29:40
28306         Log: Subject: Re: truncate using a globref
28307              From: Slaven Rezic <slaven@rezic.de>
28308              Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
28309              Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
28310      Branch: perl
28311            ! pp_sys.c t/io/fs.t
28312 ____________________________________________________________________________
28313 [ 18580] By: ams                                   on 2003/01/26  04:57:47
28314         Log: Subject: patch to speed up Perl's slurp mode
28315              From: Enache Adrian <enache@rdslink.ro>
28316              Date: Fri, 24 Jan 2003 06:23:54 +0200
28317              Message-Id: <20030124042354.GA30362@ratsnest.hole>
28318      Branch: perl
28319            ! sv.c
28320 ____________________________________________________________________________
28321 [ 18579] By: ams                                   on 2003/01/26  02:50:44
28322         Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
28323              From: Enache Adrian <enache@rdslink.ro>
28324              Date: Sun, 26 Jan 2003 04:55:48 +0200
28325              Message-Id: <20030126025548.GB812@ratsnest.hole>
28326      Branch: perl
28327            ! pp_ctl.c
28328 ____________________________________________________________________________
28329 [ 18578] By: ams                                   on 2003/01/26  02:40:20
28330         Log: Subject: [PATCH Storable 2.06] const declaration fixup
28331              From: "Craig A. Berry" <craigberry@mac.com>
28332              Date: Thu, 23 Jan 2003 16:24:46 -0600
28333              Message-Id: <3E306BAE.4030807@mac.com>
28334      Branch: perl
28335            ! ext/Storable/Storable.xs
28336 ____________________________________________________________________________
28337 [ 18577] By: rgs                                   on 2003/01/23  20:46:00
28338         Log: Subject: [PATCH] move pad.c warnings to different test file
28339              From: Dave Mitchell <davem@fdgroup.com>
28340              Date: Thu, 23 Jan 2003 20:56:47 +0000
28341              Message-ID: <20030123205647.C8696@fdgroup.com>
28342      Branch: perl
28343            + t/lib/warnings/pad
28344            ! MANIFEST t/lib/warnings/op
28345 ____________________________________________________________________________
28346 [ 18573] By: nick                                  on 2003/01/23  07:26:43
28347         Log: Fix Solaris 32-bit invalidate case.
28348      Branch: perl
28349            ! perlio.c
28350 ____________________________________________________________________________
28351 [ 18572] By: rgs                                   on 2003/01/22  21:40:21
28352         Log: Integrate change 18448 from maint-5.8 :
28353
28354              Subject: Partial Data::Dumper patch
28355              From: Richard Clamp <richardc@unixbeard.net>
28356              Date: Sat, 4 Jan 2003 00:52:47 +0000
28357              Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
28358
28359              Subject: Re: Partial Data::Dumper patch
28360              From: Slaven Rezic <slaven@rezic.de>
28361              Date: 04 Jan 2003 02:48:08 +0100
28362              Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
28363      Branch: perl
28364           !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
28365 ____________________________________________________________________________
28366 [ 18571] By: rgs                                   on 2003/01/22  21:22:31
28367         Log: Subject: [PATCH] Re: difference between my and our before introduction
28368              From: Dave Mitchell <davem@fdgroup.com>
28369              Date: Thu, 16 Jan 2003 17:12:37 +0000
28370              Message-ID: <20030116171237.C420@fdgroup.com>
28371              (with a small test tweak)
28372      Branch: perl
28373            ! pad.c t/comp/our.t toke.c
28374 ____________________________________________________________________________
28375 [ 18569] By: rgs                                   on 2003/01/22  21:00:59
28376         Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
28377      Branch: perl
28378            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
28379 ____________________________________________________________________________
28380 [ 18561] By: jhi                                   on 2003/01/22  17:43:45
28381         Log: Integrate from perlio:
28382              [ 18560]
28383              Fixes for open.pm which attempts to load layers:
28384              1. C equivalent of local $SIG{__WARN__} = sub {}
28385              while loading layers to supress warnings lib/open.t does
28386              not want.
28387              2. The loading scheme does not recurse now so look for
28388              new symptom of bad layer which is that a good module
28389              fails to load (as we cannot open any files).
28390
28391              NOTE: In my opinion open.pm should probably die on bad layer
28392              spec rather than just (maybe) warning and then allowing opens
28393              to fail.
28394      Branch: perl
28395           !> lib/open.t perlio.c
28396 ____________________________________________________________________________
28397 [ 18559] By: jhi                                   on 2003/01/22  13:19:31
28398         Log: Upgrade to Encode 1.86.
28399      Branch: perl
28400            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
28401            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
28402            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
28403 ____________________________________________________________________________
28404 [ 18558] By: jhi                                   on 2003/01/22  13:05:27
28405         Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
28406              From: Dave Mitchell <davem@fdgroup.com>
28407              Date: Sun, 19 Jan 2003 17:22:05 +0000
28408              Message-ID: <20030119172204.D24444@fdgroup.com>
28409      Branch: perl
28410            ! dump.c
28411 ____________________________________________________________________________
28412 [ 18557] By: jhi                                   on 2003/01/22  13:01:15
28413         Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning   in blead with SIGWARN
28414              From: Nicholas Clark <nick@unfortu.net>
28415              Date: Tue, 21 Jan 2003 22:27:21 +0000
28416              Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
28417      Branch: perl
28418            ! sv.c t/op/ref.t
28419 ____________________________________________________________________________
28420 [ 18556] By: jhi                                   on 2003/01/22  12:59:02
28421         Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
28422              From: Robin Barker <Robin.Barker@npl.co.uk>
28423              Date: Mon, 20 Jan 2003 15:26:21 -0000
28424              Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
28425      Branch: perl
28426            ! perlio.h
28427 ____________________________________________________________________________
28428 [ 18555] By: jhi                                   on 2003/01/22  12:57:20
28429         Log: Integrate from perlio:
28430              [ 18539]
28431              Try the invalidate_fileno() idea for non-leaky stdio sockets.
28432
28433              [ 18540]
28434              stdio does NOT set errno==EBADF on invalidated fileno
28435
28436              [ 18547]
28437              Tweak APItest for new semantics of printf.
28438              Now printf() is always real printf() and not #define'd to
28439              PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
28440              back to original file does not affect stdout unless we are
28441              using :stdio as implementation. So things printf()ed XS side
28442              are not written to file (and turn up at end of test).
28443              So add an XS function which does fflush(stdout), modify .pm
28444              file to export it and .t file to call it.
28445
28446              [ 18548]
28447              Add defined(__osf__) case to invalidate_fileno (for Tru64).
28448
28449              [ 18549]
28450              Report layer name (without arg) on fail, and attempt to
28451              autoload layer name. (Fix for [perl #20460]).
28452
28453              [ 18550]
28454              #if defined(__irix__) (for stdio invalidate) from Jarkko.
28455      Branch: perl
28456           !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
28457           !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
28458 ____________________________________________________________________________
28459 [ 18554] By: jhi                                   on 2003/01/22  12:47:03
28460         Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
28461              From: Dave Mitchell <davem@fdgroup.com>
28462              Date: Sun, 19 Jan 2003 16:43:54 +0000
28463              Message-ID: <20030119164353.B24444@fdgroup.com>
28464      Branch: perl
28465            ! av.c t/op/array.t
28466 ____________________________________________________________________________
28467 [ 18553] By: jhi                                   on 2003/01/22  12:43:31
28468         Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
28469              From: Martti Rahkila <martti.rahkila@hut.fi>
28470              Date: Sat, 18 Jan 2003 00:25:39 +0200
28471              Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
28472
28473              (chose the 'even safer' version)
28474      Branch: perl
28475            ! lib/Term/Complete.pm
28476 ____________________________________________________________________________
28477 [ 18552] By: jhi                                   on 2003/01/22  12:34:06
28478         Log: Subject: [PATCH] assert PV isn't RV
28479              From: Nicholas Clark <nick@unfortu.net>
28480              Date: Fri, 17 Jan 2003 19:40:45 +0000
28481              Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
28482      Branch: perl
28483            ! sv.h
28484 ____________________________________________________________________________
28485 [ 18551] By: jhi                                   on 2003/01/22  12:28:11
28486         Log: Integrate from maint-5.8:
28487              [ 18375]
28488              Better version of change #18370; use the new 'E' flag
28489              so that cxinc is exposed (as cpp) only to List::Util
28490              (well, any extension) (well, anyone who does -DPERL_EXT),
28491              no need to export it globally.
28492      Branch: perl
28493           !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
28494 ____________________________________________________________________________
28495 [ 18545] By: ams                                   on 2003/01/22  06:06:26
28496         Log: Subject: [PATCH perl-current] AUTHORS correction
28497              From: Richard Soderberg <rs@crystalflame.net>
28498              Date: Wed, 22 Jan 2003 02:08:13 -0500
28499              Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
28500      Branch: perl
28501            ! AUTHORS
28502 ____________________________________________________________________________
28503 [ 18544] By: jhi                                   on 2003/01/22  03:45:01
28504         Log: Continuation of #18542.
28505      Branch: perl
28506            ! sv.c
28507 ____________________________________________________________________________
28508 [ 18543] By: jhi                                   on 2003/01/22  03:21:23
28509         Log: Update the MD5 checksums.
28510      Branch: perl
28511            ! ext/Digest/MD5/t/files.t
28512 ____________________________________________________________________________
28513 [ 18542] By: hv                                    on 2003/01/22  01:37:52
28514         Log: #18530 misses a couple of pTHX definitions
28515      Branch: perl
28516            ! sv.c
28517 ____________________________________________________________________________
28518 [ 18541] By: jhi                                   on 2003/01/21  22:08:51
28519         Log: Try to make including patchlevel.h a bit more
28520              robust (use <> instead of "") and in case of
28521              failure (PERL_VERSION didn't get defined) try
28522              to fail (by trying to #include an "obviously"
28523              named file that should not exist) (didn't use
28524              #error since IIRC older cpps do not have it)
28525              (Tries to address [perl #20276].)
28526      Branch: perl
28527            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
28528            ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
28529            ! ext/Storable/Storable.xs
28530 ____________________________________________________________________________
28531 [ 18538] By: merijn                                on 2003/01/21  16:54:00
28532         Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
28533              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28534              Date: Mon, 30 Dec 2002 18:01:16 -0800
28535              Message-ID: <spPE+gzkg+6F092yn@efn.org>
28536      Branch: perl
28537            ! Configure
28538 ____________________________________________________________________________
28539 [ 18536] By: jhi                                   on 2003/01/21  14:18:40
28540         Log: Allow explicit -C enable/disable by -C:1/-C:0
28541              (suggested by Peter Haworth).
28542      Branch: perl
28543            ! perl.c pod/perlrun.pod
28544 ____________________________________________________________________________
28545 [ 18534] By: hv                                    on 2003/01/21  02:22:53
28546         Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
28547              From: Chip Turner <cturner@redhat.com>
28548              Date: 02 Jan 2003 11:35:57 -0500
28549              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
28550      Branch: perl
28551            ! lib/Pod/Perldoc.pm
28552 ____________________________________________________________________________
28553 [ 18533] By: hv                                    on 2003/01/21  02:15:29
28554         Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
28555              From: hv@crypt.org
28556              Date: Thu, 02 Jan 2003 14:33:49 +0000
28557              Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
28558      Branch: perl
28559            ! regexec.c t/op/subst.t
28560 ____________________________________________________________________________
28561 [ 18532] By: hv                                    on 2003/01/21  01:56:31
28562         Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
28563              From: Martien Verbruggen <mgjv@tradingpost.com.au>
28564              Date: Tue, 31 Dec 2002 16:42:28 +1100
28565              Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
28566      Branch: perl
28567            ! pod/perlsyn.pod
28568 ____________________________________________________________________________
28569 [ 18531] By: hv                                    on 2003/01/21  01:52:49
28570         Log: integrate #18366-18370 from maint-5.8:
28571              Implement the CPP namespace protection from [perl #8610];
28572              unless a function has an 'A' flag, it's defined only if
28573              PERL_CORE.  (Why do we have so many many functions with an
28574              'A' flag, is another matter.)  (The number of #ifdef PERL_COREs
28575              could be cut down further by having a state variable and
28576              inserting #ifdefs and #endifs when the state flips.)
28577
28578              Caught by change #18366; thanks to the re extension we have some
28579              functions that are file static but yet part of "the public API"...
28580              Maybe a new class of exportability (a new embed.fnc flag) is
28581              required for this case.
28582
28583              Continue on change #18367; implement the said flag, 'E'.
28584              (Some nm output studying was needed to get the right set
28585              of re symbols defined.)
28586
28587              In AIX (strict symbol exports) the cxinc is needed for List::Util.
28588      Branch: perl
28589            ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
28590 ____________________________________________________________________________
28591 [ 18530] By: hv                                    on 2003/01/21  01:37:03
28592         Log: integrate (by hand) #18353 and #18359 from maint-5.8:
28593              Introduce a cache for UTF-8 data: length and byte<->char offset
28594              mapping are stored in a new type of magic.  Speeds up length(),
28595              substr(), index(), rindex(), pos(), and some parts of s///.
28596
28597              The speedup varies a lot (on the usual suspects: what is the
28598              access pattern of the data, compiler, CPU), but should be at
28599              least one order of magnitude, and getting to the same magnitude
28600              as byte string speeds, and in some cases  (length on unchanged data)
28601              even reaching the byte string speed.  On the other hand, in some
28602              cases (index) the byte speed is still faster by a factor of five
28603              or so, but the bottleneck there does not seem to be any more
28604              the byte<->char offset mapping (instead, the fbm_instr() speed).
28605
28606              There is one cache slot for the length, and only two for the
28607              byte<->char offset mapping (the first one for the start->offset,
28608              and the second for the offset->offset+length, when talking
28609              in substr() terms).
28610
28611              Code this hairy is bound to have hairy trolls hiding under it.
28612              [...]
28613              A small tweak on top of #18353: don't display mg_len bytes of
28614              mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
28615      Branch: perl
28616            ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
28617            ! sv.c util.c
28618 ____________________________________________________________________________
28619 [ 18529] By: hv                                    on 2003/01/21  00:44:20
28620         Log: integrate #18349 from maint-5.8:
28621              At least partially address [perl #10000] by speeding
28622              up both the ASCII case (by about 2-3%) and the UTF-8 case
28623              (by about 45%).  The major trick is to avoid hitting the
28624              costly S_reginclass().  (Even before this patch the speedup
28625              since 5.8.0 was about 40-50%.)  After this the UTF-8 case is
28626              still about 30-60% slower than the ASCII case.  (Note that
28627              I'm unable to reproduce the 10-fold speed difference of the
28628              original bug report; I can see a factor of 2 or 3, but no more.)
28629      Branch: perl
28630           !> regexec.c
28631 ____________________________________________________________________________
28632 [ 18528] By: hv                                    on 2003/01/21  00:24:11
28633         Log: Subject: [PATCH pp_ctl.c] silence warning
28634              From: Dave Mitchell <davem@fdgroup.com>
28635              Date: Sun, 29 Dec 2002 15:09:31 +0000
28636              Message-ID: <20021229150931.C2325@fdgroup.com>
28637      Branch: perl
28638            ! pp_ctl.c
28639 ____________________________________________________________________________
28640 [ 18527] By: hv                                    on 2003/01/21  00:04:14
28641         Log: Subject: perl version reporting
28642              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28643              Date: Wed, 18 Dec 2002 08:30:32 +0100
28644              Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
28645      Branch: perl
28646            ! perl.c
28647 ____________________________________________________________________________
28648 [ 18526] By: hv                                    on 2003/01/20  23:21:22
28649         Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
28650              From: Blair Zajac <blair@orcaware.com>
28651              Date: Wed, 08 Jan 2003 12:28:35 -0800
28652              Message-ID: <3E1C89F3.2B4759C@orcaware.com>
28653      Branch: perl
28654            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
28655            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
28656 ____________________________________________________________________________
28657 [ 18524] By: jhi                                   on 2003/01/20  17:51:10
28658         Log: Integrate from perlio:
28659              [ 18520]
28660              Move #define printf out of perl.h into appropriate
28661              PerlIO files.
28662      Branch: perl
28663           !> fakesdio.h nostdio.h perl.h
28664 ____________________________________________________________________________
28665 [ 18523] By: jhi                                   on 2003/01/20  17:48:51
28666         Log: Upgrade to Digest 1.02.
28667      Branch: perl
28668            ! lib/Digest.pm lib/Digest.t
28669 ____________________________________________________________________________
28670 [ 18522] By: jhi                                   on 2003/01/20  17:43:15
28671         Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
28672              From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
28673              Date: 20 Jan 2003 01:54:07 -0000
28674              Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
28675      Branch: perl
28676            ! pp_hot.c
28677 ____________________________________________________________________________
28678 [ 18521] By: jhi                                   on 2003/01/20  17:37:35
28679         Log: Retract #18154 (integrate of perlio #18507), not enough
28680              threadsafety.
28681      Branch: perl
28682            ! perlio.c
28683 ____________________________________________________________________________
28684 [ 18519] By: jhi                                   on 2003/01/20  12:25:43
28685         Log: Encode MANIFEST update.
28686      Branch: perl
28687            ! ext/Encode/MANIFEST
28688 ____________________________________________________________________________
28689 [ 18517] By: nick                                  on 2003/01/20  08:34:10
28690         Log: Integrate #18405 from maint-5.8 which fixes whitespac
28691              issues in open(FH,"&...")
28692      Branch: perl
28693           !> doio.c
28694 ____________________________________________________________________________
28695 [ 18516] By: jhi                                   on 2003/01/19  13:48:10
28696         Log: microperl update.
28697      Branch: perl
28698            ! Makefile.micro uconfig.h uconfig.sh
28699 ____________________________________________________________________________
28700 [ 18514] By: jhi                                   on 2003/01/18  18:36:00
28701         Log: Integrate from perlio:
28702              [ 18507]
28703              Thread-protection for dup/fclose/dup2 scheme of stdio leak
28704              avoidance.
28705      Branch: perl
28706           !> perlio.c t/io/tell.t
28707 ____________________________________________________________________________
28708 [ 18513] By: jhi                                   on 2003/01/18  18:07:01
28709         Log: Slight pod reformatting based on [perl #20284].
28710      Branch: perl
28711            ! README.mint ext/Data/Dumper/Dumper.pm
28712 ____________________________________________________________________________
28713 [ 18512] By: jhi                                   on 2003/01/17  21:00:15
28714         Log: EPOC perl address updates.
28715      Branch: perl
28716            ! README.epoc
28717 ____________________________________________________________________________
28718 [ 18511] By: jhi                                   on 2003/01/17  20:23:42
28719         Log: Upgrade to Digest 1.01.
28720      Branch: perl
28721            ! lib/Digest.pm
28722 ____________________________________________________________________________
28723 [ 18510] By: jhi                                   on 2003/01/17  19:53:37
28724         Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
28725      Branch: perl
28726            ! utils/libnetcfg.PL
28727 ____________________________________________________________________________
28728 [ 18509] By: jhi                                   on 2003/01/17  19:45:11
28729         Log: Upgrade to Digest::MD5 2.22.
28730      Branch: perl
28731            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
28732            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
28733            ! ext/Digest/MD5/t/files.t
28734 ____________________________________________________________________________
28735 [ 18508] By: merijn                                on 2003/01/17  14:12:53
28736         Log: Subject: Re: 18457 on cygwin/20030113
28737              From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
28738              Date: Fri, 17 Jan 2003 15:10:34 +0000
28739              Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
28740      Branch: perl
28741            ! t/io/tell.t
28742 ____________________________________________________________________________
28743 [ 18504] By: jhi                                   on 2003/01/17  13:21:51
28744         Log: Integrate from perlio:
28745              [ 18476]
28746              Remove workaround for :stdio layer bug now fixed
28747              (Fixes #18975)
28748      Branch: perl
28749           !> pp_sys.c
28750 ____________________________________________________________________________
28751 [ 18502] By: jhi                                   on 2003/01/16  22:53:23
28752         Log: Integrate from maint-5.6:
28753              [ 18477]
28754              search utility doesn't skip exe/lib/pdb files properly on windows
28755      Branch: perl
28756           !> win32/bin/search.pl
28757 ____________________________________________________________________________
28758 [ 18501] By: rgs                                   on 2003/01/16  21:28:42
28759         Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
28760              From: "Jos I. Boumans" <kane@dwim.org>
28761              Date: Thu, 16 Jan 2003 14:04:48 +0100
28762              Message-ID: <3E26ADF0.6010605@dwim.org>
28763              (with test tweaks)
28764      Branch: perl
28765            ! lib/File/Find.pm lib/File/Find/t/find.t
28766 ____________________________________________________________________________
28767 [ 18500] By: rgs                                   on 2003/01/16  21:17:14
28768         Log: Integrate #18447 from maint-5.8 :
28769              test.pl-ise t/op/fh.t.
28770      Branch: perl
28771           !> t/op/fh.t
28772 ____________________________________________________________________________
28773 [ 18499] By: rgs                                   on 2003/01/16  20:58:59
28774         Log: Integrate changes to Attribute::Handlers from maint-5.8
28775              (18404 and 18427).
28776              Subject: [PATCH] Re: Attribute::Handlers phase variance
28777              From: Richard Clamp <richardc@unixbeard.net>
28778              Date: Mon, 9 Dec 2002 11:10:24 +0000
28779              Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
28780      Branch: perl
28781           !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
28782 ____________________________________________________________________________
28783 [ 18498] By: rgs                                   on 2003/01/16  20:48:10
28784         Log: Integrate changes #18422 and #18423 from maint-5.8.
28785              18422 :
28786              Third Degree found a read of uninit memory (after setting
28787              grent_size with sysconf(), pwent_size was read).  Also make
28788              the ERANGE/INVARG more consistent.
28789              18423 :
28790              spent_size was still off.  (As far as I can tell
28791              _SC_GETPW_R_SIZE_MAX is supposed to be used also
28792              for spents, not just pwents.)
28793      Branch: perl
28794           !> reentr.c reentr.h reentr.pl
28795 ____________________________________________________________________________
28796 [ 18497] By: rgs                                   on 2003/01/16  20:40:58
28797         Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
28798              From: Dave Mitchell <davem@fdgroup.com>
28799              Date: Wed, 1 Jan 2003 21:43:24 +0000
28800              Message-ID: <20030101214324.F12907@fdgroup.com>
28801              (integrated from change #18397 in maint-5.8)
28802      Branch: perl
28803           !> lib/Time/Local.pm lib/Time/Local.t
28804 ____________________________________________________________________________
28805 [ 18496] By: jhi                                   on 2003/01/16  20:36:23
28806         Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
28807              code changes from Inaba Hiroto; test tweaks by jhi.
28808      Branch: perl
28809            + ext/Encode/t/enc_eucjp.t
28810            ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
28811            ! pp.c sv.c sv.h t/uni/tr_utf8.t
28812 ____________________________________________________________________________
28813 [ 18495] By: jhi                                   on 2003/01/16  20:19:36
28814         Log: It seems the binmode() is needed with UTF-8 locales enabled.
28815      Branch: perl
28816            ! ext/Encode/t/CJKT.t
28817 ____________________________________________________________________________
28818 [ 18494] By: jhi                                   on 2003/01/16  20:11:35
28819         Log: Upgrade to CGI.pm 2.89.
28820      Branch: perl
28821            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
28822            ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
28823 ____________________________________________________________________________
28824 [ 18493] By: jhi                                   on 2003/01/16  20:03:01
28825         Log: Subject: Update for ext/MIME/Base64/
28826              From: Gisle Aas <gisle@ActiveState.com>
28827              Date: 30 Dec 2002 07:34:34 -0800
28828              Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
28829      Branch: perl
28830            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
28831            ! ext/MIME/Base64/QuotedPrint.pm
28832            ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
28833 ____________________________________________________________________________
28834 [ 18492] By: jhi                                   on 2003/01/16  19:56:07
28835         Log: Subject: Update for ext/Digest/MD5/
28836              From: Gisle Aas <gisle@ActiveState.com>
28837              Date: 30 Dec 2002 07:38:16 -0800
28838              Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
28839      Branch: perl
28840            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
28841            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
28842            ! ext/Digest/MD5/t/files.t
28843 ____________________________________________________________________________
28844 [ 18491] By: jhi                                   on 2003/01/16  19:24:10
28845         Log: if (0) the PL_widesyscalls code for now: Sarathy
28846              should take another look to see whether it is really
28847              safe to remove the code, too.
28848      Branch: perl
28849            ! win32/win32.h wince/win32.h
28850 ____________________________________________________________________________
28851 [ 18490] By: jhi                                   on 2003/01/16  01:58:39
28852         Log: Make the locale-induced UTF-8-ification of STD fhs
28853              and the default file open layer explicit (either -C
28854              or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
28855      Branch: perl
28856            ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
28857            ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
28858            ! pod/perlvar.pod
28859 ____________________________________________________________________________
28860 [ 18489] By: rgs                                   on 2003/01/15  20:55:00
28861         Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
28862              From: Brendan O'Dea <bod@debian.org>
28863              Date: Sun, 12 Jan 2003 06:18:32 +1100
28864              Message-ID: <20030111191832.GA19441@londo.c47.org>
28865      Branch: perl
28866            ! pod/perlrun.pod
28867 ____________________________________________________________________________
28868 [ 18488] By: rgs                                   on 2003/01/15  20:51:48
28869         Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
28870              From: Brendan O'Dea <bod@debian.org>
28871              Date: Sun, 12 Jan 2003 06:17:30 +1100
28872              Message-ID: <20030111191730.GA19420@londo.c47.org>
28873      Branch: perl
28874            ! lib/diagnostics.pm
28875 ____________________________________________________________________________
28876 [ 18487] By: rgs                                   on 2003/01/15  20:45:14
28877         Log: Add a test case for bug [perl #19545]
28878      Branch: perl
28879            ! t/op/do.t
28880 ____________________________________________________________________________
28881 [ 18486] By: rgs                                   on 2003/01/15  20:34:52
28882         Log: isa() and can() didn't work on magic variables
28883              see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
28884              plus a test case by B. Goldberg
28885      Branch: perl
28886            ! t/op/universal.t universal.c
28887 ____________________________________________________________________________
28888 [ 18485] By: rgs                                   on 2003/01/15  20:10:57
28889         Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
28890              From: Stephen McCamant <smcc@mit.edu>
28891              Date: Thu, 2 Jan 2003 18:08:23 -0500
28892              Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
28893              Plus a test by Jarkko
28894              Integrated from changes 18444 and 18446 from maint-5.8
28895      Branch: perl
28896           +> t/op/readline.t
28897           !> MANIFEST pp_hot.c
28898 ____________________________________________________________________________
28899 [ 18484] By: jhi                                   on 2003/01/15  14:09:57
28900         Log: Upgrade to Time::HiRes 1.42.
28901      Branch: perl
28902            + ext/Time/HiRes/fallback/const-c.inc
28903            + ext/Time/HiRes/fallback/const-xs.inc
28904            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
28905            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
28906 ____________________________________________________________________________
28907 [ 18483] By: jhi                                   on 2003/01/15  00:23:20
28908         Log: Detypo.
28909      Branch: perl
28910            ! ext/Encode/Unicode/Unicode.xs
28911 ____________________________________________________________________________
28912 [ 18482] By: rgs                                   on 2003/01/14  21:41:04
28913         Log: Integrate change #18365 from maint-5.8 :
28914              Doc tweak on the S_ macros.
28915      Branch: perl
28916           !> pod/perlfunc.pod
28917 ____________________________________________________________________________
28918 [ 18481] By: jhi                                   on 2003/01/14  12:40:24
28919         Log: Apparently some stdios have bugs (no! don't tell it is so!)
28920              or there is a corner of stdio that is substandardised.
28921      Branch: perl
28922            ! t/io/tell.t
28923 ____________________________________________________________________________
28924 [ 18480] By: jhi                                   on 2003/01/14  01:25:14
28925         Log: Encode 1.84 broke the subtest #7, further study required.
28926      Branch: perl
28927            ! t/uni/tr_utf8.t
28928 ____________________________________________________________________________
28929 [ 18479] By: jhi                                   on 2003/01/13  23:13:02
28930         Log: Add a test for encoding 'utf8'.
28931      Branch: perl
28932            + ext/Encode/t/enc_utf8.t
28933            ! MANIFEST ext/Encode/MANIFEST
28934 ____________________________________________________________________________
28935 [ 18478] By: jhi                                   on 2003/01/13  23:10:55
28936         Log: Upgrade to Encode 1.84.
28937      Branch: perl
28938            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
28939            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
28940 ____________________________________________________________________________
28941 [ 18475] By: jhi                                   on 2003/01/13  02:42:47
28942         Log: Integrate from perlio:
28943              [ 18471]
28944              Fix #18711 and add test for it (and indeed tell on write
28945              handles at all !
28946
28947              (#18711 Serious bug of tell() in perl)
28948      Branch: perl
28949           !> perlio.c t/io/tell.t
28950 ____________________________________________________________________________
28951 [ 18474] By: jhi                                   on 2003/01/13  02:41:04
28952         Log: Integrate from perlio:
28953              [ 18470]
28954              Fix #16306 and #16880
28955
28956              (#16306 Big Badda leak in Sockets)
28957              (#16880 Memory leak with IO::Socket in Perl v5.8.0)
28958      Branch: perl
28959           !> perlio.c
28960 ____________________________________________________________________________
28961 [ 18473] By: jhi                                   on 2003/01/13  02:38:33
28962         Log: Integrate perlio #18040 and #18043 (no real changes;
28963              some whitespace changes but ignored them so that Dan's
28964              version of Encode wins)
28965      Branch: perl
28966           !> ext/Encode/Encode.xs
28967 ____________________________________________________________________________
28968 [ 18472] By: jhi                                   on 2003/01/13  01:31:01
28969         Log: Integrate perlio to mainline:
28970              [ 18240]
28971              Avoid eqtime() wiping the file (as suggested by
28972              "Luis G. Uribe C." <GUribe@SoftHome.net>
28973      Branch: perl
28974           !> lib/ExtUtils/Command.pm
28975 ____________________________________________________________________________
28976 [ 18468] By: rgs                                   on 2003/01/09  21:07:44
28977         Log: Subject: [PATCH] VMS perly build tweak
28978              From: "Craig A. Berry" <craigberry@mac.com>
28979              Date: Thu, 9 Jan 2003 14:44:40 -0600
28980              Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
28981      Branch: perl
28982            ! vms/descrip_mms.template
28983 ____________________________________________________________________________
28984 [ 18467] By: rgs                                   on 2003/01/09  21:03:07
28985         Log: Document that ${^TAINT} is read-only.
28986      Branch: perl
28987            ! pod/perlvar.pod
28988 ____________________________________________________________________________
28989 [ 18465] By: rgs                                   on 2003/01/08  22:02:26
28990         Log: Fix the doc for splitpath() in the File::Spec modules :
28991              this function doesn't return undef in any case.
28992      Branch: perl
28993            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
28994            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
28995 ____________________________________________________________________________
28996 [ 18464] By: rgs                                   on 2003/01/08  21:40:37
28997         Log: Subject: [PATCH] label code in pp_ctl.c
28998              From: Nicholas Clark <nick@unfortu.net>
28999              Date: Thu, 26 Dec 2002 21:19:36 +0000
29000              Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
29001              (Integrated from change #18400 from maint-5.8)
29002      Branch: perl
29003           !> pp_ctl.c
29004 ____________________________________________________________________________
29005 [ 18463] By: rgs                                   on 2003/01/08  21:27:49
29006         Log: Subject: [DOCPATCH] hv_store and hv_store_ent
29007              From: Nicholas Clark <nick@unfortu.net>
29008              Date: Wed, 1 Jan 2003 18:17:59 +0000
29009              Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
29010              (Integrated from change #18399 from maint-5.8)
29011      Branch: perl
29012           !> hv.c
29013 ____________________________________________________________________________
29014 [ 18462] By: rgs                                   on 2003/01/08  21:24:09
29015         Log: Integrate change #18391 from maint-5.8:
29016              Document the installprefix trick for compiling PASE Perl in AIX.
29017      Branch: perl
29018           !> README.os400
29019 ____________________________________________________________________________
29020 [ 18461] By: rgs                                   on 2003/01/08  21:16:54
29021         Log: Integrate change #18362 from maint-5.8:
29022              Fix [perl #18666] (taking the more conservative approach).
29023      Branch: perl
29024           !> lib/File/Spec/Unix.pm
29025 ____________________________________________________________________________
29026 [ 18460] By: rgs                                   on 2003/01/08  21:14:20
29027         Log: Integrate change #18361 from maint-5.8:
29028              Document that the socketpair tests are unhappy in old SCO,
29029              as per [perl #18537].
29030      Branch: perl
29031           !> pod/perl58delta.pod
29032 ____________________________________________________________________________
29033 [ 18459] By: rgs                                   on 2003/01/08  20:48:19
29034         Log: PerlFAQ sync.
29035      Branch: perl
29036            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
29037            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
29038            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
29039            ! pod/perlfaq9.pod
29040 ____________________________________________________________________________
29041 [ 18456] By: hv                                    on 2003/01/07  09:20:22
29042         Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
29043              From: Nicholas Clark <nick@unfortu.net>
29044              Date: Thu, 26 Dec 2002 21:16:27 +0000
29045              Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
29046      Branch: perl
29047            ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
29048            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
29049            ! utf8.c
29050 ____________________________________________________________________________
29051 [ 18455] By: hv                                    on 2003/01/07  08:54:38
29052         Log: Subject: [PATCH] integrate more with report_evil_fh
29053              From: Nicholas Clark <nick@unfortu.net>
29054              Date: Thu, 26 Dec 2002 20:56:21 +0000
29055              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
29056      Branch: perl
29057            ! pp_sys.c
29058 ____________________________________________________________________________
29059 [ 18454] By: hv                                    on 2003/01/07  08:45:54
29060         Log: Integrate podlators-1.25
29061      Branch: perl
29062            ! lib/Pod/Man.pm lib/Pod/t/man.t
29063 ____________________________________________________________________________
29064 [ 18453] By: rgs                                   on 2003/01/06  20:31:43
29065         Log: Change the value of ${^TAINT} : 0 without taint checks,
29066              1 with -T, and -1 with -t or -TU.
29067      Branch: perl
29068            ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
29069            ! t/run/switcht.t
29070 ____________________________________________________________________________
29071 [ 18451] By: merijn                                on 2003/01/06  06:43:11
29072         Log: Subject: [PATCH perl@18746] VMS test adjustments
29073              Date: Sat, 04 Jan 2003 11:26:00 -0600
29074              From: "Craig A. Berry" <craigberry@mac.com>
29075              Message-ID: <3E171928.1040100@mac.com>
29076      Branch: perl
29077            ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
29078            ! t/run/switchI.t
29079 ____________________________________________________________________________
29080 [ 18441] By: rgs                                   on 2003/01/04  20:06:45
29081         Log: Subject: [DOCPATCH] File::Copy's synopsis
29082              From: Nicholas Clark <nick@unfortu.net>
29083              Date: Wed, 1 Jan 2003 21:09:30 +0000
29084              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
29085      Branch: perl
29086            ! lib/File/Copy.pm
29087 ____________________________________________________________________________
29088 [ 18440] By: rgs                                   on 2003/01/04  16:31:31
29089         Log: Integrate change #18420 from maint-5.8:
29090              Mea culpa: the join() was the string join, not the
29091              ithreads join().
29092      Branch: perl
29093           !> ext/threads/t/join.t
29094 ____________________________________________________________________________
29095 [ 18439] By: rgs                                   on 2003/01/04  15:34:54
29096         Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
29097              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29098              Date: Fri, 13 Dec 2002 00:54:43 +0100
29099              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
29100              Same as change 18403 for maint-5.8 branch
29101      Branch: perl
29102            ! lib/ExtUtils/t/Embed.t
29103 ____________________________________________________________________________
29104 [ 18438] By: rgs                                   on 2003/01/04  15:24:22
29105         Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
29106              From: andreas.koenig@anima.de (Andreas J. Koenig)
29107              Date: Fri, 03 Jan 2003 00:57:15 +0100
29108              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
29109      Branch: perl
29110            ! pod/perlre.pod
29111 ____________________________________________________________________________
29112 [ 18435] By: jhi                                   on 2003/01/04  14:36:08
29113         Log: The problems.t is back.
29114      Branch: perl
29115            ! MANIFEST
29116 ____________________________________________________________________________
29117 [ 18434] By: sky                                   on 2003/01/04  07:43:50
29118         Log: Forgot to add problems.t with change #18419
29119      Branch: perl
29120            + ext/threads/t/problems.t
29121 ____________________________________________________________________________
29122 [ 18432] By: jhi                                   on 2003/01/04  04:48:30
29123         Log: One more (or, rather, less) //.
29124      Branch: perl
29125            ! ext/threads/threads.xs
29126 ____________________________________________________________________________
29127 [ 18431] By: jhi                                   on 2003/01/04  04:39:01
29128         Log: Integrate from maintperl:
29129              [ 18430]
29130              // is still not portable C commentary.
29131      Branch: perl
29132           !> ext/threads/threads.xs
29133 ____________________________________________________________________________
29134 [ 18425] By: jhi                                   on 2003/01/04  03:37:04
29135         Log: Until Arthur really adds the problems.t.
29136      Branch: perl
29137            ! MANIFEST
29138 ____________________________________________________________________________
29139 [ 18421] By: sky                                   on 2003/01/04  01:27:55
29140         Log: Fix long standing memory leak with pop and shift!
29141      Branch: perl
29142            ! ext/threads/shared/shared.xs
29143 ____________________________________________________________________________
29144 [ 18419] By: sky                                   on 2003/01/03  23:45:34
29145         Log: Fixes bug #15273, the return of the object caused
29146              the stash of the object to be cloned, cloning the entire syntax
29147              tree and all lexicals in there creating danglning copies to the
29148              object. (Pararell but unlinked STASH tree).
29149              This adds a new flag, when set it will use STASHES from the
29150              thread we are joining into avoiding the problem.
29151      Branch: perl
29152            ! MANIFEST ext/threads/threads.xs sv.c sv.h
29153 ____________________________________________________________________________
29154 [ 18417] By: sky                                   on 2003/01/03  18:16:46
29155         Log: Fake what context we are running in for CLONE and DESTROY so
29156              threads->tid() returns the correct value.
29157              This is reported as bug #10046
29158      Branch: perl
29159            ! ext/threads/t/basic.t ext/threads/threads.xs
29160 ____________________________________________________________________________
29161 [ 18413] By: sky                                   on 2003/01/03  15:15:14
29162         Log: Change pp_lock to take a reference instead of a
29163              scalar since it wouldn't fork for the HELEM/AELEM
29164              case. This was reported in bug #10045
29165      Branch: perl
29166            ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
29167 ____________________________________________________________________________
29168 [ 18412] By: hv                                    on 2003/01/03  11:14:51
29169         Log: Integrate from maint-5.8 #18348:
29170              Make Math::Trig a little bit more better behaved module citizen.
29171      Branch: perl
29172           !> lib/Math/Trig.pm
29173 ____________________________________________________________________________
29174 [ 18411] By: hv                                    on 2003/01/03  11:11:09
29175         Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
29176              From: Stephen McCamant <smcc@mit.edu>
29177              Date: Sun, 22 Dec 2002 22:09:51 -0500
29178              Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
29179      Branch: perl
29180            ! pp_ctl.c
29181 ____________________________________________________________________________
29182 [ 18410] By: hv                                    on 2003/01/03  11:06:40
29183         Log: Subject: new flag SvPADSTALE
29184              From: Dave Mitchell <davem@fdgroup.com>
29185              Date: Thu, 19 Dec 2002 19:00:21 +0000
29186              Message-ID: <20021219190021.D9530@fdgroup.com>
29187      Branch: perl
29188            ! dump.c scope.c sv.h
29189 ____________________________________________________________________________
29190 [ 18409] By: hv                                    on 2003/01/03  11:05:09
29191         Log: Subject: remove flag SvPADBUSY
29192              From: Dave Mitchell <davem@fdgroup.com>
29193              Date: Thu, 19 Dec 2002 18:55:43 +0000
29194              Message-ID: <20021219185543.C9530@fdgroup.com>
29195      Branch: perl
29196            ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
29197 ____________________________________________________________________________
29198 [ 18408] By: hv                                    on 2003/01/03  10:56:54
29199         Log: Subject: win32_msgwait() problem
29200              From: Gurusamy Sarathy <gsar@ActiveState.com>
29201              Date: Fri, 13 Dec 2002 17:31:59 -0800
29202              Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
29203      Branch: perl
29204            ! win32/win32.c
29205 ____________________________________________________________________________
29206 [ 18407] By: hv                                    on 2003/01/03  10:30:05
29207         Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
29208              From: hv@crypt.org
29209              Date: Thu, 02 Jan 2003 17:16:04 +0000
29210              Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
29211      Branch: perl
29212            ! sv.c
29213 ____________________________________________________________________________
29214 [ 18406] By: sky                                   on 2003/01/03  08:23:16
29215         Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
29216              libc_r functions.
29217      Branch: perl
29218            ! hints/darwin.sh
29219 ____________________________________________________________________________
29220 [ 18393] By: merijn                                on 2003/01/02  19:41:29
29221         Log: Subject: [PATCH perl-5.8/win32/makefile.mk] Re: Smoke [5.8.0] 18389 FAIL(Fm) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
29222              Date: Thu, 2 Jan 2003 19:02:21 +0100
29223              Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
29224              From: abe@ztreet.demon.nl (Abe Timmerman)
29225      Branch: perl
29226            ! win32/makefile.mk
29227 ____________________________________________________________________________
29228 [ 18390] By: merijn                                on 2003/01/02  07:32:00
29229         Log: Use a more likely location for the perl binary
29230      Branch: perl
29231            ! Porting/genlog
29232 ____________________________________________________________________________
29233 [ 18378] By: gsar                                  on 2002/12/31  04:07:56
29234         Log: integrate change#18377 from maint-5.6 branch
29235
29236              change#17566 needs to be more defensive about win32_dup2()
29237              itself calling SetStdHandle() (at least MSVCRT does this)
29238      Branch: perl
29239           !> win32/win32.c
29240 ____________________________________________________________________________
29241 [ 18376] By: hv                                    on 2002/12/31  02:02:17
29242         Log: Update Changes
29243      Branch: perl
29244            ! Changes patchlevel.h
29245 ____________________________________________________________________________
29246 [ 18374] By: hv                                    on 2002/12/30  03:32:22
29247         Log: Remove duplicate entry
29248      Branch: perl
29249            ! MANIFEST
29250 ____________________________________________________________________________
29251 [ 18373] By: hv                                    on 2002/12/30  03:19:17
29252         Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
29253              From: Dave Paris (via RT) <perlbug-followup@perl.org>
29254              Date: 22 Dec 2002 05:15:14 -0000
29255              Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
29256      Branch: perl
29257            ! pod/perlfunc.pod
29258 ____________________________________________________________________________
29259 [ 18372] By: hv                                    on 2002/12/30  03:13:42
29260         Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
29261              From: Michael G Schwern <schwern@pobox.com>
29262              Date: Sat, 21 Dec 2002 19:29:41 -0800
29263              Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
29264      Branch: perl
29265            ! lib/AutoSplit.pm
29266 ____________________________________________________________________________
29267 [ 18371] By: hv                                    on 2002/12/30  03:08:12
29268         Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
29269              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29270              Date: Fri, 27 Dec 2002 16:14:24 +0100
29271              Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
29272      Branch: perl
29273            ! mg.c t/op/magic.t
29274 ____________________________________________________________________________
29275 [ 18358] By: gsar                                  on 2002/12/28  03:30:49
29276         Log: save_re_context() was not saving many regexec.c state
29277              variables, resulting in various reentrancy problems when
29278              the swatches were autoloaded by perl in the midst of a
29279              match
29280      Branch: perl
29281            ! regcomp.c
29282 ____________________________________________________________________________
29283 [ 18357] By: gsar                                  on 2002/12/28  02:16:51
29284         Log: silence another signed/unsigned mismatch warning
29285      Branch: perl
29286            ! op.c
29287 ____________________________________________________________________________
29288 [ 18356] By: gsar                                  on 2002/12/28  02:08:23
29289         Log: fix signed/unsigned mismatch warning from change#18266
29290      Branch: perl
29291            ! regcomp.c
29292 ____________________________________________________________________________
29293 [ 18355] By: gsar                                  on 2002/12/28  02:05:14
29294         Log: these variables are not in use anywhere since 5.8.0
29295      Branch: perl
29296            ! embedvar.h perlapi.h sv.c thrdvar.h
29297 ____________________________________________________________________________
29298 [ 18354] By: ams                                   on 2002/12/26  03:54:09
29299         Log: Subject: [PATCH] docpatch for cv.h
29300              From: Nicholas Clark <nick@unfortu.net>
29301              Date: Wed, 25 Dec 2002 21:01:04 +0000
29302              Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
29303      Branch: perl
29304            ! cv.h
29305 ____________________________________________________________________________
29306 [ 18351] By: hv                                    on 2002/12/25  02:29:17
29307         Log: #18345 was still broken; should be fixed now.
29308      Branch: perl
29309            ! sv.c
29310 ____________________________________________________________________________
29311 [ 18350] By: merijn                                on 2002/12/24  05:26:40
29312         Log: Removal of duplicate comment block
29313
29314              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29315              Subject: Re: [perl #19306] Sys::Syslog issues.
29316              Date: Mon, 23 Dec 2002 15:25:51 -0800
29317              Message-ID: </t5B+gzkg6DR092yn@efn.org>
29318      Branch: perl
29319            ! ext/Sys/Syslog/Syslog.pm
29320 ____________________________________________________________________________
29321 [ 18346] By: hv                                    on 2002/12/23  06:14:22
29322         Log: integrate maint-5.8 #18301
29323      Branch: perl
29324           !> lib/perl5db.pl
29325 ____________________________________________________________________________
29326 [ 18345] By: hv                                    on 2002/12/23  06:01:17
29327         Log: more on #18344.
29328      Branch: perl
29329            ! sv.c
29330 ____________________________________________________________________________
29331 [ 18344] By: hv                                    on 2002/12/23  05:56:43
29332         Log: more on #18312: sv.c:ss_dup()
29333      Branch: perl
29334            ! sv.c
29335 ____________________________________________________________________________
29336 [ 18343] By: hv                                    on 2002/12/23  05:47:17
29337         Log: Subject: [perl #19153] Term::Complete (the argument of stty)
29338              From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
29339              Date: 15 Dec 2002 13:45:23 -0000
29340              Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
29341      Branch: perl
29342            ! lib/Term/Complete.pm
29343 ____________________________________________________________________________
29344 [ 18342] By: hv                                    on 2002/12/23  05:27:25
29345         Log: Subject: [perl #18544] Patch included to fix problem.
29346              From: Richard Kandarian <richard.kandarian@lanl.gov>
29347              Date: Thu, 21 Nov 2002 08:00:20 -0700
29348              (from RT)
29349      Branch: perl
29350            ! regexec.c
29351 ____________________________________________________________________________
29352 [ 18341] By: hv                                    on 2002/12/23  05:08:49
29353         Log: Subject: [PATCH] operation on `PL_na' may be undefined
29354              From: Nicholas Clark <nick@unfortu.net>
29355              Date: Tue, 10 Dec 2002 19:59:18 +0000
29356              Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
29357      Branch: perl
29358            ! universal.c
29359 ____________________________________________________________________________
29360 [ 18340] By: hv                                    on 2002/12/23  05:04:29
29361         Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
29362              From: Nicholas Clark <nick@unfortu.net>
29363              Date: Tue, 10 Dec 2002 18:55:28 +0000
29364              Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
29365      Branch: perl
29366            ! pp_hot.c
29367 ____________________________________________________________________________
29368 [ 18339] By: hv                                    on 2002/12/23  04:39:48
29369         Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
29370      Branch: perl
29371            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
29372            ! ext/Time/HiRes/Makefile.PL
29373 ____________________________________________________________________________
29374 [ 18338] By: hv                                    on 2002/12/23  03:43:09
29375         Log: Subject: [PATCH] read permissions for h2ph-generated files
29376              From: Slaven Rezic <slaven.rezic@berlin.de>
29377              Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
29378              Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
29379      Branch: perl
29380            ! utils/h2ph.PL
29381 ____________________________________________________________________________
29382 [ 18337] By: hv                                    on 2002/12/23  03:38:59
29383         Log: handy hint: getting a perforce change as a usable patch
29384      Branch: perl
29385            ! Porting/repository.pod
29386 ____________________________________________________________________________
29387 [ 18336] By: hv                                    on 2002/12/23  03:36:26
29388         Log: Reverse #18285, for reasons given in:
29389              Subject: Re: Precedence of ? :
29390              From: hv@crypt.org
29391              Date: Fri, 20 Dec 2002 00:35:27 +0000
29392              Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
29393      Branch: perl
29394            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
29395            ! vms/perly_c.vms
29396 ____________________________________________________________________________
29397 [ 18335] By: gsar                                  on 2002/12/18  23:12:14
29398         Log: my_fflush_all() wasn't doing the right thing under useperlio
29399              on many platforms
29400      Branch: perl
29401            ! util.c
29402 ____________________________________________________________________________
29403 [ 18334] By: merijn                                on 2002/12/18  06:48:11
29404         Log: AIX compiler version updates
29405      Branch: perl
29406            ! README.aix
29407 ____________________________________________________________________________
29408 [ 18332] By: gsar                                  on 2002/12/18  03:20:27
29409         Log: $Config{prefixexp} was set incorrectly on windows
29410      Branch: perl
29411            ! win32/config.bc win32/config.gc win32/config.vc
29412            ! win32/config.vc64
29413 ____________________________________________________________________________
29414 [ 18330] By: gsar                                  on 2002/12/18  02:32:20
29415         Log: remove CRs from a couple of files (these show up as CRCRLF
29416              on windows)
29417      Branch: perl
29418            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
29419 ____________________________________________________________________________
29420 [ 18328] By: gsar                                  on 2002/12/18  02:27:10
29421         Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
29422      Branch: perl
29423            ! win32/win32.c
29424 ____________________________________________________________________________
29425 [ 18327] By: gsar                                  on 2002/12/18  02:08:12
29426         Log: windows: support for large files
29427
29428              note that this change will break binary compatibility with the
29429              default 5.8.0 build options; nevertheless I think it is worth
29430              having in 5.8.1 (people who want the compatibility can disable
29431              the option in the makefile)
29432      Branch: perl
29433            ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
29434            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
29435            ! pp_sys.c win32/Makefile win32/config.bc win32/config.gc
29436            ! win32/config.vc win32/config.vc64 win32/config_H.bc
29437            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
29438            ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
29439            ! win32/win32.c win32/win32iop.h
29440 ____________________________________________________________________________
29441 [ 18326] By: gsar                                  on 2002/12/18  00:57:46
29442         Log: Win32.pod update
29443      Branch: perl
29444            ! lib/Win32.pod
29445 ____________________________________________________________________________
29446 [ 18325] By: gsar                                  on 2002/12/18  00:42:45
29447         Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
29448      Branch: perl
29449            ! XSUB.h
29450 ____________________________________________________________________________
29451 [ 18324] By: gsar                                  on 2002/12/18  00:34:08
29452         Log: windows: avoid prompting under some shells during $(MAKE) distclean
29453      Branch: perl
29454            ! win32/Makefile win32/makefile.mk
29455 ____________________________________________________________________________
29456 [ 18323] By: gsar                                  on 2002/12/18  00:17:29
29457         Log: PerlSIO_stderr et al are not functions
29458      Branch: perl
29459            ! XSUB.h
29460 ____________________________________________________________________________
29461 [ 18321] By: gsar                                  on 2002/12/17  22:56:25
29462         Log: integrate change#18320 from maint-5.6 branch
29463
29464              C<require '\foo\bar.pm'> fails on windows if not running
29465              from the root directory; for a test case, see:
29466
29467              http://bugs.activestate.com/show_bug.cgi?id=19317
29468
29469              this was due to not recognizing \foo\bar.pm as an absolute
29470              path name
29471      Branch: perl
29472           !> util.h
29473 ____________________________________________________________________________
29474 [ 18319] By: hv                                    on 2002/12/17  10:08:24
29475         Log: Whoops, these are the changes supposed to be in #18318.
29476      Branch: perl
29477            ! pad.c t/op/eval.t
29478 ____________________________________________________________________________
29479 [ 18318] By: hv                                    on 2002/12/17  03:12:18
29480         Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
29481              From: Nicholas Clark <nick@unfortu.net>
29482              Date: Sat, 14 Dec 2002 23:13:37 +0000
29483              Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
29484      Branch: perl
29485            ! pad.c t/op/eval.t
29486 ____________________________________________________________________________
29487 [ 18317] By: hv                                    on 2002/12/17  02:58:12
29488         Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
29489      Branch: perl
29490            + lib/Net/Ping/t/410_syn_host.t
29491            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
29492            ! lib/Net/Ping/t/450_service.t
29493 ____________________________________________________________________________
29494 [ 18316] By: hv                                    on 2002/12/17  02:17:16
29495         Log: Subject: [PATCH 5.8.1 @oldish-18156] build
29496              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
29497              Date: Fri, 13 Dec 2002 13:54:05 -0800
29498              Message-ID: <20021213215404.GA2597@math.berkeley.edu>
29499      Branch: perl
29500            ! os2/os2.c t/run/runenv.t
29501 ____________________________________________________________________________
29502 [ 18315] By: hv                                    on 2002/12/17  02:03:58
29503         Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
29504              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
29505              Date: Fri, 13 Dec 2002 13:47:08 -0800
29506              Message-ID: <20021213214707.GA2588@math.berkeley.edu>
29507      Branch: perl
29508            ! lib/constant.t lib/fields.t
29509 ____________________________________________________________________________
29510 [ 18314] By: hv                                    on 2002/12/17  01:58:32
29511         Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
29512              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
29513              Date: Fri, 13 Dec 2002 14:00:48 -0800
29514              Message-ID: <20021213220048.GA2606@math.berkeley.edu>
29515      Branch: perl
29516            ! os2/OS2/Process/t/os2_process.t os2/os2.c
29517 ____________________________________________________________________________
29518 [ 18313] By: hv                                    on 2002/12/17  01:54:19
29519         Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
29520              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
29521              Date: Fri, 13 Dec 2002 14:08:00 -0800
29522              Message-ID: <20021213220800.GA2625@math.berkeley.edu>
29523      Branch: perl
29524            ! os2/OS2/REXX/REXX.xs
29525 ____________________________________________________________________________
29526 [ 18312] By: hv                                    on 2002/12/17  01:43:28
29527         Log: Subject: [Fwd: Patch for perl utf8-related bug]
29528              From: Richard Hitt <rbh00@utsglobal.com>
29529              Date: Fri, 06 Dec 2002 16:47:42 -0800
29530              [perl #18932]
29531      Branch: perl
29532            ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
29533            ! scope.h
29534 ____________________________________________________________________________
29535 [ 18311] By: hv                                    on 2002/12/17  00:52:05
29536         Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
29537              From: Dave Mitchell <davem@fdgroup.com>
29538              Date: Sat, 14 Dec 2002 19:16:49 +0000
29539              Message-ID: <20021214191649.B3992@fdgroup.com>
29540      Branch: perl
29541            ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
29542 ____________________________________________________________________________
29543 [ 18310] By: hv                                    on 2002/12/17  00:51:46
29544         Log: regen-headers to get new API docs from #18306
29545      Branch: perl
29546            ! pod/perlapi.pod
29547 ____________________________________________________________________________
29548 [ 18308] By: rgs                                   on 2002/12/16  22:06:23
29549         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
29550              From: peter@PSDT.com (Peter Scott)
29551              Date: 12 Dec 2002 18:13:17 -0000
29552              Message-ID: <20021212181317.50538.qmail@onion.perl.org>
29553              (fix bug [perl #19058])
29554      Branch: perl
29555            ! lib/perl5db.pl
29556 ____________________________________________________________________________
29557 [ 18307] By: rgs                                   on 2002/12/16  22:01:14
29558         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
29559              From: Dave Mitchell <davem@fdgroup.com>
29560              Date: Thu, 12 Dec 2002 23:42:35 +0000
29561              Message-ID: <20021212234235.A29245@fdgroup.com>
29562              and
29563              Date: Sat, 14 Dec 2002 19:16:38 +0000
29564              Message-ID: <20021214191638.A3992@fdgroup.com>
29565      Branch: perl
29566            ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
29567            ! proto.h t/op/eval.t
29568 ____________________________________________________________________________
29569 [ 18306] By: sky                                   on 2002/12/16  21:41:40
29570         Log: More documentation of obscure flags is good, even if the
29571              documentation might be not so good. Atleast it's not false!
29572              Documents the flags one can give to perl_clone
29573      Branch: perl
29574            ! sv.c
29575 ____________________________________________________________________________
29576 [ 18305] By: merijn                                on 2002/12/16  10:53:19
29577         Log: Enough changes to Configure and metaunits warrant an update.
29578              Several small changes and three additions
29579      Branch: perl
29580            ! Porting/Glossary
29581 ____________________________________________________________________________
29582 [ 18304] By: merijn                                on 2002/12/16  10:44:57
29583         Log: Redone #18011 from metaunits
29584      Branch: perl
29585            ! Configure
29586 ____________________________________________________________________________
29587 [ 18302] By: rgs                                   on 2002/12/14  22:34:25
29588         Log: Subject: Proper fix for CvOUTSIDE weak refcounting
29589              From: Dave Mitchell <davem@fdgroup.com>
29590              Date: Tue, 10 Dec 2002 01:26:44 +0000
29591              Message-ID: <20021210012644.A7843@fdgroup.com>
29592      Branch: perl
29593            ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
29594            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
29595            ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
29596 ____________________________________________________________________________
29597 [ 18300] By: rgs                                   on 2002/12/12  20:40:22
29598         Log: Subject: [patch] typo in perlop
29599              From: andreas.koenig@anima.de (Andreas J. Koenig)
29600              Date: Wed, 11 Dec 2002 21:31:14 +0100
29601              Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
29602      Branch: perl
29603            ! pod/perlop.pod
29604 ____________________________________________________________________________
29605 [ 18299] By: rgs                                   on 2002/12/12  20:35:29
29606         Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
29607      Branch: perl
29608           !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
29609           !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
29610           !> t/op/subst.t
29611 ____________________________________________________________________________
29612 [ 18298] By: rgs                                   on 2002/12/12  20:00:36
29613         Log: Whitespace and indentation fix in the output of B::Debug.
29614      Branch: perl
29615            ! ext/B/B/Debug.pm
29616 ____________________________________________________________________________
29617 [ 18292] By: gbarr                                 on 2002/12/12  09:23:04
29618         Log: Update to Scalar-List-Utils 1.09
29619      Branch: perl
29620            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
29621            ! ext/List/Util/lib/List/Util.pm
29622 ____________________________________________________________________________
29623 [ 18287] By: gsar                                  on 2002/12/11  18:53:07
29624         Log: this has been incorrect for a while now, and has changed
29625              again recently
29626      Branch: perl
29627            ! Porting/repository.pod
29628 ____________________________________________________________________________
29629 [ 18285] By: hv                                    on 2002/12/11  10:35:01
29630         Log: Subject: [PATCH] Re: Precedence of ? :
29631              From: Stephen McCamant <smcc@mit.edu>
29632              Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
29633              Message-Id: <20021210055707.974F073CCC@syllepsis>
29634      Branch: perl
29635            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
29636            ! vms/perly_c.vms
29637 ____________________________________________________________________________
29638 [ 18284] By: hv                                    on 2002/12/11  10:21:12
29639         Log: One more email address for #18282
29640      Branch: perl
29641            ! lib/Pod/Perldoc.pm
29642 ____________________________________________________________________________
29643 [ 18283] By: hv                                    on 2002/12/11  10:18:07
29644         Log: More email addresses for #18282
29645      Branch: perl
29646            ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
29647            ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
29648            ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
29649            ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
29650            ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
29651 ____________________________________________________________________________
29652 [ 18282] By: hv                                    on 2002/12/11  10:16:05
29653         Log: Subject: Remove stale e-mail addresses
29654              From: Andy Dougherty <doughera@lafayette.edu>
29655              Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
29656              Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
29657      Branch: perl
29658            ! Porting/pumpkin.pod configure.gnu
29659            ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
29660            ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
29661            ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
29662 ____________________________________________________________________________
29663 [ 18281] By: hv                                    on 2002/12/11  09:59:31
29664         Log: Integrate from maint-5.8 #18156, #18218.
29665      Branch: perl
29666           !> lib/Unicode/UCD.t lib/unicore/Category.pl
29667           !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
29668           !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
29669           !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
29670           !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
29671           !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
29672 ____________________________________________________________________________
29673 [ 18280] By: rgs                                   on 2002/12/10  21:30:10
29674         Log: Integrate from the maint-5.8/ branch :
29675              changes 18219, 18236, 18242-3, 18247-8,
29676              18253-5, 18257, 18273-6
29677      Branch: perl
29678           +> t/op/lc_user.t
29679           !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
29680           !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
29681           !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
29682           !> t/uni/tr_utf8.t
29683 ____________________________________________________________________________
29684 [ 18279] By: merijn                                on 2002/12/10  14:10:03
29685         Log: Subject: Re: ANSIColor 1.06 released
29686              Version bump only after typo fix to sync with CPAN
29687      Branch: perl
29688            ! lib/Term/ANSIColor.pm
29689 ____________________________________________________________________________
29690 [ 18277] By: merijn                                on 2002/12/10  08:46:05
29691         Log: Subject: [PATCH perl@18251] VMS build update
29692              Message-ID: <3DF56BE2.9000300@mac.com>
29693              Date: Mon, 09 Dec 2002 22:21:54 -0600
29694              From: "Craig A. Berry" <craigberry@mac.com>
29695      Branch: perl
29696            ! configure.com ext/Time/HiRes/Makefile.PL
29697            ! vms/descrip_mms.template
29698 ____________________________________________________________________________
29699 [ 18272] By: merijn                                on 2002/12/09  15:31:28
29700         Log: RT#15950
29701
29702              Subject: [PATCH] Typo in Term::ANSIColor
29703              Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
29704              From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>
29705      Branch: perl
29706            ! lib/Term/ANSIColor.pm
29707 ____________________________________________________________________________
29708 [ 18270] By: hv                                    on 2002/12/09  00:25:26
29709         Log: Subject: [perl #18256] xsubpp can make nested comments in C code
29710              From: Nicholas Clark (via RT) <perlbug@perl.org>
29711              Date: 7 Nov 2002 14:58:14 -0000
29712              Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
29713      Branch: perl
29714            ! lib/ExtUtils/xsubpp
29715 ____________________________________________________________________________
29716 [ 18269] By: hv                                    on 2002/12/09  00:19:33
29717         Log: Subject: Re: Bug in Filter::Simple
29718              From: Slaven Rezic <slaven.rezic@berlin.de>
29719              Date: 07 Nov 2002 10:01:41 +0100
29720              Message-ID: <87of91u51m.fsf@vran.herceg.de>
29721      Branch: perl
29722            ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
29723 ____________________________________________________________________________
29724 [ 18268] By: hv                                    on 2002/12/09  00:14:58
29725         Log: fix #18266 sprintf format mismatch
29726      Branch: perl
29727            ! regcomp.c
29728 ____________________________________________________________________________
29729 [ 18267] By: hv                                    on 2002/12/09  00:10:09
29730         Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
29731              From: Slaven Rezic <slaven.rezic@berlin.de>
29732              Date: 09 Nov 2002 23:21:16 +0100
29733              Message-ID: <874raqz8o3.fsf@vran.herceg.de>
29734      Branch: perl
29735            ! config_h.SH ext/POSIX/t/posix.t util.c
29736 ____________________________________________________________________________
29737 [ 18266] By: hv                                    on 2002/12/09  00:02:57
29738         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
29739              From: Abhijit Menon-Sen <ams@wiw.org>
29740              Date: Wed, 6 Nov 2002 19:38:11 +0530
29741              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
29742      Branch: perl
29743            ! regcomp.c t/op/lc.t
29744 ____________________________________________________________________________
29745 [ 18265] By: rgs                                   on 2002/12/08  22:10:45
29746         Log: Subject: Re: [perl #18927] barewords with no errors
29747              From: Abe Timmerman <abe@ztreet.demon.nl>
29748              Date: Sun, 8 Dec 2002 17:12:56 +0100
29749              Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
29750      Branch: perl
29751            ! t/lib/strict/subs
29752 ____________________________________________________________________________
29753 [ 18264] By: rgs                                   on 2002/12/08  22:04:39
29754         Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
29755              From: Slaven Rezic <slaven.rezic@berlin.de>
29756              Date: 30 Nov 2002 00:07:05 +0100
29757              Message-ID: <8765ugnffq.fsf@vran.herceg.de>
29758      Branch: perl
29759            ! pp_ctl.c t/cmd/for.t
29760 ____________________________________________________________________________
29761 [ 18263] By: rgs                                   on 2002/12/08  21:56:13
29762         Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
29763              From: Slaven Rezic <slaven.rezic@berlin.de>
29764              Date: 08 Dec 2002 01:31:45 +0100
29765              Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
29766      Branch: perl
29767            ! lib/Exporter/Heavy.pm
29768 ____________________________________________________________________________
29769 [ 18262] By: rgs                                   on 2002/12/08  20:31:42
29770         Log: getservbyport() should accept an empty string as its
29771              proto argument (as does getservbyname()).
29772
29773              Subject: Re: Is this a bug or am I being stupid?
29774              From: Slaven Rezic <slaven.rezic@berlin.de>
29775              Date: 08 Dec 2002 01:54:37 +0100
29776              Message-ID: <87znrhl48i.fsf@vran.herceg.de>
29777      Branch: perl
29778            ! pp_sys.c
29779 ____________________________________________________________________________
29780 [ 18261] By: rgs                                   on 2002/12/08  20:17:37
29781         Log: Change the set of characters that are considered to be
29782              safe in $ENV{TERM} for taint checkings.
29783      Branch: perl
29784            ! taint.c
29785 ____________________________________________________________________________
29786 [ 18260] By: rgs                                   on 2002/12/08  20:14:57
29787         Log: Document that $ENV{TERM} may produce taint failures.
29788              Subject: Re: [perl #18717] spurious failures in regression test
29789              From: Slaven Rezic <slaven.rezic@berlin.de>
29790              Date: 29 Nov 2002 22:11:46 +0100
29791              Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
29792      Branch: perl
29793            ! pod/perldiag.pod
29794 ____________________________________________________________________________
29795 [ 18259] By: rgs                                   on 2002/12/08  19:34:34
29796         Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
29797              From: Nicholas Clark <nick@unfortu.net>
29798              Date: Mon, 2 Dec 2002 21:48:29 +0000
29799              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
29800      Branch: perl
29801            ! hv.c lib/Hash/Util.t
29802 ____________________________________________________________________________
29803 [ 18251] By: rgs                                   on 2002/12/06  21:27:55
29804         Log: Fix two cases of buffer overflow in the lexer.
29805      Branch: perl
29806            ! t/comp/parser.t toke.c
29807 ____________________________________________________________________________
29808 [ 18250] By: rgs                                   on 2002/12/06  20:44:26
29809         Log: Fix bug #18874, essentially by reverting change #11890.
29810              Add a regression test for it.
29811      Branch: perl
29812            ! lib/English.pm lib/English.t
29813 ____________________________________________________________________________
29814 [ 18249] By: rgs                                   on 2002/12/06  20:42:01
29815         Log: Suppress a compilation warning reported by Jarkko
29816              (variable initialization skipped by goto).
29817      Branch: perl
29818            ! toke.c
29819 ____________________________________________________________________________
29820 [ 18239] By: jhi                                   on 2002/12/03  12:49:01
29821         Log: Fix up #18229.
29822      Branch: perl
29823            ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
29824            ! pod/perlintern.pod
29825 ____________________________________________________________________________
29826 [ 18233] By: rgs                                   on 2002/12/02  20:03:09
29827         Log: Fix bug #18573 : in a double-quoted string, a \c not followed
29828              by any character may corrupt memory due to reading past the
29829              end of the input buffer. Add a new error message corresponding
29830              to this case.
29831      Branch: perl
29832            ! pod/perldiag.pod t/comp/parser.t toke.c
29833 ____________________________________________________________________________
29834 [ 18232] By: rgs                                   on 2002/12/02  19:59:07
29835         Log: Skip test #17 of lib/open.t when useperlio is not defined.
29836      Branch: perl
29837            ! lib/open.t
29838 ____________________________________________________________________________
29839 [ 18231] By: merijn                                on 2002/12/02  16:00:12
29840         Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
29841              Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
29842              From: Andy Dougherty <doughera@lafayette.edu>
29843              Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
29844      Branch: perl
29845            ! README.hpux
29846 ____________________________________________________________________________
29847 [ 18230] By: merijn                                on 2002/12/02  15:45:31
29848         Log: $0 modifying part II (HP-UX only)
29849
29850              Date: Sat, 30 Nov 2002 20:16:51 +0200
29851              From: Jarkko Hietaniemi <jhi@iki.fi>
29852              Subject: [PATCH] $0 modifying
29853              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
29854      Branch: perl
29855            ! mg.c
29856 ____________________________________________________________________________
29857 [ 18229] By: merijn                                on 2002/12/02  15:43:16
29858         Log: $0 mofifying part I
29859
29860              Date: Sat, 30 Nov 2002 20:16:51 +0200
29861              From: Jarkko Hietaniemi <jhi@iki.fi>
29862              Subject: [PATCH] $0 modifying
29863              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
29864      Branch: perl
29865            ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
29866            ! sv.c t/op/magic.t thread.h
29867 ____________________________________________________________________________
29868 [ 18228] By: hv                                    on 2002/12/02  13:37:59
29869         Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
29870              with a module-driven version, and separates out its docs.
29871      Branch: perl
29872            + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
29873            + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
29874            + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
29875            + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
29876            + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
29877            + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
29878            + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
29879            + pod/perldoc.pod
29880            ! MANIFEST utils/perldoc.PL
29881 ____________________________________________________________________________
29882 [ 18226] By: hv                                    on 2002/12/02  12:44:35
29883         Log: missed the new file from #18224
29884      Branch: perl
29885            + lib/Pod/PlainText.pm
29886            ! MANIFEST
29887 ____________________________________________________________________________
29888 [ 18225] By: hv                                    on 2002/12/02  03:09:42
29889         Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
29890      Branch: perl
29891            ! util.c
29892 ____________________________________________________________________________
29893 [ 18224] By: hv                                    on 2002/12/02  02:59:02
29894         Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
29895              and lib/Pod/t/utils.t to cater for simpler output text.
29896      Branch: perl
29897            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
29898            ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
29899            ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
29900            ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
29901            ! t/pod/multiline_items.t t/pod/multiline_items.xr
29902            ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
29903            ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
29904            ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
29905            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
29906 ____________________________________________________________________________
29907 [ 18223] By: hv                                    on 2002/12/02  02:46:17
29908         Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
29909              From: Dave Mitchell <davem@fdgroup.com>
29910              Date: Mon, 25 Nov 2002 21:25:33 +0000
29911              Message-ID: <20021125212533.B29157@fdgroup.com>
29912      Branch: perl
29913            ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
29914 ____________________________________________________________________________
29915 [ 18222] By: hv                                    on 2002/12/02  02:23:28
29916         Log: #18221 broke t/op/eval.t
29917      Branch: perl
29918            ! t/op/eval.t
29919 ____________________________________________________________________________
29920 [ 18221] By: hv                                    on 2002/12/02  02:18:19
29921         Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
29922      Branch: perl
29923           +> ext/POSIX/t/is.t
29924           !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
29925           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
29926           !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
29927           !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
29928 ____________________________________________________________________________
29929 [ 18220] By: hv                                    on 2002/12/02  00:58:54
29930         Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
29931              From: Dave Mitchell <davem@fdgroup.com>
29932              Date: Sun, 24 Nov 2002 22:19:06 +0000
29933              Message-ID: <20021124221906.A25386@fdgroup.com>
29934      Branch: perl
29935            ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
29936            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
29937            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
29938            ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
29939 ____________________________________________________________________________
29940 [ 18217] By: rgs                                   on 2002/11/29  12:11:28
29941         Log: Document the hint constants and where they're used.
29942      Branch: perl
29943            ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
29944            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
29945            ! perl.h
29946 ____________________________________________________________________________
29947 [ 18216] By: merijn                                on 2002/11/29  10:00:54
29948         Log: 64bit Peek failure on HP-UX 11.00
29949
29950              Subject: Re: Smoke 18188
29951              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29952              From: Slaven Rezic <slaven.rezic@berlin.de>
29953              Date: 28 Nov 2002 19:25:25 +0100
29954              Message-ID: <877kexsga2.fsf@vran.herceg.de>
29955      Branch: perl
29956            ! ext/Devel/Peek/Peek.t
29957 ____________________________________________________________________________
29958 [ 18203] By: jhi                                   on 2002/11/28  14:54:34
29959         Log: Slight beauty tweak.
29960      Branch: perl
29961            ! intrpvar.h
29962 ____________________________________________________________________________
29963 [ 18188] By: hv                                    on 2002/11/27  01:32:52
29964         Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
29965              From: Slaven Rezic <slaven.rezic@berlin.de>
29966              Date: 03 Nov 2002 10:59:43 +0100
29967              Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
29968      Branch: perl
29969            ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
29970 ____________________________________________________________________________
29971 [ 18186] By: hv                                    on 2002/11/27  00:57:18
29972         Log: Subject: DESTROY called in scalar context ?
29973              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29974              Date: Tue, 29 Oct 2002 22:04:23 +0100
29975              Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
29976      Branch: perl
29977            ! sv.c
29978 ____________________________________________________________________________
29979 [ 18185] By: rgs                                   on 2002/11/26  21:06:48
29980         Log: PerlFAQ sync.
29981      Branch: perl
29982            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
29983            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
29984            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
29985            ! pod/perlfaq9.pod
29986 ____________________________________________________________________________
29987 [ 18184] By: rgs                                   on 2002/11/26  20:42:25
29988         Log: Subject: [PATCH] 2 Pod errors in perlop.pod
29989              From: andreas.koenig@anima.de (Andreas J. Koenig)
29990              Date: Mon, 25 Nov 2002 10:21:08 +0100
29991              Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
29992
29993              Plus a few similar POD fixes
29994      Branch: perl
29995            ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
29996            ! pod/perltie.pod
29997 ____________________________________________________________________________
29998 [ 18183] By: rgs                                   on 2002/11/26  19:53:26
29999         Log: Subject: Re: [perl #18626] bug in perlipc man page
30000              From: Slaven Rezic <slaven.rezic@berlin.de>
30001              Date: 23 Nov 2002 21:23:20 +0100
30002              Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
30003      Branch: perl
30004            ! pod/perlipc.pod
30005 ____________________________________________________________________________
30006 [ 18182] By: merijn                                on 2002/11/26  08:44:39
30007         Log: Subject: #17171: ld flag for shrplib on OpenBSD
30008              Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
30009              From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
30010      Branch: perl
30011            ! Configure
30012 ____________________________________________________________________________
30013 [ 18180] By: hv                                    on 2002/11/25  03:10:03
30014         Log: integrate #18144 updates to pod/perlport.pod
30015      Branch: perl
30016            ! pod/perlport.pod
30017 ____________________________________________________________________________
30018 [ 18179] By: hv                                    on 2002/11/25  03:06:44
30019         Log: Subject: [PATCH] UTF8 regexp {n} bug
30020              From: Inaba Hiroto <inaba@st.rim.or.jp>
30021              Date: Sat, 16 Nov 2002 19:23:00 +0900
30022              Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
30023      Branch: perl
30024            ! regcomp.c t/op/pat.t
30025 ____________________________________________________________________________
30026 [ 18178] By: hv                                    on 2002/11/25  02:43:40
30027         Log: Subject: Re: Storable bug #1698
30028              From: Slaven Rezic <slaven.rezic@berlin.de>
30029              Date: 18 Nov 2002 10:41:36 +0100
30030              Message-ID: <87ptt343lb.fsf@vran.herceg.de>
30031      Branch: perl
30032            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
30033            ! ext/Storable/t/forgive.t
30034 ____________________________________________________________________________
30035 [ 18177] By: hv                                    on 2002/11/25  02:37:07
30036         Log: add support for STASH and MAGIC information for REFs to sv_dump().
30037              Subject: [PATCH]
30038              From: Slaven Rezic <slaven.rezic@berlin.de>
30039              Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
30040              Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
30041      Branch: perl
30042            ! dump.c ext/Devel/Peek/Peek.t
30043 ____________________________________________________________________________
30044 [ 18176] By: hv                                    on 2002/11/25  02:31:10
30045         Log: Subject: Re: [perl #18479] Error when no strict refs in effect
30046              From: Slaven Rezic <slaven.rezic@berlin.de>
30047              Date: 18 Nov 2002 22:50:04 +0100
30048              Message-ID: <87smxya6pf.fsf@vran.herceg.de>
30049      Branch: perl
30050            ! pp_ctl.c
30051 ____________________________________________________________________________
30052 [ 18175] By: hv                                    on 2002/11/25  02:20:48
30053         Log: Subject: [Encode] 1.83 + bleedperl patch released
30054              From: Dan Kogai <dankogai@dan.co.jp>
30055              Date: Tue, 19 Nov 2002 03:18:44 +0900
30056              Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
30057      Branch: perl
30058            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
30059            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
30060            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
30061            ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
30062 ____________________________________________________________________________
30063 [ 18172] By: rgs                                   on 2002/11/22  21:44:09
30064         Log: Subject: [PATCH] Historic version labels
30065              From: andreas.koenig@anima.de (Andreas J. Koenig)
30066              Date: Fri, 22 Nov 2002 14:39:41 +0100
30067              Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
30068      Branch: perl
30069            ! Changes5.005 Changes5.6
30070 ____________________________________________________________________________
30071 [ 18171] By: rgs                                   on 2002/11/22  21:15:54
30072         Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
30073              Fix the existing tests that didn't checked the difference
30074              between 0 and undef.
30075      Branch: perl
30076            ! t/op/magic.t
30077 ____________________________________________________________________________
30078 [ 18170] By: rgs                                   on 2002/11/22  20:49:12
30079         Log: Move some tests from t/run/fresh_perl.t
30080              to the new t/comp/parser.t. The goal being to
30081              get rid of fresh_perl.t at some point.
30082      Branch: perl
30083            ! t/comp/parser.t t/run/fresh_perl.t
30084 ____________________________________________________________________________
30085 [ 18169] By: rgs                                   on 2002/11/21  20:49:36
30086         Log: Add a test for bug #17920, and a new test file for it.
30087      Branch: perl
30088            + t/comp/parser.t
30089            ! MANIFEST
30090 ____________________________________________________________________________
30091 [ 18168] By: merijn                                on 2002/11/21  13:59:12
30092         Log: Subject: [PATCH] hires sleeping wants libs
30093              Date: Wed, 20 Nov 2002 17:18:31 +0200
30094              From: Jarkko Hietaniemi <jhi@iki.fi>
30095              Message-ID: <20021120151830.GC127060@lyta.hut.fi>
30096      Branch: perl
30097            ! Configure hints/irix_6.sh
30098 ____________________________________________________________________________
30099 [ 18166] By: rgs                                   on 2002/11/19  23:02:31
30100         Log: Fix perl bug #17920 : a case of parser coredump.
30101              The fix is to disable Perl_block_start and Perl_block_end
30102              when the yacc parser has encountered errors. This prevents
30103              corruption of the internal stack, at the expense of correctness,
30104              but this doesn't matter as the code is unparseable anyway.
30105      Branch: perl
30106            ! op.c
30107 ____________________________________________________________________________
30108 [ 18165] By: rgs                                   on 2002/11/19  22:45:36
30109         Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
30110              From: Jarkko Hietaniemi <jhi@iki.fi>
30111              Date: Sun, 3 Nov 2002 17:50:08 +0200
30112              Message-ID: <20021103155008.GA382682@lyta.hut.fi>
30113      Branch: perl
30114            ! lib/open.pm locale.c pod/perl58delta.pod
30115 ____________________________________________________________________________
30116 [ 18164] By: rgs                                   on 2002/11/19  22:32:52
30117         Log: t/io/crlf.t failed with miniperl.
30118      Branch: perl
30119            ! t/io/crlf.t
30120 ____________________________________________________________________________
30121 [ 18163] By: rgs                                   on 2002/11/19  22:11:24
30122         Log: Subject: Re: [PATCH] AutoLoader gives wrong message
30123              From: Peter Scott <Peter@PSDT.com>
30124              Date: Thu, 07 Nov 2002 19:04:27 -0800
30125              Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
30126
30127              With a tweak to the END cleanup block to fully remove the
30128              temporary test directory
30129      Branch: perl
30130            ! lib/AutoLoader.t
30131 ____________________________________________________________________________
30132 [ 18162] By: rgs                                   on 2002/11/19  21:29:25
30133         Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
30134              From: Dave Mitchell <davem@fdgroup.com>
30135              Date: Thu, 14 Nov 2002 22:55:39 +0000
30136              Message-ID: <20021114225539.A18614@fdgroup.com>
30137      Branch: perl
30138            ! ext/threads/threads.xs
30139 ____________________________________________________________________________
30140 [ 18161] By: rgs                                   on 2002/11/19  21:26:21
30141         Log: Subject: [PATCH Win32] Document wperl.exe
30142              From: "Brent Dax" <brentdax@cpan.org>
30143              Date: Fri, 15 Nov 2002 23:02:01 -0800
30144              Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
30145      Branch: perl
30146            ! README.win32
30147 ____________________________________________________________________________
30148 [ 18160] By: hv                                    on 2002/11/19  12:07:25
30149         Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
30150              From: Nicholas Clark <nick@unfortu.net>
30151              Date: Tue, 29 Oct 2002 23:00:05 +0000
30152              Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
30153      Branch: perl
30154            + regen.pl regen_headers.pl
30155            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
30156            ! keywords.pl opcode.pl regcomp.pl
30157 ____________________________________________________________________________
30158 [ 18159] By: hv                                    on 2002/11/19  11:48:30
30159         Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
30160              From: Gurusamy Sarathy <gsar@ActiveState.com>
30161              Date: Wed, 30 Oct 2002 20:58:15 -0800
30162              Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
30163              Date: Wed, 30 Oct 2002 21:56:22 -0800
30164              Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
30165              Date: Wed, 30 Oct 2002 22:55:30 -0800
30166              Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
30167      Branch: perl
30168            ! gv.c pp_hot.c t/op/method.t
30169 ____________________________________________________________________________
30170 [ 18158] By: hv                                    on 2002/11/19  11:35:16
30171         Log: Remove duplicate my() declaration giving warnings from change #18105.
30172      Branch: perl
30173            ! lib/Class/Struct.t
30174 ____________________________________________________________________________
30175 [ 18154] By: rgs                                   on 2002/11/16  22:08:44
30176         Log: Correction to change #18152, by Dave Mitchell.
30177      Branch: perl
30178            ! pod/perlhack.pod
30179 ____________________________________________________________________________
30180 [ 18152] By: rgs                                   on 2002/11/16  21:23:15
30181         Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
30182              From: Dave Mitchell <davem@fdgroup.com>
30183              Date: Sat, 16 Nov 2002 22:18:23 +0000
30184              Message-ID: <20021116221823.A23614@fdgroup.com>
30185              Documentation for change #18150.
30186      Branch: perl
30187            ! pod/perlhack.pod
30188 ____________________________________________________________________________
30189 [ 18151] By: rgs                                   on 2002/11/16  20:45:26
30190         Log: Document PRIVSHIFT.
30191              Subject: [PATCH] two small doc patches
30192              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30193              Date: Thu, 14 Nov 2002 15:07:35 -0800
30194              Message-ID: <3yC19gzkguTO092yn@efn.org>
30195      Branch: perl
30196            ! sv.h
30197 ____________________________________________________________________________
30198 [ 18150] By: rgs                                   on 2002/11/16  20:25:57
30199         Log: Subject: [PATCH] optional code for debugging leaking scalars
30200              From: Dave Mitchell <davem@fdgroup.com>
30201              Date: Thu, 14 Nov 2002 23:03:00 +0000
30202              Message-ID: <20021114230300.B18614@fdgroup.com>
30203      Branch: perl
30204            ! perl.c sv.c
30205 ____________________________________________________________________________
30206 [ 18149] By: rgs                                   on 2002/11/16  20:10:50
30207         Log: New B::Lint option, bare-subs, that checks for implicitely
30208              quoted barewords that are also subroutines, from
30209              Ian Phillipps <ip@tarragon-et.co.uk>.
30210              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
30211              With a few tweaks to the implementation and tests.
30212              (previous change was empty)
30213      Branch: perl
30214            ! ext/B/B/Lint.pm ext/B/t/lint.t
30215 ____________________________________________________________________________
30216 [ 18148] By: rgs                                   on 2002/11/16  20:05:34
30217         Log: New B::Lint option, bare-subs, that checks for implicitely
30218              quoted barewords that are also subroutines, from
30219              Ian Phillipps <ip@tarragon-et.co.uk>.
30220              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
30221              With a few tweaks to the implementation and tests.
30222      Branch: perl
30223            ! ext/B/B/Lint.pm ext/B/t/lint.t
30224 ____________________________________________________________________________
30225 [ 18147] By: rgs                                   on 2002/11/16  19:52:54
30226         Log: Subject: [PATCH] Typo in perl58delta
30227              From: andreas.koenig@anima.de (Andreas J. Koenig)
30228              Date: Sat, 16 Nov 2002 16:29:14 +0100
30229              Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
30230      Branch: perl
30231            ! pod/perl58delta.pod
30232 ____________________________________________________________________________
30233 [ 18142] By: rgs                                   on 2002/11/12  22:09:39
30234         Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
30235              From: Dave Mitchell <davem@fdgroup.com>
30236              Date: Thu, 7 Nov 2002 16:38:02 +0000
30237              Message-ID: <20021107163802.C25337@fdgroup.com>
30238      Branch: perl
30239            ! pad.h
30240 ____________________________________________________________________________
30241 [ 18141] By: merijn                                on 2002/11/12  16:15:30
30242         Log: repair 18139 (missing awk command)
30243      Branch: perl
30244            ! Configure
30245 ____________________________________________________________________________
30246 [ 18139] By: merijn                                on 2002/11/12  14:20:36
30247         Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
30248              From: Jarkko Hietaniemi <jhi@iki.fi>
30249              Subject: [PATCH] Tru64 osvers
30250              Message-ID: <20021112144922.GI511825@lyta.hut.fi>
30251      Branch: perl
30252            ! Configure
30253 ____________________________________________________________________________
30254 [ 18137] By: rgs                                   on 2002/11/10  21:57:04
30255         Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
30256              From: Slaven Rezic <slaven.rezic@berlin.de>
30257              Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
30258              Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
30259      Branch: perl
30260            ! lib/Term/ReadLine.pm
30261 ____________________________________________________________________________
30262 [ 18136] By: rgs                                   on 2002/11/10  21:38:44
30263         Log: Subject: t/run/runenv.t bug
30264              From: Salvador "Fandiño" <sfandino@yahoo.com>
30265              Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
30266              Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
30267      Branch: perl
30268            ! t/run/runenv.t
30269 ____________________________________________________________________________
30270 [ 18135] By: rgs                                   on 2002/11/10  21:30:36
30271         Log: Subject: [PATCH] perlopentut and PerlIO documentation
30272              From: Slaven Rezic <slaven.rezic@berlin.de>
30273              Date: 08 Nov 2002 22:22:19 +0100
30274              Message-ID: <8765v7kb90.fsf@vran.herceg.de>
30275      Branch: perl
30276            ! lib/PerlIO.pm pod/perlopentut.pod
30277 ____________________________________________________________________________
30278 [ 18125] By: hv                                    on 2002/11/07  14:01:57
30279         Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
30280              From: Dan Kogai <dankogai@dan.co.jp>
30281              Date: Fri, 25 Oct 2002 13:04:00 +0900
30282              Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
30283      Branch: perl
30284            + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
30285            + t/uni/tr_utf8.t
30286            ! MANIFEST
30287 ____________________________________________________________________________
30288 [ 18124] By: hv                                    on 2002/11/07  13:51:39
30289         Log: Subject: [PATCH] File::Temp documentation fix
30290              From: Slaven Rezic <slaven.rezic@berlin.de>
30291              Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
30292              Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
30293      Branch: perl
30294            ! lib/File/Temp.pm
30295 ____________________________________________________________________________
30296 [ 18123] By: hv                                    on 2002/11/07  13:46:59
30297         Log: Subject: PATCH x2p/find2perl.PL
30298              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
30299              Date: Thu, 24 Oct 2002 10:05:19 +0200
30300              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
30301      Branch: perl
30302            ! x2p/find2perl.PL
30303 ____________________________________________________________________________
30304 [ 18122] By: hv                                    on 2002/11/07  13:40:25
30305         Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
30306              From: "david@dhaller.de (via RT)" <perlbug@perl.org>
30307              Date: 23 Oct 2002 18:42:51 -0000
30308              Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
30309      Branch: perl
30310            ! ext/Fcntl/t/syslfs.t t/op/lfs.t
30311 ____________________________________________________________________________
30312 [ 18121] By: hv                                    on 2002/11/07  13:21:15
30313         Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
30314              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30315              Date: Sun, 03 Nov 2002 15:48:18 -0800
30316              Message-ID: <CXbx9gzkgS8W092yn@efn.org>
30317      Branch: perl
30318            ! sv.c t/op/tie.t
30319 ____________________________________________________________________________
30320 [ 18120] By: hv                                    on 2002/11/07  13:14:21
30321         Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
30322              From: Gurusamy Sarathy <gsar@ActiveState.com>
30323              Date: Sat, 19 Oct 2002 12:11:43 -0700
30324              Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
30325      Branch: perl
30326            ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
30327 ____________________________________________________________________________
30328 [ 18119] By: hv                                    on 2002/11/07  12:13:28
30329         Log: Subject: [perl #18154] Problem found in calculating offsets in regex
30330              From: Mark Pease (via RT) <perlbug@perl.org>
30331              Date: 29 Oct 2002 20:23:54 -0000
30332              Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
30333      Branch: perl
30334            ! regcomp.c
30335 ____________________________________________________________________________
30336 [ 18118] By: hv                                    on 2002/11/07  11:33:38
30337         Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
30338              From: hv@crypt.org
30339              Date: Sun, 03 Nov 2002 16:41:24 +0000
30340              Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
30341      Branch: perl
30342            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
30343            ! t/op/sub_lval.t
30344 ____________________________________________________________________________
30345 [ 18117] By: rgs                                   on 2002/11/06  22:15:36
30346         Log: "make distclean" should remove the generated file lib/Config.pod.
30347      Branch: perl
30348            ! Makefile.SH
30349 ____________________________________________________________________________
30350 [ 18116] By: rgs                                   on 2002/11/06  22:11:06
30351         Log: The new test introduced in #18114 failed with threads
30352      Branch: perl
30353            ! ext/B/t/concise.t
30354 ____________________________________________________________________________
30355 [ 18115] By: rgs                                   on 2002/11/06  20:43:14
30356         Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
30357              From: Slaven Rezic <slaven.rezic@berlin.de>
30358              Date: 24 Oct 2002 00:44:35 +0200
30359              Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
30360      Branch: perl
30361            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
30362            ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
30363 ____________________________________________________________________________
30364 [ 18114] By: rgs                                   on 2002/11/06  20:08:53
30365         Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
30366              From: Stephen McCamant <smcc@mit.edu>
30367              Date: Thu, 31 Oct 2002 01:35:29 -0500
30368              Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
30369
30370              plus a test case in ext/B/t/concise.t
30371              plus a (less intrusive, but less future-proof) fix for a
30372              similar problem in B::walkoptree_exec().
30373      Branch: perl
30374            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
30375 ____________________________________________________________________________
30376 [ 18113] By: rgs                                   on 2002/11/05  20:11:55
30377         Log: make regen_headers.
30378              Backport change #18078 to warnings.pl.
30379      Branch: perl
30380            ! global.sym perlapi.c perlapi.h proto.h warnings.pl
30381 ____________________________________________________________________________
30382 [ 18109] By: ams                                   on 2002/11/05  13:03:34
30383         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
30384              From: hv@crypt.org
30385              Date: Tue, 05 Nov 2002 13:30:00 +0000
30386              Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
30387
30388              This is half of the fix for #18107. The swash_init() problems
30389              described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
30390              but can now be seen only with UTF-8 test cases.
30391      Branch: perl
30392            ! pp.c
30393 ____________________________________________________________________________
30394 [ 18108] By: merijn                                on 2002/11/05  07:52:08
30395         Log: Put back the DO NOT EDIT headers in proto.h and global.sym
30396
30397              Subject: Re: [perl #18066] Bug in -I when path has double colons?
30398              From: Slaven Rezic <slaven.rezic@berlin.de>
30399              Date: 03 Nov 2002 10:25:10 +0100
30400              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
30401      Branch: perl
30402            ! embed.pl
30403 ____________________________________________________________________________
30404 [ 18107] By: ams                                   on 2002/11/05  03:43:46
30405         Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
30406              character is UTF-8. (Copied from pp_lcfirst.)
30407              2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
30408      Branch: perl
30409            ! dump.c pp.c
30410 ____________________________________________________________________________
30411 [ 18106] By: hv                                    on 2002/11/05  01:43:27
30412         Log: new test based on:
30413              Subject: [TEST] for [PATCH] bug in utf8.c(?)
30414              From: Marty Pauley <marty+p5p@kasei.com>
30415              Date: Fri, 18 Oct 2002 21:02:38 +0100
30416              Message-ID: <20021018200238.GY3764@soto.kasei.com>
30417      Branch: perl
30418            ! lib/utf8.t
30419 ____________________________________________________________________________
30420 [ 18105] By: hv                                    on 2002/11/05  00:59:30
30421         Log: Subject: Re: Class::Struct, simple patch, tests
30422              From: Marty Pauley <marty+p5p@kasei.com>
30423              Date: Fri, 18 Oct 2002 22:26:38 +0100
30424              Message-ID: <20021018212638.GB3764@soto.kasei.com>
30425      Branch: perl
30426            ! lib/Class/Struct.pm lib/Class/Struct.t
30427 ____________________________________________________________________________
30428 [ 18102] By: rgs                                   on 2002/11/04  21:43:53
30429         Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
30430              From: Slaven Rezic <slaven.rezic@berlin.de>
30431              Date: 30 Oct 2002 11:18:47 +0100
30432              Message-ID: <87of9c2prs.fsf@vran.herceg.de>
30433
30434              With the corresponding change to embed.fnc
30435      Branch: perl
30436            + t/run/switchI.t
30437            ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
30438            ! proto.h t/run/runenv.t
30439 ____________________________________________________________________________
30440 [ 18094] By: merijn                                on 2002/11/04  16:08:22
30441         Log: Changed the warning detection pattern because of:
30442
30443              Subject: ccache gcc3.2 doesn't work
30444              From: Nicholas Clark <nick@ccl4.org>
30445              Date: Tue, 29 Oct 2002 15:01:39
30446              Message-ID: <20021029150139.J82080@plum.flirble.org>
30447      Branch: perl
30448            ! Configure
30449 ____________________________________________________________________________
30450 [ 18093] By: jhi                                   on 2002/11/04  16:06:39
30451         Log: s/Perlf/Perl/ (thanks rgs)
30452      Branch: perl
30453            ! pod/perldiag.pod
30454 ____________________________________________________________________________
30455 [ 18091] By: jhi                                   on 2002/11/04  15:50:07
30456         Log: How pre-5.9.0 Perl can be fooled by a defined-or.
30457      Branch: perl
30458            ! pod/perldiag.pod
30459 ____________________________________________________________________________
30460 [ 18090] By: hv                                    on 2002/11/04  15:49:29
30461         Log: extend #13786 to cover the other four identical chunks of code
30462              to avoid looping under overload.
30463      Branch: perl
30464            ! sv.c
30465 ____________________________________________________________________________
30466 [ 18088] By: merijn                                on 2002/11/04  15:37:06
30467         Log: Charnames take 4
30468              Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
30469      Branch: perl
30470            ! lib/charnames.pm lib/charnames.t
30471 ____________________________________________________________________________
30472 [ 18086] By: hv                                    on 2002/11/04  15:16:34
30473         Log: integrate from perlio: changes #17709, #17795, #17796, #18032
30474      Branch: perl
30475           !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
30476           !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
30477 ____________________________________________________________________________
30478 [ 18085] By: hv                                    on 2002/11/04  12:17:12
30479         Log: Subject: Re: [perl #17064] illegal legal unicode character
30480              From: hv@crypt.org
30481              Date: Mon, 04 Nov 2002 13:23:49 +0000
30482              Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
30483      Branch: perl
30484            ! regexec.c t/op/split.t
30485 ____________________________________________________________________________
30486 [ 18084] By: merijn                                on 2002/11/04  11:04:45
30487         Log: Tru64, gcc -O3, datasize
30488              Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
30489      Branch: perl
30490            ! README.tru64 hints/dec_osf.sh
30491 ____________________________________________________________________________
30492 [ 18083] By: merijn                                on 2002/11/04  10:58:52
30493         Log: Typo configpm
30494              Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30495      Branch: perl
30496            ! configpm
30497 ____________________________________________________________________________
30498 [ 18078] By: hv                                    on 2002/11/03  13:20:50
30499         Log: avoid reliance on croak() prototype
30500      Branch: perl
30501            ! lib/warnings.pm
30502 ____________________________________________________________________________
30503 [ 18077] By: hv                                    on 2002/11/03  13:18:17
30504         Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
30505              (with tweaks)
30506              From: Michael G Schwern <schwern@pobox.com>
30507              Date: Wed, 4 Sep 2002 12:06:08 -0700
30508              Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
30509      Branch: perl
30510            ! configpm lib/Config.t
30511 ____________________________________________________________________________
30512 [ 18076] By: gbarr                                 on 2002/11/03  10:11:18
30513         Log: Update to Scalar-List-Utils 1.08
30514      Branch: perl
30515            + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
30516            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
30517            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
30518            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
30519            ! ext/List/Util/t/reduce.t
30520 ____________________________________________________________________________
30521 [ 18075] By: rgs                                   on 2002/10/31  20:58:12
30522         Log: Adjust the number of tests in t/op/range.t
30523      Branch: perl
30524            ! t/op/range.t
30525 ____________________________________________________________________________
30526 [ 18074] By: ams                                   on 2002/10/30  22:30:32
30527         Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
30528              but "-4\n".."-0\n" is!
30529              From: Slaven Rezic <slaven.rezic@berlin.de>
30530              Date: 30 Oct 2002 16:22:36 +0100
30531              Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
30532
30533              Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
30534              is not DWIM but "-4\n".."-0\n" is!
30535              From: "Orton, Yves" <yves.orton@mciworldcom.de>
30536              Date: Wed, 30 Oct 2002 11:59:31 -0000
30537              Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
30538
30539              (Applied over previous fix.)
30540      Branch: perl
30541            ! pp_ctl.c t/op/range.t
30542 ____________________________________________________________________________
30543 [ 18073] By: ams                                   on 2002/10/30  19:47:12
30544         Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
30545              From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
30546              Date: 30 Oct 2002 17:27:53 -0000
30547              Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
30548
30549              (Fixed by making an exception for .."0" in pp_flop.)
30550      Branch: perl
30551            ! pp_ctl.c t/op/range.t
30552 ____________________________________________________________________________
30553 [ 18072] By: rgs                                   on 2002/10/29  20:37:31
30554         Log: Partial fix of bug [perl #17589] : prevent the parser to
30555              segfault when encountering the erroneous construct "sub;".
30556      Branch: perl
30557            ! pod/perldiag.pod t/op/anonsub.t toke.c
30558 ____________________________________________________________________________
30559 [ 18071] By: rgs                                   on 2002/10/28  21:57:25
30560         Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
30561              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
30562              Date: Mon, 28 Oct 2002 12:53:52 -0000
30563              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
30564      Branch: perl
30565            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
30566 ____________________________________________________________________________
30567 [ 18070] By: rgs                                   on 2002/10/28  20:46:33
30568         Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
30569              From: Nicholas Clark <nick@unfortu.net>
30570              Date: Sun, 27 Oct 2002 18:39:03 +0000
30571              Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
30572      Branch: perl
30573            ! util.c
30574 ____________________________________________________________________________
30575 [ 18069] By: rgs                                   on 2002/10/28  20:44:12
30576         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
30577              From: Nicholas Clark <nick@unfortu.net>
30578              Date: Sun, 27 Oct 2002 22:31:08 +0000
30579              Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
30580      Branch: perl
30581            ! t/op/pack.t
30582 ____________________________________________________________________________
30583 [ 18068] By: merijn                                on 2002/10/27  17:57:15
30584         Log: Repair broken previous patch. I don't like it, but not repairing it
30585              breaks each and every build. Will teach me to test on the same
30586              machine where I patched it. Sorry.
30587      Branch: perl
30588            ! embed.pl
30589 ____________________________________________________________________________
30590 [ 18067] By: merijn                                on 2002/10/27  06:02:21
30591         Log: embed.pl doc. (embed.pl reorganization for doc headers)
30592              Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
30593              With some additional modifications
30594      Branch: perl
30595            ! embed.pl
30596 ____________________________________________________________________________
30597 [ 18064] By: merijn                                on 2002/10/25  11:47:07
30598         Log: The 5005thread todo list; 2 down 25 to go
30599      Branch: perl
30600            ! README.irix README.tru64
30601 ____________________________________________________________________________
30602 [ 18063] By: hv                                    on 2002/10/25  00:28:48
30603         Log: change #18038 gives too many problems on t/450_service.t; disable
30604              it for now
30605      Branch: perl
30606            ! lib/Net/Ping/t/450_service.t
30607 ____________________________________________________________________________
30608 [ 18062] By: hv                                    on 2002/10/25  00:21:17
30609         Log: Subject: [PATCH] DB_File 1.806
30610              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
30611              Date: Tue, 22 Oct 2002 11:16:21 +0100
30612              Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
30613      Branch: perl
30614            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
30615            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
30616            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
30617 ____________________________________________________________________________
30618 [ 18061] By: hv                                    on 2002/10/25  00:13:07
30619         Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
30620              From: chromatic <chromatic@wgz.org>
30621              Date: Mon, 21 Oct 2002 20:27:43 -0700
30622              Message-ID: <20021022033253.57952.qmail@onion.perl.org>
30623      Branch: perl
30624            + ext/IO/lib/IO/t/IO.t
30625            ! MANIFEST lib/Net/Ping/t/450_service.t
30626 ____________________________________________________________________________
30627 [ 18060] By: hv                                    on 2002/10/24  23:54:50
30628         Log: 2 lines of change #18039 had several problems
30629      Branch: perl
30630            ! ext/IO/IO.pm
30631 ____________________________________________________________________________
30632 [ 18059] By: hv                                    on 2002/10/24  23:46:29
30633         Log: Subject: [perl #18036] perldoc refuses to run on BeOS
30634              From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
30635              Date: 21 Oct 2002 10:18:50 -0000
30636              Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
30637      Branch: perl
30638            ! utils/perldoc.PL
30639 ____________________________________________________________________________
30640 [ 18058] By: hv                                    on 2002/10/24  23:36:48
30641         Log: Subject: The Inaba patch for tr/// vs. use encoding
30642              From: Dan Kogai <dankogai@dan.co.jp>
30643              Date: Mon, 21 Oct 2002 17:36:02 +0900
30644              Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
30645      Branch: perl
30646            ! mg.c regcomp.c sv.c toke.c
30647 ____________________________________________________________________________
30648 [ 18057] By: hv                                    on 2002/10/24  23:16:15
30649         Log: Subject: [Encode] 1.80 released
30650              From: Dan Kogai <dankogai@dan.co.jp>
30651              Date: Tue, 22 Oct 2002 05:47:16 +0900
30652              Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
30653      Branch: perl
30654            + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
30655            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
30656            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
30657            ! ext/Encode/lib/Encode/MIME/Header.pm
30658            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
30659            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
30660            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
30661            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
30662 ____________________________________________________________________________
30663 [ 18056] By: hv                                    on 2002/10/24  22:48:06
30664         Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
30665              From: Autrijus Tang <autrijus@autrijus.org>
30666              Date: Sat, 19 Oct 2002 17:51:57 +0800
30667              Message-ID: <20021019095157.GA430@not.autrijus.org>
30668      Branch: perl
30669            ! ext/B/B/C.pm
30670 ____________________________________________________________________________
30671 [ 18055] By: hv                                    on 2002/10/24  22:34:10
30672         Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
30673      Branch: perl
30674            ! pp_sys.c t/run/fresh_perl.t
30675 ____________________________________________________________________________
30676 [ 18054] By: hv                                    on 2002/10/24  22:17:40
30677         Log: change #18030 needs the removal of ext/Thread/thr5005.t
30678      Branch: perl
30679            - ext/Thread/thr5005.t
30680 ____________________________________________________________________________
30681 [ 18053] By: merijn                                on 2002/10/24  08:20:09
30682         Log: charnames pragma extended with :alias for customized
30683              unicode naming aliases
30684              Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
30685      Branch: perl
30686            ! lib/charnames.pm lib/charnames.t
30687 ____________________________________________________________________________
30688 [ 18052] By: rgs                                   on 2002/10/23  19:16:50
30689         Log: Further tweaks to perlmodlib.pod.
30690              Add a note about perllocal.pod, which wasn't documented.
30691      Branch: perl
30692            ! pod/perlmodlib.PL pod/perlmodlib.pod
30693 ____________________________________________________________________________
30694 [ 18051] By: rgs                                   on 2002/10/23  18:56:08
30695         Log: Further tweaks to perluniintro.pod
30696      Branch: perl
30697            ! pod/perluniintro.pod
30698 ____________________________________________________________________________
30699 [ 18050] By: rgs                                   on 2002/10/22  19:11:12
30700         Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
30701              Regenerate perlmodlib.pod
30702      Branch: perl
30703            ! pod/perlmodlib.PL pod/perlmodlib.pod
30704 ____________________________________________________________________________
30705 [ 18049] By: rgs                                   on 2002/10/22  18:48:00
30706         Log: Subject: [PATCH] perluniintro
30707              From: Jarkko Hietaniemi <jhi@iki.fi>
30708              Date: Sun, 20 Oct 2002 15:48:09 +0300
30709              Message-ID: <20021020124809.GE444369@lyta.hut.fi>
30710      Branch: perl
30711            ! pod/perluniintro.pod
30712 ____________________________________________________________________________
30713 [ 18048] By: hv                                    on 2002/10/22  17:04:26
30714         Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
30715              From: Dave Mitchell <davem@fdgroup.com>
30716              Date: Fri, 18 Oct 2002 13:36:40 +0100
30717              Message-ID: <20021018133640.A19172@fdgroup.com>
30718      Branch: perl
30719            ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
30720            ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
30721            ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
30722 ____________________________________________________________________________
30723 [ 18047] By: hv                                    on 2002/10/22  16:20:18
30724         Log: Subject: [PATCH] AutoLoader gives wrong message
30725              From: Peter Scott <peter@psdt.com>
30726              Date: Thu, 17 Oct 2002 19:54:56 -0700
30727              Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
30728      Branch: perl
30729            ! lib/AutoLoader.pm
30730 ____________________________________________________________________________
30731 [ 18046] By: hv                                    on 2002/10/22  15:52:40
30732         Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
30733              From: Alain Barbet <alian@alianwebserver.com>
30734              Date: Fri, 18 Oct 2002 15:29:29 +0200
30735              Message-ID: <3DB00CB9.70708@alianwebserver.com>
30736      Branch: perl
30737            ! README.win32 win32/makefile.mk win32/win32.c
30738 ____________________________________________________________________________
30739 [ 18045] By: hv                                    on 2002/10/22  15:47:21
30740         Log: improve 'atomicity' wording
30741      Branch: perl
30742            ! lib/filetest.pm
30743 ____________________________________________________________________________
30744 [ 18044] By: hv                                    on 2002/10/22  15:43:55
30745         Log: Subject: [PATCH] Shell.pm object methods broken
30746              From: Dan Brook <dbrook@easyspace.com>
30747              Date: Thu, 17 Oct 2002 16:05:04 +0100
30748              Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
30749      Branch: perl
30750            ! lib/Shell.pm lib/Shell.t
30751 ____________________________________________________________________________
30752 [ 18042] By: hv                                    on 2002/10/21  09:20:54
30753         Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
30754              From: hv@crypt.org
30755              Date: Mon, 21 Oct 2002 11:27:40 +0100
30756              Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
30757      Branch: perl
30758            ! t/lib/warnings/toke toke.c
30759 ____________________________________________________________________________
30760 [ 18041] By: hv                                    on 2002/10/21  01:14:48
30761         Log: Subject: Re: [perl #18019] regex overoptimization
30762              From: hv@crypt.org
30763              Date: Mon, 21 Oct 2002 03:21:54 +0100
30764              Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
30765      Branch: perl
30766            ! regcomp.c t/op/re_tests
30767 ____________________________________________________________________________
30768 [ 18039] By: hv                                    on 2002/10/20  14:33:16
30769         Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
30770              From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
30771              Date: Tue, 15 Oct 2002 02:17:03 +0200
30772              Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
30773      Branch: perl
30774            ! ext/IO/IO.pm
30775 ____________________________________________________________________________
30776 [ 18038] By: hv                                    on 2002/10/20  14:23:06
30777         Log: Update to Net::Ping v2.23
30778      Branch: perl
30779            + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
30780            + lib/Net/Ping/t/450_service.t
30781            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
30782            ! lib/Net/Ping/t/200_ping_tcp.t
30783 ____________________________________________________________________________
30784 [ 18037] By: hv                                    on 2002/10/20  13:57:06
30785         Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
30786              From: Jarkko Hietaniemi <jhi@iki.fi>
30787              Date: Mon, 14 Oct 2002 14:49:54 +0300
30788              Message-ID: <20021014114954.GB80937@lyta.hut.fi>
30789      Branch: perl
30790            ! t/op/pack.t
30791 ____________________________________________________________________________
30792 [ 18036] By: hv                                    on 2002/10/20  13:43:56
30793         Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
30794              From: Slaven Rezic <slaven.rezic@berlin.de>
30795              Date: 14 Oct 2002 09:37:18 +0200
30796              Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
30797      Branch: perl
30798            ! pp_sys.c t/op/mkdir.t
30799 ____________________________________________________________________________
30800 [ 18035] By: hv                                    on 2002/10/20  13:39:09
30801         Log: Subject: Re: [perl #17951] Strange UTF error
30802              From: Jarkko Hietaniemi <jhi@iki.fi>
30803              Date: Wed, 16 Oct 2002 18:50:51 +0300
30804              Message-ID: <20021016155051.GB268437@lyta.hut.fi>
30805      Branch: perl
30806            ! lib/utf8_heavy.pl t/run/fresh_perl.t
30807 ____________________________________________________________________________
30808 [ 18034] By: hv                                    on 2002/10/20  13:23:16
30809         Log: Update to Time::HiRes v1.38
30810      Branch: perl
30811            + ext/Time/HiRes/typemap
30812            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
30813            ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
30814            ! ext/Time/HiRes/Makefile.PL
30815 ____________________________________________________________________________
30816 [ 18033] By: hv                                    on 2002/10/20  13:12:25
30817         Log: Upgrade to Test.pm v1.23
30818      Branch: perl
30819            ! lib/Test.pm
30820 ____________________________________________________________________________
30821 [ 18030] By: merijn                                on 2002/10/19  14:10:21
30822         Log: Happy chainsaw stories; The removal of the 5005 threads
30823              Still imcomplete. Configure will follow
30824      Branch: perl
30825            ! MANIFEST NetWare/Makefile NetWare/config.wc
30826            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
30827            ! Porting/Glossary Porting/config.sh Porting/config_H
30828            ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
30829            ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
30830            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
30831            ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
30832            ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
30833            ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
30834            ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
30835            ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
30836            ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
30837            ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile
30838            ! win32/config.bc win32/config.gc win32/config.vc
30839            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
30840            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
30841            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
30842            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
30843            ! wince/Makefile.ce wince/config.ce wince/config_H.ce
30844            ! wince/config_sh.PL wince/win32.h wince/win32thread.c
30845            ! wince/win32thread.h wince/wincesck.c
30846 ____________________________________________________________________________
30847 [ 18029] By: merijn                                on 2002/10/18  07:28:21
30848         Log: minor tweaks in Porting/pumpkin.pod
30849              Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
30850      Branch: perl
30851            ! Porting/pumpkin.pod
30852 ____________________________________________________________________________
30853 [ 18028] By: rgs                                   on 2002/10/17  20:33:32
30854         Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
30855              From: Abe Timmerman <abe@ztreet.demon.nl>
30856              Date: Thu, 17 Oct 2002 23:38:34 +0200
30857              Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
30858      Branch: perl
30859            ! t/run/switches.t
30860 ____________________________________________________________________________
30861 [ 18027] By: hv                                    on 2002/10/17  14:39:27
30862         Log: Subject: Re: versions too accurate
30863              From: John Peacock <jpeacock@rowman.com>
30864              Date: Mon, 14 Oct 2002 22:36:48 -0400
30865              Message-ID: <3DAB7F40.1050200@rowman.com>
30866      Branch: perl
30867            ! lib/version.pm util.c
30868 ____________________________________________________________________________
30869 [ 18026] By: hv                                    on 2002/10/17  14:29:41
30870         Log: Subject: Re: [PATCH] Version object combined patch
30871              From: John Peacock <jpeacock@rowman.com>
30872              Date: Thu, 10 Oct 2002 21:23:01 -0400
30873              Message-ID: <3DA627F5.5050907@rowman.com>
30874      Branch: perl
30875            ! lib/version.pm lib/version.t pod/perldiag.pod util.c
30876 ____________________________________________________________________________
30877 [ 18025] By: hv                                    on 2002/10/17  13:37:04
30878         Log: definition of MAXPATHLEN
30879              Subject: [PATCH] standard lawyerism
30880              From: Jarkko Hietaniemi <jhi@iki.fi>
30881              Date: Fri, 11 Oct 2002 02:48:26 +0300
30882              Message-ID: <20021010234825.GM292305@lyta.hut.fi>
30883      Branch: perl
30884            ! perl.h
30885 ____________________________________________________________________________
30886 [ 18024] By: hv                                    on 2002/10/17  13:34:01
30887         Log: Subject: Re: [perl #17061] no strict 'garbage'
30888              From: Slaven Rezic <slaven.rezic@berlin.de>
30889              Date: 10 Oct 2002 16:23:22 +0200
30890              Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
30891      Branch: perl
30892            ! ext/Storable/Storable.pm
30893 ____________________________________________________________________________
30894 [ 18023] By: hv                                    on 2002/10/17  12:56:28
30895         Log: Subject: Re: [perl #17830] open FH, "<&", $fd
30896              From: Steve Grazzini <grazz@nyc.rr.com>
30897              Date: 11 Oct 2002 22:28:58 -0000
30898              Message-ID: <20021011222858.452.qmail@onion.perl.org>
30899      Branch: perl
30900            ! doio.c t/io/open.t
30901 ____________________________________________________________________________
30902 [ 18022] By: hv                                    on 2002/10/17  12:24:42
30903         Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
30904              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30905              Date: Tue, 15 Oct 2002 17:01:43 -0700
30906              Message-ID: <nxKr9gzkgmBO092yn@efn.org>
30907      Branch: perl
30908            ! t/op/assignwarn.t
30909 ____________________________________________________________________________
30910 [ 18021] By: hv                                    on 2002/10/17  11:28:38
30911         Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
30912              From: Slaven Rezic <slaven.rezic@berlin.de>
30913              Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
30914              Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
30915      Branch: perl
30916            ! Porting/pumpkin.pod
30917 ____________________________________________________________________________
30918 [ 18020] By: rgs                                   on 2002/10/16  18:43:21
30919         Log: prototype() didn't warn when used in void context.
30920      Branch: perl
30921            ! op.c t/lib/warnings/op
30922 ____________________________________________________________________________
30923 [ 18019] By: ams                                   on 2002/10/15  20:54:53
30924         Log: Subject: Japanese translation of Storable
30925              From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
30926              Date: Tue, 15 Oct 2002 06:31:01 +0900
30927              Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
30928      Branch: perl
30929            ! ext/Storable/README
30930 ____________________________________________________________________________
30931 [ 18018] By: rgs                                   on 2002/10/15  19:08:20
30932         Log: Subject: Re: [PATCH] cv.h: Comment update
30933              From: Paul Johnson <paul@pjcj.net>
30934              Date: Mon, 14 Oct 2002 20:00:50 +0200
30935              Message-ID: <20021014180050.GC7333@pjcj.net>
30936      Branch: perl
30937            ! cv.h
30938 ____________________________________________________________________________
30939 [ 18017] By: rgs                                   on 2002/10/14  20:37:06
30940         Log: Subject: [PATCH] perlipc.pod
30941              From: Slaven Rezic <slaven.rezic@berlin.de>
30942              Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
30943              Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
30944      Branch: perl
30945            ! pod/perlipc.pod
30946 ____________________________________________________________________________
30947 [ 18016] By: rgs                                   on 2002/10/14  20:30:03
30948         Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
30949              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
30950              Date: Sun, 13 Oct 2002 09:02:36 +0900
30951              Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
30952      Branch: perl
30953            ! pod/perlunicode.pod
30954 ____________________________________________________________________________
30955 [ 18015] By: rgs                                   on 2002/10/12  20:22:37
30956         Log: The -0 command-line switch wasn't setting $/ at compile-time.
30957              Move the initialization of $/ just after switch parsing
30958              (it was done after yyparse().)
30959      Branch: perl
30960            ! perl.c t/run/switches.t
30961 ____________________________________________________________________________
30962 [ 18014] By: rgs                                   on 2002/10/12  20:18:55
30963         Log: Subject: Re: [PATCH] perl573delta delinting
30964              From: Philip Newton <Philip.Newton@gmx.net>
30965              Date: Sat, 12 Oct 2002 21:25:49 +0200
30966              Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
30967      Branch: perl
30968            ! pod/perl573delta.pod
30969 ____________________________________________________________________________
30970 [ 18013] By: hv                                    on 2002/10/12  15:41:50
30971         Log: Subject: [PATCH] for -Dm
30972              From: Slaven Rezic <slaven.rezic@berlin.de>
30973              Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
30974              Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
30975      Branch: perl
30976            ! malloc.c
30977 ____________________________________________________________________________
30978 [ 18012] By: hv                                    on 2002/10/12  15:39:49
30979         Log: #18005 was not enough
30980              Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
30981              From: Abe Timmerman <abeltje@cpan.org>
30982              Date: Sat, 12 Oct 2002 17:56:39 +0200
30983              Message-Id: <200210121756.39803.abeltje@cpan.org>
30984      Branch: perl
30985            ! win32/makefile.mk
30986 ____________________________________________________________________________
30987 [ 18011] By: hv                                    on 2002/10/12  15:36:43
30988         Log: Subject: [perl #17805] BUG: Grammar bug during Configure
30989              From: Richard Hitt (via RT) <perlbug@perl.org>
30990              Date: 8 Oct 2002 21:04:30 -0000
30991              Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
30992      Branch: perl
30993            ! Configure
30994 ____________________________________________________________________________
30995 [ 18010] By: hv                                    on 2002/10/12  15:31:06
30996         Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
30997              From: Nicholas Clark <nick@unfortu.net>
30998              Date: Tue, 8 Oct 2002 21:52:53 +0100
30999              Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
31000      Branch: perl
31001            ! pod/perldiag.pod pp_pack.c t/op/pack.t
31002 ____________________________________________________________________________
31003 [ 18009] By: hv                                    on 2002/10/12  15:12:18
31004         Log: Subject: [PATCH perldoc] For screaming hell's sake
31005              From: Simon Cozens <simon@netthink.co.uk>
31006              Date: Tue, 8 Oct 2002 11:13:07 +0100
31007              Message-ID: <20021008101307.GA8175@netthink.co.uk>
31008      Branch: perl
31009            ! utils/perldoc.PL
31010 ____________________________________________________________________________
31011 [ 18008] By: hv                                    on 2002/10/12  14:38:19
31012         Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
31013              From: Nicholas Clark <nick@unfortu.net>
31014              Date: Mon, 7 Oct 2002 23:35:34 +0100
31015              Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
31016      Branch: perl
31017            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
31018            ! ext/Storable/README ext/Storable/Storable.pm
31019            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
31020            ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
31021            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
31022 ____________________________________________________________________________
31023 [ 18007] By: hv                                    on 2002/10/12  14:22:36
31024         Log: Subject: [perl #17773] errors in c2ph(1) man page
31025              From: Eric Melville (via RT) <perlbug@perl.org>
31026              Date: 7 Oct 2002 02:58:34 -0000
31027              Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
31028      Branch: perl
31029            ! utils/c2ph.PL
31030 ____________________________________________________________________________
31031 [ 18006] By: hv                                    on 2002/10/12  14:19:55
31032         Log: Subject: [PATCH pad.c] Re: closure failures
31033              From: Dave Mitchell <davem@fdgroup.com>
31034              Date: Mon, 7 Oct 2002 02:42:13 +0100
31035              Message-ID: <20021007024213.B29760@fdgroup.com>
31036      Branch: perl
31037            ! pad.c
31038 ____________________________________________________________________________
31039 [ 18005] By: hv                                    on 2002/10/12  14:17:07
31040         Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
31041              From: Abe Timmerman <abeltje@cpan.org>
31042              Date: Tue, 8 Oct 2002 14:16:56 +0200
31043              Message-Id: <200210081416.56942.abeltje@cpan.org>
31044      Branch: perl
31045            ! win32/Makefile
31046 ____________________________________________________________________________
31047 [ 18004] By: hv                                    on 2002/10/12  14:06:59
31048         Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
31049      Branch: perl
31050            ! hints/darwin.sh
31051 ____________________________________________________________________________
31052 [ 18003] By: hv                                    on 2002/10/12  13:48:34
31053         Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
31054              and #18001.
31055      Branch: perl
31056            ! ext/Devel/Peek/Peek.t
31057 ____________________________________________________________________________
31058 [ 18002] By: hv                                    on 2002/10/11  23:22:56
31059         Log: Subject: [Encode] 1.77 Released
31060              From: Dan Kogai <dankogai@dan.co.jp>
31061              Date: Sun, 6 Oct 2002 12:52:52 +0900
31062              Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
31063      Branch: perl
31064            ! ext/Encode/Changes ext/Encode/Encode.pm
31065            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
31066            ! ext/Encode/lib/Encode/Alias.pm
31067            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
31068            ! ext/Encode/ucm/big5-eten.ucm
31069 ____________________________________________________________________________
31070 [ 18001] By: hv                                    on 2002/10/11  22:52:43
31071         Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
31072              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31073              Date: Thu, 10 Oct 2002 14:28:55 -0700
31074              Message-ID: <XEfp9gzkgquV092yn@efn.org>
31075      Branch: perl
31076            ! ext/Devel/Peek/Peek.t
31077 ____________________________________________________________________________
31078 [ 18000] By: hv                                    on 2002/10/11  22:30:36
31079         Log: Subject: [PATCH] perl573delta delinting
31080              From: Jarkko Hietaniemi <jhi@iki.fi>
31081              Date: Fri, 4 Oct 2002 16:19:31 +0300
31082              Message-ID: <20021004131931.GE278184@lyta.hut.fi>
31083      Branch: perl
31084            ! pod/perl573delta.pod
31085 ____________________________________________________________________________
31086 [ 17999] By: hv                                    on 2002/10/11  22:28:36
31087         Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
31088              From: Jarkko Hietaniemi <jhi@iki.fi>
31089              Date: Fri, 4 Oct 2002 16:11:57 +0300
31090              Message-ID: <20021004131157.GD278184@lyta.hut.fi>
31091      Branch: perl
31092            ! pod/perldiag.pod reentr.c reentr.pl
31093 ____________________________________________________________________________
31094 [ 17998] By: rgs                                   on 2002/10/11  19:53:05
31095         Log: Fix bug #17771 : segfault with the 'for' statement modifier
31096              used inside a map or a grep.
31097      Branch: perl
31098            ! pp_ctl.c t/op/grep.t
31099 ____________________________________________________________________________
31100 [ 17997] By: hv                                    on 2002/10/11  12:10:39
31101         Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
31102              From: Information Service <info@lingo.kiev.ua>
31103              Date: Wed, 09 Oct 2002 07:17:00 +0400
31104              Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
31105      Branch: perl
31106            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
31107 ____________________________________________________________________________
31108 [ 17996] By: hv                                    on 2002/10/11  11:55:53
31109         Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
31110              From: chromatic <chromatic@wgz.org>
31111              Date: Thu, 03 Oct 2002 22:56:54 -0700
31112              Message-ID: <20021004060120.33329.qmail@onion.perl.org>
31113      Branch: perl
31114            ! lib/AutoLoader.pm lib/AutoLoader.t
31115 ____________________________________________________________________________
31116 [ 17995] By: ams                                   on 2002/10/11  05:24:20
31117         Log: Subject: [perl #17819] Typo in perltooc?
31118              From: Bob Wilkinson (via RT) <perlbug@perl.org>
31119              Date: 9 Oct 2002 09:50:40 -0000
31120              Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
31121
31122              Subject: [perl #17821] Typo in perltooc
31123              From: Bob Wilkinson (via RT) <perlbug@perl.org>
31124              Date: 9 Oct 2002 10:12:51 -0000
31125              Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
31126      Branch: perl
31127            ! pod/perltooc.pod
31128 ____________________________________________________________________________
31129 [ 17994] By: rgs                                   on 2002/10/10  20:19:27
31130         Log: Fix bug #17776 : memory corruption in qr/##/x
31131      Branch: perl
31132            ! sv.c t/op/pat.t
31133 ____________________________________________________________________________
31134 [ 17993] By: rgs                                   on 2002/10/10  19:52:00
31135         Log: croak() is better written Perl_croak() in C code.
31136      Branch: perl
31137            ! util.c
31138 ____________________________________________________________________________
31139 [ 17992] By: hv                                    on 2002/10/10  11:29:12
31140         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
31141              From: andreas.koenig@anima.de (Andreas J. Koenig)
31142              Date: Fri, 04 Oct 2002 06:38:57 +0200
31143              Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
31144      Branch: perl
31145            ! lib/Hash/Util.pm
31146 ____________________________________________________________________________
31147 [ 17991] By: hv                                    on 2002/10/10  11:20:41
31148         Log: new files lib/version.pm and lib/version.t for change #17990.
31149      Branch: perl
31150            + lib/version.pm lib/version.t
31151 ____________________________________________________________________________
31152 [ 17990] By: hv                                    on 2002/10/10  11:19:57
31153         Log: Subject: [PATCH] Version object combined patch
31154              From: John Peacock <jpeacock@rowman.com>
31155              Date: Fri, 04 Oct 2002 23:15:10 -0400
31156              Message-ID: <3D9E593E.1060605@rowman.com>
31157      Branch: perl
31158            ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
31159            ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
31160 ____________________________________________________________________________
31161 [ 17989] By: hv                                    on 2002/10/10  10:48:42
31162         Log: Subject: PATCH: lib/ExtUtils/typemap
31163              From: Brian Ingerson <ingy@ttul.org>
31164              Date: Sat, 28 Sep 2002 13:03:24 -0700
31165              Message-ID: <20020928130324.A16900@ttul.org>
31166      Branch: perl
31167            ! lib/ExtUtils/typemap
31168 ____________________________________________________________________________
31169 [ 17988] By: hv                                    on 2002/10/10  10:45:19
31170         Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
31171              From: Nicholas Clark <nick@unfortu.net>
31172              Date: Sat, 28 Sep 2002 18:52:00 +0100
31173              Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
31174      Branch: perl
31175            ! lib/Exporter.t lib/Exporter/Heavy.pm
31176 ____________________________________________________________________________
31177 [ 17987] By: hv                                    on 2002/10/10  10:27:40
31178         Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
31179              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
31180              Date: Mon, 9 Sep 2002 17:36:55 -0400
31181              Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
31182      Branch: perl
31183            ! pod/perlfunc.pod
31184 ____________________________________________________________________________
31185 [ 17986] By: hv                                    on 2002/10/10  09:51:24
31186         Log: Remove use of caller() in strict.pm, and tighten Safe compartment
31187              for Storable tests to match.
31188      Branch: perl
31189            ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
31190 ____________________________________________________________________________
31191 [ 17985] By: hv                                    on 2002/10/10  09:27:00
31192         Log: Subject: Re: README.cygwin draft update
31193              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31194              Date: Mon, 07 Oct 2002 17:15:09 -0700
31195              Message-ID: <NOio9gzkg6oR092yn@efn.org>
31196      Branch: perl
31197            ! README.cygwin pod/perl58delta.pod
31198 ____________________________________________________________________________
31199 [ 17984] By: rgs                                   on 2002/10/09  19:17:08
31200         Log: Fix bug #17823 : non-modifying tr/// stringifies references
31201      Branch: perl
31202            ! doop.c t/op/tr.t
31203 ____________________________________________________________________________
31204 [ 17983] By: merijn                                on 2002/10/09  12:22:26
31205         Log: Tru64 and gcc and threads
31206              Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
31207      Branch: perl
31208            ! thread.h
31209 ____________________________________________________________________________
31210 [ 17982] By: merijn                                on 2002/10/09  10:34:40
31211         Log: Correct mailing list archive URL
31212              Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
31213      Branch: perl
31214            ! Porting/pumpkin.pod
31215 ____________________________________________________________________________
31216 [ 17981] By: merijn                                on 2002/10/09  04:49:06
31217         Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
31218              Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
31219      Branch: perl
31220            ! Porting/pumpkin.pod
31221 ____________________________________________________________________________
31222 [ 17980] By: sky                                   on 2002/10/06  15:40:56
31223         Log: Upgrade Safe.pm to 2.09 after CPAN backport.
31224              Fix testcases to run properly outside perl core build enviroment.
31225      Branch: perl
31226            ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
31227            ! ext/Safe/safe3.t
31228 ____________________________________________________________________________
31229 [ 17979] By: sky                                   on 2002/10/06  07:03:19
31230         Log: Subject: [PATCH] fix typo in Tie::Array
31231              From: "Jos I. Boumans" <kane@cpan.org>
31232              Date: sat okt 5, 2002  20:39:17 Europe/Stockholm
31233              Message-Id: <20021005183920.14746.qmail@onion.perl.org>
31234      Branch: perl
31235            ! lib/Tie/Array.pm
31236 ____________________________________________________________________________
31237 [ 17978] By: sky                                   on 2002/10/05  04:44:10
31238         Log: Upgrade to Attribute::Handlers 0.78
31239      Branch: perl
31240            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
31241            ! lib/Attribute/Handlers/README
31242 ____________________________________________________________________________
31243 [ 17977] By: rgs                                   on 2002/10/04  20:01:54
31244         Log: Complement to change #17976 :
31245              there was a similar bug on rdo().
31246              Increment $Safe::VERSION.
31247      Branch: perl
31248            ! ext/Opcode/Safe.pm ext/Safe/safe3.t
31249 ____________________________________________________________________________
31250 [ 17976] By: rgs                                   on 2002/10/04  19:44:48
31251         Log: Fix bug #17744, suggested by Andreas Jurenda,
31252              tweaked by rgs (security hole in Safe).
31253      Branch: perl
31254            + ext/Safe/safe3.t
31255            ! MANIFEST ext/Opcode/Safe.pm
31256 ____________________________________________________________________________
31257 [ 17975] By: merijn                                on 2002/10/04  13:30:17
31258         Log: Non ANSI feature detection in enum
31259      Branch: perl
31260            ! pad.h
31261 ____________________________________________________________________________
31262 [ 17974] By: rgs                                   on 2002/10/03  21:00:50
31263         Log: Fix a precedence problem.
31264      Branch: perl
31265            ! ext/Storable/t/integer.t
31266 ____________________________________________________________________________
31267 [ 17973] By: rgs                                   on 2002/10/03  20:34:13
31268         Log: Change the warning message "%s trapped by operation mask"
31269              to include '' around the op name. Document it in perldiag.
31270      Branch: perl
31271            ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
31272            ! pod/perldiag.pod
31273 ____________________________________________________________________________
31274 [ 17972] By: rgs                                   on 2002/10/03  20:26:54
31275         Log: Add a new warning, "Possible precedence problem on bitwise
31276              %c operator", triggerred when a bitwise op has a numeric
31277              comparison op as child.
31278      Branch: perl
31279            ! op.c pod/perldiag.pod t/lib/warnings/op
31280 ____________________________________________________________________________
31281 [ 17971] By: ams                                   on 2002/10/03  11:03:41
31282         Log: Subject: Re: Not OK 17969
31283              From: Slaven Rezic <slaven.rezic@berlin.de>
31284              Date: 03 Oct 2002 13:12:58 +0200
31285              Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
31286      Branch: perl
31287            ! ext/Storable/Storable.pm ext/Storable/t/code.t
31288            ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
31289            ! ext/Storable/t/malice.t
31290 ____________________________________________________________________________
31291 [ 17970] By: ams                                   on 2002/10/03  02:21:15
31292         Log: Add a line about 2.05.
31293      Branch: perl
31294            ! ext/Storable/ChangeLog
31295 ____________________________________________________________________________
31296 [ 17969] By: ams                                   on 2002/10/03  02:12:27
31297         Log: Subject: [PATCH] Storable and code serialization: documentation
31298              From: Slaven Rezic <slaven.rezic@berlin.de>
31299              Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
31300              Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
31301      Branch: perl
31302            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
31303            ! ext/Storable/t/code.t
31304 ____________________________________________________________________________
31305 [ 17968] By: ams                                   on 2002/10/03  01:40:51
31306         Log: Subject: [PATCH] Re: speed of my
31307              From: Stephen McCamant <smcc@mit.edu>
31308              Date: Wed, 2 Oct 2002 21:48:59 -0400
31309              Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
31310      Branch: perl
31311            ! pp.c
31312 ____________________________________________________________________________
31313 [ 17967] By: hv                                    on 2002/10/02  15:04:57
31314         Log: Subject: [PATCH] reentrant buffers
31315              From: Jarkko Hietaniemi <jhi@iki.fi>
31316              Date: Fri, 27 Sep 2002 01:08:56 +0300
31317              Message-ID: <20020926220856.GA339120@lyta.hut.fi>
31318      Branch: perl
31319            ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
31320 ____________________________________________________________________________
31321 [ 17966] By: hv                                    on 2002/10/02  14:46:52
31322         Log: Subject: [PATCH] retropatch
31323              From: Jarkko Hietaniemi <jhi@iki.fi>
31324              Date: Fri, 27 Sep 2002 03:51:34 +0300
31325              Message-ID: <20020927005134.GB339120@lyta.hut.fi>
31326      Branch: perl
31327            + pod/perl573delta.pod
31328            ! MANIFEST pod/buildtoc.PL pod/perl.pod
31329 ____________________________________________________________________________
31330 [ 17965] By: hv                                    on 2002/10/02  14:42:21
31331         Log: op/tr.t test is affected by #17962
31332      Branch: perl
31333            ! t/op/tr.t
31334 ____________________________________________________________________________
31335 [ 17964] By: hv                                    on 2002/10/02  14:38:59
31336         Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
31337              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31338              Date: Tue, 1 Oct 2002 23:34:35 +0200
31339              Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
31340      Branch: perl
31341            ! t/op/override.t toke.c
31342 ____________________________________________________________________________
31343 [ 17963] By: hv                                    on 2002/10/02  14:15:22
31344         Log: Subject: Re: [perl #17376] Bug Report - our(%)
31345              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31346              Date: Tue, 01 Oct 2002 09:54:30 -0700
31347              Message-ID: <GNdm9gzkgWOS092yn@efn.org>
31348      Branch: perl
31349            ! op.c pp_hot.c t/comp/our.t
31350 ____________________________________________________________________________
31351 [ 17962] By: ams                                   on 2002/10/02  14:10:07
31352         Log: Subject: [PATCH] no [] in tr///
31353              From: Jarkko Hietaniemi <jhi@iki.fi>
31354              Date: Wed, 2 Oct 2002 17:09:11 +0300
31355              Message-Id: <20021002140911.GH278184@lyta.hut.fi>
31356      Branch: perl
31357            ! pod/perldiag.pod toke.c
31358 ____________________________________________________________________________
31359 [ 17961] By: hv                                    on 2002/10/02  14:09:11
31360         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
31361              From: andreas.koenig@anima.de (Andreas J. Koenig)
31362              Date: Mon, 30 Sep 2002 17:24:06 +0200
31363              Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
31364      Branch: perl
31365            ! lib/Hash/Util.pm
31366 ____________________________________________________________________________
31367 [ 17959] By: hv                                    on 2002/10/02  14:06:29
31368         Log: Subject: [DOCPATCH] Unicode porting advice
31369              From: andreas.koenig@anima.de (Andreas J. Koenig)
31370              Date: Fri, 27 Sep 2002 15:30:16 +0200
31371              Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
31372      Branch: perl
31373            ! pod/perlunicode.pod
31374 ____________________________________________________________________________
31375 [ 17958] By: hv                                    on 2002/10/02  13:57:06
31376         Log: missing quote from #17957
31377      Branch: perl
31378            ! Porting/pumpkin.pod
31379 ____________________________________________________________________________
31380 [ 17957] By: hv                                    on 2002/10/02  13:55:56
31381         Log: document how to set APPLLIB_EXP
31382              Subject: Re: [perl #15957] error installing perl 5.8.0
31383              From: Andy Dougherty <doughera@lafayette.edu>
31384              Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
31385              Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
31386      Branch: perl
31387            ! Porting/pumpkin.pod
31388 ____________________________________________________________________________
31389 [ 17956] By: hv                                    on 2002/10/02  13:51:12
31390         Log: Devel::Peek tests from:
31391              Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
31392              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31393              Date: Thu, 26 Sep 2002 22:16:39 -0700
31394              Message-ID: <3m+k9gzkgqnP092yn@efn.org>
31395      Branch: perl
31396            ! ext/Devel/Peek/Peek.t
31397 ____________________________________________________________________________
31398 [ 17955] By: hv                                    on 2002/10/02  13:43:26
31399         Log: add precedence warning for bitwise docs
31400              Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
31401              From: Mike Guy <mjtg@cam.ac.uk>
31402              Date: Thu, 26 Sep 2002 13:20:45 +0100
31403              Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
31404      Branch: perl
31405            ! pod/perlop.pod
31406 ____________________________________________________________________________
31407 [ 17954] By: hv                                    on 2002/10/02  13:18:01
31408         Log: Subject: [PATCH] Re: perlio bug?
31409              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31410              Date: Wed, 25 Sep 2002 21:58:12 +0200
31411              Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
31412      Branch: perl
31413            ! doio.c pod/perldiag.pod t/lib/warnings/doio
31414 ____________________________________________________________________________
31415 [ 17953] By: hv                                    on 2002/10/02  12:55:29
31416         Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
31417              From: Dave Mitchell <davem@fdgroup.com>
31418              Date: Wed, 25 Sep 2002 23:40:23 +0100
31419              Message-ID: <20020925234023.A20044@fdgroup.com>
31420      Branch: perl
31421            + pad.c pad.h
31422            ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
31423            ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
31424            ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
31425            ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
31426            ! proto.h scope.c sv.c toke.c
31427 ____________________________________________________________________________
31428 [ 17952] By: hv                                    on 2002/10/02  11:23:38
31429         Log: better handling of whitespace in autodoc declarations; fragment from:
31430              Subject: [PATCH pad.c,h] move all pad-related code to its own src file
31431              From: Dave Mitchell <davem@fdgroup.com>
31432              Date: Wed, 25 Sep 2002 23:40:23 +0100
31433              Message-ID: <20020925234023.A20044@fdgroup.com>
31434      Branch: perl
31435            ! autodoc.pl
31436 ____________________________________________________________________________
31437 [ 17951] By: merijn                                on 2002/10/02  09:15:18
31438         Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
31439              Thu, 25 Jul 2002, Andy Dougherty
31440      Branch: perl
31441            ! Configure Policy_sh.SH
31442 ____________________________________________________________________________
31443 [ 17950] By: ams                                   on 2002/10/02  03:43:41
31444         Log: Add silly bandaid to stop segfaults on subsequent accesses to
31445              the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
31446              (<$fred>).
31447      Branch: perl
31448            ! op.c
31449 ____________________________________________________________________________
31450 [ 17949] By: hv                                    on 2002/10/01  08:49:02
31451         Log: patch based on:
31452              Subject: Re: [perl #17376] Bug Report - our(%)
31453              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31454              Date: Mon, 30 Sep 2002 15:22:18 -0700
31455              Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
31456      Branch: perl
31457            ! op.c
31458 ____________________________________________________________________________
31459 [ 17948] By: hv                                    on 2002/10/01  08:26:44
31460         Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
31461              From: chromatic <chromatic@wgz.org>
31462              Date: Fri, 13 Sep 2002 14:26:08 -0700
31463              Message-Id: <200209131426.08116.chromatic@wgz.org>
31464      Branch: perl
31465            ! lib/AutoLoader.pm
31466 ____________________________________________________________________________
31467 [ 17947] By: hv                                    on 2002/10/01  08:10:21
31468         Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
31469              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31470              Date: Wed, 11 Sep 2002 22:22:45 -0700
31471              Message-ID: <lSCg9gzkgymX092yn@efn.org>
31472      Branch: perl
31473            ! dump.c mg.h regexec.c sv.c t/op/pat.t
31474 ____________________________________________________________________________
31475 [ 17946] By: merijn                                on 2002/09/30  15:19:36
31476         Log: nanosleep on VMS not present
31477      Branch: perl
31478            ! configure.com
31479 ____________________________________________________________________________
31480 [ 17945] By: merijn                                on 2002/09/30  09:51:40
31481         Log: -Dgccansipedantic only for gcc 3+
31482              Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
31483      Branch: perl
31484            ! Porting/pumpkin.pod cflags.SH
31485 ____________________________________________________________________________
31486 [ 17944] By: merijn                                on 2002/09/30  08:29:33
31487         Log: nanosleep probes as per Jarkko's request
31488      Branch: perl
31489            ! Configure NetWare/config_H.wc Porting/config.sh
31490            ! Porting/config_H config_h.SH epoc/config.sh perl.h
31491            ! win32/config.bc win32/config.gc win32/config.vc
31492            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
31493            ! win32/config_H.vc win32/config_H.vc64 wince/config.ce
31494            ! wince/config_H.ce
31495 ____________________________________________________________________________
31496 [ 17942] By: ams                                   on 2002/09/29  22:26:37
31497         Log: Remove package; (Heh heh.)
31498      Branch: perl
31499            ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
31500            ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
31501            ! vms/perly_c.vms vms/perly_h.vms
31502 ____________________________________________________________________________
31503 [ 17941] By: hv                                    on 2002/09/29  12:11:06
31504         Log: Subject: [perl #16796] Configure script buglet
31505              From: "Amick, Eric" (via RT) <perlbug@perl.org>
31506              Date: 27 Aug 2002 20:09:29 -0000
31507              Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
31508      Branch: perl
31509            ! Configure
31510 ____________________________________________________________________________
31511 [ 17940] By: hv                                    on 2002/09/29  11:59:28
31512         Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
31513              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31514              Date: Fri, 27 Sep 2002 13:52:18 +0200
31515              Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
31516      Branch: perl
31517            ! lib/Attribute/Handlers.pm
31518 ____________________________________________________________________________
31519 [ 17939] By: hv                                    on 2002/09/29  11:55:17
31520         Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
31521              From: Allen Smith (via RT) <perlbug@perl.org>
31522              Date: 13 Sep 2002 03:01:30 -0000
31523              Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
31524      Branch: perl
31525            ! t/lib/h2ph.pht utils/h2ph.PL
31526 ____________________________________________________________________________
31527 [ 17938] By: rgs                                   on 2002/09/28  20:42:59
31528         Log: Email address change for Stéphane Payrard
31529      Branch: perl
31530            ! AUTHORS
31531 ____________________________________________________________________________
31532 [ 17937] By: hv                                    on 2002/09/27  10:05:42
31533         Log: Subject: Re: [REVISED PATCH] Magic v-strings
31534              From: John Peacock <jpeacock@rowman.com>
31535              Date: Thu, 19 Sep 2002 22:30:58 -0400
31536              Message-ID: <3D8A8862.3000602@rowman.com>
31537      Branch: perl
31538            ! sv.c util.c
31539 ____________________________________________________________________________
31540 [ 17936] By: hv                                    on 2002/09/27  10:00:42
31541         Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
31542              From: "Craig A. Berry" <craigberry@mac.com>
31543              Date: Wed, 25 Sep 2002 17:14:33 -0500
31544              Message-ID: <3D923549.6050809@mac.com>
31545      Branch: perl
31546            ! configure.com
31547 ____________________________________________________________________________
31548 [ 17935] By: hv                                    on 2002/09/27  09:48:19
31549         Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
31550              From: Andy Lester <andy@petdance.com>
31551              Date: Fri, 20 Sep 2002 12:23:41 -0500
31552              Message-ID: <20020920172341.GA15672@petdance.com>
31553      Branch: perl
31554            ! pod/perlopentut.pod
31555 ____________________________________________________________________________
31556 [ 17934] By: hv                                    on 2002/09/26  18:50:02
31557         Log: missing '.' in test from #17932
31558      Branch: perl
31559            ! t/lib/strict/subs
31560 ____________________________________________________________________________
31561 [ 17933] By: hv                                    on 2002/09/26  17:01:11
31562         Log: Subject: [PATCH] perl #17453
31563              From: Jarkko Hietaniemi <jhi@iki.fi>
31564              Date: Fri, 20 Sep 2002 17:22:45 +0300
31565              Message-ID: <20020920142245.GG280265@lyta.hut.fi>
31566      Branch: perl
31567            ! lib/utf8_heavy.pl t/op/pat.t
31568 ____________________________________________________________________________
31569 [ 17932] By: hv                                    on 2002/09/26  16:47:32
31570         Log: #17931 checked for wrong constant
31571      Branch: perl
31572            ! op.c
31573 ____________________________________________________________________________
31574 [ 17931] By: hv                                    on 2002/09/26  16:29:26
31575         Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
31576              From: Kay_Röpke <kay@dolphin-services.de>
31577              Date: Fri, 20 Sep 2002 16:09:08 +0200
31578              Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
31579      Branch: perl
31580            ! op.c t/lib/strict/subs
31581 ____________________________________________________________________________
31582 [ 17930] By: hv                                    on 2002/09/26  15:56:07
31583         Log: Subject: [perl #17445] Class::Struct patch: version number, examples
31584              From: Ken Neighbors (via RT) <perlbug@perl.org>
31585              Date: 19 Sep 2002 18:48:22 -0000
31586              Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
31587      Branch: perl
31588            ! lib/Class/Struct.pm
31589 ____________________________________________________________________________
31590 [ 17928] By: hv                                    on 2002/09/26  09:54:05
31591         Log: Subject: [PATCH] bug in utf8.c(?)
31592              From: Marty Pauley <marty+p5p@kasei.com>
31593              Date: Fri, 20 Sep 2002 10:55:33 +0100
31594              Subject: [PATCH] bug in utf8.c(?)
31595      Branch: perl
31596            ! utf8.c
31597 ____________________________________________________________________________
31598 [ 17927] By: hv                                    on 2002/09/26  09:37:19
31599         Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
31600              From: Marty Pauley <marty+p5p@kasei.com>
31601              Date: Fri, 20 Sep 2002 09:52:16 +0100
31602              Message-Id: 20020920085216.GC10512@soto.kasei.com
31603      Branch: perl
31604            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
31605 ____________________________________________________________________________
31606 [ 17926] By: hv                                    on 2002/09/26  09:28:06
31607         Log: Subject: [PATCH] defuse installusrbinperl
31608              From: Jarkko Hietaniemi <jhi@iki.fi>
31609              Date: Thu, 19 Sep 2002 18:01:03 +0300
31610              Message-ID: <20020919150103.GI208696@lyta.hut.fi>
31611      Branch: perl
31612            ! Configure
31613 ____________________________________________________________________________
31614 [ 17925] By: hv                                    on 2002/09/26  09:15:55
31615         Log: Subject: [PATCH v2] enable -ansi -pedantic
31616              From: Jarkko Hietaniemi <jhi@iki.fi>
31617              Date: Wed, 18 Sep 2002 01:19:25 +0300
31618              Message-ID: <20020917221925.GF85044@lyta.hut.fi>
31619      Branch: perl
31620            ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
31621            ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
31622 ____________________________________________________________________________
31623 [ 17924] By: hv                                    on 2002/09/26  08:44:16
31624         Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
31625              From: Nicholas Clark <nick@unfortu.net>
31626              Date: Sat, 14 Sep 2002 18:49:10 +0100
31627              Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
31628      Branch: perl
31629            ! sv.c
31630 ____________________________________________________________________________
31631 [ 17923] By: hv                                    on 2002/09/26  08:33:54
31632         Log: Subject: [PATCH] Re: Advice on coredump
31633              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31634              Date: Wed, 18 Sep 2002 22:14:57 +0200
31635              Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
31636      Branch: perl
31637            ! op.c t/op/closure.t
31638 ____________________________________________________________________________
31639 [ 17922] By: hv                                    on 2002/09/26  08:25:28
31640         Log: Subject: Re: [PATCH] spurious t/auto directory appears
31641              From: Michael G Schwern <schwern@pobox.com>
31642              Date: Fri, 13 Sep 2002 23:56:05 -0400
31643              Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
31644      Branch: perl
31645            ! lib/ExtUtils/t/Installed.t
31646 ____________________________________________________________________________
31647 [ 17921] By: hv                                    on 2002/09/26  08:21:59
31648         Log: add TODO tests for slow our() declaration
31649              Subject: Re: [perl #17376] Bug Report - our(%)
31650              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31651              Date: Thu, 19 Sep 2002 22:34:01 -0700
31652              Message-ID: <JNri9gzkgSBB092yn@efn.org>
31653      Branch: perl
31654            + t/comp/our.t
31655            ! MANIFEST
31656 ____________________________________________________________________________
31657 [ 17920] By: hv                                    on 2002/09/26  08:16:43
31658         Log: LEAKTEST is dead, RIP
31659              Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
31660              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31661              Date: Mon, 23 Sep 2002 18:33:12 +0200
31662              Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
31663      Branch: perl
31664            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
31665            ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
31666 ____________________________________________________________________________
31667 [ 17919] By: hv                                    on 2002/09/26  07:59:42
31668         Log: Subject: [PATCH] AIX hints missinga  >&4
31669              From: Jarkko Hietaniemi <jhi@iki.fi>
31670              Date: Fri, 13 Sep 2002 16:48:42 +0300
31671              Message-ID: <20020913134842.GD8929@lyta.hut.fi>
31672      Branch: perl
31673            ! hints/aix.sh
31674 ____________________________________________________________________________
31675 [ 17918] By: hv                                    on 2002/09/26  07:51:10
31676         Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
31677              From: "Brendan O'Dea" <bod@debian.org>
31678              Date: Mon, 23 Sep 2002 22:45:40 +1000
31679              Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
31680      Branch: perl
31681            ! pod/perlfunc.pod
31682 ____________________________________________________________________________
31683 [ 17917] By: hv                                    on 2002/09/26  07:46:43
31684         Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
31685              From: Slaven Rezic <slaven.rezic@berlin.de>
31686              Date: 11 Sep 2002 19:37:09 +0200
31687              Message-ID: <871y80a0my.fsf@vran.herceg.de>
31688      Branch: perl
31689            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
31690 ____________________________________________________________________________
31691 [ 17916] By: hv                                    on 2002/09/26  07:31:42
31692         Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
31693              From: "Brendan O'Dea" <bod@debian.org>
31694              Date: Tue, 10 Sep 2002 09:19:05 +1000
31695              Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
31696      Branch: perl
31697            ! pod/perlembed.pod
31698 ____________________________________________________________________________
31699 [ 17915] By: rgs                                   on 2002/09/24  20:19:22
31700         Log: Patch #17914 was empty ; this should have been applied instead.
31701      Branch: perl
31702            ! hints/aix.sh
31703 ____________________________________________________________________________
31704 [ 17914] By: rgs                                   on 2002/09/21  19:58:57
31705         Log: Subject: [PATCH] PASE saga continues
31706              From: Jarkko Hietaniemi <jhi@iki.fi>
31707              Date: Thu, 19 Sep 2002 23:30:20 +0300
31708              Message-ID: <20020919203020.GB274453@lyta.hut.fi>
31709      Branch: perl
31710            ! hints/aix.sh
31711 ____________________________________________________________________________
31712 [ 17913] By: rgs                                   on 2002/09/21  19:46:56
31713         Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
31714              From: "Craig A. Berry" <craigberry@mac.com>
31715              Date: Wed, 18 Sep 2002 16:57:02 -0500
31716              Message-ID: <3D88F6AE.3020708@mac.com>
31717      Branch: perl
31718            ! lib/File/Spec/VMS.pm vms/ext/filespec.t
31719 ____________________________________________________________________________
31720 [ 17912] By: ams                                   on 2002/09/19  17:21:24
31721         Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
31722              From: Jarkko Hietaniemi <jhi@iki.fi>
31723              Date: Thu, 19 Sep 2002 18:59:48 +0300
31724              Message-Id: <20020919155948.GU208696@lyta.hut.fi>
31725
31726              Subject: [PATCH] more PASE tweakage
31727              From: Jarkko Hietaniemi <jhi@iki.fi>
31728              Date: Thu, 19 Sep 2002 18:01:44 +0300
31729              Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
31730      Branch: perl
31731            ! README.os400 hints/aix.sh
31732 ____________________________________________________________________________
31733 [ 17911] By: ams                                   on 2002/09/17  19:29:53
31734         Log: Typo fix.
31735      Branch: perl
31736            ! ext/POSIX/POSIX.pod
31737 ____________________________________________________________________________
31738 [ 17910] By: ams                                   on 2002/09/17  18:09:32
31739         Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
31740              checking for SvOK in do_readline().
31741      Branch: perl
31742            ! pp_hot.c t/op/gv.t
31743 ____________________________________________________________________________
31744 [ 17909] By: rgs                                   on 2002/09/16  21:49:27
31745         Log: Pod formatting nit, found by Merijn and Jos Boumans.
31746      Branch: perl
31747            ! pod/perlunicode.pod
31748 ____________________________________________________________________________
31749 [ 17908] By: rgs                                   on 2002/09/16  21:34:55
31750         Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
31751              From: (Ilya Martynov) (via RT) <perlbug@perl.org>
31752              Date: 15 Sep 2002 19:06:56 -0000
31753              Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
31754      Branch: perl
31755            ! lib/Locale/Country.pm lib/Locale/Currency.pm
31756            ! lib/Locale/Language.pm lib/Locale/Script.pm
31757 ____________________________________________________________________________
31758 [ 17907] By: rgs                                   on 2002/09/16  20:33:51
31759         Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
31760              From: Jarkko Hietaniemi <jhi@iki.fi>
31761              Date: Sun, 15 Sep 2002 18:02:17 +0300
31762              Message-ID: <20020915150217.GB21300@lyta.hut.fi>
31763      Branch: perl
31764            ! hints/netbsd.sh
31765 ____________________________________________________________________________
31766 [ 17906] By: rgs                                   on 2002/09/15  11:30:38
31767         Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
31768              of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
31769              not all modules listed in perlmodlib are necessarily installed.
31770              Plus some corrections by Vincent Lefevre.
31771      Branch: perl
31772            ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
31773 ____________________________________________________________________________
31774 [ 17904] By: merijn                                on 2002/09/13  14:02:18
31775         Log: Tabs erroneusly expanded to spaces, causing AIX to fail
31776              in building DProf
31777      Branch: perl
31778            ! Configure
31779 ____________________________________________________________________________
31780 [ 17902] By: merijn                                on 2002/09/13  07:47:29
31781         Log: configure.com needs d_modflproto
31782              Thu 12 Sep 2002 23:19, "Craig A. Berry"
31783      Branch: perl
31784            ! configure.com
31785 ____________________________________________________________________________
31786 [ 17901] By: rgs                                   on 2002/09/12  20:19:55
31787         Log: Subject: [PATCH] more PASE wisdom
31788              From: Jarkko Hietaniemi <jhi@iki.fi>
31789              Date: Fri, 13 Sep 2002 00:17:39 +0300
31790              Message-ID: <20020912211739.GB6980@lyta.hut.fi>
31791      Branch: perl
31792            ! README.os400
31793 ____________________________________________________________________________
31794 [ 17900] By: rgs                                   on 2002/09/12  19:33:06
31795         Log: Fix a syntax incompatibility introduced by the // operator.
31796              (Note that C<print $fh //> is still a syntax error, it
31797              wasn't with perl 5.8.0.)
31798      Branch: perl
31799            ! t/op/dor.t toke.c
31800 ____________________________________________________________________________
31801 [ 17898] By: rgs                                   on 2002/09/11  20:58:46
31802         Log: Fix bug #17006 : remove spurious do{} in the deparsing
31803              of s/.../.../e.
31804      Branch: perl
31805            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
31806 ____________________________________________________________________________
31807 [ 17897] By: rgs                                   on 2002/09/11  20:56:21
31808         Log: Subject: [perl #17119] typo in utils/dprofpp.PL
31809              From: "Todd C. Miller" (via RT) <perlbug@perl.org>
31810              Date: 10 Sep 2002 18:49:56 -0000
31811              Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
31812      Branch: perl
31813            ! utils/dprofpp.PL
31814 ____________________________________________________________________________
31815 [ 17896] By: merijn                                on 2002/09/11  08:31:45
31816         Log: re-synced Configure to backported metaunits
31817      Branch: perl
31818            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31819            ! config_h.SH
31820 ____________________________________________________________________________
31821 [ 17892] By: merijn                                on 2002/09/10  15:43:53
31822         Log: Callback behaviour in hints
31823              Mon, 9 Sep 2002, Allen Smith
31824      Branch: perl
31825            ! hints/README.hints
31826 ____________________________________________________________________________
31827 [ 17888] By: merijn                                on 2002/09/10  09:20:52
31828         Log: New low-price HP servers
31829      Branch: perl
31830            ! README.hpux
31831 ____________________________________________________________________________
31832 [ 17887] By: rgs                                   on 2002/09/09  21:00:08
31833         Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
31834              From: Paul Johnson <paul@pjcj.net>
31835              Date: Mon, 9 Sep 2002 23:37:33 +0200
31836              Message-ID: <20020909213733.GD879@pjcj.net>
31837      Branch: perl
31838            ! ext/B/B/Deparse.pm
31839 ____________________________________________________________________________
31840 [ 17886] By: rgs                                   on 2002/09/09  20:38:01
31841         Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
31842              From: Nicholas Clark <nick@unfortu.net>
31843              Date: Sun, 8 Sep 2002 23:05:54 +0100
31844              Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
31845      Branch: perl
31846            ! configpm
31847 ____________________________________________________________________________
31848 [ 17885] By: rgs                                   on 2002/09/09  20:35:34
31849         Log: Subject: [PATCH] strict.pm pod at __END__
31850              From: Nicholas Clark <nick@unfortu.net>
31851              Date: Sun, 8 Sep 2002 22:36:09 +0100
31852              Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
31853      Branch: perl
31854            ! lib/strict.pm
31855 ____________________________________________________________________________
31856 [ 17884] By: rgs                                   on 2002/09/09  19:33:11
31857         Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
31858              From: Nicholas Clark <nick@unfortu.net>
31859              Date: Sun, 8 Sep 2002 19:45:52 +0100
31860              Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
31861      Branch: perl
31862            ! lib/File/Find/t/find.t
31863 ____________________________________________________________________________
31864 [ 17883] By: rgs                                   on 2002/09/09  19:10:08
31865         Log: Subject: [PATCH] Quieten warnings in Deparse.pm
31866              From: Paul Johnson <paul@pjcj.net>
31867              Date: Sun, 8 Sep 2002 23:50:11 +0200
31868              Message-ID: <20020908215011.GA879@pjcj.net>
31869      Branch: perl
31870            ! ext/B/B/Deparse.pm
31871 ____________________________________________________________________________
31872 [ 17882] By: hv                                    on 2002/09/09  10:33:58
31873         Log: Update Changes
31874      Branch: perl
31875            ! Changes patchlevel.h
31876 ____________________________________________________________________________
31877 [ 17881] By: hv                                    on 2002/09/09  09:54:55
31878         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
31879              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
31880              Date: Mon, 9 Sep 2002 01:48:08 -0400
31881              Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
31882      Branch: perl
31883            ! perl.h sv.c
31884 ____________________________________________________________________________
31885 [ 17880] By: hv                                    on 2002/09/09  09:33:55
31886         Log: integrate Math::BigInt-1.63
31887              Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
31888              From: Tels <perl_dummy@bloodgate.com>
31889              Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
31890              Message-Id: <200209082022.g88KMGY20194@crypt.org>
31891      Branch: perl
31892            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
31893            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
31894            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
31895            ! lib/Math/BigInt/t/sub_mif.t
31896 ____________________________________________________________________________
31897 [ 17879] By: hv                                    on 2002/09/09  09:23:53
31898         Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
31899              From: Jarkko Hietaniemi <jhi@iki.fi>
31900              Date: Mon, 9 Sep 2002 00:07:46 +0300
31901              Message-ID: <20020908210746.GB4136@lyta.hut.fi>
31902      Branch: perl
31903            ! Configure
31904 ____________________________________________________________________________
31905 [ 17878] By: hv                                    on 2002/09/09  09:11:57
31906         Log: small grammar fix in Benchmark docs
31907      Branch: perl
31908            ! lib/Benchmark.pm
31909 ____________________________________________________________________________
31910 [ 17877] By: hv                                    on 2002/09/09  09:09:30
31911         Log: Subject: [PATCH] configpm
31912              From: Abe Timmerman <abe@ztreet.demon.nl>
31913              Date: Sun, 8 Sep 2002 17:21:19 +0200
31914              Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
31915      Branch: perl
31916            ! configpm
31917 ____________________________________________________________________________
31918 [ 17876] By: hv                                    on 2002/09/09  08:48:35
31919         Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
31920              From: Abe Timmerman <abe@ztreet.demon.nl>
31921              Date: Mon, 9 Sep 2002 01:32:19 +0200
31922              Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
31923      Branch: perl
31924            ! makedef.pl
31925 ____________________________________________________________________________
31926 [ 17875] By: rgs                                   on 2002/09/08  18:55:01
31927         Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
31928              From: Nicholas Clark <nick@unfortu.net>
31929              Date: Sun, 8 Sep 2002 15:46:44 +0100
31930              Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
31931
31932              Plus two other similar tweaks
31933      Branch: perl
31934            ! ext/SDBM_File/sdbm.t
31935 ____________________________________________________________________________
31936 [ 17874] By: hv                                    on 2002/09/08  17:10:38
31937         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
31938              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
31939              Date: Sat, 7 Sep 2002 05:25:45 -0400
31940              Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
31941      Branch: perl
31942            ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
31943            ! t/op/sprintf.t
31944 ____________________________________________________________________________
31945 [ 17873] By: hv                                    on 2002/09/08  16:48:54
31946         Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
31947              From: Nicholas Clark <nick@unfortu.net>
31948              Date: Sat, 7 Sep 2002 00:20:53 +0100
31949              Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
31950      Branch: perl
31951            ! op.c sv.c
31952 ____________________________________________________________________________
31953 [ 17872] By: hv                                    on 2002/09/08  16:35:46
31954         Log: temporarily skip failing Storable tests caused by #17869
31955      Branch: perl
31956            ! ext/Storable/t/code.t
31957 ____________________________________________________________________________
31958 [ 17871] By: hv                                    on 2002/09/08  16:23:49
31959         Log: Subject: [PATCH] tiddly tidy up for util.c
31960              From: Nicholas Clark <nick@unfortu.net>
31961              Date: Fri, 6 Sep 2002 23:00:14 +0100
31962              Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
31963      Branch: perl
31964            ! util.c
31965 ____________________________________________________________________________
31966 [ 17870] By: hv                                    on 2002/09/08  16:21:23
31967         Log: regularise whitespace and formatting in util.c
31968      Branch: perl
31969            ! util.c
31970 ____________________________________________________________________________
31971 [ 17869] By: hv                                    on 2002/09/08  15:46:08
31972         Log: Subject: [perl #17061] no strict 'garbage'
31973              From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
31974              Date: 6 Sep 2002 19:31:02 -0000
31975              Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
31976              Date: Sat, 07 Sep 2002 13:40:22 +0200
31977              Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
31978      Branch: perl
31979            ! lib/strict.pm lib/strict.t
31980 ____________________________________________________________________________
31981 [ 17868] By: hv                                    on 2002/09/08  15:24:08
31982         Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
31983      Branch: perl
31984            ! pod/perl58delta.pod
31985 ____________________________________________________________________________
31986 [ 17867] By: hv                                    on 2002/09/08  15:10:46
31987         Log: Subject: [PATCH] allow using hires time() in Benchmark
31988              From: Jarkko Hietaniemi <jhi@iki.fi>
31989              Date: Fri, 6 Sep 2002 00:38:11 +0300
31990              Message-ID: <20020905213811.GA23771@lyta.hut.fi>
31991      Branch: perl
31992            ! lib/Benchmark.pm
31993 ____________________________________________________________________________
31994 [ 17866] By: hv                                    on 2002/09/08  15:06:05
31995         Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
31996              From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
31997              Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
31998              Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
31999      Branch: perl
32000            ! Configure
32001 ____________________________________________________________________________
32002 [ 17865] By: hv                                    on 2002/09/08  15:03:23
32003         Log: Subject: Unicode::Collate 0.23 Released
32004              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
32005              Date: Thu, 05 Sep 2002 23:28:32 +0900
32006              Message-Id: <20020905232316.8151.BQW10602@nifty.com>
32007      Branch: perl
32008            + lib/Unicode/Collate/t/index.t
32009            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
32010            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
32011 ____________________________________________________________________________
32012 [ 17864] By: hv                                    on 2002/09/08  14:55:31
32013         Log: Subject: sv_2pv_flags and ROK and UTF8 flags
32014              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32015              Date: Wed, 04 Sep 2002 21:09:01 -0700
32016              Message-ID: <djtd9gzkgyLd092yn@efn.org>
32017              Date: Fri, 06 Sep 2002 09:23:03 -0700
32018              Message-ID: <nZNe9gzkgKdH092yn@efn.org>
32019      Branch: perl
32020            ! lib/overload.t sv.c sv.h t/op/pat.t
32021 ____________________________________________________________________________
32022 [ 17863] By: hv                                    on 2002/09/08  14:11:54
32023         Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
32024      Branch: perl
32025            ! t/op/taint.t
32026 ____________________________________________________________________________
32027 [ 17862] By: hv                                    on 2002/09/08  14:01:07
32028         Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
32029              From: Michael G Schwern <schwern@pobox.com>
32030              Date: Wed, 4 Sep 2002 11:38:01 -0700
32031              Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
32032      Branch: perl
32033            ! t/TestInit.pm
32034 ____________________________________________________________________________
32035 [ 17861] By: hv                                    on 2002/09/08  13:58:10
32036         Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
32037              From: Michael G Schwern <schwern@pobox.com>
32038              Date: Fri, 6 Sep 2002 14:03:16 -0700
32039              Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
32040      Branch: perl
32041            ! t/test.pl
32042 ____________________________________________________________________________
32043 [ 17860] By: hv                                    on 2002/09/08  13:48:49
32044         Log: #17859 misuses s/// return values
32045      Branch: perl
32046            ! configpm
32047 ____________________________________________________________________________
32048 [ 17859] By: hv                                    on 2002/09/08  13:17:46
32049         Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
32050              From: Nicholas Clark <nick@unfortu.net>
32051              Date: Mon, 2 Sep 2002 23:22:32 +0100
32052              Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
32053      Branch: perl
32054            ! configpm
32055 ____________________________________________________________________________
32056 [ 17850] By: ams                                   on 2002/09/06  03:31:32
32057         Log: Subject: [PATCH] (mostly (Unicode)) pod nits
32058              From: Jarkko Hietaniemi <jhi@iki.fi>
32059              Date: Fri, 6 Sep 2002 06:01:57 +0300
32060              Message-Id: <20020906030157.GA28252@lyta.hut.fi>
32061      Branch: perl
32062            ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
32063 ____________________________________________________________________________
32064 [ 17849] By: gsar                                  on 2002/09/05  06:28:36
32065         Log: document setting the email address
32066      Branch: perl
32067            ! Porting/repository.pod
32068 ____________________________________________________________________________
32069 [ 17848] By: hv                                    on 2002/09/04  23:12:15
32070         Log: AUTHORS: preferred address for Allen Smith
32071      Branch: perl
32072            ! AUTHORS
32073 ____________________________________________________________________________
32074 [ 17847] By: hv                                    on 2002/09/04  23:10:37
32075         Log: copy on write: fixes and debugging
32076              Subject: what copies scalars in ithreads?
32077              From: Nicholas Clark <nick@unfortu.net>
32078              Date: Wed, 4 Sep 2002 21:52:47 +0100
32079              Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
32080      Branch: perl
32081            ! sv.c
32082 ____________________________________________________________________________
32083 [ 17846] By: hv                                    on 2002/09/04  23:02:43
32084         Log: Subject: Re: [PATCH] A variety of README nitpicks.
32085              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32086              Date: Wed, 04 Sep 2002 09:10:05 +0200
32087              Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
32088      Branch: perl
32089            ! README.hpux
32090 ____________________________________________________________________________
32091 [ 17845] By: hv                                    on 2002/09/04  15:06:33
32092         Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
32093      Branch: perl
32094            ! lib/Math/BigInt/t/constant.t
32095 ____________________________________________________________________________
32096 [ 17844] By: hv                                    on 2002/09/04  14:32:19
32097         Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
32098      Branch: perl
32099            ! ext/DB_File/DB_File.xs
32100 ____________________________________________________________________________
32101 [ 17843] By: hv                                    on 2002/09/04  14:09:13
32102         Log: #17842 was only half the story
32103              Subject: [PATCH deb.c] Re: HiRes failure is success?
32104              From: Dave Mitchell <davem@fdgroup.com>
32105              Date: Wed, 4 Sep 2002 16:11:15 +0100
32106              Message-ID: <20020904161115.E27603@fdgroup.com>
32107      Branch: perl
32108            ! deb.c
32109 ____________________________________________________________________________
32110 [ 17842] By: hv                                    on 2002/09/04  14:04:40
32111         Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
32112      Branch: perl
32113            ! deb.c
32114 ____________________________________________________________________________
32115 [ 17841] By: hv                                    on 2002/09/04  13:57:27
32116         Log: Subject: [PATCH] op/getpid.t failure
32117              From: Michael G Schwern <schwern@pobox.com>
32118              Date: Tue, 3 Sep 2002 17:48:24 -0700
32119              Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
32120      Branch: perl
32121            ! t/op/getpid.t
32122 ____________________________________________________________________________
32123 [ 17840] By: hv                                    on 2002/09/04  13:55:20
32124         Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
32125              and Subject: [PATCH] More modules that don't lazy load Carp right.
32126              From: Michael G Schwern <schwern@pobox.com>
32127              Date: Tue, 3 Sep 2002 17:21:57 -0700
32128              Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
32129              and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
32130      Branch: perl
32131            ! ext/Encode/Unicode/Unicode.pm
32132            ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
32133            ! lib/File/Basename.pm
32134 ____________________________________________________________________________
32135 [ 17839] By: hv                                    on 2002/09/04  13:47:12
32136         Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
32137              From: "Brendan O'Dea" <bod@debian.org>
32138              Date: Wed, 4 Sep 2002 02:36:10 +1000
32139              Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
32140      Branch: perl
32141            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
32142 ____________________________________________________________________________
32143 [ 17838] By: hv                                    on 2002/09/04  13:41:27
32144         Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
32145              From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
32146              Date: Tue, 3 Sep 2002 13:46:18 +0200
32147              Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
32148      Branch: perl
32149            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
32150 ____________________________________________________________________________
32151 [ 17837] By: hv                                    on 2002/09/04  13:38:27
32152         Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
32153              From: Michael G Schwern <schwern@pobox.com>
32154              Date: Mon, 2 Sep 2002 22:29:07 -0700
32155              Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
32156      Branch: perl
32157            ! lib/Config.t
32158 ____________________________________________________________________________
32159 [ 17836] By: hv                                    on 2002/09/04  13:35:36
32160         Log: Subject: [PATCH] DB_File 1.805
32161              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
32162              Date: Mon, 2 Sep 2002 23:56:40 +0100
32163              Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
32164      Branch: perl
32165            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
32166            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
32167            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
32168            ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
32169 ____________________________________________________________________________
32170 [ 17835] By: hv                                    on 2002/09/04  13:23:17
32171         Log: fix coredump after 64k-deep recursion
32172              Subject: Re: debugging coredump with -DD
32173              From: hv@crypt.org
32174              Date: Tue, 03 Sep 2002 14:34:20 +0100
32175              Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
32176      Branch: perl
32177            ! cop.h t/op/recurse.t
32178 ____________________________________________________________________________
32179 [ 17834] By: hv                                    on 2002/09/04  13:08:36
32180         Log: perldoc: allow arguments for pager
32181              Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
32182              From: Chip Turner <cturner@redhat.com>
32183              Date: 02 Sep 2002 01:17:23 -0400
32184              Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
32185      Branch: perl
32186            ! utils/perldoc.PL
32187 ____________________________________________________________________________
32188 [ 17833] By: hv                                    on 2002/09/04  12:55:54
32189         Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
32190              From: Jarkko Hietaniemi <jhi@iki.fi>
32191              Date: Sun, 1 Sep 2002 19:23:55 +0300
32192              Message-ID: <20020901162355.GH12536@lyta.hut.fi>
32193      Branch: perl
32194            ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
32195 ____________________________________________________________________________
32196 [ 17832] By: hv                                    on 2002/09/04  12:39:42
32197         Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
32198              From: John Peacock <jpeacock@rowman.com>
32199              Date: Sun, 01 Sep 2002 15:00:12 -0400
32200              Message-ID: <3D7263BC.9020608@rowman.com>
32201      Branch: perl
32202            ! lib/ExtUtils/xsubpp pod/perlxs.pod
32203 ____________________________________________________________________________
32204 [ 17831] By: hv                                    on 2002/09/04  11:47:10
32205         Log: #17827 misses some win32 tweaks
32206      Branch: perl
32207            ! win32/Makefile win32/makefile.mk
32208 ____________________________________________________________________________
32209 [ 17830] By: hv                                    on 2002/09/04  11:41:22
32210         Log: update email address for Paul Marquess
32211      Branch: perl
32212            ! AUTHORS
32213 ____________________________________________________________________________
32214 [ 17829] By: hv                                    on 2002/09/04  11:38:39
32215         Log: Subject: Correction for AUTHORS.html
32216              From: Sean Davis <dive@ender.com>
32217              Date: Fri, 30 Aug 2002 03:51:16 -0700
32218              Message-ID: <20020830035116.A18739@endersgame.net>
32219      Branch: perl
32220            ! AUTHORS
32221 ____________________________________________________________________________
32222 [ 17828] By: hv                                    on 2002/09/04  11:31:42
32223         Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
32224              From: Michael G Schwern <schwern@pobox.com>
32225              Date: Fri, 30 Aug 2002 03:40:45 -0700
32226              Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
32227      Branch: perl
32228            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
32229            ! lib/File/Spec/t/Spec.t
32230 ____________________________________________________________________________
32231 [ 17827] By: hv                                    on 2002/09/04  11:21:57
32232         Log: Subject: [PATCH] OS/400 PASE port
32233              From: Jarkko Hietaniemi <jhi@iki.fi>
32234              Date: Thu, 29 Aug 2002 22:22:51 +0300
32235              Message-ID: <20020829192251.GA27102@lyta.hut.fi>
32236      Branch: perl
32237            + README.os400 hints/os400.sh
32238            ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
32239            ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
32240 ____________________________________________________________________________
32241 [ 17826] By: hv                                    on 2002/09/04  11:10:54
32242         Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
32243              From: "Brendan O'Dea" <bod@debian.org>
32244              Date: Thu, 29 Aug 2002 22:42:39 +1000
32245              Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
32246      Branch: perl
32247            ! ext/Sys/Syslog/syslog.t
32248 ____________________________________________________________________________
32249 [ 17825] By: hv                                    on 2002/09/04  10:53:59
32250         Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
32251              From: "John P. Linderman" <jpl@research.att.com>
32252              Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
32253              Message-Id: <200208271900.PAA98096@raptor.research.att.com>
32254      Branch: perl
32255            ! ext/IPC/SysV/Semaphore.pm
32256 ____________________________________________________________________________
32257 [ 17824] By: rgs                                   on 2002/09/03  20:02:36
32258         Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
32259              From: Richard Soderberg (via RT) <perlbug@perl.org>
32260              Date: 3 Sep 2002 18:48:54 -0000
32261              Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
32262
32263              Subject: [PATCH] A variety of README nitpicks.
32264              From: Richard Soderberg <rs@crystalflame.net>
32265              Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
32266              Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
32267      Branch: perl
32268            ! README.amiga README.dgux README.dos README.epoc README.hpux
32269            ! README.mint README.netware README.vmesa
32270 ____________________________________________________________________________
32271 [ 17823] By: rgs                                   on 2002/09/03  19:47:05
32272         Log: Fix bug #16828.
32273              Add a few tests to ext/B/t/b.t, make it use Test::More.
32274      Branch: perl
32275            ! ext/B/B.xs ext/B/t/b.t
32276 ____________________________________________________________________________
32277 [ 17822] By: rgs                                   on 2002/09/02  19:29:52
32278         Log: Some simple tests for the POSIX::isXXX() functions.
32279      Branch: perl
32280            ! ext/POSIX/t/posix.t
32281 ____________________________________________________________________________
32282 [ 17821] By: rgs                                   on 2002/08/30  19:56:53
32283         Log: Advertise Linux::Pid.
32284      Branch: perl
32285            ! pod/perlfunc.pod pod/perlvar.pod
32286 ____________________________________________________________________________
32287 [ 17819] By: hv                                    on 2002/08/30  13:42:02
32288         Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
32289              From: John Peacock <jpeacock@rowman.com>
32290              Date: Wed, 28 Aug 2002 22:13:48 -0400
32291              Message-ID: <3D6D835C.50809@rowman.com>
32292      Branch: perl
32293            ! universal.c util.c
32294 ____________________________________________________________________________
32295 [ 17818] By: hv                                    on 2002/08/30  13:16:05
32296         Log: add test related to change #17799:
32297              Subject: Re: if.pm bug.
32298              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
32299              Date: Thu, 29 Aug 2002 19:39:58 +0200
32300              Message-ID: <20020829173358.34731.qmail@onion.perl.org>
32301      Branch: perl
32302            ! lib/if.t
32303 ____________________________________________________________________________
32304 [ 17817] By: hv                                    on 2002/08/30  13:12:20
32305         Log: Subject: [PATCH] AUTHORS
32306              From: "Brendan O'Dea" <bod@debian.org>
32307              Date: Thu, 29 Aug 2002 22:49:34 +1000
32308              Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
32309      Branch: perl
32310            ! AUTHORS
32311 ____________________________________________________________________________
32312 [ 17816] By: hv                                    on 2002/08/30  13:10:45
32313         Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
32314              From: "Brendan O'Dea" <bod@debian.org>
32315              Date: Thu, 29 Aug 2002 22:46:47 +1000
32316              Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
32317      Branch: perl
32318            ! lib/Term/Cap.pm
32319 ____________________________________________________________________________
32320 [ 17815] By: hv                                    on 2002/08/30  13:02:41
32321         Log: formatting cleanup and:
32322              Subject: Re: perl-5.8.0 on HP porting center
32323              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32324              Date: Thu, 29 Aug 2002 12:23:31 +0200
32325              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
32326      Branch: perl
32327            ! installperl
32328 ____________________________________________________________________________
32329 [ 17814] By: hv                                    on 2002/08/30  12:23:33
32330         Log: Subject: [PATCH] perlmod.pod nit
32331              From: Autrijus Tang <autrijus@autrijus.org>
32332              Date: Thu, 29 Aug 2002 03:49:34 +0800
32333              Message-ID: <20020828194934.GA12244@not.autrijus.org>
32334      Branch: perl
32335            ! pod/perlmod.pod
32336 ____________________________________________________________________________
32337 [ 17813] By: hv                                    on 2002/08/30  12:19:15
32338         Log: Subject: [PATCH] Re: glob names and Regexp type introspection
32339              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32340              Date: Thu, 29 Aug 2002 17:31:31 -0700
32341              Message-ID: <jzrb9gzkgO7W092yn@efn.org>
32342      Branch: perl
32343            ! sv.c t/op/pat.t
32344 ____________________________________________________________________________
32345 [ 17812] By: hv                                    on 2002/08/30  12:06:20
32346         Log: Subject: [PATCH] typos in Hash::Util documentation
32347              From: Slaven Rezic <slaven.rezic@berlin.de>
32348              Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
32349              Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
32350      Branch: perl
32351            ! lib/Hash/Util.pm
32352 ____________________________________________________________________________
32353 [ 17811] By: hv                                    on 2002/08/30  12:02:59
32354         Log: Subject: Re: Recent changes on the HP porting center
32355              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32356              Date: Wed, 28 Aug 2002 17:39:27 +0200
32357              Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
32358      Branch: perl
32359            ! README.hpux
32360 ____________________________________________________________________________
32361 [ 17810] By: hv                                    on 2002/08/30  11:58:18
32362         Log: Subject: [PATCH] Fixes to threads::shared when disabled
32363              From: Michael G Schwern <schwern@pobox.com>
32364              Date: Wed, 28 Aug 2002 06:04:18 -0700
32365              Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
32366      Branch: perl
32367            + ext/threads/shared/t/disabled.t
32368            ! MANIFEST ext/threads/shared/shared.pm
32369            ! ext/threads/shared/t/hv_refs.t
32370 ____________________________________________________________________________
32371 [ 17808] By: ams                                   on 2002/08/30  02:59:31
32372         Log: Subject: [PATCH] Tru64 vs Berkeley DB
32373              From: Jarkko Hietaniemi <jhi@iki.fi>
32374              Date: Fri, 30 Aug 2002 06:56:38 +0300
32375              Message-Id: <20020830035638.GB874@lyta.hut.fi>
32376      Branch: perl
32377            ! README.tru64 hints/dec_osf.sh
32378 ____________________________________________________________________________
32379 [ 17807] By: ams                                   on 2002/08/30  02:32:30
32380         Log: Subject: [PATCH] IRIX + INSTALL
32381              From: Jarkko Hietaniemi <jhi@iki.fi>
32382              Date: Fri, 30 Aug 2002 06:31:48 +0300
32383              Message-Id: <20020830033148.GA874@lyta.hut.fi>
32384      Branch: perl
32385            ! INSTALL hints/irix_6.sh
32386 ____________________________________________________________________________
32387 [ 17806] By: hv                                    on 2002/08/29  22:56:45
32388         Log: #17449 failed to apply the actual patch. This is it.
32389      Branch: perl
32390            ! lib/Exporter.pm lib/Exporter/Heavy.pm
32391 ____________________________________________________________________________
32392 [ 17805] By: hv                                    on 2002/08/29  13:49:04
32393         Log: Fix based on:
32394              Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
32395              From: "esm@pobox.com (via RT)" <perlbug@perl.org>
32396              Date: 27 Aug 2002 22:10:16 -0000
32397              Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
32398      Branch: perl
32399            ! ext/POSIX/POSIX.xs
32400 ____________________________________________________________________________
32401 [ 17804] By: hv                                    on 2002/08/29  13:29:43
32402         Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
32403              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32404              Date: Tue, 27 Aug 2002 23:36:53 +0200
32405              Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
32406      Branch: perl
32407            ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
32408            ! perl.c perlapi.h sv.c
32409 ____________________________________________________________________________
32410 [ 17803] By: ams                                   on 2002/08/29  13:09:47
32411         Log: Subject: [PATCH] AIX compiler setup sanity checking
32412              From: Jarkko Hietaniemi <jhi@iki.fi>
32413              Date: Thu, 29 Aug 2002 16:43:51 +0300
32414              Message-Id: <20020829134351.GG5219@lyta.hut.fi>
32415      Branch: perl
32416            ! hints/aix.sh
32417 ____________________________________________________________________________
32418 [ 17802] By: hv                                    on 2002/08/29  12:32:51
32419         Log: Subject: [perl #16769] Documention bug
32420              From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
32421              Date: 26 Aug 2002 10:01:04 -0000
32422              Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
32423      Branch: perl
32424            ! pod/perl58delta.pod
32425 ____________________________________________________________________________
32426 [ 17801] By: hv                                    on 2002/08/29  12:19:30
32427         Log: Subject: [PATCH] ExtUtils::Constant 0.14
32428              From: Nicholas Clark <nick@unfortu.net>
32429              Date: Sun, 25 Aug 2002 18:06:00 +0100
32430              Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
32431      Branch: perl
32432            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
32433 ____________________________________________________________________________
32434 [ 17800] By: hv                                    on 2002/08/29  12:08:59
32435         Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
32436              From: Mark-Jason Dominus <mjd@plover.com>
32437              Date: Sun, 25 Aug 2002 12:09:53 -0400
32438              Message-ID: <20020825160953.15987.qmail@plover.com>
32439      Branch: perl
32440            ! pod/perlfaq5.pod
32441 ____________________________________________________________________________
32442 [ 17799] By: hv                                    on 2002/08/29  11:48:39
32443         Log: Subject: Re: if.pm bug.
32444              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
32445              Date: Sun, 25 Aug 2002 00:27:59 +0200
32446              Message-ID: <20020824222210.16387.qmail@onion.perl.org>
32447      Branch: perl
32448            ! lib/if.pm
32449 ____________________________________________________________________________
32450 [ 17798] By: hv                                    on 2002/08/29  11:44:00
32451         Log: Subject: [PATCH] posixify getppid on linux-multithread
32452              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32453              Date: Tue, 6 Aug 2002 21:56:46 +0200
32454              Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
32455      Branch: perl
32456            + t/op/getpid.t
32457            ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
32458            ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
32459 ____________________________________________________________________________
32460 [ 17797] By: hv                                    on 2002/08/29  10:55:41
32461         Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
32462              From: Mark-Jason Dominus <mjd@plover.com>
32463              Date: Sun, 25 Aug 2002 22:31:54 -0400
32464              Message-ID: <20020826023154.22986.qmail@plover.com>
32465      Branch: perl
32466            ! ext/B/B.pm
32467 ____________________________________________________________________________
32468 [ 17791] By: hv                                    on 2002/08/27  11:28:32
32469         Log: Missing MANIFEST files for #17783.
32470      Branch: perl
32471            ! MANIFEST
32472 ____________________________________________________________________________
32473 [ 17790] By: hv                                    on 2002/08/27  11:22:36
32474         Log: #17783 introduced an outdated test module, causing failure in
32475              lib/ExtUtils/t/problems.t. This grabs a more recent copy from
32476              ExtUtils::MakeMaker.
32477      Branch: perl
32478            ! t/lib/TieOut.pm
32479 ____________________________________________________________________________
32480 [ 17789] By: ams                                   on 2002/08/27  04:04:48
32481         Log: Subject: Patch perlvar.pod
32482              From: mjd@plover.com
32483              Date: 27 Aug 2002 03:03:01 -0000
32484              Message-Id: <20020827030301.32481.qmail@plover.com>
32485      Branch: perl
32486            ! pod/perlvar.pod
32487 ____________________________________________________________________________
32488 [ 17788] By: hv                                    on 2002/08/26  23:59:47
32489         Log: Update Changes
32490      Branch: perl
32491            ! Changes patchlevel.h
32492 ____________________________________________________________________________
32493 [ 17787] By: hv                                    on 2002/08/26  19:22:27
32494         Log: fix for:
32495              Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
32496              From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
32497              Date: 26 Aug 2002 15:01:36 -0000
32498              Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
32499      Branch: perl
32500            ! regexec.c t/op/re_tests
32501 ____________________________________________________________________________
32502 [ 17786] By: hv                                    on 2002/08/26  15:34:25
32503         Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
32504              From: "Sean M. Burke" <sburke@cpan.org>
32505              Date: Mon, 26 Aug 2002 04:38:19 -0600
32506              Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
32507      Branch: perl
32508            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
32509            ! lib/Test/t/todo.t
32510 ____________________________________________________________________________
32511 [ 17785] By: hv                                    on 2002/08/26  15:18:41
32512         Log: fix non-ANSI C++-style comment
32513              Subject: [ PATCH ]  Smoke 17780 /pro/3gl/CPAN/perl-current
32514              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32515              Date: Mon, 26 Aug 2002 09:15:18 +0200
32516              Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
32517      Branch: perl
32518            ! ext/Storable/Storable.xs
32519 ____________________________________________________________________________
32520 [ 17784] By: hv                                    on 2002/08/26  15:15:19
32521         Log: #17780 relies on unixy paths to locate own directory for bignum tests.
32522      Branch: perl
32523            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
32524            ! lib/bignum/t/brinfnan.t
32525 ____________________________________________________________________________
32526 [ 17783] By: hv                                    on 2002/08/26  15:07:21
32527         Log: Subject: [ANNOUNCE] Test::Simple 0.47
32528              From: Michael G Schwern <schwern@pobox.com>
32529              Date: Mon, 26 Aug 2002 04:13:03 -0700
32530              Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
32531      Branch: perl
32532            + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
32533            + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
32534            + lib/Test/Simple/t/ok_obj.t
32535            + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
32536            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
32537            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
32538            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
32539            ! lib/Test/Tutorial.pod t/lib/TieOut.pm
32540 ____________________________________________________________________________
32541 [ 17782] By: hv                                    on 2002/08/26  15:00:55
32542         Log: new test for change #17773
32543              Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
32544              From: DH <crazyinsomniac@yahoo.com>
32545              Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
32546              Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
32547      Branch: perl
32548            ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
32549 ____________________________________________________________________________
32550 [ 17781] By: hv                                    on 2002/08/26  14:48:35
32551         Log: #17775 changed reentr.c instead of reentr.pl, which generates it
32552      Branch: perl
32553            ! reentr.pl
32554 ____________________________________________________________________________
32555 [ 17780] By: hv                                    on 2002/08/25  19:03:50
32556         Log: fix bignum test failures
32557      Branch: perl
32558            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
32559            ! lib/bignum/t/brinfnan.t
32560 ____________________________________________________________________________
32561 [ 17779] By: hv                                    on 2002/08/25  18:56:29
32562         Log: upgrade bignum to v0.13: fix test failures and update docs
32563      Branch: perl
32564            ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
32565 ____________________________________________________________________________
32566 [ 17778] By: hv                                    on 2002/08/25  18:43:06
32567         Log: Subject: Encode 1.76 Released
32568              From: Dan Kogai <dankogai@dan.co.jp>
32569              Date: su elo 25, 2002  11:27:07 US/Eastern
32570              Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
32571      Branch: perl
32572            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
32573            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
32574            ! ext/Encode/lib/Encode/MIME/Header.pm
32575            ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
32576 ____________________________________________________________________________
32577 [ 17777] By: rgs                                   on 2002/08/25  18:42:46
32578         Log: Fix parsing problems with the // operator.
32579              Make // able to follow various unary operators used without
32580              arguments or parens (shift, pop, getc, pos, readline,
32581              readlink, undef, umask, and the filetest operators), as
32582              well as the <FH> operator.
32583      Branch: perl
32584            ! perl.h t/op/dor.t toke.c
32585 ____________________________________________________________________________
32586 [ 17776] By: hv                                    on 2002/08/25  15:56:37
32587         Log: Subject: [PATCH] ExtUtils::Constant 0.13
32588              From: Nicholas Clark <nick@unfortu.net>
32589              Date: Fri, 23 Aug 2002 19:21:12 +0100
32590              Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
32591      Branch: perl
32592            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
32593 ____________________________________________________________________________
32594 [ 17775] By: hv                                    on 2002/08/25  15:46:28
32595         Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
32596              From: "mls@suse.de (via RT)" <perlbug@perl.org>
32597              Date: 23 Aug 2002 15:24:39 -0000
32598              Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
32599      Branch: perl
32600            ! reentr.c
32601 ____________________________________________________________________________
32602 [ 17774] By: hv                                    on 2002/08/25  15:29:42
32603         Log: Subject: [PATCH lib/Benchmark.(pm|t)]  Make cmpthese work as documented.
32604              From: Abigail <abigail@foad.org>
32605              Date: Thu, 22 Aug 2002 04:10:39 -0700
32606              Message-ID: <20020822041039.A2089@ucan.foad.org>
32607      Branch: perl
32608            ! lib/Benchmark.pm lib/Benchmark.t
32609 ____________________________________________________________________________
32610 [ 17773] By: hv                                    on 2002/08/25  15:17:16
32611         Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
32612              From: DH <crazyinsomniac@yahoo.com>
32613              Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
32614              Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
32615      Branch: perl
32616            ! lib/Pod/Html.pm
32617 ____________________________________________________________________________
32618 [ 17772] By: hv                                    on 2002/08/25  14:49:37
32619         Log: Subject: Re: p5p patches
32620              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32621              Date: Fri, 23 Aug 2002 15:27:48 +0200
32622              Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
32623      Branch: perl
32624            ! Porting/patching.pod
32625 ____________________________________________________________________________
32626 [ 17771] By: hv                                    on 2002/08/25  14:45:46
32627         Log: Subject: Newdated info for HP-UX
32628              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32629              Date: Wed, 21 Aug 2002 20:20:17 +0200
32630              Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
32631      Branch: perl
32632            ! README.hpux
32633 ____________________________________________________________________________
32634 [ 17770] By: hv                                    on 2002/08/25  14:26:36
32635         Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
32636              From: "Jos I. Boumans" <kane@cpan.org>
32637              Date: Wed, 21 Aug 2002 14:55:51 +0200
32638              Message-ID: <20020821124817.34761.qmail@onion.perl.org>
32639      Branch: perl
32640            ! pod/perlfaq1.pod
32641 ____________________________________________________________________________
32642 [ 17769] By: hv                                    on 2002/08/25  14:16:50
32643         Log: Subject: bit more for WinCE
32644              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
32645              Date: Wed, 21 Aug 2002 01:31:52 +0400
32646              Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
32647      Branch: perl
32648            ! wince/Makefile.ce wince/compile.bat wince/win32io.c
32649            ! wince/wince.c
32650 ____________________________________________________________________________
32651 [ 17768] By: hv                                    on 2002/08/25  14:02:47
32652         Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
32653              From: Anton Berezin <tobez@tobez.org>
32654              Date: Tue, 20 Aug 2002 23:44:25 +0200
32655              Message-ID: <20020820214425.GG16178@heechee.tobez.org>
32656      Branch: perl
32657            ! lib/lib.t lib/lib_pm.PL
32658 ____________________________________________________________________________
32659 [ 17767] By: hv                                    on 2002/08/25  13:52:08
32660         Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
32661              From: "Randy W. Sims" (via RT) <perlbug@perl.org>
32662              Date: 18 Aug 2002 13:27:12 -0000
32663              Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
32664      Branch: perl
32665            ! utils/perldoc.PL
32666 ____________________________________________________________________________
32667 [ 17766] By: rgs                                   on 2002/08/24  20:33:05
32668         Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
32669              From: Peter BARABAS (via RT) <perlbug@perl.org>
32670              Date: 24 Aug 2002 08:16:19 -0000
32671              Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
32672      Branch: perl
32673            ! pod/perlxstut.pod
32674 ____________________________________________________________________________
32675 [ 17765] By: rgs                                   on 2002/08/24  19:03:52
32676         Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
32677              From: Nicholas Clark <nick@unfortu.net>
32678              Date: Sat, 24 Aug 2002 17:01:08 +0100
32679              Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
32680              (plus a typo fix)
32681      Branch: perl
32682            ! lib/Net/t/hostname.t
32683 ____________________________________________________________________________
32684 [ 17764] By: rgs                                   on 2002/08/24  12:29:27
32685         Log: a2p wasn't installed with -Dversiononly
32686      Branch: perl
32687            ! installperl
32688 ____________________________________________________________________________
32689 [ 17763] By: hv                                    on 2002/08/23  12:23:31
32690         Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
32691              with a NULL subaddr. Fix that, and stop it happening again.
32692      Branch: perl
32693            ! op.c universal.c
32694 ____________________________________________________________________________
32695 [ 17762] By: hv                                    on 2002/08/23  11:02:35
32696         Log: fixup threaded build for vstring changes
32697      Branch: perl
32698            ! universal.c util.c
32699 ____________________________________________________________________________
32700 [ 17761] By: ams                                   on 2002/08/23  02:54:09
32701         Log: Incorporate fix from JHI at:
32702              http://rt.perl.org/rt2/Ticket/Display.html?id=16708
32703      Branch: perl
32704            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
32705 ____________________________________________________________________________
32706 [ 17760] By: ams                                   on 2002/08/23  01:30:46
32707         Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
32708              From: Jarkko Hietaniemi <jhi@iki.fi>
32709              Date: Fri, 23 Aug 2002 05:29:09 +0300
32710              Message-Id: <20020823022909.GC9135@lyta.hut.fi>
32711      Branch: perl
32712            ! ext/Devel/PPPort/PPPort.pm
32713 ____________________________________________________________________________
32714 [ 17759] By: ams                                   on 2002/08/23  01:27:23
32715         Log: Subject: [PATCH] x2p/str.c signedness nits
32716              From: Jarkko Hietaniemi <jhi@iki.fi>
32717              Date: Fri, 23 Aug 2002 02:43:30 +0300
32718              Message-Id: <20020822234330.GC31624@lyta.hut.fi>
32719      Branch: perl
32720            ! x2p/str.c
32721 ____________________________________________________________________________
32722 [ 17758] By: hv                                    on 2002/08/22  22:29:45
32723         Log: bignum-0.12 updates from:
32724              Subject: [ANNOUCNE] Big Math::Big* update
32725              From: Tels <perl_dummy@bloodgate.com>
32726              Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
32727              Message-Id: <200208132121.g7DLLRV21408@crypt.org>
32728      Branch: perl
32729            + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
32730            + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
32731            + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
32732            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
32733            ! lib/bigrat.pm
32734 ____________________________________________________________________________
32735 [ 17757] By: hv                                    on 2002/08/22  22:19:42
32736         Log: new file for #17756
32737      Branch: perl
32738            ! MANIFEST
32739 ____________________________________________________________________________
32740 [ 17756] By: hv                                    on 2002/08/22  22:16:41
32741         Log: Subject: ANNOUCNE: Math::BigRat v0.09
32742              From: Tels <perl_dummy@bloodgate.com>
32743              Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
32744              Message-Id: <200208141812.g7EICrV23771@crypt.org>
32745      Branch: perl
32746            + lib/Math/BigRat/t/big_ap.t
32747            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
32748            ! lib/Math/BigRat/t/bigratpm.inc
32749 ____________________________________________________________________________
32750 [ 17755] By: hv                                    on 2002/08/22  19:44:03
32751         Log: new files from #17754
32752      Branch: perl
32753            + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
32754 ____________________________________________________________________________
32755 [ 17754] By: hv                                    on 2002/08/22  19:42:58
32756         Log: Subject: ANNOUNCE: Math-BigInt v1.62
32757              From: Tels <perl_dummy@bloodgate.com>
32758              Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
32759              Message-Id: <200208211513.g7LFDUs02512@crypt.org>
32760      Branch: perl
32761            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
32762            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
32763            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
32764            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
32765            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
32766            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
32767            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbimbf.inc
32768            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
32769            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
32770            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
32771            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
32772 ____________________________________________________________________________
32773 [ 17753] By: hv                                    on 2002/08/22  12:05:57
32774         Log: Subject: podlators 1.24 released
32775              From: Russ Allbery <rra@stanford.edu>
32776              Date: Sat, 03 Aug 2002 20:56:42 -0700
32777              Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
32778      Branch: perl
32779            + lib/Pod/t/text-options.t
32780            ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
32781            ! lib/Pod/t/basic.t pod/pod2text.PL
32782 ____________________________________________________________________________
32783 [ 17752] By: hv                                    on 2002/08/22  11:13:17
32784         Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
32785              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
32786              Date: Fri, 26 Jul 2002 02:59:12 +0900
32787              Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
32788      Branch: perl
32789            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
32790            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
32791            ! lib/Unicode/Collate/t/test.t
32792 ____________________________________________________________________________
32793 [ 17751] By: hv                                    on 2002/08/22  11:08:35
32794         Log: fix test failure from #17747
32795      Branch: perl
32796            ! ext/B/t/stash.t
32797 ____________________________________________________________________________
32798 [ 17750] By: hv                                    on 2002/08/22  10:46:19
32799         Log: Subject: [PATCH] Fix DBM filters
32800              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
32801              Date: Wed, 21 Aug 2002 11:40:49 +0100
32802              Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
32803      Branch: perl
32804            ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
32805            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
32806            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
32807            ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
32808            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
32809            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
32810            ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
32811 ____________________________________________________________________________
32812 [ 17749] By: hv                                    on 2002/08/22  01:04:32
32813         Log: avoid use of %caller::EXPORT
32814              Subject: [PATCH] Re: question about Exporter::import
32815              From: Nicholas Clark <nick@unfortu.net>
32816              Date: Wed, 14 Aug 2002 21:33:12 +0100
32817              Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
32818      Branch: perl
32819            ! lib/Exporter.pm lib/Exporter/Heavy.pm
32820 ____________________________________________________________________________
32821 [ 17748] By: hv                                    on 2002/08/22  00:54:03
32822         Log: todo test for linux $0 modification
32823              Subject: Re: [perl #16206] $0 in 5.8
32824              From: Slaven Rezic <slaven.rezic@berlin.de>
32825              Date: 17 Aug 2002 21:32:37 +0200
32826              Message-id: <87elcx2sdm.fsf@vran.herceg.de>
32827      Branch: perl
32828            ! t/op/magic.t
32829 ____________________________________________________________________________
32830 [ 17747] By: hv                                    on 2002/08/22  00:11:34
32831         Log: Subject: Re: [PATCH] Version object patch #1
32832              From: John Peacock <jpeacock@rowman.com>
32833              Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
32834              Message-id: <3D630042.6020407@rowman.com>
32835
32836              Subject: Re: [REVISED PATCH] Magic v-strings
32837              From: John Peacock <jpeacock@rowman.com>
32838              Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
32839              Message-id: <3D63E532.7020305@rowman.com>
32840      Branch: perl
32841            ! sv.c t/op/ver.t universal.c util.c
32842 ____________________________________________________________________________
32843 [ 17746] By: hv                                    on 2002/08/20  16:48:05
32844         Log: Subject: [PATCH] Version object patch #1
32845              From: John Peacock <jpeacock@rowman.com>
32846              Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
32847              Message-id: <3D5BB55D.6090603@rowman.com>
32848              and Message-id: <3D627D1A.4050607@rowman.com>
32849              and t/lib/warnings/universal tweak to skip
32850      Branch: perl
32851            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
32852            ! t/lib/warnings/universal toke.c util.c
32853 ____________________________________________________________________________
32854 [ 17745] By: hv                                    on 2002/08/20  16:27:01
32855         Log: perldelta for #17727
32856      Branch: perl
32857            ! pod/perldelta.pod
32858 ____________________________________________________________________________
32859 [ 17744] By: hv                                    on 2002/08/20  15:34:36
32860         Log: Subject: typo in perfunc.pod
32861              From: "John P. Linderman" <jpl@research.att.com>
32862              Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
32863              Message-id: <200208191245.IAA20072@raptor.research.att.com>
32864      Branch: perl
32865            ! pod/perlfunc.pod
32866 ____________________________________________________________________________
32867 [ 17743] By: hv                                    on 2002/08/20  15:31:40
32868         Log: Subject: Re: [PATCH] fix typos in perlpacktut
32869              From: "Mr. Nobody" <mrnobo1024@yahoo.com>
32870              Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
32871              Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
32872      Branch: perl
32873            ! pod/perlpacktut.pod
32874 ____________________________________________________________________________
32875 [ 17742] By: hv                                    on 2002/08/20  14:51:16
32876         Log: Subject: [REVISED PATCH] Magic v-strings
32877              From: John Peacock <jpeacock@rowman.com>
32878              Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
32879              Message-id: <3D556FE6.6000404@rowman.com>
32880              plus a bit of cleanup
32881      Branch: perl
32882            ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
32883 ____________________________________________________________________________
32884 [ 17741] By: hv                                    on 2002/08/20  14:20:16
32885         Log: Subject: Re: [PATCH] Storable and CODE references
32886              From: Slaven Rezic <slaven.rezic@berlin.de>
32887              Date: 17 Aug 2002 21:58:03 +0200
32888              Message-id: <87bs812r78.fsf@vran.herceg.de>
32889      Branch: perl
32890            + ext/Storable/t/code.t
32891            ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
32892            ! ext/Storable/t/malice.t
32893 ____________________________________________________________________________
32894 [ 17740] By: hv                                    on 2002/08/20  14:07:56
32895         Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
32896              Handle CoW in hashes:
32897              Subject: Re: why would tr/// be performing hash copies?
32898              From: Nicholas Clark <nick@unfortu.net>
32899              Date: Sun, 18 Aug 2002 23:17:01 +0100
32900              Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
32901      Branch: perl
32902            ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
32903 ____________________________________________________________________________
32904 [ 17739] By: hv                                    on 2002/08/20  13:52:18
32905         Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
32906              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32907              Date: Tue, 23 Jul 2002 09:21:10 +0200
32908              Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
32909      Branch: perl
32910            ! Configure
32911 ____________________________________________________________________________
32912 [ 17737] By: ams                                   on 2002/08/19  07:48:39
32913         Log: Effect a speedy recovery from POD affected by (ahem, Australian)
32914              negligence.
32915      Branch: perl
32916            ! pod/perlrun.pod
32917 ____________________________________________________________________________
32918 [ 17736] By: hv                                    on 2002/08/18  18:27:28
32919         Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
32920              From: Dave Mitchell <davem@fdgroup.com>
32921              Date: Fri, 16 Aug 2002 23:31:07 +0100
32922              Message-id: <20020816233107.E9388@fdgroup.com>
32923      Branch: perl
32924            ! numeric.c t/base/num.t
32925 ____________________________________________________________________________
32926 [ 17735] By: hv                                    on 2002/08/18  02:22:21
32927         Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
32928              From: Mark-Jason Dominus <mjd@plover.com>
32929              Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
32930              Message-id: <20020814011909.22744.qmail@plover.com>
32931      Branch: perl
32932            ! lib/Net/hostent.pm
32933 ____________________________________________________________________________
32934 [ 17734] By: hv                                    on 2002/08/18  02:20:05
32935         Log: Subject: [PATCH] Re: Pod::Functions tpyo
32936              From: Abe Timmerman <abe@ztreet.demon.nl>
32937              Date: Tue, 13 Aug 2002 23:47:00 +0200
32938              Message-id: <200208132347.00782.abe@ztreet.demon.nl>
32939      Branch: perl
32940            ! lib/Pod/Functions.pm
32941 ____________________________________________________________________________
32942 [ 17733] By: hv                                    on 2002/08/18  02:17:18
32943         Log: Subject: Server rename revisited
32944              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32945              Date: Tue, 13 Aug 2002 19:19:03 +0200
32946              Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
32947      Branch: perl
32948            ! README.hpux
32949 ____________________________________________________________________________
32950 [ 17732] By: hv                                    on 2002/08/18  02:11:49
32951         Log: Subject: [PATCH] Remove old VOS build methods
32952              From: Paul_GreenVOS@vos.stratus.com
32953              Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
32954              Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
32955      Branch: perl
32956            - vos/Makefile vos/build.cm vos/compile_perl.cm
32957            - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32958            - vos/config.ga.h vos/config.pl vos/configure_perl.cm
32959            - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
32960            - vos/vos_dummies.c
32961            ! MANIFEST README.vos pod/perlport.pod vos/Changes
32962 ____________________________________________________________________________
32963 [ 17731] By: hv                                    on 2002/08/18  01:57:12
32964         Log: Subject: [PATCH] Configure missing d_modflproto=''
32965              From: "Gerrit P. Haase" <gp@familiehaase.de>
32966              Date: Tue, 13 Aug 2002 15:11:05 +0200
32967              Message-id: <11417599086.20020813151105@familiehaase.de>
32968      Branch: perl
32969            ! Configure
32970 ____________________________________________________________________________
32971 [ 17730] By: hv                                    on 2002/08/18  01:41:33
32972         Log: missing chunk from #17725 causes lib/constant.t test failures
32973      Branch: perl
32974            ! lib/constant.t
32975 ____________________________________________________________________________
32976 [ 17729] By: hv                                    on 2002/08/17  02:33:15
32977         Log: Subject: [PATCH] Safe.pm documentation
32978              From: Slaven Rezic <slaven.rezic@berlin.de>
32979              Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
32980              Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
32981      Branch: perl
32982            ! ext/Opcode/Safe.pm pod/perlre.pod
32983 ____________________________________________________________________________
32984 [ 17728] By: hv                                    on 2002/08/17  02:07:24
32985         Log: Subject: Copy On Write
32986              From: Nicholas Clark <nick@ccl4.org>
32987              Date: Thu, 15 Aug 2002 00:10:35 +0100
32988              Message-id: <20020815001035.A69079@plum.flirble.org>
32989              specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
32990      Branch: perl
32991            ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
32992            ! pp_hot.c proto.h sv.c sv.h
32993 ____________________________________________________________________________
32994 [ 17727] By: hv                                    on 2002/08/17  01:20:05
32995         Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
32996              From: Mark-Jason Dominus <mjd@plover.com>
32997              Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
32998              Message-id: <20020415033855.6343.qmail@plover.com>
32999      Branch: perl
33000            ! av.c av.h pod/perltie.pod t/op/tiearray.t
33001 ____________________________________________________________________________
33002 [ 17726] By: hv                                    on 2002/08/17  01:17:09
33003         Log: pp.c warns that sv may be used uninitialised in pp_delete()
33004      Branch: perl
33005            ! pp.c
33006 ____________________________________________________________________________
33007 [ 17725] By: hv                                    on 2002/08/17  00:51:19
33008         Log: Subject: [PATCH] Remove pseudo-hashes (complete)
33009              From: Michael G Schwern <schwern@pobox.com>
33010              Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
33011              Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
33012      Branch: perl
33013            ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
33014            ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
33015            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
33016            ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
33017 ____________________________________________________________________________
33018 [ 17724] By: hv                                    on 2002/08/17  00:27:33
33019         Log: ext/B/defsubs.h also depends on the program that builds it
33020      Branch: perl
33021            ! ext/B/Makefile.PL
33022 ____________________________________________________________________________
33023 [ 17723] By: hv                                    on 2002/08/17  00:10:24
33024         Log: Subject: Re: deb.c compile time error (patchlevel 17721)
33025              From: Dave Mitchell <davem@fdgroup.com>
33026              Date: Tue, 13 Aug 2002 14:42:15 +0100
33027              Message-ID: <20020813144215.G11939@fdgroup.com>
33028      Branch: perl
33029            ! embed.fnc embed.h global.sym proto.h
33030 ____________________________________________________________________________
33031 [ 17722] By: ams                                   on 2002/08/16  05:20:22
33032         Log: Subject: Minor perlrun.pod patch
33033              From: Iain Truskett <spoon@cpan.org>
33034              Date: Fri, 16 Aug 2002 16:20:27 +1000
33035              Message-Id: <20020816162027.D17196@eh.org>
33036      Branch: perl
33037            ! pod/perlrun.pod
33038 ____________________________________________________________________________
33039 [ 17721] By: hv                                    on 2002/08/12  12:17:19
33040         Log: #17717 needed tests fixing up
33041      Branch: perl
33042            ! t/op/chop.t
33043 ____________________________________________________________________________
33044 [ 17720] By: hv                                    on 2002/08/12  12:10:07
33045         Log: Subject: Re: [PATCH] Re: taint news
33046              From: Rick Delaney <rick.delaney@rogers.com>
33047              Date: 04 Aug 2002 00:28:58 EDT
33048              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
33049              missed patch fragment from Change #17676
33050      Branch: perl
33051            ! pod/perlsec.pod
33052 ____________________________________________________________________________
33053 [ 17719] By: hv                                    on 2002/08/12  12:03:53
33054         Log: Subject: [perl #15987] Tests fail when sources are under CVS control
33055              From: Warren Jones (via RT) <perlbug@perl.org>
33056              Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
33057              Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
33058      Branch: perl
33059            ! lib/strict.t lib/warnings.t
33060 ____________________________________________________________________________
33061 [ 17718] By: hv                                    on 2002/08/12  11:57:17
33062         Log: Subject: [PATCH] add verbose stack display option, -Dvs
33063              From: Dave Mitchell <davem@fdgroup.com>
33064              Date: Mon, 5 Aug 2002 00:55:33 +0100
33065              Message-id: <20020805005533.B26111@fdgroup.com>
33066      Branch: perl
33067            ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
33068            ! pod/perlrun.pod proto.h
33069 ____________________________________________________________________________
33070 [ 17717] By: hv                                    on 2002/08/12  11:44:06
33071         Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
33072              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33073              Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
33074              Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
33075      Branch: perl
33076            ! op.c t/op/chop.t t/op/ref.t
33077 ____________________________________________________________________________
33078 [ 17716] By: hv                                    on 2002/08/12  11:29:53
33079         Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
33080              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
33081              Date: Sat, 13 Jul 2002 17:44:02 +0100
33082              Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
33083      Branch: perl
33084            ! pp_hot.c t/op/tiehandle.t
33085 ____________________________________________________________________________
33086 [ 17715] By: hv                                    on 2002/08/12  11:28:26
33087         Log: Subject: [PATCH] better modfl detection
33088              From: Nicholas Clark <nick@unfortu.net>
33089              Date: Sun, 11 Aug 2002 20:05:49 +0100
33090              Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
33091      Branch: perl
33092            ! Configure config_h.SH perl.h
33093 ____________________________________________________________________________
33094 [ 17714] By: hv                                    on 2002/08/12  11:26:23
33095         Log: Subject: [PATCH] perltodo.pod
33096              From: Richard.Foley@t-online.de
33097              Date: Sun, 11 Aug 2002 18:26:10 +0200
33098              Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
33099              perlbug credits
33100      Branch: perl
33101            ! pod/perltodo.pod
33102 ____________________________________________________________________________
33103 [ 17713] By: hv                                    on 2002/08/12  11:24:44
33104         Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
33105              From: Nicholas Clark <nick@unfortu.net>
33106              Date: Sun, 11 Aug 2002 16:59:16 +0100
33107              Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
33108      Branch: perl
33109            ! gv.c
33110 ____________________________________________________________________________
33111 [ 17712] By: hv                                    on 2002/08/12  11:23:06
33112         Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
33113              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33114              Date: Mon, 12 Aug 2002 10:25:20 +0200
33115              Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
33116              gcc bug test needs -lm
33117      Branch: perl
33118            ! hints/hpux.sh
33119 ____________________________________________________________________________
33120 [ 17711] By: hv                                    on 2002/08/12  11:20:49
33121         Log: Subject: [PATCH s2p] Small typo correction
33122              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
33123              Date: Wed, 7 Aug 2002 11:50:51 +0200
33124              Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
33125      Branch: perl
33126            ! x2p/s2p.PL
33127 ____________________________________________________________________________
33128 [ 17710] By: hv                                    on 2002/08/12  11:17:21
33129         Log: Subject: [PATCH] pod/perlfaq4.pod
33130              From: Abigail <abigail@foad.org>
33131              Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
33132              Message-id: <20020730095202.A6462@ucan.foad.org>
33133              Add references to Regexp::Common.
33134      Branch: perl
33135            ! pod/perlfaq4.pod
33136 ____________________________________________________________________________
33137 [ 17707] By: rgs                                   on 2002/08/09  21:23:20
33138         Log: Subject: New HP-UX itanium servers
33139              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33140              Date: Wed, 07 Aug 2002 13:25:57 +0200
33141              Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
33142      Branch: perl
33143            ! README.hpux
33144 ____________________________________________________________________________
33145 [ 17706] By: rgs                                   on 2002/08/09  21:00:41
33146         Log: Subject: Re: missing lower range in {} regex
33147              From: "John P. Linderman" <jpl@research.att.com>
33148              Date: Fri, 09 Aug 2002 12:48:55 -0400
33149              Message-ID: <200208091648.MAA77577@raptor.research.att.com>
33150      Branch: perl
33151            ! pod/perlre.pod
33152 ____________________________________________________________________________
33153 [ 17705] By: rgs                                   on 2002/08/08  20:57:59
33154         Log: More tests for the attribute syntax, from the
33155              attributes manpage.
33156      Branch: perl
33157            ! t/op/attrs.t
33158 ____________________________________________________________________________
33159 [ 17704] By: rgs                                   on 2002/08/08  19:47:44
33160         Log: Fix bug #16080 : an attribute list should end at '}'
33161      Branch: perl
33162            ! t/op/attrs.t toke.c
33163 ____________________________________________________________________________
33164 [ 17703] By: hv                                    on 2002/08/08  15:30:12
33165         Log: Update Changes
33166      Branch: perl
33167            ! Changes patchlevel.h
33168 ____________________________________________________________________________
33169 [ 17702] By: hv                                    on 2002/08/08  15:08:57
33170         Log: Subject: Re: README.aix
33171              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33172              Date: Tue, 30 Jul 2002 13:30:29 +0200
33173              Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
33174      Branch: perl
33175            ! README.aix
33176 ____________________________________________________________________________
33177 [ 17701] By: hv                                    on 2002/08/08  15:06:01
33178         Log: Subject: [PATCH] Re: pp_sys.c compile failed..
33179              From: Andy Dougherty <doughera@lafayette.edu>
33180              Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
33181              Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
33182      Branch: perl
33183            ! hints/aix.sh
33184 ____________________________________________________________________________
33185 [ 17700] By: hv                                    on 2002/08/08  15:02:57
33186         Log: Subject: [DOC PATCH] perlipc.pod
33187              From: Arjen Laarhoven <arjen@nl.demon.net>
33188              Date: Tue, 6 Aug 2002 14:16:01 +0200
33189              Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
33190      Branch: perl
33191            ! pod/perlipc.pod
33192 ____________________________________________________________________________
33193 [ 17699] By: hv                                    on 2002/08/08  14:56:56
33194         Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
33195              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33196              Date: Fri, 2 Aug 2002 23:44:21 +0200
33197              Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
33198      Branch: perl
33199            ! op.c t/op/attrs.t
33200 ____________________________________________________________________________
33201 [ 17698] By: hv                                    on 2002/08/08  14:52:45
33202         Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
33203              From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
33204              Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
33205              Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
33206      Branch: perl
33207            ! Configure
33208 ____________________________________________________________________________
33209 [ 17697] By: hv                                    on 2002/08/08  14:49:00
33210         Log: Subject: Doc patch for Class::Struct under 5.8.0
33211              From: Damian Conway <damian@conway.org>
33212              Date: Tue, 30 Jul 2002 23:03:14 +1000
33213              Message-id: <3D471FCF.1C7C6E6B@conway.org>
33214      Branch: perl
33215            ! lib/Class/Struct.pm
33216 ____________________________________________________________________________
33217 [ 17696] By: hv                                    on 2002/08/08  14:44:21
33218         Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
33219              From: Slaven Rezic <slaven.rezic@berlin.de>
33220              Date: 31 Jul 2002 09:50:06 +0200
33221              Message-id: <87ado85ob5.fsf@vran.herceg.de>
33222      Branch: perl
33223            ! pp.c
33224 ____________________________________________________________________________
33225 [ 17695] By: hv                                    on 2002/08/08  14:40:41
33226         Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
33227              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33228              Date: Fri, 2 Aug 2002 00:13:10 +0200
33229              Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
33230      Branch: perl
33231            + t/op/stash.t
33232            ! MANIFEST perl.h
33233 ____________________________________________________________________________
33234 [ 17694] By: hv                                    on 2002/08/08  14:31:55
33235         Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
33236              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33237              Date: Wed, 31 Jul 2002 16:04:02 +0200
33238              Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
33239      Branch: perl
33240            ! hints/hpux.sh
33241 ____________________________________________________________________________
33242 [ 17693] By: hv                                    on 2002/08/08  14:25:16
33243         Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
33244              From: Abigail <abigail@foad.org>
33245              Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
33246              Message-id: <20020725085252.A2703@ucan.foad.org>
33247      Branch: perl
33248            ! lib/ExtUtils/MM_Unix.pm
33249 ____________________________________________________________________________
33250 [ 17692] By: hv                                    on 2002/08/08  14:20:05
33251         Log: Subject: [PATCH] README.jp and README.cn
33252              From: Autrijus Tang <autrijus@autrijus.org>
33253              Date: Thu, 25 Jul 2002 07:05:11 +0800
33254              Message-id: <20020724230511.GA1327@not.autrijus.org>
33255      Branch: perl
33256            ! README.cn README.jp
33257 ____________________________________________________________________________
33258 [ 17691] By: hv                                    on 2002/08/08  14:01:50
33259         Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
33260              From: Henrik Tougaard (via RT) <perlbug@perl.org>
33261              Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
33262              Message-id: <rt-15398-31095.6.30466042998663@perl>
33263      Branch: perl
33264            ! lib/Pod/Usage.pm
33265 ____________________________________________________________________________
33266 [ 17690] By: rgs                                   on 2002/08/07  19:56:42
33267         Log: Doc fix : the symbol for COPs wasn't documented.
33268      Branch: perl
33269            ! opcode.pl
33270 ____________________________________________________________________________
33271 [ 17689] By: rgs                                   on 2002/08/06  20:45:30
33272         Log: Subject: Re: no warnings 'io';
33273              From: Nicholas Clark <nick@unfortu.net>
33274              Date: Sat, 27 Jul 2002 21:49:55 +0100
33275              Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
33276
33277              Plus a little bit of regression tests.
33278      Branch: perl
33279            ! t/lib/warnings/pp_hot util.c
33280 ____________________________________________________________________________
33281 [ 17688] By: rgs                                   on 2002/08/06  20:04:19
33282         Log: Subject: [PATCH] XS build fix for VMS
33283              From: "Craig A. Berry" <craigberry@mac.com>
33284              Date: Sun, 4 Aug 2002 12:13:06 -0500
33285              Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
33286      Branch: perl
33287            ! vms/descrip_mms.template
33288 ____________________________________________________________________________
33289 [ 17687] By: rgs                                   on 2002/08/06  19:50:12
33290         Log: PerlIO::scalar wasn't able to read from non-string
33291              scalar ; now stringifies its argument.
33292      Branch: perl
33293            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
33294 ____________________________________________________________________________
33295 [ 17686] By: rgs                                   on 2002/08/06  19:10:51
33296         Log: More regression tests for $^H and %^H.
33297              Add a TODO test for eval "" preserving %^H.
33298      Branch: perl
33299            ! t/comp/hints.t
33300 ____________________________________________________________________________
33301 [ 17685] By: hv                                    on 2002/08/05  22:42:09
33302         Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
33303              From: "John P. Linderman" <jpl@research.att.com>
33304              Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
33305              Message-id: <200207211613.MAA69505@raptor.research.att.com>
33306      Branch: perl
33307            ! lib/sort.pm lib/sort.t
33308 ____________________________________________________________________________
33309 [ 17684] By: hv                                    on 2002/08/05  22:35:22
33310         Log: Integrate from perlio: change #17653 fixes bug RT15283
33311      Branch: perl
33312           !> ext/PerlIO/via/via.xs
33313 ____________________________________________________________________________
33314 [ 17683] By: hv                                    on 2002/08/05  22:26:45
33315         Log: Integrate from maint-5.6/macperl via macperl
33316              Changes 17660, 17661, 17662, 17663, 17664
33317      Branch: perl
33318           !> perl.c
33319 ____________________________________________________________________________
33320 [ 17682] By: hv                                    on 2002/08/05  15:04:54
33321         Log: Subject: Defined-or patch (cleaned up)
33322              From: "Brent Dax" <brentdax@cpan.org>
33323              Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
33324              Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
33325      Branch: perl
33326            + t/op/dor.t
33327            ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
33328            ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
33329            ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
33330            ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
33331            ! vms/perly_h.vms
33332 ____________________________________________________________________________
33333 [ 17681] By: hv                                    on 2002/08/05  14:41:23
33334         Log: typo
33335      Branch: perl
33336            ! keywords.h keywords.pl
33337 ____________________________________________________________________________
33338 [ 17680] By: hv                                    on 2002/08/05  14:33:39
33339         Log: warn that keywords.h is generated
33340      Branch: perl
33341            ! keywords.h keywords.pl
33342 ____________________________________________________________________________
33343 [ 17679] By: hv                                    on 2002/08/04  23:40:22
33344         Log: again: #17678 caused test failures in pod2html,
33345              in which $1 could leak from previous regexp
33346      Branch: perl
33347            ! mg.c
33348 ____________________________________________________________________________
33349 [ 17678] By: hv                                    on 2002/08/04  15:34:19
33350         Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
33351              From: hv@crypt.org
33352              Date: Sun, 04 Aug 2002 17:40:30 +0100
33353              Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
33354      Branch: perl
33355            ! mg.c t/op/taint.t
33356 ____________________________________________________________________________
33357 [ 17677] By: hv                                    on 2002/08/04  15:25:25
33358         Log: Main branch no longer needs op/taint.t version check.
33359      Branch: perl
33360            ! t/op/taint.t
33361 ____________________________________________________________________________
33362 [ 17676] By: hv                                    on 2002/08/04  15:14:09
33363         Log: Subject: Re: [PATCH] Re: taint news
33364              From: Rick Delaney <rick.delaney@rogers.com>
33365              Date: 04 Aug 2002 00:28:58 EDT
33366              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
33367              Ref: 20020208.005
33368      Branch: perl
33369            ! pp_sys.c
33370 ____________________________________________________________________________
33371 [ 17675] By: hv                                    on 2002/08/04  01:48:36
33372         Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
33373      Branch: perl
33374            ! AUTHORS
33375 ____________________________________________________________________________
33376 [ 17674] By: hv                                    on 2002/08/04  01:30:11
33377         Log: Subject: [PATCH] AUTHORS
33378              From: Colin Watson <colinw@zeus.com>
33379              Date: Thu, 25 Jul 2002 15:54:37 +0100
33380              Message-id: <20020725145437.GC4921@zeus.com>
33381      Branch: perl
33382            ! AUTHORS
33383 ____________________________________________________________________________
33384 [ 17673] By: hv                                    on 2002/08/04  01:27:36
33385         Log: Subject: [PATCH] AUTHORS
33386              From: Walt Mankowski <waltman@pobox.com>
33387              Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
33388              Message-id: <20020721025612.GB15958@pobox.com>
33389      Branch: perl
33390            ! AUTHORS
33391 ____________________________________________________________________________
33392 [ 17672] By: hv                                    on 2002/08/04  01:25:14
33393         Log: Subject: Re: mention of "use sort" botched in perlfunc?
33394              From: Michael G Schwern <schwern@pobox.com>
33395              Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
33396              Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
33397      Branch: perl
33398            ! pod/perlfunc.pod
33399 ____________________________________________________________________________
33400 [ 17671] By: hv                                    on 2002/08/04  01:11:32
33401         Log: Change version from 5.8.0 to 5.9.0.
33402      Branch: perl
33403            ! Configure NetWare/Makefile NetWare/config_H.wc
33404            ! Porting/config.sh Porting/config_H README.win32 config_h.SH
33405            ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
33406            ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
33407            ! patchlevel.h win32/Makefile win32/makefile.mk
33408            ! wince/Makefile.ce
33409 ____________________________________________________________________________
33410 [ 17656] By: ams                                   on 2002/07/28  06:12:33
33411         Log: Subject: [PATCH] Typo in regcomp.c
33412              From: Chris Ball <chris@cpan.org>
33413              Date: 26 Jul 2002 17:49:35 +0100
33414              Message-Id: <868z3yzb6o.fsf@void.printf.net>
33415              (With additional tweak to s_reginclasslen.)
33416      Branch: perl
33417            ! regcomp.c
33418 ____________________________________________________________________________
33419 [ 17655] By: jhi                                   on 2002/07/25  20:37:16
33420         Log: Upgrade to Unicode::Collate 0.20.
33421      Branch: perl
33422            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
33423            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
33424 ____________________________________________________________________________
33425 [ 17654] By: jhi                                   on 2002/07/23  16:33:52
33426         Log: Commas, schcommas.
33427      Branch: perl
33428            ! patchlevel.h
33429 ____________________________________________________________________________
33430 [ 17644] By: jhi                                   on 2002/07/19  18:55:18
33431         Log: Copy perldelta as perl58delta, purge the perldelta.
33432      Branch: perl
33433            + pod/perl58delta.pod
33434            ! MANIFEST pod/perldelta.pod
33435 ____________________________________________________________________________
33436 [ 17642] By: jhi                                   on 2002/07/19  16:37:39
33437         Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
33438      Branch: perl
33439            ! Changes patchlevel.h
33440 ____________________________________________________________________________
33441 [ 17641] By: jhi                                   on 2002/07/19  16:31:08
33442         Log: Integrate perlio (no changes, but that's fine).
33443      Branch: perl
33444           !> embed.fnc perl.h
33445 ____________________________________________________________________________
33446 [ 17639] By: jhi                                   on 2002/07/19  00:47:18
33447         Log: It's all yours, Hugo.
33448      Branch: perl
33449            + Changes5.8
33450            ! Changes MANIFEST